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

Testnet: Staking from bech32 addresses #121

Open
tohsnoom opened this issue Oct 26, 2018 · 0 comments
Open

Testnet: Staking from bech32 addresses #121

tohsnoom opened this issue Oct 26, 2018 · 0 comments
Assignees

Comments

@tohsnoom
Copy link
Member

With SegWit activated on testnet, it appears that inputs on bech32 addresses will not stake blocks. I do not have any specific error messages or reasons why pinpointed yet, but there is a large percentage of the total supply of tPHR stored on bech32 addresses, to the point where one out of every 3 or 4 blocks should be staked by a bech32 address if it were able to do so.

My suspicion is that it is one of two causes, or some combination:

  1. When the wallet selects staking eligible inputs, it is not finding bech32 addresses.
  2. When bech32 addresses try to stake, they are failing one of the staking validation checks and therefore never able to submit a valid block.

I'd suggest we add some additional logging in the staking code to isolate the cause and determine how to get staking for bech32 addresses working.

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