Bitshares-core: delayed_node connects to the P2P network

Created on 17 Jan 2017  路  5Comments  路  Source: bitshares/bitshares-core

_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_

3d Bug documentation plugin

Most helpful comment

What if we disable p2p entirely if delayed_node plugin is enabled?

All 5 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

M-Zeeshan-Haider picture M-Zeeshan-Haider  路  7Comments

ihashfury picture ihashfury  路  12Comments

MichelSantos picture MichelSantos  路  9Comments

TheTaconator picture TheTaconator  路  8Comments

torkelrogstad picture torkelrogstad  路  6Comments