Permalink
Please sign in to comment.
Browse files
Payments On New Block Rewrite
Completely Rewrite the payment procedure to go off detecting dedecting the winner rather than a change in balance.
- Loading branch information...
Showing
with
287 additions
and 121 deletions.
- +6 −0 .gitignore
- +2 −0 README.md
- +4 −4 burst-pool-config.js
- +247 −116 burst-pool-payment.js
- +4 −0 burst-pool-protocol.js
- +24 −1 burst-pool-session.js
| @@ -0,0 +1,6 @@ | ||
| +.idea/ | ||
| +node_modules/ | ||
| +pool-payments.json | ||
| +pool-session.json | ||
| +pool-share.json | ||
| +*.exe |
Oops, something went wrong.
0 comments on commit
c192e57