探査期間に投票する方法は?
-
-
[この提案?](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/voting-on-tezos-with-your-ledger-nano-s-8d75f8c1f076
$ ./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
1つの提案に投票しましたが、現在、通過した提案に投票するコマンドを見つけようとしています.誰か助けてもらえますか?