Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix submitblock for peercoin and similarcoins #442

Closed
bonesoul opened this issue Sep 12, 2014 · 2 comments · Fixed by #482
Closed

Fix submitblock for peercoin and similarcoins #442

bonesoul opened this issue Sep 12, 2014 · 2 comments · Fixed by #482
Milestone

Comments

@bonesoul
Copy link
Owner

some coins like peercoin and Grandcoin doesn't have standart submitblock support.

More info & solution: Crypto-Expert/stratum-mining#181

@bonesoul bonesoul modified the milestones: 0.2.0 - next major release, 0.2.0 - next release, 0.3.0 - next major release Sep 12, 2014
@bonesoul
Copy link
Owner Author

14:05:01 guys - ppc testnet works
14:05:15 i used it to set up a pool with nomp as stratum
14:06:07 you should use this one: https://github.com/Peerunity/Peerunity with smalll change in bitcoinrpc.cpp file
14:06:37 here is pos-fix branch guys;
14:06:38 https://github.com/raistlinthewiz/CoiniumServ/compare/feature/pos-fix?expand=1
14:06:43 if anyone like to check it out
14:07:02 ahmed_: please take a quick look on the changes and tell me if you see any extra changes required
14:07:04 line 2186 change from "if (fHelp || params.size() > 1)" to "if (fHelp || params.size() > 0)"
14:07:35 feeleep: peercoin and forks also uses a non-standart submitblock format
14:07:43 need to fix it too, to test agaisnt peercoin

14:07:57 <feeleep> just explained how to fix it :)
14:08:59 <feeleep> everything else works
14:09:07 <raistlinthewiz> ahh
14:09:18 <raistlinthewiz> better to fix CoiniumServ code though to support it :)

@bonesoul
Copy link
Owner Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant