Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [BSTY] * DIGITAL MONEY * YESCRYPT GLOBALBOOST-Y * CPU MINING
by
sigwo
on 12/09/2014, 15:10:50 UTC
Can anyone explain me how to compile the wallet on linux ?

Get dependencies (https://github.com/GlobalBoost/GlobalBoost-Y/blob/master/doc/build-unix.md)

git clone https://github.com/GlobalBoost/GlobalBoost-Y global
cd global/src
make -f makefile.unix

Wait for about 10 minutes, depending on the speed of the computer.
strip globalboostyd
cp globalboostyd ~/bin/globalboostyd
cd
bin/globalboostyd

This is where it will spit some stuff and and error. No issues.

nano .globalboostyd/globalboost.conf

Copy/paste this in, save file

rpcuser=username
rpcpassword=password
daemon=1
server=1
dnsseed=1
irc=0
rpcthreads=100

bin/globalboostyd

That should treat you right!