dashpay / p2pool-dash

GNU General Public License v3.0
48 stars 86 forks source link

Dash rebrand + p2pool version 3 + all fix jakehaas + fix current_payouts #11

Closed poiuty closed 9 years ago

poiuty commented 9 years ago

check drk.altmine.net => not work now add p2pool.dashninja.pl and fix address not for this net! Bump version number to 3 (#8) update IDENTIFIER and PREFIX => remove who dont update to 3 version add dash.p2pools.us dash rebrand x11_hash & dash_subsidy include Fix x11_hash warnings https://github.com/poiuty/x11_hash/commit/75179e7ce53e167b1ec50e0b02953c719916d0ea

sha3/groestl.c:2816:17: warning: variable ‘buf’ set but not used [-Wunused-but-set-variable]
sha3/groestl.c: In function ‘groestl_big_close’:
sha3/groestl.c:2952:17: warning: variable ‘buf’ set but not used [-Wunused-but-set-variable]

fix for current_payouts (get_current_txouts) https://github.com/dashpay/dash/blob/master/src/main.cpp#L1483-L1495

All fix from jakehaas https://github.com/dashpay/p2pool-dash/pull/10