Pages:
Author

Topic: [BRK] Breakout Chain | Coin Sale Complete | Multicurrencies | Gaming + eSports - page 68. (Read 318555 times)

legendary
Activity: 1694
Merit: 1054
Point. Click. Blockchain
So how's this project going, any updates?

Anything to look forward to?

Fantasy Sports in September and Live casino/poker/sportsbook in October.  Too many to list...   Grin


-tb-
sr. member
Activity: 294
Merit: 250
So how's this project going, any updates?

Anything to look forward to?
hero member
Activity: 644
Merit: 500


I don't know which calendar you follow, but I follow the one that has 7 days in a week.  Today is the 3rd.  Roll Eyes
sr. member
Activity: 1492
Merit: 269

Breakout is up over 8% on the day.... Don't call it a comeback!   Thanks to all the people who panicked and sold them to me on the cheap!  Smiley  To the moon!
still cheap Cheesy
newbie
Activity: 29
Merit: 0

Breakout is up over 8% on the day.... Don't call it a comeback!   Thanks to all the people who panicked and sold them to me on the cheap!  Smiley  To the moon!
legendary
Activity: 1694
Merit: 1054
Point. Click. Blockchain
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-
legendary
Activity: 2210
Merit: 1109
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
sr. member
Activity: 252
Merit: 250
is it possible to stake with BRX running breakoutd on linux? if so, which parameters should I use?


first run the server with:

./breakoutd

then to stake:

./breakoutd walletpassphrase 999999999 true

member
Activity: 85
Merit: 10
Hey guys, I hope someone can explain to me what I did wrong, so I don't go and burn more f'ing coins....

I sent a couple hundred BRX to my wallet from Bittrex, and did not receive.

The TXID is 12daf5c48c22ed783d081aed9ab4e09e573e19416bc60a7d2faaeafcd0cf07ae

Here is what I get from the explorer when I check out the transaction: http://chain.breakoutcoin.com/BlockCrawler/block_crawler.php

"No information available about transaction(Error Code: -5)"

Was sent, as I said, from trex to Address: bxHrqFmcVyd9Mjn3m5RHrn2aRfRNqL4r69R , and yes...I triple checked the address...before and after sending. I also checked to be sure I wasn't running wallet on testnet, is synced, and still no idea where my coins went.


So...what's up with that?


***Nevermind, it just showed up***

I guess I need to work on my waiting skills a bit.
legendary
Activity: 1694
Merit: 1054
Point. Click. Blockchain
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-
legendary
Activity: 2210
Merit: 1109
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
legendary
Activity: 1694
Merit: 1054
Point. Click. Blockchain
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-
legendary
Activity: 2730
Merit: 1068
Juicin' crypto
*bagholding like a pro brah*  Cool Lips sealed
legendary
Activity: 1134
Merit: 1001
I dont receive brx/brk for twitter and signature campaign .

https://docs.google.com/spreadsheets/d/1l4x7YSbo7f3TjRcXDulr6O6trT9HTlXNJHaHYZAbXoI/htmlview#gid=922535862

Hi , how to get brk campaign signatures ?

Today I should receive, who should I call and send my address brk ?

Senior: 13 BRK per week


Thanks Smiley .



Anyone ? .

I'm guessing you should be waiting until the ICO is done.

I'm still waiting for brk campaign signature  Huh .


Everyone is still waiting.  I believe payouts will be during the first week of August.  Hold on to your panties.  You will get your 52 BRK and if you don't I will cover it myself. 

.
legendary
Activity: 2210
Merit: 1109
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
legendary
Activity: 1456
Merit: 1014
where i can play and win real money or real brk, brx?
here https://breakoutpoker.net/
This is usually play. and where is the platform of playing for brk

what you give is a free game for free coins and free tournament where you can win something there. And I ask where all the time you can play brk or real money

That Plattform is still not Released.
legendary
Activity: 2210
Merit: 1109
is it possible to stake with BRX running breakoutd on linux? if so, which parameters should I use?
legendary
Activity: 952
Merit: 1001
where i can play and win real money or real brk, brx?
here https://breakoutpoker.net/
This is usually play. and where is the platform of playing for brk

what you give is a free game for free coins and free tournament where you can win something there. And I ask where all the time you can play brk or real money
sr. member
Activity: 1492
Merit: 269
legendary
Activity: 952
Merit: 1001
where i can play and win real money or real brk, brx?
Pages:
Jump to: