Pages:
Author

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

newbie
Activity: 2
Merit: 0
HELP MINING MONOECI WITH ANTMINER D3!

I made my first XMCC coin on zpool and now I want to try to directly mine it myself!
Anyone doing it? I have tryed with all the pools listed but it seems miningdutch is the best one. I just don't know witch port to use and the difficulty to set! Any help is appreciated!
newbie
Activity: 12
Merit: 0
I want to set up a masternode on my local mini windows pc; what are the exact steps to do so ??

I found a doc for a cloud server solution only.

Can anybody help please ?
newbie
Activity: 2
Merit: 0
Hi Chaps,

I am totally new to this and please forgive silly errors.

I am trying to set up a masternode for Monoeci.

Currently following this tuturial:

https://steemit.com/monoeci/@aziz199505/monoeci-masternode-set-up

When i get to the "masternode outputs" it im getting nothing back just blank.

I do have 1000 XMCC in the wallet, does the incoming need to be exactly 1000XMCC as i moved 1000.0300000 for transaction fees?

Any help would be much appreciated.!
full member
Activity: 574
Merit: 117
I talked with one developer of bots for Telegramm, agreed with him that he would make a bot to check the status of the Monoeci masternode. He wrote and said today. What did you do. Who is interested in wishing: @MntoolsBot
member
Activity: 168
Merit: 11
Bitcore (BTX) - Airdrops every Monday
PLease can you make a brand new tutorial for the new wallet, start from zero, for the masternode, like the tutorial you made before wich was really good!

i mean not for upgrade, but for setting up one now,
Thanks

I used the tutorial from https://steemit.com/monoeci/@aziz199505/monoeci-masternode-set-up for my Second MN. Works fine for me.
full member
Activity: 224
Merit: 100
MonacoCoin Team Member
so we are going to get 5xmcc? 

You don't like slack.  You like discord?  why?  slack you can't control the scammers?  discord is better?  I agree.

The rewards is already increased to 5 XMCC for masternodes  Smiley
sr. member
Activity: 756
Merit: 251
Sovryn - 300-500% APY on USDT Deposit
PLease can you make a brand new tutorial for the new wallet, start from zero, for the masternode, like the tutorial you made before wich was really good!

i mean not for upgrade, but for setting up one now,
Thanks
There's one already for that, check it here https://monoeci.io/tutorial-masternode-server/ . I use that guide for my masternode, if you have something that you don't understand then you can ask in slack or discord.
newbie
Activity: 29
Merit: 0
PLease can you make a brand new tutorial for the new wallet, start from zero, for the masternode, like the tutorial you made before wich was really good!

i mean not for upgrade, but for setting up one now,
Thanks
full member
Activity: 504
Merit: 109
so we are going to get 5xmcc? 

You don't like slack.  You like discord?  why?  slack you can't control the scammers?  discord is better?  I agree.
full member
Activity: 224
Merit: 100
MonacoCoin Team Member
Hello everyone!

Here’s a little newsletter to keep you posted about how the Monoeci project is going.

First of all, the rewards were correctly increased to 5XMCC instead of 2XMCC, this increases the role played by the masternode owners in our Community, who represent the majority of our most active members.

The new Monoeci website will be ready for the 15th of January. It is a way better version than the actual one and we truly hope you will like it.
In the meantime, Monaco’s national council passed a law proposal on blockchain & cryptocurrency, that will build a unique, stable & secure environment for cryptocurrencies & blockchain within the principality.

> You can find more information in ou Twitter thread

The slack will be closed on the 15th of January. We invite you to join us on Discord if you did not do it already : https://discord.gg/Hsdg3BV

The enthusiasm about our project is growing everyday in Monaco, and in other parts of the World like South Korea and Russia.

Some very exciting news will follow after the rebrand, time for Monoeci to take on “the real world”.

We would like to thank our community – you ! – for its enthusiasm and involvement, it is truly great to have people like you by our sides.

You can follow us on :

Twitter : https://twitter.com/monoeci_monaco
Facebook : https://www.facebook.com/MONOECI-958661770949992/?ref=br_rs
Discord : https://discord.gg/Hsdg3BV
& subscribe to our newsletter here: eepurl.com/dfE96b
full member
Activity: 504
Merit: 109
this is a great coin.  Masternode is easy to setup.  good income
newbie
Activity: 87
Merit: 0
Mac wallet isn't working!

Really want to get on board with your guys, but your Mac wallet(s) don't work.

Any update on when you will be releasing new builds or fixing the issues?

https://github.com/monacocoin-net/monoeci-core/releases

