ethereumproject / go-ethereum

Go language implementation of the original/classic design of the Ethereum protocol
GNU Lesser General Public License v3.0
441 stars 166 forks source link

how to connect and sync the data from #682

Closed kazaff closed 5 years ago

kazaff commented 5 years ago

How to connect and sync the data from etc main chain?

kazaff commented 5 years ago

I ran the geth, but I found it did not sync the data from etc main chain, not testnet either.

It seem that geth connect the eth chain.

What can I do?

whilei commented 5 years ago

Please share your logs if possible, relevant details of your client and runtime environment, eg.

$ geth version
$ uname -a
$ tail -n1000 $HOME/.ethereum-classic/mainnet/log/geth.INFO

and steps to reproduce.

whilei commented 5 years ago

Closing since too little information provided.