Where is bitcoin.exe?

0

I need to make a request through cmd.exe (commandline), but the only .exe file I can find is bitcoin-qt.exe, which doesn't respond to "getinfo", "getaddressbalance", etc. How can I find bitcoin.exe to make these requests?

Anton

Posted 2014-01-07T07:36:00.747

Reputation: 84

You can also use Help->Console if you're just exploring how the commands workEmre Kenci 2014-01-07T08:25:35.117

Answers

1

The same executable is both the server and the client. Run it as a server, and then you can use it to issue commands like getinfo to the server instance.

David Schwartz

Posted 2014-01-07T07:36:00.747

Reputation: 46 931