Bitcoin Forum
May 05, 2024, 12:22:31 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: [BRK] help with config  (Read 251 times)
jeeweevee (OP)
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile
June 28, 2016, 06:30:43 AM
 #1

Hi, as no one is helping but rather posting pictures of women in the main BRK topic I post my question here where I know some miners can help me out.

Question:

Could any one help me out with minerd or bfgminer of sgminer?
I only get False positives, no valid blocks mined for 48 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.  
Pages: [1]
  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!