4
1
I do realize that in the early stages bitcoin has to download a lot (How long does it take to download the blockchain?), however, I assume this is like wget or rsync where it displays the progress. Right now, when I issue the command bitcoind, it just hangs and outputs nothing. Could this be due to closed ports? Is it sufficient that I opened ports on my Ubuntu router, or must I forward those ports? Alternatively, is there a command line parameter I have to issue to get the output of bitcoind?
All I get is "error: couldn't connect to server" – puk – 2013-12-05T09:18:44.033
Scratch that, it is magically working now. I guess it needed time... – puk – 2013-12-05T10:22:04.427
@puk yea, I forgot about that. Sometimes it can take a minute or two to warm up – Earlz – 2013-12-05T15:01:47.883
Newer builds use
bitcoin-clito connect to the daemon rather than commands withbitcoind. You can pass-rpcwaitto this to stop calls failing when the daemon is still checking it's files and starting up. – Anonymous – 2013-12-05T15:21:12.920