Hey guys, I just finished the source code & my p2pool nodes for Digibyte's new algos! Complete with testnet networks
The p2pools throw an "out of memory" error if you try launching them, but I believe that's because there is currently no work available from the new algorithms. MAKE ABSOLUTELY SURE that you set the correct algorithm in the digibyte.conf file, stop the daemon and restart it after saving. Blocks found under the wrong algorithm will NOT BE ACCEPTED by the network! (Ex your daemon is sending work out for qubit and you're hashing with sha256).
I'll be releasing the source at the bottom of this post, but I would appreciate if you guys would mine on my nodes (I spent quite a few hours preparing the code & the nodes, and I'm setting the fee to a low 0.5%) to support me and my work. Donations would also be appreciated
If there are any bugs, please open an issue on the github repo (wasn't able to thoroughly test due to no testnet being up), and if you would like your node added as a bootstrap, please submit a pull request in the github repo with your node's address added as a bootstrap.
Also, my nodes are located in the USA, on the east coast near Boston.
Links to my nodes (They are down right now, but will be live once Multi-algo goes live):
SHA256:
http://birdspool.no-ip.org:5011/static/stats/Groestl:
http://birdspool.no-ip.org:5021/static/stats/Skein:
http://birdspool.no-ip.org:5031/static/stats/Qubit:
http://birdspool.no-ip.org:5041/static/stats/
Links to the source code:
SHA256:
https://github.com/birdonwheels5/p2pool-dgbshaGroestl:
https://github.com/birdonwheels5/p2pool-dgbGroestlSkein:
https://github.com/birdonwheels5/p2pool-dgbSkeinQubit:
https://github.com/birdonwheels5/p2pool-dgbQubitScrypt:
https://github.com/birdonwheels5/p2pool-dgbScrypt (added as an extra)
Next step is setting up my Digibyte block explorer + richlist, but that may need to wait for a little bit as I have a project for MYR that needs doing. But when it gets done, I'll be editing my nodes to point to my block explorer instead of altexplorer.net. Which means that they will need to be briefly restarted, but I'll pop in here & on reddit to let you guys know.
Cheers!
Edit: I should also mention that in order to make the nodes work, you need to install both the digibyte subsidy and (for everything but sha) the python hash module (ex the groestl_hash folder).