Post
Topic
Board Development & Technical Discussion
Topic OP
RESOLVED: bitcoind on Windows Server 2012 x64. "this app can't run on your PC"
by
skyrunner
on 28/03/2014, 08:14:52 UTC
After blockchain.info API 2 week outage, I've decided to try running bitcoind and monitoring accounts myself. I want users to pay and instantly know that payment was received.

I installed bitcoin core on Windows Server 2012 x64 (Azure) and tried
bitcoind listreceivedbyaccount xxxxxxxxxxxxxxxxxxx -rpcuser=xxxx -rpcpassword=xxxxxxx

but there was a system message "this app can't run on your PC"

I was planning to use https://github.com/GeorgeKimionis/BitcoinLib

When I run Cosole app, I get the same "this app can't run on your PC" message

Any ideas?