Post
Topic
Board Announcements (Altcoins)
Re: [BBR] Boolberry: Privacy and Security - Guaranteed[Bittrex/Poloniex]GPU Released
by
clintar
on 03/02/2015, 01:12:36 UTC
Hi,

I'm having some problems getting my miner to work on two desktops running win 7 64bit. I've been able to get my AWS server mining without any problems but my desktops keep throwing the same vague error

Command I'm running:
minerd -a wildkeccak -o stratum+tcp://bbr.cncoin.farm:5555 -u   -p x -k http://cdn.cncoin.farm/scratchpad.bin

Sample Output:
[2015-02-02 17:52:57] Algorithm switch ignored - this miner supports Wild Keccak only.
[2015-02-02 17:52:57] wildkeccak scratchpad cache C:\Users\Wall\AppData\Local\boolberry/scratchpad.bin
[2015-02-02 17:52:57] Using JSON-RPC 2.0
[2015-02-02 17:52:57] loaded scratchpad C:\Users\Wall\AppData\Local\boolberry/scratchpad.bin (zu bytes), height=61778080
[2015-02-02 17:52:57] Starting Stratum on stratum+tcp://bbr.cncoin.farm:5555
[2015-02-02 17:52:57] 1 miner threads started, using 'wildkeccak' algorithm.


The program then crashes? Any suggestions?
try adding the -l (lowercase L) option with the path you want to keep the local scratchpad file.
Code:
-l scratchpad.bin
will probably work

I tried the command below but it didn't' work.

C:\Users\Wall\Downloads\BoolBerry Miner>minerd -a wildkeccak -o stratum+tcp://bbr.cncoin.farm:5555 -u -p x -l C:\Users\Wall\AppData\Local\boolberry/scratchpad.bin -t 1

[2015-02-02 21:20:17] Algorithm switch ignored - this miner supports Wild Keccak only.

minerd: unsupported non-option argument 'C:\Users\Wall\AppData\Local\boolberry/scratchpad.bin'
Try `minerd --help' for more information.


Yeah, something else is wrong there. It might have been compiled with some cpu specific options. You can use mbk's miner and just make sure to set -a wildkeccak if you want to mine on cpu or use the executable in the easy miner.