JayDDee / cpuminer-opt

Optimized multi algo CPU miner
Other
774 stars 543 forks source link

can you add eaglesong algorithm support? #218

Closed 19504643 closed 4 years ago

19504643 commented 4 years ago

now ckb coin is very hot, can you add eaglesong algorithm support?

JayDDee commented 4 years ago

There's already an FPGA miner for it so it's not so hot for a CPU miner.

https://github.com/nervosnetwork/rfcs/blob/master/rfcs/0010-eaglesong/eaglesong.c

I'd need more info anyway. I found the hash algorithm but not the stratum protocol. I'd also need a place to test it, I haven't seen it on any of the big pools.

I also don't have time right now, hot or not. If you can fill in the missing pieces I can take a closer look later.

19504643 commented 4 years ago

now the total net hash reaches 240Th/s, f2pool takes up nearly 41% of it web: f2pool.com mining address: stratum+tcp://ckb.f2pool.com:4300

JayDDee commented 4 years ago

It's going to be a waste of time considering the FPGA performance. CPUs don't have a chance. It would also more work than other algos becauseit needs to be written from scratch.

I'm not interested.