Added an rudimentary address pool.

This commit is contained in:
tecnovert
2019-07-23 19:19:31 +02:00
parent b02ddb3bec
commit d155774dbc
3 changed files with 114 additions and 12 deletions

View File

@@ -264,7 +264,7 @@ def main():
sys.stderr.write('Error: {} exists, exiting.\n'.format(config_path))
exit(1)
port_offset = 300 if chain == testnet else 0
port_offset = 300 if chain == 'testnet' else 0
settings = {
'debug': True,
'zmqhost': 'tcp://127.0.0.1',