Pages:
Author

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

newbie
Activity: 5
Merit: 0
Hello, you try to run a masternode on windows ? I'm not experimented on this, do you have a firewall or something that could block the connection incoming ?
Yes, I see that monacoCoind.exe is working, the lines of the form appear in the debug.log file

Code:
2017-09-18 18:17:55 CMasternodeSync::ProcessTick -- nTick 61 nRequestedMasternodeAssets 2 nRequestedMasternodeAttempt 5 nSyncProgress 0.406250
2017-09-18 18:17:55 CMasternodeSync::ProcessTick -- nTick 61 nRequestedMasternodeAssets 2 -- requesting sporks from peer 6
2017-09-18 18:17:55 CMasternodeSync::ProcessTick -- nTick 61 nRequestedMasternodeAssets 2 -- requesting sporks from peer 7
2017-09-18 18:17:55 CMasternodeSync::ProcessTick -- nTick 61 nRequestedMasternodeAssets 2 -- requesting sporks from peer 8
2017-09-18 18:18:01 CMasternodeSync::ProcessTick -- nTick 67 nRequestedMasternodeAssets 2 nRequestedMasternodeAttempt 5 nSyncProgress 0.406250
2017-09-18 18:18:02 SYNCSTATUSCOUNT -- got inventory count: nItemID=2  nCount=273  peer=6
2017-09-18 18:18:07 CMasternodeSync::ProcessTick -- nTick 73 nRequestedMasternodeAssets 2 nRequestedMasternodeAttempt 6 nSyncProgress 0.437500
2017-09-18 18:18:07 CMasternodeSync::ProcessTick -- nTick 73 nRequestedMasternodeAssets 2 -- timeout
2017-09-18 18:18:07 CMasternodeSync::SwitchToNextAsset -- Starting MASTERNODE_SYNC_MNW
2017-09-18 18:18:13 CMasternodeSync::ProcessTick -- nTick 79 nRequestedMasternodeAssets 3 nRequestedMasternodeAttempt 0 nSyncProgress 0.500000
2017-09-18 18:18:13 CMasternodePayments::SyncLowDataPaymentBlocks -- asking peer 1 for 633 payment blocks
...........
CMasternodeSync::ProcessTick -- nTick 139 nRequestedMasternodeAssets 4 nRequestedMasternodeAttempt 7 nSyncProgress 0.968750
CMasternodeSync::ProcessTick -- nTick 139 nRequestedMasternodeAssets 4 -- asked for all objects, nothing to do
CMasternodeSync::SwitchToNextAsset -- Sync has finished
CActiveMasternode::ManageStateInitial -- Checking inbound connection to 'XXX.XXX.XXX.XXX:24157'
CActiveMasternode::ManageStateInitial -- NOT_CAPABLE: Could not connect to XXX.XXX.XXX.XXX:24157
CMasternodeMan::CheckAndRemove
............
2017-09-18 18:28:01 CMasternodeMan::CheckAndRemove -- Masternodes: 273, peers who asked us for Masternode list: 0, peers we asked for Masternode list: 17, entries in Masternode list we asked for: 53, masternod
2017-09-18 18:28:01 CMasternodePayments::CheckAndRemove -- Votes: 50496, Blocks: 5011
2017-09-18 18:28:38 CMasternodeBroadcast::Update -- Got UPDATED Masternode entry: addr=45.33.83.9:24157

I think it's a problem with the router. I can not access the neighboring devices in the local area at the external address:port. Only on the inside adress:port. I think that the kernel is trying to reach out to itself at the external address: 24157, and such requests are extinguished by the router.

in the last line the address - 45.33.83.9 is not mine and I do not understand where it comes from in my log

P.S. plugged the cable from the provider into the computer, bypassing the router. Got the gray ip-address 10.20.6.18. Although I have a static external. So the problem is in the white ip address
newbie
Activity: 53
Merit: 0
Thanks for the answers!  I'm sure you all are trying to get listed on Bittrex.  Is there any effort being made to join Binance?  I think it's a great exchange with an awesome future.  It would be great to have this coin on binance as well I think.  Thanks
full member
Activity: 224
Merit: 100
MonacoCoin Team Member
will there be a update on the wallet to host a masternode locally on windows or is this not possible at all because of sentinal or is there a workaround

maybe a option of the coin hosting the masternode for the client in return for fee ?

