Post
Topic
Board Announcements (Altcoins)
Re: [ANN][MASTERNODE] Monoeci - A cryptocurrency for Monaco
by
Abazinec
on 04/06/2018, 08:59:42 UTC
Hello guys,

I tried to set up a masternode with following instruction: https://onlimono.blogspot.com/2017/12/how-to-create-monoeci-xmcc-masternode.html#comment-form

After unpacking the wallet files I get following error (directory not found):

monoeci@StyriaTrading:~$ tar xzvf monoeciCore-0.12.2.3-linux64.tar.gz
monoeciCore-0.12.2/
monoeciCore-0.12.2/bin/
monoeciCore-0.12.2/bin/monoeci-cli
monoeciCore-0.12.2/bin/monoecid
monoeciCore-0.12.2/bin/monoeci-qt
monoeciCore-0.12.2/bin/monoeci-tx
monoeciCore-0.12.2/bin/test_monoeci
monoeciCore-0.12.2/include/
monoeciCore-0.12.2/include/monoeciconsensus.h
monoeciCore-0.12.2/lib/
monoeciCore-0.12.2/lib/libmonoeciconsensus.so
monoeciCore-0.12.2/lib/libmonoeciconsensus.so.0
monoeciCore-0.12.2/lib/libmonoeciconsensus.so.0.0.0
monoeci@StyriaTrading:~$ chmod +x monoecid monoeci-tx monoeci-cli
chmod: cannot access ‘monoecid’: No such file or directory
chmod: cannot access ‘monoeci-tx’: No such file or directory
chmod: cannot access ‘monoeci-cli’: No such file or directory


Can anybody help me with this chmod command and how I am correctly typing it in this case? Thx in advance!


Problem with that is your blog this step wget https://github.com/monacocoin-net/monoeci-core/releases/download/0.12.2/monoeciCore-0.12.2-linux64-cli.Ubuntu14.04.tar.gz doesn't exist doesn't exist.
Do this....
wget https://github.com/monacocoin-net/monoeci-core/releases/download/v0.12.2.0/monoeciCore-0.12.2-linux64-cli.Ubuntu14.04.tar.gz
tar -xvzf monoeciCore-0.12.2-linux64-cli.Ubuntu14.04.tar.gz
chmod +x monoecid monoeci-tx monoeci-cli


and keep follow the steps you should be fine Smiley




Hello. I had the same problem. I followed your instructions above and faced new issues with commands "chmod +x monoecid monoeci-tx monoeci-cli"
and "./monoecid". Errors marked with red below. Can you please assist with this? Thank you!


Resolving github-production-release-asset-2e65be.s3.amazonaws.com (github-production-release-asset-2e65be.s3.amazonaws.com)... 54.231.40.83
Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (github-production-release-asset-2e65be.s3.amazonaws.com)|54.231.40.83|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 43603549 (42M) [application/octet-stream]
Saving to: 'monoeciCore-0.12.2-linux64-cli.Ubuntu14.04.tar.gz'

monoeciCore-0.12.2- 100%[===================>]  41.58M  11.9MB/s    in 5.0s

2018-06-04 04:43:43 (8.26 MB/s) - 'monoeciCore-0.12.2-linux64-cli.Ubuntu14.04.tar.gz' saved [43603549/43603549]

root@p492895:~# tar -xvzf monoeciCore-0.12.2-linux64-cli.Ubuntu14.04.tar.gz
monoecid
monoeci-cli
monoeci-tx
root@p492895:~# chmod +x monoecid monoeci-tx monoeci-cli
root@p492895:~# ./monoecid
./monoecid: error while loading shared libraries: libboost_system.so.1.54.0: can not open shared object file: No such file or directory