forked from ethereum/go-ethereum
-
Notifications
You must be signed in to change notification settings - Fork 19
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
reward #29
Comments
@jcreyesb did you also compile the code for the pool? For my pool it worked out fine. |
yes. i did, compiled gexp again |
you need to compile the code of the pool not gexp. The payout/unlocker.go is not part of gexp :-) |
i ran ./build.sh when changed the payout/unlocker.go |
ldcc
added a commit
to gitter-badger/go-hiverium
that referenced
this issue
Jul 30, 2018
Clean ETH history code
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
System information
Version: 1.7.2-stable
Git Commit: 9c901ca
Architecture: amd64
Protocol Versions: [63 62]
Network Id: 1
Go Version: go1.7.5
Operating System: linux
Expected behaviour
Actual behaviour
Steps to reproduce the behaviour
Backtrace
I updated my expnase pool, but the rewards is worng always is 8 exp.. i changed payouts/unlocker.go
var constReward = math.MustParseBig256("8000000000000000000")
to
var constReward = math.MustParseBig256("4000000000000000000")
but always show 8 exp.. what i can do?
The text was updated successfully, but these errors were encountered: