Hi
I want to build a two nodes. (for my shitcoin)
I have mycoin-daemon-linux.tar.gz
I have 2 rented VPS (Ubuntu).
I made these commands so far:sudo apt-get update
sudo apt-get upgrade
sudo apt-get install build-essential libssl-dev libdb-dev libdb++-dev libboost-all-dev git libssl1.0.0-dbg
sudo apt-get install libdb-dev libdb++-dev libboost-all-dev libminiupnpc-dev libminiupnpc-dev libevent-dev libcrypto++-dev libgmp3-dev
wget
http://triqa.cz/mycoin-daemon-linux.tar.gz (this link is not real..... value mycoin is different)
tar -xzvf mycoin-daemon-linux.tar.gz
after this command it says: mycoind I´m here now. And I can´t get futher.Below are the commands what i have to do to get to finish. But it is not working.
chmod +x mycoind
sudo mv mycoind /usr/bin/
nano $HOME/.mycoind/mycoind.conf
(it says
- bash : nano :command not found)
Text for mycoin.conf :
(rpcuser=rpc_mycoind
rpcpassword=1234
rpcallowip=127.0.0.1
listen=1
server=1
txindex=1
daemon=1)
........
How to install daemon and make mycoin.conf ? (and how to paste above info into mycoin.conf?)
Bounty 0.025 BTC for help.