We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Although I am in the current and next epoch with active stake:
near validators current | grep alexandruast alexandruast.pool.f863973.m0 81,796 1 99.43% 176 177 near validators next | grep alexandruast Rewarded alexandruast.pool.f863973.m0 81,796 -> 82,626 1
go-warchest doesn't seem to see this:
2020/08/30 07:11:23 Starting watch rpc 2020/08/30 07:11:23 LatestBlockHeight: 12814024 2020/08/30 07:11:23 EpochStartHeight: 12808082 2020/08/30 07:11:23 Left Blocks: 4058 2020/08/30 07:11:23 Failed to run proposalsCmd 2020/08/30 07:11:23 You are not in proposals 2020/08/30 07:11:23 Current stake: 0 2020/08/30 07:11:23 Next stake: 0 2020/08/30 07:11:24 alexandruast.testnet staked balance: 0 2020/08/30 07:11:24 alexandruast.testnet unstaked balance: 0 2020/08/30 07:11:25 Next seat price 61638 2020/08/30 07:11:25 Expected seat price 62428
Running warchest with: docker run -dti --restart always --volume $HOME/.near-credentials:/root/.near-credentials --name go-warchest --network=host --env-file env.list -p 9444:9444 masknetgoal634/near-go-warchest:latest /dist/go-warchest -accountId alexandruast.pool.f863973.m0 -delegatorId alexandruast.testnet
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Although I am in the current and next epoch with active stake:
near validators current | grep alexandruast
alexandruast.pool.f863973.m0 81,796 1 99.43% 176 177
near validators next | grep alexandruast
Rewarded alexandruast.pool.f863973.m0 81,796 -> 82,626 1
go-warchest doesn't seem to see this:
Running warchest with:
docker run -dti --restart always --volume $HOME/.near-credentials:/root/.near-credentials --name go-warchest --network=host --env-file env.list -p 9444:9444 masknetgoal634/near-go-warchest:latest /dist/go-warchest -accountId alexandruast.pool.f863973.m0 -delegatorId alexandruast.testnet
The text was updated successfully, but these errors were encountered: