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

reward #29

Open
jcreyesb opened this issue Nov 19, 2017 · 4 comments
Open

reward #29

jcreyesb opened this issue Nov 19, 2017 · 4 comments

Comments

@jcreyesb
Copy link

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

[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?

@jvr900
Copy link

jvr900 commented Dec 14, 2017

@jcreyesb did you also compile the code for the pool? For my pool it worked out fine.

@jcreyesb
Copy link
Author

yes. i did, compiled gexp again

@jvr900
Copy link

jvr900 commented Dec 14, 2017

you need to compile the code of the pool not gexp. The payout/unlocker.go is not part of gexp :-)

@jcreyesb
Copy link
Author

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants