We implemented pool and miner for Binarium, now it is under development and testing, we need your feedback and suggestions.
Pool address :
http://pool.binarium.money .
All repositories :
https://github.com/binariumpay .
Compilled Linux miner :
https://github.com/binariumpay/cpuminer-easy/releases .
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 .
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 .
Now we check how pool distributes nNounce intervals and integrate its miner into wallets ( including Windows one ), so that it'll be enabled by users in a most simplest and convenient way. Also, we think on how to implement reliable statistics sending by miners, when they do not find nNounce for blocks with appropriate difficulty, so that miners 'll not be able to distort statistics and would not overload network and server. If somebody of you want to implement standalone Windows-miner, you can do this from source codes in repository. There are 2 ways for this : cross-compile in Linux for Windows with winbuild.sh script, now it gives linking errors; or compile directly in Windows in Visual Studio ( there is an solution for this in sources folder ), there is need to adapt new hashing and encryption functions, so that they'll compile and give the same results, or compile in MinGW. We will concentrate on integration of pool-miner into wallets, because this'll allow to do this and provide Windows pool-miner for users simultaneously.
Dear, dev. According to explorer circulating supply for now is 7 million, right? Mining is online for a month, so shouldn't it be around 24*60/2.5*25*34=0.5 million?
One suggestion, rich list in explorer would be welcome.
Yep. It will be good to have one.
I passed your suggestion to our web-developers.