ethereum / go-ethereum

Go implementation of the Ethereum protocol
https://geth.ethereum.org
GNU Lesser General Public License v3.0
47.6k stars 20.15k forks source link

how to use go-ethereum as ETC wallet #14401

Closed Yucheng123 closed 7 years ago

Yucheng123 commented 7 years ago

System information

Geth version: 1.6.0 OS & Version: Windows/Linux/OSX Commit hash : (if develop)

Expected behaviour

with --support-dao-fork flag , Geth can use as ETC wallet

Actual behaviour

--support-dao-for flag was removed

Steps to reproduce the behaviour

./geth --oppose-dao-fork --testnet --fast --cache=512 console --rpc --rpcport 8546 --datadir /home/yucheng/etcpool_data/

Backtrace

./geth --oppose-dao-fork --testnet --fast --cache=512 console --rpc --rpcport 8546 --datadir /home/yucheng/etcpool_data/
karalabe commented 7 years ago

The two protocols diverged, hence go-ethereum does not any more support ETC.

Yucheng123 commented 7 years ago

Thank you , Has ETC a similar walllet that supports RPC?

karalabe commented 7 years ago

Etc was forked off from Geth 1.4 so everything until then should work. I'm also certain they added their own patches too. Afaik Mist was also forked and possibly Parity can also do etc. Perhaps check the etc reddit page or their slack. I'm sure they'll help out.

On May 4, 2017 10:12 AM, "Wuyucheng" notifications@github.com wrote:

Thank you , Has ETC a similar walllet that supports RPC?

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/ethereum/go-ethereum/issues/14401#issuecomment-299112229, or mute the thread https://github.com/notifications/unsubscribe-auth/AAH6GRAtoNdITnHlmxoKY1jdP3xB_5RWks5r2XpKgaJpZM4NOA68 .

Yucheng123 commented 7 years ago

Thank you for your kindness