Bitcoin Forum
May 03, 2024, 09:04:44 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 [58] 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 ... 227 »
  Print  
Author Topic: [BRK] Breakout Chain | Coin Sale Complete | Multicurrencies | Gaming + eSports  (Read 318490 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
jeeweevee
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile
June 27, 2016, 09:37:20 PM
Last edit: June 27, 2016, 10:57:02 PM by jeeweevee
 #1141

Hi,

Could any one help me with minerd or bfgminer of sgminer?
I only get False positives, no valid blocks mined for 24 hours now. Getting a bit tired of this..

breakout.conf
Code:
daemon=1
server=1
listen=1
debug=1
rpcuser=username
rpcpassword=password
rpcport=10123

Minerd
Code:
.\minerd -a sha256d -o 127.0.0.1:10123 -O username:password -D -t 4

SGminer
Code:
@echo off
setx GPU_FORCE_64BIT_PTR 0
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_SINGLE_ALLOC_PERCENT 100
timeout /t 3
.\sgminer -o 127.0.0.1:10123 -uusername -ppassword -g 2 --intensity 20 --thread-concurrency 8192 -w 64 -g 2 --no-submit-stale

BFGminer
Code:
@echo off
setx GPU_FORCE_64BIT_PTR 0
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_SINGLE_ALLOC_PERCENT 100
timeout /t 3
bfgminer -S opencl:auto -o http://127.0.0.1:10123 -u username -p password --set-device intensity=20


I get a hashrate, but no valid blocks and minerd says "False positive" when finding a block.
What am I doing wrong?

Code:
[2016-06-28 00:55:07] thread 0: 18306508 hashes, 4205 khash/s
[2016-06-28 00:55:07] DEBUG: got new work in 1 ms
[2016-06-28 00:55:08] thread 1: 19444328 hashes, 4169 khash/s
[2016-06-28 00:55:08] DEBUG: got new work in 0 ms
[2016-06-28 00:55:11] DEBUG: hash > target (false positive)
Hash:   0000000095b0c1fe276f607190086128af75e36d082de9396aa9c367fedca046
Target: 00000000002a54a1000000000000000000000000000000000000000000000000
[2016-06-28 00:55:11] thread 2: 19273856 hashes, 4190 khash/s
[2016-06-28 00:55:11] DEBUG: got new work in 1 ms
[2016-06-28 00:55:11] thread 3: 20882132 hashes, 4284 khash/s
Thanks for your time.  
1714727084
Hero Member
*
Offline Offline

Posts: 1714727084

View Profile Personal Message (Offline)

Ignore
1714727084
Reply with quote  #2

1714727084
Report to moderator
1714727084
Hero Member
*
Offline Offline

Posts: 1714727084

View Profile Personal Message (Offline)

Ignore
1714727084
Reply with quote  #2

1714727084
Report to moderator
If you see garbage posts (off-topic, trolling, spam, no point, etc.), use the "report to moderator" links. All reports are investigated, though you will rarely be contacted about your reports.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
Mokota
Member
**
Offline Offline

Activity: 87
Merit: 10


View Profile
June 27, 2016, 09:42:25 PM
 #1142

I played today 2 games with the html5 client on my smartphone. Hope you also release a native app.
Sure it worked, but i had several graphic glitches like not displayed names, black timebars and "NaN" instead of the amount of chips.
There are also no messages like "welcome to the Final Table". And i had to switch to the next tables manually.

But at least i made it to the 4th place xD ...so not too bad for this circumstances.
But really would love to see a native app.

From Bittrex Slack's Poker channel

Quote
I have uMatrix script blocker on my chrome and had to enable scripts to see bet values.  Otherwise bet amounts displayed "NaN"


Hm, i dont have a script blocker installed or enabled. And it doesen't show NaN on every player. Only on some. The same with the missing Names.

The other bad thing is the chrome adress-bar always takes a bit of the screen away. So a native app would still be the best imo.
Timeline
Legendary
*
Offline Offline

Activity: 924
Merit: 1000


TokenHouse decentralized cryptocurrency exchange


View Profile
June 27, 2016, 09:47:24 PM
 #1143

I would like to see timebank implemented to the poker client.

brother3
Hero Member
*****
Offline Offline

Activity: 980
Merit: 500



View Profile
June 27, 2016, 10:38:19 PM
 #1144

coinbuyer2580
Sr. Member
****
Offline Offline

Activity: 276
Merit: 250


View Profile
June 27, 2016, 10:47:28 PM
 #1145

Hi,

Could any one help me with minerd or bfgminer of sgminer?
I only get False positives, no valid blocks mined for 24 hours now. Getting a bit tired of this..

Minerd
Code:
.\minerd -a sha256d -o 127.0.0.1:10123 -O username:password -D -t 4

SGminer
Code:
@echo off
setx GPU_FORCE_64BIT_PTR 0
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_SINGLE_ALLOC_PERCENT 100
timeout /t 3
.\sgminer -o 127.0.0.1:10123 -uusername -ppassword -g 2 --intensity 20 --thread-concurrency 8192 -w 64 -g 2 --no-submit-stale

BFGminer
Code:
@echo off
setx GPU_FORCE_64BIT_PTR 0
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_SINGLE_ALLOC_PERCENT 100
timeout /t 3
bfgminer -S opencl:auto -o http://127.0.0.1:10123 -u username -p password --set-device intensity=20


I get a good hashrate, but no valid blocks and minerd says "False positive" when finding a block.
What am I doing wrong?

Thanks for your time. 

Try -o 127.0.0.1:50542 maybe?
placebo
Legendary
*
Offline Offline

Activity: 1120
Merit: 1000


View Profile
June 27, 2016, 10:52:19 PM
 #1146


i will take her.
techbytes
Legendary
*
Offline Offline

Activity: 1694
Merit: 1054


Point. Click. Blockchain


View Profile
June 27, 2016, 11:38:38 PM
 #1147


Only when you are rich...    Grin


-tb-

brother3
Hero Member
*****
Offline Offline

Activity: 980
Merit: 500



View Profile
June 28, 2016, 12:48:16 AM
 #1148

Mr.Ease
Hero Member
*****
Offline Offline

Activity: 1596
Merit: 534



View Profile
June 28, 2016, 01:47:01 AM
 #1149


She might have a chance at buying me a drink  Cool

~ Too Many Scams, Schemes, and Shitcoins... ~
nac
Full Member
***
Offline Offline

Activity: 154
Merit: 100


View Profile
June 28, 2016, 03:11:02 AM
 #1150

You should really do a tournament for brk with the brchips, Would encourage more people to play
ofortuna
Sr. Member
****
Offline Offline

Activity: 252
Merit: 250



View Profile
June 28, 2016, 04:27:57 AM
 #1151

You should really do a tournament for brk with the brchips, Would encourage more people to play

Brchips don't have any value.  Please click below for more info:

What can I do with my chips at Breakoutpoker.net?

▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
████BREAKOUT STAKEWEBSITEMULTICURRENCY SMART CONTRACTS + SIDECHAINS ANN ★  COINSALE July 10 – July 24  ████
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
nac
Full Member
***
Offline Offline

Activity: 154
Merit: 100


View Profile
June 28, 2016, 04:50:26 AM
 #1152

You should really do a tournament for brk with the brchips, Would encourage more people to play

Brchips don't have any value.  Please click below for more info:

What can I do with my chips at Breakoutpoker.net?

I understand they have no value but I figured it would give incentive so more than the same 30-40 people play everyday. Even a PokerPoints tourney.
brother3
Hero Member
*****
Offline Offline

Activity: 980
Merit: 500



View Profile
June 28, 2016, 05:49:32 AM
 #1153

brother3
Hero Member
*****
Offline Offline

Activity: 980
Merit: 500



View Profile
June 28, 2016, 06:33:36 AM
 #1154

Randy M Kim
Member
**
Offline Offline

Activity: 108
Merit: 10


View Profile
June 28, 2016, 06:59:19 AM
 #1155


Finished 5th today in the $10,000 buyin stud 8 or better tournament
brother3
Hero Member
*****
Offline Offline

Activity: 980
Merit: 500



View Profile
June 28, 2016, 07:51:16 AM
 #1156

tournament was fun =)

Tournament was fun indeed  Grin only got 101st place  Tongue

Thanks for making me feel better  Grin  I managed to make to the 42th spot !
See you in the next one...
JakeThePanda
Hero Member
*****
Offline Offline

Activity: 644
Merit: 500



View Profile
June 28, 2016, 10:02:13 AM
 #1157

tournament was fun =)

Tournament was fun indeed  Grin only got 101st place  Tongue

Thanks for making me feel better  Grin  I managed to make to the 42th spot !
See you in the next one...


You guys are good. I was knocked out like 120rd.
clovis A.
Legendary
*
Offline Offline

Activity: 1206
Merit: 1000



View Profile
June 28, 2016, 10:41:43 AM
 #1158

I've been researching and trying to familiarize myself with this project and I have a handful of questions.  Apologies if they've already been asked, as I've only made it through the PRE-ANN for BRO and about half of the ANN from 2014.  Haven't skimmed this current thread yet, besides the OP and the few posts that follow.

* Which btctalk members are part of the official team?

* How many BTC were raised in the initial ICO?

* How many peeps participated in the initial ICO?

* When was the decision made to reward 2014 ICO investors with equal quantities of both BRK and BRX?

* Although current ICO participants aren't taking as big of a risk as the initial 2014 investors, will the individuals that have invested in the current ICO be given a break when it comes time for the BRX coin sale? It doesn't appear that the 2000BTC level on Bittrex will be reached at this point.


