vovannovig
|
|
September 06, 2017, 01:36:15 PM |
|
Help!! i reboot my desktop yesterday,and start wallet and masternode. now my masternode was over 24hours no paid. my wallet masternodelist status is ENABLE, and VPS masternode status is "status": "Masternode successfully started" why? can anyone help !
I have not earned rewards for over 60 hours already... ./monacoCoin-cli masternode status { "vin": "CTxIn(COutPoint(**************, 1), scriptSig=)", "service": "*.*.*.*:24157", "payee": "***************", "status": "Masternode successfully started" } hmmm... Guys, you definitely have something wrong. To get help, you must provide as much information as possible. ./monacoCoin-cli getinfo ./monacoCoin-cli mnsync status ./monacoCoin-cli masternode status MonacoCoin Wallet - Open "Debug console " : Tools -> Debug Console masternodelist - With the indication of your master code and its status. P.S.> If everything is correctly configured, as of now - every 3-8 hours you will receive 2 coins.
|
|
|
|
Imaha486
|
|
September 06, 2017, 02:00:48 PM |
|
Ok. update & all replaced.
getinfo { "version": 120105, "protocolversion": 70206, "walletversion": 61000, "balance": 1000.00000000, "privatesend_balance": 0.00000000, "blocks": 43171, "timeoffset": 0, "connections": 12, "proxy": "", "difficulty": 9603.769504259744, "testnet": false, "keypoololdest": 1503914901, "keypoolsize": 1001, "paytxfee": 0.00000000, "relayfee": 0.00010000, "errors": "" }
mnsync status { "AssetID": 999, "AssetName": "MASTERNODE_SYNC_FINISHED", "Attempt": 0, "IsBlockchainSynced": true, "IsMasternodeListSynced": true, "IsWinnersListSynced": true, "IsSynced": true, "IsFailed": false }
masternode status { "vin": "CTxIn(COutPoint(f0fb6e223344884abe82da3a9634f8bba288974165f0784c27e945cda2a5a4f8, 1), scriptSig=)", "service": "36.55.235.149:24157", "payee": "MKQDfecmkmRNqTfMPj9EuyDjcFp6k41VTK", "status": "Masternode successfully started" }
but.. masternode list "f0fb6e223344884abe82da3a9634f8bba288974165f0784c27e945cda2a5a4f8-1": "WATCHDOG_EXPIRED"
|
|
|
|
pshemek
|
|
September 06, 2017, 02:10:03 PM |
|
Ok. update & all replaced.
getinfo { "version": 120105, "protocolversion": 70206, "walletversion": 61000, "balance": 1000.00000000, "privatesend_balance": 0.00000000, "blocks": 43171, "timeoffset": 0, "connections": 12, "proxy": "", "difficulty": 9603.769504259744, "testnet": false, "keypoololdest": 1503914901, "keypoolsize": 1001, "paytxfee": 0.00000000, "relayfee": 0.00010000, "errors": "" }
mnsync status { "AssetID": 999, "AssetName": "MASTERNODE_SYNC_FINISHED", "Attempt": 0, "IsBlockchainSynced": true, "IsMasternodeListSynced": true, "IsWinnersListSynced": true, "IsSynced": true, "IsFailed": false }
masternode status { "vin": "CTxIn(COutPoint(f0fb6e223344884abe82da3a9634f8bba288974165f0784c27e945cda2a5a4f8, 1), scriptSig=)", "service": "36.55.235.149:24157", "payee": "MKQDfecmkmRNqTfMPj9EuyDjcFp6k41VTK", "status": "Masternode successfully started" }
but.. masternode list "f0fb6e223344884abe82da3a9634f8bba288974165f0784c27e945cda2a5a4f8-1": "WATCHDOG_EXPIRED"
thats exactly the same problem as i have so any help is appreciated.
|
|
|
|
Pure-dev
Newbie
Offline
Activity: 18
Merit: 0
|
|
September 06, 2017, 02:21:30 PM |
|
Everything is good but there should be explorer on cmc and it should show top wallets for transparency.Thanks
|
|
|
|
monacoCoin
Full Member
Offline
Activity: 224
Merit: 100
MonacoCoin Team Member
|
|
September 06, 2017, 02:22:21 PM |
|
Ok. update & all replaced.
getinfo { "version": 120105, "protocolversion": 70206, "walletversion": 61000, "balance": 1000.00000000, "privatesend_balance": 0.00000000, "blocks": 43171, "timeoffset": 0, "connections": 12, "proxy": "", "difficulty": 9603.769504259744, "testnet": false, "keypoololdest": 1503914901, "keypoolsize": 1001, "paytxfee": 0.00000000, "relayfee": 0.00010000, "errors": "" }
mnsync status { "AssetID": 999, "AssetName": "MASTERNODE_SYNC_FINISHED", "Attempt": 0, "IsBlockchainSynced": true, "IsMasternodeListSynced": true, "IsWinnersListSynced": true, "IsSynced": true, "IsFailed": false }
masternode status { "vin": "CTxIn(COutPoint(f0fb6e223344884abe82da3a9634f8bba288974165f0784c27e945cda2a5a4f8, 1), scriptSig=)", "service": "36.55.235.149:24157", "payee": "MKQDfecmkmRNqTfMPj9EuyDjcFp6k41VTK", "status": "Masternode successfully started" }
but.. masternode list "f0fb6e223344884abe82da3a9634f8bba288974165f0784c27e945cda2a5a4f8-1": "WATCHDOG_EXPIRED"
There is a problem with sentinel. Did you install it ? If yes, was this test : ./venv/bin/py.test ./test ok ? If yes, did you correctly change this in the sentinel.conf : monacoCoin_conf=/home/YOUR HOME DIRECTORY/.monacoCoinCore/monacoCoin.conf putting your username in place of Your Home Directory ? If yes, did you correctly remplace in the crontab YOURUSERNAME by your username * * * * * cd /home/YOURUSERNAME/sentinel && ./venv/bin/python bin/sentinel.py >/dev/null 2>&1 ?
|
▲▲MonacoCoin Team▲▲ The Cryptocurrency for the Principality of Monaco
|
|
|
monacoCoin
Full Member
Offline
Activity: 224
Merit: 100
MonacoCoin Team Member
|
|
September 06, 2017, 02:25:10 PM |
|
Everything is good but there should be explorer on cmc and it should show top wallets for transparency.Thanks
Hello, the explorer is available on our website : http://block.monacocoin.net:8080/
|
▲▲MonacoCoin Team▲▲ The Cryptocurrency for the Principality of Monaco
|
|
|
Imaha486
|
|
September 06, 2017, 02:36:21 PM |
|
Ok. update & all replaced.
getinfo { "version": 120105, "protocolversion": 70206, "walletversion": 61000, "balance": 1000.00000000, "privatesend_balance": 0.00000000, "blocks": 43171, "timeoffset": 0, "connections": 12, "proxy": "", "difficulty": 9603.769504259744, "testnet": false, "keypoololdest": 1503914901, "keypoolsize": 1001, "paytxfee": 0.00000000, "relayfee": 0.00010000, "errors": "" }
mnsync status { "AssetID": 999, "AssetName": "MASTERNODE_SYNC_FINISHED", "Attempt": 0, "IsBlockchainSynced": true, "IsMasternodeListSynced": true, "IsWinnersListSynced": true, "IsSynced": true, "IsFailed": false }
masternode status { "vin": "CTxIn(COutPoint(f0fb6e223344884abe82da3a9634f8bba288974165f0784c27e945cda2a5a4f8, 1), scriptSig=)", "service": "36.55.235.149:24157", "payee": "MKQDfecmkmRNqTfMPj9EuyDjcFp6k41VTK", "status": "Masternode successfully started" }
but.. masternode list "f0fb6e223344884abe82da3a9634f8bba288974165f0784c27e945cda2a5a4f8-1": "WATCHDOG_EXPIRED"
There is a problem with sentinel. Did you install it ? If yes, was this test : ./venv/bin/py.test ./test ok ? If yes, did you correctly change this in the sentinel.conf : monacoCoin_conf=/home/YOUR HOME DIRECTORY/.monacoCoinCore/monacoCoin.conf putting your username in place of Your Home Directory ? If yes, did you correctly remplace in the crontab YOURUSERNAME by your username * * * * * cd /home/YOURUSERNAME/sentinel && ./venv/bin/python bin/sentinel.py >/dev/null 2>&1 ? very very very thank you! I found a mistake in the sentinel description. I succeeded by correcting it!!
|
|
|
|
monacoCoin
Full Member
Offline
Activity: 224
Merit: 100
MonacoCoin Team Member
|
|
September 06, 2017, 04:03:34 PM |
|
Ok. update & all replaced.
getinfo { "version": 120105, "protocolversion": 70206, "walletversion": 61000, "balance": 1000.00000000, "privatesend_balance": 0.00000000, "blocks": 43171, "timeoffset": 0, "connections": 12, "proxy": "", "difficulty": 9603.769504259744, "testnet": false, "keypoololdest": 1503914901, "keypoolsize": 1001, "paytxfee": 0.00000000, "relayfee": 0.00010000, "errors": "" }
mnsync status { "AssetID": 999, "AssetName": "MASTERNODE_SYNC_FINISHED", "Attempt": 0, "IsBlockchainSynced": true, "IsMasternodeListSynced": true, "IsWinnersListSynced": true, "IsSynced": true, "IsFailed": false }
masternode status { "vin": "CTxIn(COutPoint(f0fb6e223344884abe82da3a9634f8bba288974165f0784c27e945cda2a5a4f8, 1), scriptSig=)", "service": "36.55.235.149:24157", "payee": "MKQDfecmkmRNqTfMPj9EuyDjcFp6k41VTK", "status": "Masternode successfully started" }
but.. masternode list "f0fb6e223344884abe82da3a9634f8bba288974165f0784c27e945cda2a5a4f8-1": "WATCHDOG_EXPIRED"
There is a problem with sentinel. Did you install it ? If yes, was this test : ./venv/bin/py.test ./test ok ? If yes, did you correctly change this in the sentinel.conf : monacoCoin_conf=/home/YOUR HOME DIRECTORY/.monacoCoinCore/monacoCoin.conf putting your username in place of Your Home Directory ? If yes, did you correctly remplace in the crontab YOURUSERNAME by your username * * * * * cd /home/YOURUSERNAME/sentinel && ./venv/bin/python bin/sentinel.py >/dev/null 2>&1 ? very very very thank you! I found a mistake in the sentinel description. I succeeded by correcting it!! That's great, thank you for your feedback, I'll make the Tutorial more clear right now : )
|
▲▲MonacoCoin Team▲▲ The Cryptocurrency for the Principality of Monaco
|
|
|
sms301
|
|
September 07, 2017, 12:10:56 AM |
|
Very good news. I am happy for it.
|
|
|
|
awano1125
Newbie
Offline
Activity: 43
Merit: 0
|
|
September 07, 2017, 12:18:45 AM |
|
why block 43256 live over 7 hours? 43257 where are you?
|
|
|
|
monacoCoin
Full Member
Offline
Activity: 224
Merit: 100
MonacoCoin Team Member
|
|
September 07, 2017, 12:28:58 AM |
|
why block 43256 live over 7 hours? 43257 where are you? I saw this. It's 2 AM in France, I sent a message, the devs will look in to it right when he wakes up. We are sorry for the inconvenience.
|
▲▲MonacoCoin Team▲▲ The Cryptocurrency for the Principality of Monaco
|
|
|
firedog
Member
Offline
Activity: 82
Merit: 10
|
|
September 07, 2017, 02:32:28 AM |
|
Wallet not sync for 9 hours, why?
|
|
|
|
freetrax (OP)
Full Member
Offline
Activity: 206
Merit: 100
www.monoeci.io
|
|
September 07, 2017, 05:29:43 AM |
|
Wallet not sync for 9 hours, why? Hi, About block generation, monacoCoin networks are new and difficulty variation is very important, but don't worry is normal. Networks hash difficulty move to 20 GHz to 110 GHz some time, and to many miners with low hash and if difficulty increase is very hard to generate block . For example, to dahs networks power hash is 1000 GHz (for example) if one pool miner add 40 GHz power hash , difficulty increase 0.4% . But on small networks if power hash is 20 GHz if one pool miner add 40 GHz power hash, difficulty increase 200% but time to generate also increase for everyone blocks. It is the same problem to every coin but is difficulty increase is probably to profitability increase ... If difficulty increase , time generation also increase after a long round generation many blocks is sent to networks and you receive masternode reward . Screen shoot of block index for all servers : All node have same index, exchange have same index, you could call fonction getblocktemplate, blockchain working correctly Thank's
|
|
|
|
firedog
Member
Offline
Activity: 82
Merit: 10
|
|
September 07, 2017, 07:15:37 AM Last edit: September 07, 2017, 07:32:25 AM by firedog |
|
firedog@vultr:~/sentinel$ ./venv/bin/py.test ./test ========================== test session starts =========================== platform linux2 -- Python 2.7.6, pytest-3.0.1, py-1.4.31, pluggy-0.3.1 rootdir: /home/firedog/sentinel, inifile: collected 20 items
test/integration/test_jsonrpc.py F test/unit/test_models.py .. test/unit/test_monacoCoin_config.py . test/unit/test_monacoCoind_data_shims.py .. test/unit/test_monacoCoiny_things.py ..... test/unit/test_submit_command.py . test/unit/models/test_proposals.py ... test/unit/models/test_superblocks.py .....
================================ FAILURES ================================ [color=red]____________________________ test_monacoCoind ____________________________[/color]
def test_monacoCoind(): config_text = monacoCoinConfig.slurp_config_file(config.monacoCoin_conf) network = 'mainnet' is_testnet = False genesis_hash = u'0000005be1eb05b05fb45ae38ee9c1441514a65343cd146100a574de4278f1a3' for line in config_text.split("\n"): if line.startswith('testnet=1'): network = 'testnet' is_testnet = True genesis_hash = u'000008f18ad6913eed878632efbb83909272d493e5c065789330eb23ab65b5cf'
creds = monacoCoinConfig.get_rpc_creds(config_text, network) monacoCoind = monacoCoinDaemon(**creds) assert monacoCoind.rpc_command is not None
assert hasattr(monacoCoind, 'rpc_connection')
# monacoCoin testnet block 0 hash == 00000bafbc94add76cb75e2ec92894837288a481e5c005f6563d91623bf8bc2c # test commands without arguments > info = monacoCoind.rpc_command('getinfo')
[color=red]test/integration/test_jsonrpc.py[/color]:34: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ [color=red]lib/monacoCoind.py[/color]:42: in rpc_command return self.rpc_connection.__getattr__(params[0])(*params[1:]) [color=red]venv/local/lib/python2.7/site-packages/bitcoinrpc/authproxy.py[/color]:139: in __call__ response = self._get_response() _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <bitcoinrpc.authproxy.AuthServiceProxy object at 0x7fc2ce37aed0>
def _get_response(self): http_response = self.__conn.getresponse() if http_response is None: raise JSONRPCException({ 'code': -342, 'message': 'missing HTTP response from server'})
content_type = http_response.getheader('Content-Type') if content_type != 'application/json': raise JSONRPCException({ > 'code': -342, 'message': 'non-JSON HTTP response with \'%i %s\' from server' % (http_response.status, http_response.reason)}) [color=red]E JSONRPCException: -342: non-JSON HTTP response with '401 Unauthorized' from server
venv/local/lib/python2.7/site-packages/bitcoinrpc/authproxy.py[/color]:187: JSONRPCException [color=red]================== 1 failed, 19 passed in 1.02 seconds ===================[/color] Please help, whats wrong? and in the wallet i see "4618c8e84f50dc0489e7a46e6875e4bfea518fd5dd95bc9d5406f4dce81bf0d4-1": "WATCHDOG_EXPIRED"
|
|
|
|
CyberSlon
Newbie
Offline
Activity: 9
Merit: 0
|
|
September 07, 2017, 08:19:31 AM |
|
I have problem "WATCHDOG_EXPIRED".Mastrenode configured on windows server 2012 r2. Please help. The problem arose immediately after the installation (August 20). But payments went until September 1 inclusive. Since September 1, there are no payments.
|
|
|
|
freetrax (OP)
Full Member
Offline
Activity: 206
Merit: 100
www.monoeci.io
|
|
September 07, 2017, 09:00:56 AM |
|
firedog@vultr:~/sentinel$ ./venv/bin/py.test ./test ========================== test session starts =========================== platform linux2 -- Python 2.7.6, pytest-3.0.1, py-1.4.31, pluggy-0.3.1 rootdir: /home/firedog/sentinel, inifile: collected 20 items
test/integration/test_jsonrpc.py F test/unit/test_models.py .. test/unit/test_monacoCoin_config.py . test/unit/test_monacoCoind_data_shims.py .. test/unit/test_monacoCoiny_things.py ..... test/unit/test_submit_command.py . test/unit/models/test_proposals.py ... test/unit/models/test_superblocks.py .....
================================ FAILURES ================================ [color=red]____________________________ test_monacoCoind ____________________________[/color]
def test_monacoCoind(): config_text = monacoCoinConfig.slurp_config_file(config.monacoCoin_conf) network = 'mainnet' is_testnet = False genesis_hash = u'0000005be1eb05b05fb45ae38ee9c1441514a65343cd146100a574de4278f1a3' for line in config_text.split("\n"): if line.startswith('testnet=1'): network = 'testnet' is_testnet = True genesis_hash = u'000008f18ad6913eed878632efbb83909272d493e5c065789330eb23ab65b5cf'
creds = monacoCoinConfig.get_rpc_creds(config_text, network) monacoCoind = monacoCoinDaemon(**creds) assert monacoCoind.rpc_command is not None
assert hasattr(monacoCoind, 'rpc_connection')
# monacoCoin testnet block 0 hash == 00000bafbc94add76cb75e2ec92894837288a481e5c005f6563d91623bf8bc2c # test commands without arguments > info = monacoCoind.rpc_command('getinfo')
[color=red]test/integration/test_jsonrpc.py[/color]:34: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ [color=red]lib/monacoCoind.py[/color]:42: in rpc_command return self.rpc_connection.__getattr__(params[0])(*params[1:]) [color=red]venv/local/lib/python2.7/site-packages/bitcoinrpc/authproxy.py[/color]:139: in __call__ response = self._get_response() _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <bitcoinrpc.authproxy.AuthServiceProxy object at 0x7fc2ce37aed0>
def _get_response(self): http_response = self.__conn.getresponse() if http_response is None: raise JSONRPCException({ 'code': -342, 'message': 'missing HTTP response from server'})
content_type = http_response.getheader('Content-Type') if content_type != 'application/json': raise JSONRPCException({ > 'code': -342, 'message': 'non-JSON HTTP response with \'%i %s\' from server' % (http_response.status, http_response.reason)}) [color=red]E JSONRPCException: -342: non-JSON HTTP response with '401 Unauthorized' from server
venv/local/lib/python2.7/site-packages/bitcoinrpc/authproxy.py[/color]:187: JSONRPCException [color=red]================== 1 failed, 19 passed in 1.02 seconds ===================[/color] Please help, whats wrong? and in the wallet i see "4618c8e84f50dc0489e7a46e6875e4bfea518fd5dd95bc9d5406f4dce81bf0d4-1": "WATCHDOG_EXPIRED" Hi, other some other persons have same probleme, because is run monacoiCoind or sentinel with root . Create one user for run monacoCoin and sentinel And restart test Regard's
|
|
|
|
sethme
Member
Offline
Activity: 116
Merit: 24
|
|
September 07, 2017, 09:07:15 AM |
|
can i solo mine?
|
|
|
|
|
shreker
Member
Offline
Activity: 74
Merit: 10
|
|
September 07, 2017, 09:15:05 AM |
|
please help run the masternode my teamviewer 281 766 010
k4ad27 Unable to start HTTP server. See debug log for details.
|
|
|
|
monacoCoin
Full Member
Offline
Activity: 224
Merit: 100
MonacoCoin Team Member
|
|
September 07, 2017, 09:21:46 AM |
|
Registrations are opened again on NovaExchange
|
▲▲MonacoCoin Team▲▲ The Cryptocurrency for the Principality of Monaco
|
|
|
|