Author

Topic: Geth help addPeers() please! (Read 204 times)

full member
Activity: 465
Merit: 100
June 22, 2017, 04:44:25 PM
#1
How can I remotely connect a node on a private network? I'm trying to connect my private network with another person in a city 100 miles away. We are on the same networkid using different ports and different rpcports. We also used the same genesis file.

geth  --datadir "C:\Users\my\Owner1" --port 30315 --rpc --ipcdisable --rpcport "8558" --networkid 420710 console

Using

admin.addPeer(enode://cfb1b16ce6e6a746068a792cd0f0741ceee048e3b50948af5c3c3fb945c87aed03e85c260e9b08d9e784c82941b1513d9ffb318a9f8ff6ca681bb961e8695e0f@x.x.x.x:30303)
 Returning
true

admin.peers
Returns
[]
Jump to: