1

In Windows, how can I get what I get with "bitcoind getinfo" in Linux?

Stéphane Gimenez
  • 5,104
  • 3
  • 31
  • 37
Anton
  • 82
  • 1
  • 7

2 Answers2

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
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

enter image description here

Vishal Dalve
  • 147
  • 9