akshaynexus / miningcore

Miningcore is a high-performance Mining-Pool Engine that runs on Linux and Windows and supports a variety of crypto-currencies.
https://gitter.im/miningcore/Lobby
MIT License
10 stars 4 forks source link

Implement Ravencoin KawPow #4

Open akshaynexus opened 4 years ago

akshaynexus commented 4 years ago

RVN will be moving to KawPow which is a modified version of the ProgPOW algo.This needs looking into as headers change with this new algo.

Scope of work:

Possible reference repos: https://github.com/RavenCommunity/kawpow-stratum-pool https://github.com/traysi/kawpow-light-verifier https://github.com/MintPond/hasher-kawpow https://github.com/RavenCommunity/cpp-kawpow https://github.com/RavenProject/Ravencoin/pull/774

gitcoinbot commented 4 years ago

Issue Status: 1. Open 2. Started 3. Submitted 4. Done


This issue now has a funding of 1.118 ETH (219.91 USD @ $196.7/ETH) attached to it.

gitcoinbot commented 4 years ago

@mul1sh Hello from Gitcoin Core - are you still working on this issue? Please submit a WIP PR or comment back within the next 3 days or you will be removed from this ticket and it will be returned to an ‘Open’ status. Please let us know if you have questions!

Funders only: Snooze warnings for 1 day | 3 days | 5 days | 10 days | 100 days

mul1sh commented 4 years ago

Doing some final testing and the I PR

akshaynexus commented 4 years ago

ok

mul1sh commented 4 years ago

@akshaynexus Sorry but it seems i'll actually need a few more days to continue testing out different approaches and understand how to best integrate kawpow into the current stratum protocol.

Reason for this is that I understand how the current kawpow works based on the above node.js example provided, but when I try to replicate it this pool, it doesn't produce any blocks so definitely my current implementation is not correct.

akshaynexus commented 4 years ago

Ok,it may help.to have a wip pr so I can test the current implementation

mul1sh commented 4 years ago

@akshaynexus Sure definitely, kindly let me send it over in a few

gitcoinbot commented 4 years ago

Issue Status: 1. Open 2. Cancelled


The funding of 1.118 ETH (275.18 USD @ $246.14/ETH) attached to this issue has been cancelled by the bounty submitter

ntamero commented 3 years ago

Can you add a Kawpow Algorithm? I think there are no other interested developers left than you.

chadouming commented 2 years ago

Any chances this get worked on again? I know it hasn't been updated in a while but I'd be willing to help if I can. Official version has implemented libkawpow, but that's about it.