创世节点:
nohup ./nknd -c --web-gui-listen-address 0.0.0.0 --web-gui-create-wallet --password-file password --log log &
{
“BeneficiaryAddr”: “”,
“NAT”: false,
“HttpWsPort”: 30002,
“HttpJsonPort”: 30003,
“Hostname”: “x.x.x.x”,
“SeedList”: [
“http://x.x.x.x:30003”
],
“GenesisBlockProposer”: “2c2dbfcfacd9cab784631d61425f369a787287e6522545a94fe197fb0f387312”
}
普通节点:
nohup ./nknd --web-gui-listen-address 0.0.0.0 --web-gui-create-wallet --password-file password &
{
“BeneficiaryAddr”: “”,
“NAT”: false,
“HttpWsPort”: 30002,
“HttpJsonPort”: 30003,
“Hostname”: “xx.xx.xx.xx”,
“SeedList”: [
“http://x.x.x.x:30003”
],
“GenesisBlockProposer”: “2c2dbfcfacd9cab784631d61425f369a787287e6522545a94fe197fb0f387312”
}
这个是我的配置文件,就这两个节点。参数都没啥大的区别