Post
Topic
Board Announcements (Altcoins)
Re: [BRK] Breakout Chain | Coin Sale Complete | Multicurrencies | Gaming + eSports
by
techbytes
on 03/08/2016, 13:39:55 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-