Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
963 views
in Technique[技术] by (71.8m points)

ethereum - How to synchronize the Raspberry PI with the private blockchain?

I wanna create the private ethereum chain by geth, and I've started the node successfully and created the accounts on both raspberry.

and when I wanna synchronize both of it by admin.addPeer("enode..."), there seems to be nothing wrong.

but when I checked the network by admin.peers, it shows there's no peers in this network.

I assured that the networkid and the genesis are the same, and I start each geth node by the following command:

pi1$ geth --rpc --rpcport 8545 --datadir  "/home/pi/ChainSkills/node2"  --port 30002 --rpcapi "db,eth,net,web3" --rpccorsdomain "*" --networkid 8787 --nodiscover console

pi2$ geth --rpc --rpcport 8545 --datadir  "/home/pi/ChainSkills/node3"  --port 30003 --rpcapi "db,eth,net,web3" --rpccorsdomain "*" --networkid 8787 --nodiscover console

is there anything wrong?

question from:https://stackoverflow.com/questions/65918546/how-to-synchronize-the-raspberry-pi-with-the-private-blockchain

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...