Dev suggested this solution :


For macOS, if you have a library missing or a libboost error please check this tutorial to install it :

http://macappstore.org/boost/
newbie
Activity: 4
Merit: 0
Mac wallet isn't working!

Really want to get on board with your guys, but your Mac wallet(s) don't work.

Any update on when you will be releasing new builds or fixing the issues?
sr. member
Activity: 546
Merit: 254
ʕʘ̅͜ʘ̅ʔ
How to update your Masternode:

download new latest wallet build:

Code:
./monacocoin-cli stop
exit
apt update
apt upgrade
su - *USER*
mkdir v0122
cd v0122
wget https://github.com/monacocoin-net/monoeci-core/releases/download/0.12.2/monoeciCore-0.12.2-linux64-cli.Ubuntu16.04.tar.gz
tar -xvf monoeciCore-0.12.2-linux64-cli.Ubuntu16.04.tar.gz
rm monoeciCore-0.12.2-linux64-cli.Ubuntu16.04.tar.gz
./monoecid -daemon

if you get error while loading shared libraries: libzmq.so.5
Code:
exit
apt-get install libzmq3-dev
su - *USER*
cd v0122
./monoecid -daemon

monoeci uses a new data folder .monoeciCore and you can move your blockchain or wait for it to sync again (2-5min).


now remove your sentinel folder:
Code:
rm -r sentinel

and follow tutorial to install it again



now after the blockchain has synced stop the daemon, edit your config, launch it again and verify working state:
Code:
su - *USER*
cd v0122
./monoeci-cli getinfo
./monoeci-cli stop
nano /.monoeciCore/monoeci.conf
./monoecid -daemon
./monoeci-cli getinfo
./monoeci-cli mnsync status
./monoeci-cli masternode status


newbie
Activity: 29
Merit: 0
Hi, trying to install a masternode i'm stuck here :

Code:
monacouser@Monacoeci:~$ monoecid: error while loading shared libraries: libboost_system.so.1.54.0: cannot open shared object file: No such file or directory

Any help greatly appreciated Wink

Hi Gold.Oracle,
probably you have to compile libboost by your own and install it on your system. It depends on the Linux/Debian-version you are using.But don'n worry - there are good explanations in the web. 30' should do it ... ;-)



Thanks for answering.. i resolved the error and now i have another one here :

2.Configuring sentinel
echo "monoeci_conf=/home/monacouser/.monoeciCore/monoeci.conf" >>

It answers me this :
-su: syntax error near unexpected token `newline'


Then i have this :

monacouser@TierionNode:~/sentinel$ ~/sentinel/sentinel.conf
bash: /home/monacouser/sentinel/sentinel.conf: Permission denied
newbie
Activity: 18
Merit: 10
In my opinion this coin is worth at least x3 of current value at the moment. Team is active with real project and talented people. It deserves much more then rank around 400. I think we will see this coin rise under top 200 soon.
newbie
Activity: 9
Merit: 0
Hi, trying to install a masternode i'm stuck here :

Code:
monacouser@Monacoeci:~$ monoecid: error while loading shared libraries: libboost_system.so.1.54.0: cannot open shared object file: No such file or directory

Any help greatly appreciated Wink

Hi Gold.Oracle,
probably you have to compile libboost by your own and install it on your system. It depends on the Linux/Debian-version you are using.But don'n worry - there are good explanations in the web. 30' should do it ... ;-)

newbie
Activity: 29
Merit: 0
Hi, trying to install a masternode i'm stuck here :

Code:
monacouser@Monacoeci:~$ monoecid: error while loading shared libraries: libboost_system.so.1.54.0: cannot open shared object file: No such file or directory

Any help greatly appreciated Wink
newbie
Activity: 3
Merit: 0
Hi all, can anyone tell my why i am not getting any coins in the wallet? Mining constantly for 24 hours already, nothing in my wallet, pool says i get enough shares, no transactions are being found in block explorer...
I'm mining to the official wallet, using http://miningpool.thruhere.net shoud've got plenty of coins already.... but still all empty.
full member
Activity: 345
Merit: 131
Hello, anyone knows if i can point my antminer d3 to coinexchange xmcc wallet? On coinexchange it says that the wallet is in maintanance, so not sure if coins will get there. Anyone is mining direct to exchange wallet?

FYI - Don't mine directly to your exchange wallet, here's what Cryptopia says "WARNING! Please do not mine directly to your Cryptopia addresses, We do not support generated transactions from pools like P2Pool etc."

I'm assuming it's the same for most if not all exchanges. 
Pages:
Jump to: