(dirname, n)
| 307 | return datadir |
| 308 | |
| 309 | def get_datadir_path(dirname, n): |
| 310 | return os.path.join(dirname, "node" + str(n)) |
| 311 | |
| 312 | def append_config(datadir, options): |
| 313 | with open(os.path.join(datadir, "bitcoingold.conf"), 'a', encoding='utf8') as f: |