勘探期间如何投票?
-
-
[此提案?](https://blog.nomadic-labs.com/athens-proposals-injected.html)[This proposal?](https://blog.nomadic-labs.com/athens-proposals-injected.html)
- 0
- 2019-03-20
- luchonacho
-
相关:https://tezos.stackexchange.com/questions/785/how-do-i-vote-for-a-proposalRelated: https://tezos.stackexchange.com/questions/785/how-do-i-vote-for-a-proposal
- 0
- 2019-03-20
- luchonacho
-
1 个回答
- 投票数
-
- 2019-03-20
$ ./tezos-client show voting period Current period: "testing_vote" Blocks remaining until end of period: 32678 Current proposal: Pt24m4xiPbLDhVgVfABUjirbmda3yohdN82Sp9FeuAXJ4eV9otd Ballots: { "yay": 2716, "nay": 0, "pass": 0 } Current participation 5.09%, necessary quorum 80.00% Current in favor 2716, needed supermajority 2172 $ ./tezos-client submit ballot for <PKH_alias> <hash_of_proposal> <yay|nay|pass>
替换&lt; PKH_alias&gt;用您的钱包地址别名,替换&lt; hash_of_proposal&gt;上面的代码块中注明了实际的哈希值,然后是实际的字符串'yay'或'nay'或'pass'.
更多信息可在nomadic-labs网站上找到
https://blog.nomadic-labs.com/category/announcements.html
还有黑曜石
https://medium.com/@obsidian.systems/在您的账本-nano-s-8d75f8c1f076上对Tezos投票
$ ./tezos-client show voting period Current period: "testing_vote" Blocks remaining until end of period: 32678 Current proposal: Pt24m4xiPbLDhVgVfABUjirbmda3yohdN82Sp9FeuAXJ4eV9otd Ballots: { "yay": 2716, "nay": 0, "pass": 0 } Current participation 5.09%, necessary quorum 80.00% Current in favor 2716, needed supermajority 2172 $ ./tezos-client submit ballot for <PKH_alias> <hash_of_proposal> <yay|nay|pass>
Replace <PKH_alias> with your wallet address alias, replace <hash_of_proposal> with the actual hash, noted in the block above, and then the actual string 'yay' or 'nay' or 'pass'.
More information available on nomadic-labs site
https://blog.nomadic-labs.com/category/announcements.html
And on obsidian one
https://medium.com/@obsidian.systems/voting-on-tezos-with-your-ledger-nano-s-8d75f8c1f076
-
@ Argonau7不要忘记将答案标记为已解决!@Argonau7 Don't forget to mark the answer as solved!
- 0
- 2019-03-25
- luchonacho
-
是的,做到了!抱歉,还不熟悉该过程!yes, done it! Sorry, wasnt familiar with the process!
- 0
- 2019-03-28
- Argonau7
我对一个提案投了赞成票,但是现在我试图找到命令以对通过的提案投赞成票.有人可以帮忙吗?