Pages:
Author

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

full member
Activity: 206
Merit: 100
www.monoeci.io
Uhray! I see /root/monacoCoin-Core!   What next step for create MN?

After for create masternode folow : https://monacocoin.net/en/tutoriel-how-to-create-masternode/

Thank's
L
full member
Activity: 182
Merit: 100
How much does does it cost to setup a masternode?

Do we need to buy from exchanges or is there something like an ICO or crowdfunding?
member
Activity: 82
Merit: 10
Uhray! I see /root/monacoCoin-Core!   What next step for create MN?
full member
Activity: 206
Merit: 100
www.monoeci.io
I thinck, something wrong Huh Help!
Code:
root@vultr:~# wget https://github.com/monacocoin-net/monacoCoin-Core/blob/master/autoinstall.sh
--2017-08-21 10:59:45--  https://github.com/monacocoin-net/monacoCoin-Core/blob/master/autoinstall.sh
Resolving github.com (github.com)... 192.30.253.112, 192.30.253.113
Connecting to github.com (github.com)|192.30.253.112|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
Saving to: 'autoinstall.sh'

    [ <=>                                                       ] 37,632      --.-K/s   in 0.09s

2017-08-21 10:59:45 (393 KB/s) - 'autoinstall.sh' saved [37632]

root@vultr:~# chmod +x autoinstall.sh
root@vultr:~# ./autoinstall.sh
./autoinstall.sh: line 7: syntax error near unexpected token `newline'
./autoinstall.sh: line 7: `'

Yes sorry, i make mistake , if you use wget command to file he download html file :-/

also write this code :

Code:
cd
rm autoinstall.sh
nano autoinstall.sh

copy past to your file :

Code:
apt-get install build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev bsdmainutils libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-program-options-dev libboost-test-dev libboost-thread-dev -y
add-apt-repository ppa:bitcoin/bitcoin
apt-get update && apt-get install libdb4.8-dev libdb4.8++-dev -y
cd ~
git clone https://github.com/monacocoin-net/monacoCoin-Core.git && cd monacoCoin-Core
bash autogen.sh
./configure --disable-test
make

ctrl +x -> y -> ENTER for exit and save to nano

after :

Code:
chmod +x autoinstall.sh
./autoinstall.sh

To this way is working good Smiley
member
Activity: 82
Merit: 10
I thinck, something wrong Huh Help!
Code:
root@vultr:~# wget https://github.com/monacocoin-net/monacoCoin-Core/blob/master/autoinstall.sh
--2017-08-21 10:59:45--  https://github.com/monacocoin-net/monacoCoin-Core/blob/master/autoinstall.sh
Resolving github.com (github.com)... 192.30.253.112, 192.30.253.113
Connecting to github.com (github.com)|192.30.253.112|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
Saving to: 'autoinstall.sh'

    [ <=>                                                       ] 37,632      --.-K/s   in 0.09s

2017-08-21 10:59:45 (393 KB/s) - 'autoinstall.sh' saved [37632]

root@vultr:~# chmod +x autoinstall.sh
root@vultr:~# ./autoinstall.sh
./autoinstall.sh: line 7: syntax error near unexpected token `newline'
./autoinstall.sh: line 7: `'
full member
Activity: 206
Merit: 100
www.monoeci.io
I try again, step by step, but when i need unzip files i saw

Code:
unzip https://github.com/monacocoin-net/monacoCoin-Core/releases/download/0.12.1.5/monacoCoinCore-0.12.1.5-linux64-cli.zip
unzip:  cannot find or open https://github.com/monacocoin-net/monacoCoin-Core/releases/download/0.12.1.5/monacoCoinCore-0.12.1.5-linux64-cli.zip, https://github.com/monacocoin-net/monacoCoin-Core/releases/download/0.12.1.5/monacoCoinCore-0.12.1.5-linux64-cli.zip.zip or https://github.com/monacocoin-net/monacoCoin-Core/releases/download/0.12.1.5/monacoCoinCore-0.12.1.5-linux64-cli.zip.ZIP.

Whats wrong? Shocked

HI,

could you try to complile client , is better on linux, compilation duration 30 minutes try :

Code:
wget https://github.com/monacocoin-net/monacoCoin-Core/blob/master/autoinstall.sh
chmod +x autoinstall.sh
./autoinstall.sh

this code download dependency and compile client is very easy

Thank's for "wyh136" for this code
member
Activity: 82
Merit: 10
I try again, step by step, but when i need unzip files i saw

Code:
unzip https://github.com/monacocoin-net/monacoCoin-Core/releases/download/0.12.1.5/monacoCoinCore-0.12.1.5-linux64-cli.zip
unzip:  cannot find or open https://github.com/monacocoin-net/monacoCoin-Core/releases/download/0.12.1.5/monacoCoinCore-0.12.1.5-linux64-cli.zip, https://github.com/monacocoin-net/monacoCoin-Core/releases/download/0.12.1.5/monacoCoinCore-0.12.1.5-linux64-cli.zip.zip or https://github.com/monacocoin-net/monacoCoin-Core/releases/download/0.12.1.5/monacoCoinCore-0.12.1.5-linux64-cli.zip.ZIP.

