mirror of
https://github.com/cwinfo/yggdrasil-map
synced 2024-11-13 00:30:26 +00:00
21 lines
394 B
Python
21 lines
394 B
Python
|
#
|
||
|
# This file should be runnable by bash and python!
|
||
|
#
|
||
|
|
||
|
|
||
|
cjdns_path="/home/user/cjdns"
|
||
|
|
||
|
num_of_nodes=30
|
||
|
|
||
|
# Where mapper nodes connect to
|
||
|
peer_ip="127.0.0.1"
|
||
|
peer_port="33333"
|
||
|
peer_pw="mapper-peers-hunter2qwertyuiopoiuytrewq"
|
||
|
peer_pk="osufn28fjjduan29dajsdnasiqlqn8ahasoasa.k"
|
||
|
|
||
|
# Admin RPC of mapper nodes
|
||
|
rpc_bind="127.0.0.1"
|
||
|
rpc_connect="127.0.0.1"
|
||
|
rpc_pw="Kjs8HuaKu2afdw"
|
||
|
rpc_firstport=11244
|