coolboyjules
Newbie
Offline
Activity: 3
Merit: 0
|
|
October 27, 2017, 07:27:59 PM |
|
Hi! I'm trying to set up a masternode for MCC. I've got everything set up on the server and I have >1000 MCC in my wallet but when I print all I get is I've read through all the docs and I know you need >1000 MCC which I have. Or maybe what I have done wrong is that cannot find a transaction that moves 1000MCC to my address in one shot? I have one that is 999.XXX or something close. Perhaps that is it? Thanks for the help.
|
|
|
|
jenia1
Sr. Member
Offline
Activity: 504
Merit: 267
HashWare - Mining solutions for everyone!
|
|
October 27, 2017, 10:27:51 PM |
|
so ive reinstalled everything from 0 again seems ive dine everything right but...
typing masternode start-alias monacocoinmasternode i get:
 { "alias": "monacocoinmasternode", "result": "successful" }
typing masternodelist i get :
"b18d956d247a30e6771a51bb363cda611d421849665274b5d2d262023b943293-1": "PRE_ENABLED"
what is this?
when typing in the VPS ./monacoCoin-cli masternode status i get: no such file or directory
also i was not sure if the index in the conf. file supposed to be 0 or 1 in my case?
If everything was done correctfully, your masternode will soon go in Enabled state. The index is at the end of your masternode outputs. If you obtain this on your vps, it means you forgot to connect to your user and go in your directory : everything works fine now. thanks for the help!
|
|
|
|
toanlk
Member
Offline
Activity: 96
Merit: 10
|
|
October 28, 2017, 03:08:46 AM |
|
What is the date of ICO?
No ICO for XMCC. just waiting for the moon
|
|
|
|
frankkkkkkk
|
|
October 28, 2017, 03:34:35 AM |
|
I think XMCC is the best masternode coin near time.What is the cost of mining right now?
|
|
|
|
koinson
Newbie
Offline
Activity: 5
Merit: 0
|
|
October 28, 2017, 04:48:23 AM |
|
I created a masternode. I'm rooting for MonacoCoin.
|
|
|
|
malikjitenderiit
Newbie
Offline
Activity: 8
Merit: 0
|
|
October 28, 2017, 05:01:22 AM |
|
Getthing this error , any one have idea
You must set masternode=1 in the configuration
|
|
|
|
monacoCoin
Full Member
Offline
Activity: 224
Merit: 100
MonacoCoin Team Member
|
|
October 28, 2017, 08:10:25 AM |
|
Hi! I'm trying to set up a masternode for MCC. I've got everything set up on the server and I have >1000 MCC in my wallet but when I print all I get is I've read through all the docs and I know you need >1000 MCC which I have. Or maybe what I have done wrong is that cannot find a transaction that moves 1000MCC to my address in one shot? I have one that is 999.XXX or something close. Perhaps that is it? Thanks for the help. Hello, you need to make a transaction of exactly 1000XMCC. If not, the masternode feature can't be activated.
|
▲▲MonacoCoin Team▲▲ The Cryptocurrency for the Principality of Monaco
|
|
|
monacoCoin
Full Member
Offline
Activity: 224
Merit: 100
MonacoCoin Team Member
|
|
October 28, 2017, 08:13:09 AM |
|
Getthing this error , any one have idea
You must set masternode=1 in the configuration
Hello, is your monacoCoin.conf on the vps configured like this like in the tutorial : rpcuser=USER HERE rpcpassword=PASSWORD HERE rpcallowip=127.0.0.1 server=1 listen=1 daemon=1 maxconnections=24 masternode=1 masternodeprivkey=PRIV KEY HERE externalip=YOUR VPS PUBLIC IP HERE
|
▲▲MonacoCoin Team▲▲ The Cryptocurrency for the Principality of Monaco
|
|
|
shoesworkflow
Newbie
Offline
Activity: 50
Merit: 0
|
|
October 28, 2017, 09:42:51 AM |
|
In which country this will be working? This will be for limited countries?
|
|
|
|
monacoCoin
Full Member
Offline
Activity: 224
Merit: 100
MonacoCoin Team Member
|
|
October 28, 2017, 02:02:44 PM |
|
In which country this will be working? This will be for limited countries?
It will work everywhere and everybdy will be able to use it, but we plan to really develop a support and a formation to this technology in Monaco.
|
▲▲MonacoCoin Team▲▲ The Cryptocurrency for the Principality of Monaco
|
|
|
ttythcl
Newbie
Offline
Activity: 44
Merit: 0
|
|
October 28, 2017, 02:26:21 PM |
|
Is it profitable for running a masternode? Thank you all.
|
|
|
|
citizen Z
Member
Offline
Activity: 71
Merit: 10
|
|
October 28, 2017, 02:35:44 PM |
|
i use windows wallet localy
my masternode get the status watch dog on the gui and when i type in the console masternode status i get succeful started. has been 4 day and no reward
do you have any clue ?
|
|
|
|
monacoCoin
Full Member
Offline
Activity: 224
Merit: 100
MonacoCoin Team Member
|
|
October 28, 2017, 04:26:52 PM |
|
Is it profitable for running a masternode? Thank you all.
Hello, you can check the ROI on masternodes.pro i use windows wallet localy
my masternode get the status watch dog on the gui and when i type in the console masternode status i get succeful started. has been 4 day and no reward
do you have any clue ?
Hello, it means the config of your sentinel is not good. Check if the sentinel.conf and the crontab are correctly edited.
|
▲▲MonacoCoin Team▲▲ The Cryptocurrency for the Principality of Monaco
|
|
|
shreker
Member
Offline
Activity: 74
Merit: 10
|
|
October 28, 2017, 09:21:47 PM |
|
What should I do if I do not pass the test when installing masternodes JSONRPCException: -342: non-JSON HTTP response with '401 Unauthorized' from server venv/local/lib/python2.7/site-packages/bitcoinrpc/authproxy.py:187: JSONRPCException self = <bitcoinrpc.authproxy.AuthServiceProxy object at 0x7ff829198990> 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)}) E JSONRPCException: -342: non-JSON HTTP response with '401 Unauthorized' from server venv/local/lib/python2.7/site-packages/bitcoinrpc/authproxy.py:187: JSONRPCException =============================== 1 failed, 19 passed in 1.46 seconds ================================
|
|
|
|
blockbasher
Newbie
Offline
Activity: 31
Merit: 0
|
|
October 29, 2017, 06:28:55 AM |
|
What should I do if I do not pass the test when installing masternodes JSONRPCException: -342: non-JSON HTTP response with '401 Unauthorized' from server venv/local/lib/python2.7/site-packages/bitcoinrpc/authproxy.py:187: JSONRPCException self = <bitcoinrpc.authproxy.AuthServiceProxy object at 0x7ff829198990> 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)}) E JSONRPCException: -342: non-JSON HTTP response with '401 Unauthorized' from server venv/local/lib/python2.7/site-packages/bitcoinrpc/authproxy.py:187: JSONRPCException =============================== 1 failed, 19 passed in 1.46 seconds ================================
I was getting this same error this evening and was working on it for hours and discovered was very simple fix. I am assuming it is with test_monacoCoind. 1. verify your .monacoCoin.conf file located in .monacoCoinCore. This is where my problem was. 2. I don't know which fix did it, but I had a couple things that did not look right in the file. first, I had rpcuser = xxxxxx so I took out spaces before and after the = sign. rpcuser=xxxxx (and did so on all other variables in the file). I am not sure how they got there. They may actually be there in the installation file before it's modified. I cannot remember. 3. I put a blank line between maxconnections=24 and masternode=1 (the instructions show one being there and i did not do that) 4. If you find any issues, you must edit the file, save it, stop the monacoCoind, then restart it. After that, rerun the test. mine passed after I made those simple changes. I attribute it to being late. The problem is more than likely an error in that .conf file.
|
|
|
|
blc
Newbie
Offline
Activity: 11
Merit: 0
|
|
October 29, 2017, 07:10:07 AM |
|
What should I do if I do not pass the test when installing masternodes JSONRPCException: -342: non-JSON HTTP response with '401 Unauthorized' from server venv/local/lib/python2.7/site-packages/bitcoinrpc/authproxy.py:187: JSONRPCException self = <bitcoinrpc.authproxy.AuthServiceProxy object at 0x7ff829198990> 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)}) E JSONRPCException: -342: non-JSON HTTP response with '401 Unauthorized' from server venv/local/lib/python2.7/site-packages/bitcoinrpc/authproxy.py:187: JSONRPCException =============================== 1 failed, 19 passed in 1.46 seconds ================================
I had this problem when I modified the RPC username/address - short answer reinstall from scratch is easiest quick path forwards.
|
|
|
|
synd_bag_holder
Newbie
Offline
Activity: 3
Merit: 0
|
|
October 29, 2017, 09:50:03 AM |
|
Hi,
MN is online since saturday morning, activated, enabled. How long untill the rewards arrive and does it come in the mn wallets?
What happens iwhen the rewards arrive, if i transfer to new address and it takes from the 1000 mn address?
|
|
|
|
monacoCoin
Full Member
Offline
Activity: 224
Merit: 100
MonacoCoin Team Member
|
|
October 29, 2017, 11:10:56 AM |
|
Hi,
MN is online since saturday morning, activated, enabled. How long untill the rewards arrive and does it come in the mn wallets?
What happens iwhen the rewards arrive, if i transfer to new address and it takes from the 1000 mn address?
Hello, the first reward should arrive very soon if everything was done correctly. The 1000XMCC are locked to your masternode address, you will receive 2XMCC on this address. This address is linked to your main wallet, so you'll receive every reward on your main wallet.
|
▲▲MonacoCoin Team▲▲ The Cryptocurrency for the Principality of Monaco
|
|
|
synd_bag_holder
Newbie
Offline
Activity: 3
Merit: 0
|
|
October 29, 2017, 12:24:35 PM |
|
Hi,
MN is online since saturday morning, activated, enabled. How long untill the rewards arrive and does it come in the mn wallets?
What happens iwhen the rewards arrive, if i transfer to new address and it takes from the 1000 mn address?
Hello, the first reward should arrive very soon if everything was done correctly. The 1000XMCC are locked to your masternode address, you will receive 2XMCC on this address. This address is linked to your main wallet, so you'll receive every reward on your main wallet. Yes I got my first reward. Cool beans. thx... GO MonacoCoin or whatever names it will take .D
|
|
|
|
malikjitenderiit
Newbie
Offline
Activity: 8
Merit: 0
|
|
October 29, 2017, 01:21:51 PM |
|
Hello , I installed wallet on windows machine ( VPS ) i can access machine using RDP
i configured masternode , did the transaction i am getting this error
Can't detect valid external address. Please consider using the externalip configuration option if problem persists. Make sure to use IPv4 address only
Please help
|
|
|
|
|