Bitcoin Forum
May 10, 2024, 06:01:47 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Help me to install a NODE (20 min. job at max) 0.025 BTC reward  (Read 302 times)
Triqa (OP)
Member
**
Offline Offline

Activity: 77
Merit: 10


View Profile
July 08, 2016, 04:17:01 PM
Last edit: July 08, 2016, 06:53:03 PM by Triqa
 #1

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.
1715320907
Hero Member
*
Offline Offline

Posts: 1715320907

View Profile Personal Message (Offline)

Ignore
1715320907
Reply with quote  #2

1715320907
Report to moderator
1715320907
Hero Member
*
Offline Offline

Posts: 1715320907

View Profile Personal Message (Offline)

Ignore
1715320907
Reply with quote  #2

1715320907
Report to moderator
1715320907
Hero Member
*
Offline Offline

Posts: 1715320907

View Profile Personal Message (Offline)

Ignore
1715320907
Reply with quote  #2

1715320907
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715320907
Hero Member
*
Offline Offline

Posts: 1715320907

View Profile Personal Message (Offline)

Ignore
1715320907
Reply with quote  #2

1715320907
Report to moderator
shimlbit
Legendary
*
Offline Offline

Activity: 1302
Merit: 1001



View Profile
July 08, 2016, 08:54:49 PM
Last edit: July 08, 2016, 09:06:54 PM by shimlbit
 #2

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.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!