Blakecoin mining configuration

BLC Blakecoin configuration file – edit blakecoin.conf in data directory:

listen=1
gen=0
rpcallowip=127.0.0.1
rpcuser=username
rpcpassword=password
rpcport=8772
server=1
daemon=1
addnode=162.243.133.80
addnode=162.243.14.130
addnode=146.185.135.24
addnode=184.171.247.23

minerd command example:

minerd -o 127.0.0.1:8772 -O username:password -a blake -q -s 2 –no-longpoll –no-stratum

You can set gen to 1 or use the command: setgenerate true if you wanted to use build in mining(bit slower than minerd).

Benchmarks performance for mining Blakecoin on CPU:

  • 11000 khash/s on a Intel i7 2600k Cpu
  • 3500 khash/s on a Intel Core2 E7300 Cpu
  • 100 khash/s on Raspberry Pi Arm Cpu (thanks to kramble for testing)
  • 14250 khash/s on a Intel Core i7 3930K (thanks to sgrunger for testing)
  • 11200 khash/s on a AMD Phenom II X6 1090T (thanks to sgrunger for testing)
  • 7022 khash/s on a Intel Core i7-920s (thanks to sgrunger for testing)
  • 12000 khash/s on a Amd FX-8350 (thanks to Vorksholk for testing)
  • 4000 khash/s on a AMD A10-5800k (thanks to reecelander for testing)
  • 10600 khash/s on a Intel Core i7 3820 (thanks to ciklop1974 for testing)
  • 8700 khash/s on a Intel Core i5 2500k (thanks to Vorksholk for testing)
  • 10400 khash/s on a AMD FX-8150 (thanks to Aalesund for testing and finding the display bug)
  • 3800 khash/s on a Intel T4500 (thanks to SpeedDemon13 for testing)
This entry was posted in BLC - Blakecoin. Bookmark the permalink.

2 Responses to "Blakecoin mining configuration"

Leave a replyLeave a Reply to admin