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

Can not understand how to use ethconsole.

Open sanyinchen opened this issue 8 years ago • 3 comments

As the title ,I can't understand how to use ethconsole.When I installed cpp-ethereum and run ethconsole.It's tell me 'Could not connect to node. Please start an Ethereum node first.'

root@vultr:~/sources/downloads# ethconsole Connecting to node at /root/.ethereum/geth.ipc IPC Connection Error { Error: connect ENOENT /root/.ethereum/geth.ipc at Object.exports._errnoException (util.js:1026:11) at exports._exceptionWithHostPort (util.js:1049:20) at PipeConnectWrap.afterConnect [as oncomplete] (net.js:1085:14) code: 'ENOENT', errno: 'ENOENT', syscall: 'connect', address: '/root/.ethereum/geth.ipc' } Could not connect to node. Please start an Ethereum node first.

It's doubt me.Please tell me how to do that.Thanks,best wishes!

sanyinchen avatar Jul 17 '17 06:07 sanyinchen

Connecting to node at /root/.ethereum/geth.ipc
IPC Connection Error { Error: connect ENOENT /root/.ethereum/geth.ipc
at Object.exports._errnoException (util.js:1026:11)
at exports._exceptionWithHostPort (util.js:1049:20)
at PipeConnectWrap.afterConnect [as oncomplete] (net.js:1085:14)
code: 'ENOENT',
errno: 'ENOENT',
syscall: 'connect',
address: '/root/.ethereum/geth.ipc' }
Could not connect to node. Please start an Ethereum node first.

sanyinchen avatar Jul 17 '17 06:07 sanyinchen

Perhaps you need to run cpp-ethereum, i.e. eth first. If you are running GNU/Linux, run the following in a terminal:

$ eth

Then open a new terminal and run ethconsole:

$ ethconsole

It should work now.

vedk avatar Oct 29 '17 16:10 vedk

What is I'm running on Windows?

Altaimorin avatar Dec 26 '17 00:12 Altaimorin