Hey, long shot here but is there any chance of recovering coins sent to a Monacoin address? Don't know how I managed to download the wrong wallet and not realise until after it was sent..
Hello, sorry there is nothing we can do.
i get the error when i run wallet in the linux
error while loading shared libraries: libboost_system.so.1.54.0: cannot open shared object file: No such file or directory
how should i do
i am getting the same error. what should we do now?
edit: found the answer- downgrade to ubuntu 14
i get the error when i run wallet in the linux
error while loading shared libraries: libboost_system.so.1.54.0: cannot open shared object file: No such file or directory
how should i do
We uploaded a precompiled version for Ubuntu 16 yesterday.
You just need to use :
wget https://github.com/monacocoin-net/monacoCoin-Core/releases/download/0.12.1.5.1/monacoCoinCore-0.12.1.5.1-linux64-cli-Ubuntu16.taz.gz
INstead of :
wget https://github.com/monacocoin-net/monacoCoin-Core/releases/download/0.12.1.5.1/monacoCoinCore-0.12.1.5.1-linux64-cli.taz.gz
i downgraded from ubuntu 16 to 14. and used exactly what the guide here says
https://monacocoin.net/en/tutoriel-how-to-create-a-masternode/ still getting the same error though
Normally you should not have the same error if you're on Ubuntu 14 now. Did you install the dependencies like in the tutorial ?
Anyone know what happened with Visa partnership? is it done deal or still working on it?
Hello, you are mistaking us with Monaco Card, we are not linked to them in any way. Moreover, Monaco card is being sued by the Principality of Monaco for using "Monaco", which is a deposed brand, for creating a company using Monaco without any autorisation.
ok so in nano paste the following line in
* * * * * cd /home/YOURUSERNAME/sentinel && ./venv/bin/python bin/sentinel.py >/dev/null 2>&1
where it says YOURUSERNAME change this to the name of the user you made (in the monacocoin website tutorial they use "bob")
so like this
* * * * * cd /home/bob/sentinel && ./venv/bin/python bin/sentinel.py >/dev/null 2>&1
thanks it helped.
so i finished the vps setup and now i try to launch the wallet after editing the masternode config file and i get
error reading masternode configuration file: could not parse masternode.conf
line: 4
mn1" vps ip":port" "masternode priv key"
what am i doing wrong now...
Hello, it means you forgot something in the masternode.conf, normally you line should be like this : mn1 VPS:Port MasternodePrivkey Masternodeoutput (don t forget the 0 or 1 at the end with a space).