_From @xeroc on October 22, 2015 7:43_
People need to run this
./programs/delayed_node/delayed_node --trusted-node="127.0.0.1:8090" -d delayed_node -s "0.0.0.0:0" --p2p-endpoint="0.0.0.0:0" --seed-nodes "[]"
in order for the delayed node not to connect to the internet via P2P .. the default seed nodes are in place otherwise
_Copied from original issue: cryptonomex/graphene#388_
same is valid for a private testnet setup. for this reason i submitted a new pull request to the documentation in the private testnet setup section:
https://github.com/bitshares/docs.bitshares.org/pull/37
and also updated the private testnet wiki to avoid connecting to default seed nodes hardcoded:
https://github.com/bitshares/bitshares-core/wiki/private-testnet#starting-block-production
closing issue.
This item became an issue again when I was discussing with an exchange.
They faced the problem that even though the configured the witness-node correctly, it would still connect to the P2P node.
Only after removing the p2p/ folder and appending --seed-nodes "[]" would the delayed node actually be delayed compared to the trusted node!
I would like to request forcing the delayed node to have an empty set for seed nodes!
What if we disable p2p entirely if delayed_node plugin is enabled?
Fixed by #2040 and #2393.
Most helpful comment
What if we disable p2p entirely if
delayed_nodeplugin is enabled?