Whats wrong? Shocked
member
Activity: 82
Merit: 10
I'm trying to configure masternode on VPS on Ubuntu 14, but I am newbie in programming and dont know Linux. Maybe you have Win tutorial for configure mn on VPS?
full member
Activity: 206
Merit: 100
www.monoeci.io
Please, help me with masternode setup. I follow this https://monacocoin.net/en/tutoriel-how-to-create-masternode/ step by step tutorial and after command ./monacoCoind i see
./monacoCoind: error while loading shared libraries: libevent_pthreads-2.0.so.5: cannot open shared object file: No such file or directory
What can i do with it?

Hi,

do you have install all dependency ? what is linux version ?

You could build directly client see : https://github.com/monacocoin-net/monacoCoin-Core/blob/master/doc/build-unix.md

Waiting your more information for help you Smiley
member
Activity: 82
Merit: 10
Please, help me with masternode setup. I follow this https://monacocoin.net/en/tutoriel-how-to-create-masternode/ step by step tutorial and after command ./monacoCoind i see
./monacoCoind: error while loading shared libraries: libevent_pthreads-2.0.so.5: cannot open shared object file: No such file or directory
What can i do with it?
newbie
Activity: 56
Merit: 0
The price still low, just need more patient  Smiley
member
Activity: 121
Merit: 10
x11 is already dominated by some ASICs. We are at 3 GH/s hashrate already at altminer.net - so 27 mh/s only gives you a little percentage.

Thanks for info. So even though I am interested in this coin I should mine other coins?  Huh

You still can mine - and speculate on a high price Smiley nobody knows if mcc will be worth 10€ in the future ...

Haha yes  Smiley I think it will be...
full member
Activity: 210
Merit: 100
AltMiner.Net | Low-Fee Pool | 2hr Payout
x11 is already dominated by some ASICs. We are at 3 GH/s hashrate already at altminer.net - so 27 mh/s only gives you a little percentage.

Thanks for info. So even though I am interested in this coin I should mine other coins?  Huh

You still can mine - and speculate on a high price Smiley nobody knows if mcc will be worth 10€ in the future ...
member
Activity: 121
Merit: 10
x11 is already dominated by some ASICs. We are at 3 GH/s hashrate already at altminer.net - so 27 mh/s only gives you a little percentage.

Thanks for info. So even though I am interested in this coin I should mine other coins?  Huh
full member
Activity: 210
Merit: 100
AltMiner.Net | Low-Fee Pool | 2hr Payout
x11 is already dominated by some ASICs. We are at 3 GH/s hashrate already at altminer.net - so 27 mh/s only gives you a little percentage.
member
Activity: 121
Merit: 10
Mining with single 1080 ti is painfully slow...Am I doing something wrong? Because I am getting something like 2 coins for 3 hours mining? Cheesy

I am using ccminer x11 gost which is giving me the best hashrate (~27 MH/s). I am mining at altminer pool.
full member
Activity: 206
Merit: 100
www.monoeci.io
Just got my first reward, i was not sure my setup was correct.

Thanks



HI,

if you have receive your first reward, your setup working good ,  now just verify if your online server is alway online and your recieve reward Smiley

Thank's
newbie
Activity: 71
Merit: 0
When these sporks will be activated?
  "SPORK_2_INSTANTSEND_ENABLED": 0,
  "SPORK_8_MASTERNODE_PAYMENT_ENFORCEMENT": 0,
  "SPORK_10_MASTERNODE_PAY_UPDATED_NODES": 0

Why you allow miners not to pay to masternodes? Almost all blocks with only 1 address at generation coins line http://lpool.name/explorer/MCC?hash=00000000002dd46ee244e856f1de49acacc02347da2c484118464afc943aca40

edit: ok, 1st spork is active

HI,

thank's for you post, devteam waiting 1 week after offical launching for active SPORK 8 and 10, and today is 1 week after launch Smiley
Also , spork 8 and 10 is now activated a 20h00 GMT+1

Now sprok resume is :

{
  "SPORK_2_INSTANTSEND_ENABLED": 0,
  "SPORK_3_INSTANTSEND_BLOCK_FILTERING": 0,
  "SPORK_5_INSTANTSEND_MAX_VALUE": 500,
  "SPORK_8_MASTERNODE_PAYMENT_ENFORCEMENT": 0,
  "SPORK_9_SUPERBLOCKS_ENABLED": 4070908800,
  "SPORK_10_MASTERNODE_PAY_UPDATED_NODES": 0,
  "SPORK_12_RECONSIDER_BLOCKS": 0,
  "SPORK_13_OLD_SUPERBLOCK_FLAG": 4070908800,
  "SPORK_14_REQUIRE_SENTINEL_FLAG": 4070908800
}

you can see spork parameter to write in commande console : spork show

Thank's four your support
Thanks for explanation.
full member
Activity: 268
Merit: 102
Just got my first reward, i was not sure my setup was correct.

Thanks

full member
Activity: 206
Merit: 100
www.monoeci.io
Hi

How long until the first masternode reward? My MN is started for more than 24h but still no rewards. Status is ENABLED


Thanks



Hi,

the last 7 days spork 8 and 10 is not activate and masternode no recieve reward every time, is normal , because important to create a strong networks before active spork .

Today networks have more 55 masternode and dev team active spork 8 and 10 , now all block generate on networks masternode recieve reward  , you can see future reward to write in console :
Code:
masternode winners

Many thank's to run masternode for monacoCoin networks.

Regard's
Pages:
Jump to: