Pages:
Author

Topic: [ANN][MASTERNODE] Monoeci - A cryptocurrency for Monaco - page 75. (Read 102457 times)

newbie
Activity: 9
Merit: 0
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.
member
Activity: 82
Merit: 10
Code:
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 =

    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"
full member
Activity: 206
Merit: 100
www.monoeci.io
Wallet not sync for 9 hours, why?  Huh

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 Smiley 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 Smiley

Thank's
member
Activity: 82
Merit: 10
Wallet not sync for 9 hours, why?  Huh
full member
Activity: 224
Merit: 100
MonacoCoin Team Member
why block 43256 live over 7 hours? Huh Huh Huh
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.
newbie
Activity: 43
Merit: 0
why block 43256 live over 7 hours? Huh Huh Huh
43257 where are you?
full member
Activity: 280
Merit: 100
Hi, a good news , MonacoCoin is added to masternodes.pro

https://news.masternodes.pro/monacocoin-xmcc-has-been-funded/

Thank's for your support !

Very good news. I am happy for it.
full member
Activity: 224
Merit: 100
MonacoCoin Team Member
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 : )
full member
Activity: 896
Merit: 108
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!!
full member
Activity: 224
Merit: 100
MonacoCoin Team Member
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/
full member
Activity: 224
Merit: 100
MonacoCoin Team Member
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 ?
newbie
Activity: 18
Merit: 0
Everything is good but there should be explorer on cmc and it should show top wallets for transparency.Thanks
sr. member
Activity: 434
Merit: 250
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.
full member
Activity: 896
Merit: 108
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"
full member
Activity: 140
Merit: 100
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.
full member
Activity: 896
Merit: 108
Do you see your MN in "masternode list"?

ahh!!?

"f0fb6e223344884abe82da3a9634f8bba288974165f0784c27e945cda2a5a4f8-1": "$WATCHDOG_EXPIRED"

...Perhaps the core version is different?
newbie
Activity: 36
Merit: 0
Hello!
Is there invite link to slack?
full member
Activity: 210
Merit: 100
AltMiner.Net | Low-Fee Pool | 2hr Payout
Do you see your MN in "masternode list"?
full member
Activity: 896
Merit: 108
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...
full member
Activity: 206
Merit: 100
www.monoeci.io
Hi, a good news , MonacoCoin is added to masternodes.pro

https://news.masternodes.pro/monacocoin-xmcc-has-been-funded/

Thank's for your support !
Pages:
Jump to: