Post
Topic
Re: [ANN][SPK] SPARKS | NO ICO | Masternodes 50% | Neoscrypt |
by
StifflersMoM69
on 30/04/2018, 19:36:28 UTC
Hi!

I am new here and would appreciate if somone could help me with my masternode.

It is ENABLED
Sparks-cli masternode status returns
Code:
"status": "Masternode successfully started"
watch ~/Sparks-cli mnsync status returns
Code:
{
  "AssetID": 999,
  "AssetName": "MASTERNODE_SYNC_FINISHED",
  "Attempt": 0,
  "IsBlockchainSynced": true,
  "IsMasternodeListSynced": true,
  "IsWinnersListSynced": true,
  "IsSynced": true,
  "IsFailed": false
}
so everything seems fine.

But sentinel (venv/bin/python bin/sentinel.py) is getting me this error and the MN gets status EXPIRED after a couple of hours
Code:
 File "bin/sentinel.py", line 265, in
    main()
  File "bin/sentinel.py", line 209, in main
    sentinel_ping(dashd)
  File "bin/sentinel.py", line 73, in sentinel_ping
    dashd.ping()
  File "lib/dashd.py", line 248, in ping
    self.rpc_command('sentinelping', config.sentinel_version)
  File "lib/dashd.py", line 42, in rpc_command
    return self.rpc_connection.__getattr__(params[0])(*params[1:])
  File "/root/.Sparks/sentinel/venv/local/lib/python2.7/site-packages/bitcoinrpc/authproxy.py", line 141, in __call__
    raise JSONRPCException(response['error'])
bitcoinrpc.authproxy.JSONRPCException: -32601: Method not found

Sparks.conf looks like this
Code:
rpcuser=someusername
rpcpassword=somepwd
rpcallowip=127.0.0.1
rpcport=8818
listen=1
server=1
daemon=1
logtimestamps=1
maxconnections=256
masternode=1
externalip=EXTERNAL_IP