Bitcoin Forum

Alternate cryptocurrencies => Service Discussion (Altcoins) => Topic started by: Triqa on July 08, 2016, 04:17:01 PM



Title: Help me to install a NODE (20 min. job at max) 0.025 BTC reward
Post by: Triqa on July 08, 2016, 04:17:01 PM
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.


Title: Re: Help me to install a NODE (20 min. job at max) 0.025 BTC reward
Post by: shimlbit on July 08, 2016, 08:54:49 PM
after ur last command

try
cd mycoin-daemon-linux
make -f makefile.unix and it should be compiling

after this

sudo cp mycoind /usr/bin/mycoind

mycoind



u can make a config file with editor or something on ur pc and upload it to the vps

if u want to use nano u need to install it!i never use nano.