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

Thank you, no errors anymore  Grin

I just send 100 BRX to my address, but it isn't staking yet, I assume it has to mature before staking starts?

Code:
./breakoutd getstakinginfo
{
    "enabled" : true,
    "staking" : false,
    "errors" : "",
    "currentblocksize" : 1728,
    "currentblocktx" : 3,
    "pooledtx" : 3,
    "difficulty" : 166684.73508752,
    "search-interval" : 0,
    "weight" : 0,
    "netstakeweight" : 25452896992604,
    "expectedtime" : -1

Your 100 BRX needs 3456 confirmations to start staking.  GL...


-tb-