mcarver316
Newbie
Offline
Activity: 29
Merit: 0
|
|
December 05, 2017, 12:34:31 PM |
|
Can’t get a masternode working in Windows. Do I have to buy 1000 XMCC to get it going? It keeps saying I don’t have enough (I haven’t received my mined coins yet, unfortunately).
Also, I’ve mined XMCC for few days and still nothing. I’ve used lpool and now ezpool. I’ve also used last monaco core and now the rebranded monoeci core. Is this coin still alive?
(Monoeci is a bear to remember- why not just Monaco X or xmonaco or grand monaco or something else Monaco is well known for?)
Thanks!
|
|
|
|
monacoCoin
Full Member
Offline
Activity: 224
Merit: 100
MonacoCoin Team Member
|
|
December 05, 2017, 03:15:20 PM |
|
Can’t get a masternode working in Windows. Do I have to buy 1000 XMCC to get it going? It keeps saying I don’t have enough (I haven’t received my mined coins yet, unfortunately).
Also, I’ve mined XMCC for few days and still nothing. I’ve used lpool and now ezpool. I’ve also used last monaco core and now the rebranded monoeci core. Is this coin still alive?
(Monoeci is a bear to remember- why not just Monaco X or xmonaco or grand monaco or something else Monaco is well known for?)
Thanks!
Hello, You need 1000XMCC to run a masternode. We did not make any tutorial for windows at the moment. Monaco is a protected brand, projects like Monaco Card are totally illegal and sued by the Principality. We are authorized to operate in Monaco at the condition that we change our name, that's why MonacoCoin will become Monoeci.
|
▲▲MonacoCoin Team▲▲ The Cryptocurrency for the Principality of Monaco
|
|
|
jox
|
|
December 05, 2017, 03:54:21 PM |
|
I see there was published new wallet, when is expected hardfork, which date or block number ?
|
|
|
|
greewn
Newbie
Offline
Activity: 9
Merit: 0
|
|
December 05, 2017, 10:55:11 PM |
|
Anybody have any luck installing new masternode with monoeci files and not monacocoin? If so, please post steps. Thank you..
|
|
|
|
mcarver316
Newbie
Offline
Activity: 29
Merit: 0
|
|
December 06, 2017, 12:02:19 AM Last edit: December 06, 2017, 12:38:47 AM by mcarver316 |
|
Does anyone know if Amazon lightsail is sufficient for a masternode? Thanks! I'm thinking the bare minimum w/ linux: *512 MB Memory *1 Core Processor *20 GB SSD Disk *1 TB Transfer* https://amazonlightsail.com/pricing/
|
|
|
|
ptheron
Newbie
Offline
Activity: 3
Merit: 0
|
|
December 06, 2017, 08:22:44 AM |
|
Anybody have any luck installing new masternode with monoeci files and not monacocoin? If so, please post steps. Thank you..
Steps on Github : https://github.com/monacocoin-net/monacoCoin-CoreI am getting error : error while loading shared libraries: libboost_system.so.1.54.0: cannot open shared object file: No such file or directory There was a fix for it somewhere, had it when I installed xmcc masternode first time but took me a day. Keep running old MN till I have time to fix. Would be nice if there was Discord help channel.
|
|
|
|
KuromaYoichi
Sr. Member
Offline
Activity: 756
Merit: 251
Sovryn - 300-500% APY on USDT Deposit
|
|
December 06, 2017, 09:07:56 AM |
|
Anybody have any luck installing new masternode with monoeci files and not monacocoin? If so, please post steps. Thank you..
Steps on Github : https://github.com/monacocoin-net/monacoCoin-CoreI am getting error : error while loading shared libraries: libboost_system.so.1.54.0: cannot open shared object file: No such file or directory There was a fix for it somewhere, had it when I installed xmcc masternode first time but took me a day. Keep running old MN till I have time to fix. Would be nice if there was Discord help channel. I had this problem before, i think it's a bad symbolic link try this apt-get update sudo apt-get install libboost1.54-all-dev sudo apt-get install libdb-dev libdb++-dev sudo apt-get install libminiupnpc-dev It works for me There's help channel at the slack, you can ask there if you have some problem and someone will help you.
|
|
|
|
mcarver316
Newbie
Offline
Activity: 29
Merit: 0
|
|
December 06, 2017, 02:30:50 PM |
|
Anybody have any luck installing new masternode with monoeci files and not monacocoin? If so, please post steps. Thank you..
Steps on Github : https://github.com/monacocoin-net/monacoCoin-CoreI am getting error : error while loading shared libraries: libboost_system.so.1.54.0: cannot open shared object file: No such file or directory There was a fix for it somewhere, had it when I installed xmcc masternode first time but took me a day. Keep running old MN till I have time to fix. Would be nice if there was Discord help channel. I ended up just using Windows. Too many errors with uBuntu 16.
|
|
|
|
manu82
Newbie
Offline
Activity: 3
Merit: 0
|
|
December 07, 2017, 07:44:28 AM |
|
Hi to everyone, i've just followed the tutorial to set up a masternode (already with the monoeci wallet) on Ubuntu, but when i try to get the command "masternode outputs" it show me nothing. I've already send the money to the address given with the command "getnewaddress 0", the transactions are confirmed (over 200). I've tryed also to put manually the transaction ID on the masternode.conf on my wallet to go forward, but when i try the command "masternode start-alias mn1" it show me this error { "alias": "mn1", "result": "failed", "errorMessage": "Could not allocate txin xxxxxxxxxxxxxxxxxxxxxxxx:0 for masternode PUBLIC_IP:24157" } What can i do?
|
|
|
|
ptheron
Newbie
Offline
Activity: 3
Merit: 0
|
|
December 07, 2017, 07:57:47 AM |
|
Anybody have any luck installing new masternode with monoeci files and not monacocoin? If so, please post steps. Thank you..
Steps on Github : https://github.com/monacocoin-net/monacoCoin-CoreI am getting error : error while loading shared libraries: libboost_system.so.1.54.0: cannot open shared object file: No such file or directory There was a fix for it somewhere, had it when I installed xmcc masternode first time but took me a day. Keep running old MN till I have time to fix. Would be nice if there was Discord help channel. I ended up just using Windows. Too many errors with uBuntu 16. Nogo, another user posted same problem on Slack. Its just bad coding that refer to outdated libraries.
|
|
|
|
mcarver316
Newbie
Offline
Activity: 29
Merit: 0
|
|
December 07, 2017, 10:23:48 AM Last edit: December 07, 2017, 02:12:32 PM by mcarver316 |
|
Anybody have any luck installing new masternode with monoeci files and not monacocoin? If so, please post steps. Thank you..
Steps on Github : https://github.com/monacocoin-net/monacoCoin-CoreI am getting error : error while loading shared libraries: libboost_system.so.1.54.0: cannot open shared object file: No such file or directory There was a fix for it somewhere, had it when I installed xmcc masternode first time but took me a day. Keep running old MN till I have time to fix. Would be nice if there was Discord help channel. I ended up just using Windows. Too many errors with uBuntu 16. Nogo, another user posted same problem on Slack. Its just bad coding that refer to outdated libraries. Yeah sorry. Having problems with Sentinel now. The initial steps are well documented, but unfortunately incomplete. The Linux tutorial was really made for version 14 of uBuntu and doesn't work well with uBuntu 16 without jumping through many hoops. The Windows is even worse. What we need is somebody who can code and put a prepackaged working configuration in a virtual machine for both Linux and Windows. Then just generate a new key to enable the node. Monoeci will have way more masternodes if the technical hurdles are reduced. I'm willing to pay 100 XMCC for this. Not everybody who has the resources to run a Masternode have the technical-know-how as desper or developers for that matter. I tried the Windows tutorial. If anyone here has gotten it to work, especially installing the sentinel dependencies, please share. Thanks! I am putting this project aside for now, as I simply do not have the coding skills to make either Linux or Windows work with the available tutorial.
|
|
|
|
cryptomaxsun
Legendary
Offline
Activity: 2758
Merit: 1387
Ukrainians will resist
|
|
December 07, 2017, 12:44:33 PM |
|
/monoeci/sentinel# ./venv/bin/python bin/sentinel.py -342: non-JSON HTTP response with '401 Unauthorized' from server Cannot connect to monoecid. Please ensure monoecid is running and the JSONRPC port is open to Sentinel. sentinel.conf # specify path to monoeci.conf or leave blank # default is the same as monoeciCore monoeci_conf=/root/.monoeciCore/monoeci.conf # valid options are mainnet, testnet (default=mainnet) network=mainnet #network=testnet # database connection details db_name=database/sentinel.db db_driver=sqlite How to fix? All renamed, deleted, uploaded a new one.
|
❘|❘ Cлaвa Укpaинe! ❘|❘ Glory to Ukraine! ❘|❘ ❘|❘ КaPФaгeн дoлжeн быть paзpyшeн ❘|❘
|
|
|
Captainprofit
Newbie
Offline
Activity: 4
Merit: 0
|
|
December 07, 2017, 02:05:54 PM |
|
Hello community !
Our team wants to set up a MN. We saw issues with the last wallet, is it fixed?
Additionnaly, I read something about 1000 MN and 60 left, what is it please? (saw it on slack)
Thank you !
|
|
|
|
ddude
|
|
December 07, 2017, 02:08:20 PM |
|
Anybody have any luck installing new masternode with monoeci files and not monacocoin? If so, please post steps. Thank you..
Steps on Github : https://github.com/monacocoin-net/monacoCoin-CoreI am getting error : error while loading shared libraries: libboost_system.so.1.54.0: cannot open shared object file: No such file or directory There was a fix for it somewhere, had it when I installed xmcc masternode first time but took me a day. Keep running old MN till I have time to fix. Would be nice if there was Discord help channel. I ended up just using Windows. Too many errors with uBuntu 16. Nogo, another user posted same problem on Slack. Its just bad coding that refer to outdated libraries. this is related to ubuntu version. you will probably need a ubuntu 16 versio binary as i suspect you are using ubutu 16.
|
CoinTracking.info CoinTracking.info - Your Profit / Loss Portfolio Monitor and Tax Calculator for all Digital Currencies Simply the best way to track your digital assets accurately. Get live data for more than 5000 coins, assets and commodities. Track Gains & Balances from all your exchanges and wallets. Need help? CoinTracking FAQ
|
|
|
canonical
|
|
December 07, 2017, 02:12:05 PM |
|
/monoeci/sentinel# ./venv/bin/python bin/sentinel.py -342: non-JSON HTTP response with '401 Unauthorized' from server Cannot connect to monoecid. Please ensure monoecid is running and the JSONRPC port is open to Sentinel. sentinel.conf # specify path to monoeci.conf or leave blank # default is the same as monoeciCore monoeci_conf=/root/.monoeciCore/monoeci.conf # valid options are mainnet, testnet (default=mainnet) network=mainnet #network=testnet # database connection details db_name=database/sentinel.db db_driver=sqlite How to fix? All renamed, deleted, uploaded a new one. Same problem here. I don't know how to fix this. Hoping someone else has worked out how.
|
|
|
|
|
ddude
|
|
December 07, 2017, 03:25:07 PM |
|
Anybody have any luck installing new masternode with monoeci files and not monacocoin? If so, please post steps. Thank you..
Steps on Github : https://github.com/monacocoin-net/monacoCoin-CoreI am getting error : error while loading shared libraries: libboost_system.so.1.54.0: cannot open shared object file: No such file or directory There was a fix for it somewhere, had it when I installed xmcc masternode first time but took me a day. Keep running old MN till I have time to fix. Would be nice if there was Discord help channel. I ended up just using Windows. Too many errors with uBuntu 16. Nogo, another user posted same problem on Slack. Its just bad coding that refer to outdated libraries. Yeah sorry. Having problems with Sentinel now. The initial steps are well documented, but unfortunately incomplete. The Linux tutorial was really made for version 14 of uBuntu and doesn't work well with uBuntu 16 without jumping through many hoops. The Windows is even worse. What we need is somebody who can code and put a prepackaged working configuration in a virtual machine for both Linux and Windows. Then just generate a new key to enable the node. Monoeci will have way more masternodes if the technical hurdles are reduced. I'm willing to pay 100 XMCC for this. Not everybody who has the resources to run a Masternode have the technical-know-how as desper or developers for that matter. I tried the Windows tutorial. If anyone here has gotten it to work, especially installing the sentinel dependencies, please share. Thanks! I am putting this project aside for now, as I simply do not have the coding skills to make either Linux or Windows work with the available tutorial. i will go home and try to migratee to new code. will update once done.
|
CoinTracking.info CoinTracking.info - Your Profit / Loss Portfolio Monitor and Tax Calculator for all Digital Currencies Simply the best way to track your digital assets accurately. Get live data for more than 5000 coins, assets and commodities. Track Gains & Balances from all your exchanges and wallets. Need help? CoinTracking FAQ
|
|
|
cryptomaxsun
Legendary
Offline
Activity: 2758
Merit: 1387
Ukrainians will resist
|
|
December 07, 2017, 05:04:15 PM |
|
/monoeci/sentinel# ./venv/bin/python bin/sentinel.py -342: non-JSON HTTP response with '401 Unauthorized' from server Cannot connect to monoecid. Please ensure monoecid is running and the JSONRPC port is open to Sentinel. sentinel.conf # specify path to monoeci.conf or leave blank # default is the same as monoeciCore monoeci_conf=/root/.monoeciCore/monoeci.conf # valid options are mainnet, testnet (default=mainnet) network=mainnet #network=testnet # database connection details db_name=database/sentinel.db db_driver=sqlite How to fix? All renamed, deleted, uploaded a new one. I was helped to use user and password in conf.file, unlike default. Sentinel working. MN status Enabled.
|
❘|❘ Cлaвa Укpaинe! ❘|❘ Glory to Ukraine! ❘|❘ ❘|❘ КaPФaгeн дoлжeн быть paзpyшeн ❘|❘
|
|
|
ddude
|
|
December 07, 2017, 07:11:20 PM |
|
Anybody have any luck installing new masternode with monoeci files and not monacocoin? If so, please post steps. Thank you..
Steps on Github : https://github.com/monacocoin-net/monacoCoin-CoreI am getting error : error while loading shared libraries: libboost_system.so.1.54.0: cannot open shared object file: No such file or directory There was a fix for it somewhere, had it when I installed xmcc masternode first time but took me a day. Keep running old MN till I have time to fix. Would be nice if there was Discord help channel. I ended up just using Windows. Too many errors with uBuntu 16. Nogo, another user posted same problem on Slack. Its just bad coding that refer to outdated libraries. this is related to ubuntu version. you will probably need a ubuntu 16 versio binary as i suspect you are using ubutu 16. can you try with these binaries for linux. https://www.dropbox.com/s/rbtwujk0wma2i1s/monocei.tar.gz?dl=0i just complied them from the code using ubuntu 16.
|
CoinTracking.info CoinTracking.info - Your Profit / Loss Portfolio Monitor and Tax Calculator for all Digital Currencies Simply the best way to track your digital assets accurately. Get live data for more than 5000 coins, assets and commodities. Track Gains & Balances from all your exchanges and wallets. Need help? CoinTracking FAQ
|
|
|
ddude
|
|
December 07, 2017, 07:35:26 PM Last edit: December 07, 2017, 07:51:33 PM by ddude |
|
Hi to everyone, i've just followed the tutorial to set up a masternode (already with the monoeci wallet) on Ubuntu, but when i try to get the command "masternode outputs" it show me nothing. I've already send the money to the address given with the command "getnewaddress 0", the transactions are confirmed (over 200). I've tryed also to put manually the transaction ID on the masternode.conf on my wallet to go forward, but when i try the command "masternode start-alias mn1" it show me this error { "alias": "mn1", "result": "failed", "errorMessage": "Could not allocate txin xxxxxxxxxxxxxxxxxxxxxxxx:0 for masternode PUBLIC_IP:24157" } What can i do? make sure your VPS wallet and local wallet are both synced and you did send a 1k trx . if you post for trx id, people can check and confirm. sometimes a new set of eyes help
|
CoinTracking.info CoinTracking.info - Your Profit / Loss Portfolio Monitor and Tax Calculator for all Digital Currencies Simply the best way to track your digital assets accurately. Get live data for more than 5000 coins, assets and commodities. Track Gains & Balances from all your exchanges and wallets. Need help? CoinTracking FAQ
|
|
|
|