I have installed the BitcoinABC client on my computer, and tried to set up the node, with no success.
This is how I run my server:
start bitcoind.exe --server=1 --rpcuser=user --rpcpassword=password --rest=1 --rpcport=8332 --datadir=F:\Bitcoin --help-debug --bind=10.1.0.4
And this is the bitcoin-cli client:
start bitcoin-cli.exe --rpcuser=user --rpcpassword=password --rpcconnect=localhost --rpcport=8332
The server runs, but displays nothing on the console, and the client closes immediately.
I have tried connecting from a remote machine, running on testnet (by adding --testnet=1
to the server), changing ports, starting the server with --reindex
(after ~5 minutes there was still no output) etc.
I don’t know what else to try, I’m already at the end of my wits.
I’m running on Windows Server 2012.