Windows pool miner

26 June, 2018
We created stand-alone Windows pool miner, you can download it here : https://github.com/binariumpay/cpuminer-easy/releases .
Pool address : http://pool.binarium.money .
All repositories : https://github.com/binariumpay .

You should configure it in cpuminer-conf.json :
 "url" : "stratum tcp://pool.binarium.money:3002",
 "user" : "XbCiEW3RpLyvuTBxf2Kn99bv6PrPB9Azy8", // Your Binariums receive address, you can generate it in wallet.
 "pass" : "cpuminer",

 "algo" : "Binarium_hash_v1",
 "threads" : 3, // Amount of mining threads.
 "cpu-priority" : 0,
 "cpu-affinity" : -1,

then launch it in console with command cpuminer -c cpuminer-conf.json . It is convenient to use programs shells of console for this purpose. Currently we integrate miner for pool into wallet, so that it'll be easy to work with it : just launch and everything already works. Meanwhile, you can use mining in pool with this standalone console miner.

Ports configurations for connections :

"3001": "diff": 0.0002
"3002": "diff": 0.5
"3003": "diff": 1
"3004": "diff": 2
"3005": "diff": 4
"3006": "diff": 8
"3032": "diff": 32
"3256": "diff": 256

"3101": "diff": 0.02
"3102": "diff": 0.05
"3103": "diff": 0.1
"3104": "diff": 0.2