onsightit / solarcoin

SolarCoin with PoST
MIT License
53 stars 27 forks source link

Using solarcoin-qt with the -server argument #24

Closed Scalextrix closed 6 years ago

Scalextrix commented 7 years ago

Im trying to launch qt on windows with the server so I can make RPC calls and test my Python script https://github.com/Scalextrix/ELCC/

C:\Program Files (x86)\SolarCoin>solarcoin-qt -server

C:\Program Files (x86)\SolarCoin>solarcoind getinfo
'solarcoind' is not recognized as an internal or external command,
operable program or batch file.

On other cryptos I have used when the -server argument is used then the daemon [command] can be used, is there a different syntax for SolarCoin?

Scalextrix commented 7 years ago

I have also tried using server=1 in the solarcoin.conf, but that doesnt work either

Scalextrix commented 7 years ago

On further research there is no solarcoind installed alongside solarcoin-qt

Scalextrix commented 6 years ago

Using JSON-RPC can solve for this