Post
Topic
Board Announcements (Altcoins)
Re: [BRK] Breakout Chain | Coin Sale Complete | Multicurrencies | Gaming + eSports
by
techbytes
on 03/08/2016, 14:18:32 UTC
is it possible to stake with BRX running breakoutd on linux? if so, which parameters should I use?


Not able to compile Linux (ubuntu) qt-wallet, gives an error breakout-qt.pro:

Code:
/home/xxxx/Breakout-Chain-Client/breakout-qt.pro:27: Extra characters after test expression.
/home/xxxx/Breakout-Chain-Client/breakout-qt.pro:91: Assignment needs exactly one word on the left hand side.
Error processing project file: /home/xxxxx/Breakout-Chain-Client/breakout-qt.pro

made a breakout.conf and ran this command:

Code:
./breakoutd -staking -defaultcurrency=BRX -defaultstake=BRX

well... guess it runs but won't stake because there is no BRX coin to put anywhere.... need qt for that I guess


If BRX is your default coin then just run
Code:
./breakoutd getaccountaddress brx

Then send BRX to that address and stake.


-tb-
thanks

getaccountaddress give this error: error: couldn't connect to server


can you please post a breakout.conf with serveraddresses? thanks

Code:
daemon=1
server=1
listen=1
defaultcurrency=BRX
defaultstake=BRX
rpcuser=breakoutcoin
rpcpassword=x
rpcallowip=127.0.0.1
rpcport=8056
staking=1

With the above config, just run "./breakoutd"


-tb-