Search content
Sort by

Showing 4 of 4 results by LwgjA5nnbG
Post
Topic
Board Announcements (Altcoins)
Re: 📌[ANN][SAGA][NO ICO][Masternode 90%] SagaCoin | PoW + PoS ⚡
by
LwgjA5nnbG
on 10/12/2017, 19:24:59 UTC
./sagacoind masternode start "without mypassword" u already unlocked the wallet before

Code:
./sagacoind masternode start
error: {"code":-1,"message":"Your wallet is locked, passphrase is required\n"}

Code:
./sagacoind masternode start mypassword
not capable masternode: Unknown. Check debug.log for more information.
Post
Topic
Board Announcements (Altcoins)
Re: 📌[ANN][SAGA][NO ICO][Masternode 90%] SagaCoin | PoW + PoS ⚡
by
LwgjA5nnbG
on 10/12/2017, 00:56:34 UTC
Failing to run my masternode Sad

Code:
./sagacoind masternode start mypassword
not capable masternode: Unknown. Check debug.log for more information

Quote
CActiveMasternode::ManageStatus() - Checking inbound connection to 'myip:48744'
CActiveMasternode::GetMasterNodeVin - Could not locate specified vin from possible list
CActiveMasternode::ManageStatus() - Could not find suitable coins!
CActiveMasternode::Dseep() - Error: masternode is not in a running status
CActiveMasternode::ManageStatus() - Error on Ping: masternode is not in a running status

I do have the coins in the wallet...

Quote
~/sagacoin/sagacoind getreceivedbyaddress myaddress
2500.00000000
Post
Topic
Board Announcements (Altcoins)
Re: 📌[ANN][SAGA][NO ICO][Masternode 90%] SagaCoin | PoW + PoS ⚡
by
LwgjA5nnbG
on 09/12/2017, 01:16:07 UTC
I got an Ubuntu 16.04 x64 VPS to run a masternode. Can't figure out how to install sagacoind so I can follow the steps at https://sagacoin.net/masternode.html. What commands do I need to run to install it?

Masternode guide is not for installing sagacoin daemon. We have pre-built sagacoin daemon for Ubuntu 16.04 at https://github.com/sagacrypto/SagaCoin/releases/download/1.0.0.2/sagacoin_1.0.0.2_ubuntu16.04.tar.gz

That is what I am using. If I just get that binary and run it on a fresh Ubuntu 16.04 I get errors because dependencies are missing.

I installed a pile of things now and the daemon is running... though I am not sure what it is doing. It's been using 95% of CPU for several hours now. As far as I can tell it is not writing to disk (size of .SagaCoin/ has not changed). And `./sagacoind getreceivedbyaddress myaddresshash` is showing me 0.00000 for an address that I send 1 coin to, which is being shown as confirmed on the chain explorer websites. Any idea what might be the issue or how to debug this?
Post
Topic
Board Announcements (Altcoins)
Re: 📌[ANN][SAGA][NO ICO][Masternode 90%] SagaCoin | PoW + PoS ⚡
by
LwgjA5nnbG
on 08/12/2017, 20:55:49 UTC
I got an Ubuntu 16.04 x64 VPS to run a masternode. Can't figure out how to install sagacoind so I can follow the steps at https://sagacoin.net/masternode.html. What commands do I need to run to install it?