You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
679 B
40 lines
679 B
6 years ago
|
[default]
|
||
|
bootnode = 127.0.0.1:9000/abcd
|
||
|
bootnode = 127.0.0.1:9999/daeg
|
||
|
shards = 4
|
||
5 years ago
|
network = mainnet
|
||
6 years ago
|
|
||
|
[default.shard0.rpc]
|
||
|
rpc = 127.0.0.4:8888
|
||
|
rpc = 192.168.0.4:9876
|
||
|
|
||
|
[default.shard1.rpc]
|
||
|
rpc = 127.0.0.1:8888
|
||
|
rpc = 192.168.0.1:9876
|
||
|
|
||
|
[default.shard2.rpc]
|
||
|
rpc = 127.0.0.2:8888
|
||
|
rpc = 192.168.0.2:9876
|
||
|
|
||
|
[default.shard3.rpc]
|
||
|
rpc = 127.0.0.3:8888
|
||
|
rpc = 192.168.0.3:9876
|
||
|
|
||
|
[testnet]
|
||
|
bootnode = 192.168.0.1:9990/abcd
|
||
|
bootnode = 127.0.0.1:8888/daeg
|
||
|
shards = 3
|
||
5 years ago
|
network = testnet
|
||
6 years ago
|
|
||
|
[testnet.shard0.rpc]
|
||
|
rpc = 192.168.2.3:8888
|
||
|
rpc = 192.168.192.3:9877
|
||
|
|
||
|
[testnet.shard1.rpc]
|
||
|
rpc = 192.168.2.1:8888
|
||
|
rpc = 192.168.192.1:9877
|
||
|
|
||
|
[testnet.shard2.rpc]
|
||
|
rpc = 192.168.2.2:8888
|
||
|
rpc = 192.168.192.2:9877
|