There were a few more questions that are slipping my mind atm; I'll get back to you when they surface or after reading further Smiley

Thanks in advance for your answers!!




.
|
.
.
|
s i a
.
|
.
.
|
.
.
|
.
.
|
.
.
|
.
Cloud storage is about to change
                          Are you ready?
BreakoutGaming
Sr. Member
****
Offline Offline

Activity: 246
Merit: 250



View Profile
June 28, 2016, 03:14:59 PM
 #1159

tournament was fun =)

Tournament was fun indeed  Grin only got 101st place  Tongue

Thanks for making me feel better  Grin  I managed to make to the 42th spot !
See you in the next one...


You guys are good. I was knocked out like 120rd.

Don't worry Jake!  You'll have your chance at revenge soon Smiley  Remember that we have the Reddit and Bitcointalk forum members tournaments coming up this week.  Here's the info again if needed - best of luck!

BRK Reddit Bounty Tournament
Start Time: 13:00 PDT/20:00 UTC, Wednesday, June 29, 2016
Late Registration: 1st 3 levels (30 min)
Entry Fee: Free
Starting Chips: 5,000
Blind Levels: 10 min
Prize Pool: 1st Place 2 Spades from the DECK, 2nd - 40th will share in 5,000 BRK Coins
Bounties: 500 BRK Coins on Special Guests TBA
Password: brkreddit

BRK Bitcointalk Bounty Tournament
Start Time: 13:00 PDT/20:00 UTC, Friday, July 1, 2016
Late Registration: 1st 3 levels (30 min)
Entry Fee: Free
Starting Chips: 5,000
Blind Levels: 10 min
Prize Pool: 1st Place 2 Clubs from the DECK, 2nd - 40th will share in 5,000 BRK Coins
Bounties: 500 BRK Coins on Special Guests TBA
Password: brkbitcointalk


▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
████BREAKOUT STAKEWEBSITEMULTICURRENCY SMART CONTRACTS + SIDECHAINS ANN ★  COINSALE July 10 – July 24  ████
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
boltz
Legendary
*
Offline Offline

Activity: 3164
Merit: 1187



View Profile
June 28, 2016, 04:02:13 PM
 #1160

Well we are all after the KING , hehe  Cool Cool

███▄▀██▄▄
░░▄████▄▀████ ▄▄▄
░░████▄▄▄▄░░█▀▀
███ ██████▄▄▀█▌
░▄░░███▀████
░▐█░░███░██▄▄
░░▄▀░████▄▄▄▀█
░█░▄███▀████ ▐█
▀▄▄███▀▄██▄
░░▄██▌░░██▀
░▐█▀████ ▀██
░░█▌██████ ▀▀██▄
░░▀███
▄▄██▀▄███
▄▄▄████▀▄████▄░░
▀▀█░░▄▄▄▄████░░
▐█▀▄▄█████████
████▀███░░▄░
▄▄██░███░░█▌░
█▀▄▄▄████░▀▄░░
█▌████▀███▄░█░
▄██▄▀███▄▄▀
▀██░░▐██▄░░
██▀████▀█▌░
▄██▀▀██████▐█░░
███▀░░
Pages: « 1 ... 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 [58] 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 ... 227 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!