2

I just want know, If I use this command for create public ethereum node, please tell me if there are any changes to be done this cmd line use Azure VM,

geth --identity "Test.Node" --rpc --rpcport 8080 --rpcaddr "127.0.0.1" --rpccorsdomain "*" --datadir test.node --port 30303 --nodiscover --rpcapi db,eth,net,web3,personal,txpool --networkid 1 console

1 Answer 1

1

--nodiscover

If you use this flag, other peers will be unable to "discover" your node, and so it may not sync successfully, unless you are adding specific peers manually. Is this the intention?

2
  • thanks for your response I'm planning to create an eth node to do the transaction. Commented Jul 11, 2018 at 6:28
  • could you please clarify, whether do I need genesis.json file to create public node or not. Commented Jul 20, 2018 at 6:26

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.