i am asking cause i love to put up a masternode but don t like the fact that you have to keep a eye out on the server



Hello !

desper123 gave this tuto :

Code:
Installing Sentinel on Windows (Thanks to desper123)
It is assumed that the first steps for installing the masternode have already been completed before installing Sentinel.
Download and install Python 2.7.x from here https://www.python.org/downloads/
Add C: \ Python27 and C: \ Python27 \ Scripts to the PATH environment variable. (System Properties -> Environment Variables)
Install PIP - https://pip.pypa.io/...-to-install-pip.
For this you need to download https://bootstrap.pypa.io/get-pip.py and run python get-pip.py in the same directory.
Other ways to install PIP on Windows: http: // stackoverflow ... pip-on-windows
Install Virtualenv by running pip install virtualenv
Download the sent and unzip to the directory C: \ sentinel (you can specify another, but for example here it will be this one)
We execute in the directory C: \ sentinel
virtualenv venv
venv \ Scripts \ pip install -r requirements.txt
Editing sentinel.conf by specifying the path to monacoCoin.conf in the monacoCoin_conf parameter.
Create a C: \ sentinel \ sentinel.bat file with the following content:
@echo off
set HOME =.
cd C: \ sentinel
C: \ sentinel \ venv \ Scripts \ python C: \ sentinel \ bin \ sentinel.py
Create a C: \ sentinel \ sentinel.vbs file with the following content:
Install WshShell = CreateObject ("WScript.Shell")
WshShell.Run chr (34) & "C: \ sentinel \ sentinel.bat" & Chr (34), 0
Install WshShell = Nothing
This intermediate vbs-script is needed in order to not open the console window when executing through the task scheduler.
We add the action C: \ sentinel \ sentinel.vbs to the task scheduler (Control Panel -> Administration -> Task Scheduler -> Create Task ...)
Trigger indicate "Daily", repeat the task 1 min.
Launch the Coin.
Who do not mind throwing a couple of coins for setting, my wallet MQfTBAzLpUWhPGsG7K6dSYTkfZju61Sa8G

We did not try it for the moment. We'll make a windows tutorial later  Smiley
full member
Activity: 224
Merit: 100
MonacoCoin Team Member
Hi, i have a WATCHDOG_EXPIRED, also i don't understand the rpc user and password, do they have to be the same in the server and qt?
 
the test command line give me 1/20 error with RPC
thanks for help

RPC user and password are not important, you can put whatever you want, just no special characters. It could return an error if you used special characters.

On your PC, you don't have to edit the monacocoin.conf, only the masternodes.conf

The error could come from the fact that you did not stop the wallet while changing the .conf on the vps too.
full member
Activity: 224
Merit: 100
MonacoCoin Team Member
can you help me to started masternode?!

Code:
C:\Users\user\Application Data\monacoCoinCore>monacoCoin-cli.exe masternode start-alias mn1
{
  "alias": "mn1",
  "result": "successful"
}

C:\Users\user\Application Data\monacoCoinCore>monacoCoin-cli.exe masternode debug
Not capable masternode: Could not connect to {MY EXTERNAL IP}:24157

C:\Users\user\Application Data\monacoCoinCore>monacoCoin-cli.exe getinfo
{
  "version": 120105,
  "protocolversion": 70206,
  "walletversion": 61000,
  "balance": 1010.00000000,
  "privatesend_balance": 0.00000000,
  "blocks": 50190,
  "timeoffset": 1,
  "connections": 8,
  "proxy": "",
  "difficulty": 47392.54237288135,
  "testnet": false,
  "keypoololdest": 1505486274,
  "keypoolsize": 1001,
  "paytxfee": 0.00000000,
  "relayfee": 0.00010000,
  "errors": ""
}

C:\sentinel>C:\sentinel\venv\Scripts\pytest.exe ./test
============================= test session starts =============================
platform win32 -- Python 2.7.14, pytest-3.0.1, py-1.4.31, pluggy-0.3.1
rootdir: C:\sentinel, inifile:
collected 20 items

test\integration\test_jsonrpc.py .
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 .....

========================== 20 passed in 0.63 seconds ==========================

C:\sentinel>C:\sentinel\venv\Scripts\python C:\sentinel\bin\sentinel.py
monacoCoind not synced with network! Awaiting full sync before running Sentinel.

C:\sentinel>C:\sentinel\venv\Scripts\python C:\sentinel\bin\sentinel.py
Invalid Masternode Status, cannot continue.


