ethereum-console icon indicating copy to clipboard operation
ethereum-console copied to clipboard

I can't use ethereum-console

Open AjkThu opened this issue 8 years ago • 3 comments

I setup cpp- ethereum in ubuntu 14.04 and when I start a private network I don't know how to join the console? user@instant-contiki:~/webthree-umbrella/build/webthree/eth$ ./eth --genesis customgenesis.json --private 11000 --port "30301" --datadir "/tmp/ethNetData1"

Please, help me!

AjkThu avatar Jun 30 '16 08:06 AjkThu

Did you follow the steps listed in the readme?

chriseth avatar Jun 30 '16 11:06 chriseth

#chriseth Yes, I follow step by step in http://www.ethdocs.org/en/latest/ethereum-clients/cpp-ethereum/building-from-source/index.html then I run this:

npm install -g ethereum-console ethconsole Sometimes I can join the ethconsole when I run: ./eth

AjkThu avatar Jun 30 '16 15:06 AjkThu

does this instructions work for you ?

https://github.com/ethereum/homestead-guide/blob/master/source/contracts-and-transactions/developer-tools.rst#ethereum-console

winsvega avatar Jul 06 '16 15:07 winsvega