Can i defined multi seednode for init like bitcoin

+1 vote
In the bitcoin.there are some seednode domain in the code.

I wan't start with multi seednode.

 Also start args

like

multichainz test@192.168.1.2:123,192.168.1.3:123,192.168.1.4:123 -daemon

 

thx
asked Mar 30, 2018 by anonymous

1 Answer

+1 vote

Apart from the seed node specified, you can use multiple addnode parameters to add other nodes, e.g.:

-addnode=12.34.56.78:9012 -addnode=23.45.67.89:2345

answered Mar 31, 2018 by MultiChain
...