z-classic / z-nomp

z-nomp is mining pool software for Zcash and Zclassic so you can create internet money in your home!
MIT License
287 stars 441 forks source link

Bounty for Help #97

Closed Master-0f-None closed 7 years ago

Master-0f-None commented 7 years ago

I am offering a "tip" of $100 in the coin of your choice to whomever can help me out. I am writing a new miner and have set up a pool for testing purposes. I need to change a couple of things and know very little about javascript. I need to do the following things.

1 - Have the ability to set the extranonce1 to a particular value. Usually zeros. The length is not important so 4 bytes like the current setting is fine. 2 - I need to have the pool accept all shares since the difficulty is low and I am getting tons of duplicates.

I have made a few changes to the jobManager.js to the extranonce variable and it works ok but would prefer someone with more experience offer a better solution to me than me simply assigning "0" to it.

Thanks

Master-0f-None commented 7 years ago

I worked it out :)