C:\Users\user\Application Data\monacoCoinCore>monacoCoin-cli masternode status
{
  "vin": "CTxIn(COutPoint(0000000000000000000000000000000000000000000000000000000000000000, 4294967295), coinbase )",
  "service": "{MY EXTERNAL IP}:24157",
  "status": "Not capable masternode: Could not connect to {MY EXTERNAL IP}:24157"
}



Hello, you try to run a masternode on windows ? I'm not experimented on this, do you have a firewall or something that could block the connection incoming ?
newbie
Activity: 38
Merit: 0
Hi, i have a WATCHDOG_EXPIRED, also i don't understand the rpc user and password, do they have to be the same in the server and qt?
 
the test command line give me 1/20 error with RPC
thanks for help

Code:
================================================== FAILURES ==================================================
______________________________________________ test_monacoCoind ______________________________________________

    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')
E       assert False
E        +  where False = hasattr(, 'rpc_connection')

test/integration/test_jsonrpc.py:30: AssertionError
==================================== 1 failed, 19 passed in 4.80 seconds =====================================
newbie
Activity: 5
Merit: 0
can you help me to started masternode?!

Code:
C:\Users\user\Application Data\monacoCoinCore>monacoCoin-cli.exe masternode start-alias mn1
{
  "alias": "mn1",
  "result": "successful"
}

C:\Users\user\Application Data\monacoCoinCore>monacoCoin-cli.exe masternode debug
Not capable masternode: Could not connect to {MY EXTERNAL IP}:24157

C:\Users\user\Application Data\monacoCoinCore>monacoCoin-cli.exe getinfo
{
  "version": 120105,
  "protocolversion": 70206,
  "walletversion": 61000,
  "balance": 1010.00000000,
  "privatesend_balance": 0.00000000,
  "blocks": 50190,
  "timeoffset": 1,
  "connections": 8,
  "proxy": "",
  "difficulty": 47392.54237288135,
  "testnet": false,
  "keypoololdest": 1505486274,
  "keypoolsize": 1001,
  "paytxfee": 0.00000000,
  "relayfee": 0.00010000,
  "errors": ""
}

C:\sentinel>C:\sentinel\venv\Scripts\pytest.exe ./test
============================= test session starts =============================
platform win32 -- Python 2.7.14, pytest-3.0.1, py-1.4.31, pluggy-0.3.1
rootdir: C:\sentinel, inifile:
collected 20 items

test\integration\test_jsonrpc.py .
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 .....

========================== 20 passed in 0.63 seconds ==========================

C:\sentinel>C:\sentinel\venv\Scripts\python C:\sentinel\bin\sentinel.py
monacoCoind not synced with network! Awaiting full sync before running Sentinel.

C:\sentinel>C:\sentinel\venv\Scripts\python C:\sentinel\bin\sentinel.py
Invalid Masternode Status, cannot continue.


C:\Users\user\Application Data\monacoCoinCore>monacoCoin-cli masternode status
{
  "vin": "CTxIn(COutPoint(0000000000000000000000000000000000000000000000000000000000000000, 4294967295), coinbase )",
  "service": "{MY EXTERNAL IP}:24157",
  "status": "Not capable masternode: Could not connect to {MY EXTERNAL IP}:24157"
}

full member
Activity: 382
Merit: 100
will there be a update on the wallet to host a masternode locally on windows or is this not possible at all because of sentinal or is there a workaround

maybe a option of the coin hosting the masternode for the client in return for fee ?

i am asking cause i love to put up a masternode but don t like the fact that you have to keep a eye out on the server



full member
Activity: 224
Merit: 100
MonacoCoin Team Member
Hello, you can find our masternodes statistics on this page : https://masternodes.pro/stats/xmcc/
sr. member
Activity: 403
Merit: 250
This coin is quite interesting, I will wait for the next announcement, of course with more detailed information, about mining and swimming pool, does this coin hold a bounty or signature campaign?

Hello, there are no bounties, except for translation of our ANN and website.


what's the ROI of Mastenode,
how many coins /day apporx each MN
~1 y
2-6 coins
member
Activity: 110
Merit: 10
This coin is quite interesting, I will wait for the next announcement, of course with more detailed information, about mining and swimming pool, does this coin hold a bounty or signature campaign?

Hello, there are no bounties, except for translation of our ANN and website.


what's the ROI of Mastenode,
how many coins /day apporx each MN
full member
Activity: 224
Merit: 100
MonacoCoin Team Member
This coin is quite interesting, I will wait for the next announcement, of course with more detailed information, about mining and swimming pool, does this coin hold a bounty or signature campaign?

Hello, there are no bounties, except for translation of our ANN and website.
full member
Activity: 224
Merit: 100
MonacoCoin Team Member
Hello, I have a couple of questions.  Can I get an invite to the slack group?  Also, do you have wallets that are compatible for Mac users?  Also, do you have any existing contacts in Monaco/Monte Carlo like the casinos etc?  Could it become the go to currency in Monaco? I really like the future of this coin.  A very limited supply and Monaco is an unbelievable place.  I just want to know what has been established so far with vendors and this coin?  Thanks


Hello, the Slack is available in the first post on the ANN : https://join.slack.com/t/monacocoin/shared_invite/enQtMjM2OTU3NzE4MTc4LTZlZjYxM2QyMzczOWJiZTNjYjEzZDg2NmFhMzIzYmI1ZjU3YzU3NWE0ZTM0MGQzNmYzYmI5ZGE1MDMxZTU1Yzg

We're working on the Mac wallet.

We are in contact with the Monaco government but we are not linked to them.

We have a lot of merchants interested in our project, but we plan to reveal more information about this later. For the moment, we are waiting for exchanges (Cryptopia and CoinExchange) to add us.
full member
Activity: 195
Merit: 100
This coin is quite interesting, I will wait for the next announcement, of course with more detailed information, about mining and swimming pool, does this coin hold a bounty or signature campaign?
member
Activity: 84
Merit: 10

sorry, i want to know time trading on crytopica. My team has 25k members. And we want to invest in you
newbie
Activity: 42
Merit: 0
Hi all. Can someone answer me what is good about this coin? Or is it a clone MCO?

Hello, we are not linked in any way to MCO.

We used the last dash code as source code, and we will build our own innovations from now on, while getting all the new functions of the dash code.

We don't know why MCO is called Monaco, and we don't know much about their project to be honest.

Our coin is called MonacoCoin because we are linked to the Principality of Monaco in France, and we plan to use our cryptocurrency for real exchanges in the Principality.

What about on the Waves Decentralized Exchange ?

https://blog.wavesplatform.com/waves-decentralized-exchange-and-safe-trading-of-blockchain-assets-8e54422cda25
newbie
Activity: 53
Merit: 0
Hello, I have a couple of questions.  Can I get an invite to the slack group?  Also, do you have wallets that are compatible for Mac users?  Also, do you have any existing contacts in Monaco/Monte Carlo like the casinos etc?  Could it become the go to currency in Monaco? I really like the future of this coin.  A very limited supply and Monaco is an unbelievable place.  I just want to know what has been established so far with vendors and this coin?  Thanks
full member
Activity: 140
Merit: 100
Cryptopia and CoinExchange are already paid and should list us soon.

What do you mean by promote PR  ?
He offers advertising
full member
Activity: 224
Merit: 100
MonacoCoin Team Member
Hi all. Can someone answer me what is good about this coin? Or is it a clone MCO?

Hello, we are not linked in any way to MCO.

We used the last dash code as source code, and we will build our own innovations from now on, while getting all the new functions of the dash code.

We don't know why MCO is called Monaco, and we don't know much about their project to be honest.

Our coin is called MonacoCoin because we are linked to the Principality of Monaco in France, and we plan to use our cryptocurrency for real exchanges in the Principality.

Hi dev . we have list on cryptopia and coinexchange ?

I see we should promote PR for this coin Monacocoin. My team can to this.


Cryptopia and CoinExchange are already paid and should list us soon.

What do you mean by promote PR  ?
newbie
Activity: 42
Merit: 0
Hi all. Can someone answer me what is good about this coin? Or is it a clone MCO?

Hello, we are not linked in any way to MCO.

We used the last dash code as source code, and we will build our own innovations from now on, while getting all the new functions of the dash code.

We don't know why MCO is called Monaco, and we don't know much about their project to be honest.

Our coin is called MonacoCoin because we are linked to the Principality of Monaco in France, and we plan to use our cryptocurrency for real exchanges in the Principality.

 Hi there,

My node is now online and functional (I think) which blockchain explorer can i use to see it?

Edit: Aha.. never mind, got it Cheesy


Pages:
Jump to: