In Windows, how can I get what I get with "bitcoind getinfo" in Linux?
Asked
Active
Viewed 6,967 times
2 Answers
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%
Joe White
- 538
- 2
- 9
-
Where is the daemon? I can find only bitcoin-qt.exe – Anton Jan 07 '14 at 07:27
-
not sure what you are asking? – Joe White Jan 07 '14 at 07:27
-
1bitcoin-qt.exe is in the installation directory and bitcoind.exe is in the daemon subdirectory. – ScripterRon Jan 07 '14 at 16:11
-
@ScripterRon : thanks. The question originally was just a block quote from my answer. – Joe White Jan 07 '14 at 19:53
0
For working bitcoind command in windows, you have to go to dir C:\Program Files\Bitcoin\daemon and Execute these commands. Using Bitcoin core version 16 on windows 10.
bitcoind getinfo in Linux
bitcoind -h in windows
Use this command after changing directory like shown in pic
Vishal Dalve
- 147
- 9
