Post
Topic
Board Announcements (Altcoins)
Re: [ANN][MASTERNODE] Monoeci - A cryptocurrency for Monaco
by
StyriaTrading
on 04/06/2018, 18:34:45 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



 


Thank you very much, works so far!