Post
Topic
Board Announcements (Altcoins)
Re: [ANN][BABY][Crazy-Airdrop/Bounty]PoW/PoS+Low-Masternode+[Defense (GPU)ASIC]
by
deanrpwaacs
on 12/04/2018, 20:12:40 UTC
A couple of questions about the guide , these are from a Windows user perspective , very little  Linux experience . There are certain key commands that i do not understand .
First i get to here .
chmod 777 babyd
./babyd
ctrl+c  out
what do i press ? ctrl+c  out . Is out ESC ?
I then get stuck here .
vi /root/.baby/baby.conf
What keys to save the changes in VI then  exit ?
I also need commands to check it is then running ok in the VPS .

I also now get  :~/BABYCHAIN-Linuxdaemon-64bit# ./babyd
-bash: ./babyd: cannot execute binary file: Exec format error


Also this ?

Next, open “baby.conf” with Notepad and add the following: (change the text in bold)

Code:

rpcallowip=127.0.0.1
rpcuser=ANY_LONG_USERNAME
rpcpassword=ANY_LONG_PASSWORD
staking=1
server=1
listen=1
daemon=1
port=55442
masternode=1
masternodeaddr=vps_ip:55442     ???? Do i add my vps ip here ?
externalip=vps_ip:55442              ???? Do i add my vps ip here ?
masternodeprivkey=PRIVATE_KEY

As it states (change the text in bold)