RE: How to host a Chaincoin Masternode on windows.

You are viewing a single comment's thread from:

How to host a Chaincoin Masternode on windows.

in chaincoin •  7 years ago 

For some reason this seems to be a bug in the client, and is not related to just chaincoin, if anyone knows what the reason for this is Id love to know currently you need to do something like this, just copy and paste it into a batch file...

:loop
"C:\Program Files\Chaincoin\daemon\chaincoin-cli.exe" masternode start
timeout /t 900 /nobreak
goto :loop

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

I just have chaincoin-qt.exe and the batch file doesnt work for me tries to reopen wallet. Any other suggestions?