1
1
In Windows, how can I get what I get with "bitcoind getinfo" in Linux?
1
1
In Windows, how can I get what I get with "bitcoind getinfo" in Linux?
1
If it's QT: go to "Help" -> "Debug Window" -> "console" type rpc command here
Or go from the commandline to the folder your bitcoin daemon is in and run a command from the bitcoin exe. NOTE: you may need to add server=1 to your bitcoin.conf in %APPDATA%
Where is the daemon? I can find only bitcoin-qt.exe – Anton – 2014-01-07T07:27:01.537
not sure what you are asking? – Joe White – 2014-01-07T07:27:48.167
1bitcoin-qt.exe is in the installation directory and bitcoind.exe is in the daemon subdirectory. – ScripterRon – 2014-01-07T16:11:47.337
@ScripterRon : thanks. The question originally was just a block quote from my answer. – Joe White – 2014-01-07T19:53:30.090