How to vote in the exploration period?How do I vote for a proposal?Understanding Abstentions/Pass VoteHow I can properly stop baking?When updating the Nano Ledger S firmware, do I need to re-authorize my Ledger S?What does it mean when someone double bakes or double endorse?How do I get a list of baking rights for a wallet address using the RPC API?How to run unit tests?When does roll counts update for voting?Where is the protocol change proposal injected?How do I vote for a proposal?How to check the vote of my delegate?
Change the color of a single dot in `ddot` symbol
Has the laser at Magurele, Romania reached a tenth of the Sun's power?
Will number of steps recorded on FitBit/any fitness tracker add up distance in PokemonGo?
PTIJ: Why is Haman obsessed with Bose?
Can I say "fingers" when referring to toes?
Why the "ls" command is showing the permissions of files in a FAT32 partition?
Is a Java collection guaranteed to be in a valid, usable state after a ConcurrentModificationException?
Is there a RAID 0 Equivalent for RAM?
15% tax on $7.5k earnings. Is that right?
What to do when eye contact makes your coworker uncomfortable?
Taxes on Dividends in a Roth IRA
Why does Carol not get rid of the Kree symbol on her suit when she changes its colours?
Why is so much work done on numerical verification of the Riemann Hypothesis?
Can you use Vicious Mockery to win an argument or gain favours?
What's the name of the logical fallacy where a debater extends a statement far beyond the original statement to make it true?
Does the reader need to like the PoV character?
The IT department bottlenecks progress, how should I handle this?
Is this part of the description of the Archfey warlock's Misty Escape feature redundant?
What are some good ways to treat frozen vegetables such that they behave like fresh vegetables when stir frying them?
Which was the first story featuring espers?
Doesn't the system of the Supreme Court oppose justice?
Does Doodling or Improvising on the Piano Have Any Benefits?
"before" and "want" for the same systemd service?
Make a Bowl of Alphabet Soup
How to vote in the exploration period?
How do I vote for a proposal?Understanding Abstentions/Pass VoteHow I can properly stop baking?When updating the Nano Ledger S firmware, do I need to re-authorize my Ledger S?What does it mean when someone double bakes or double endorse?How do I get a list of baking rights for a wallet address using the RPC API?How to run unit tests?When does roll counts update for voting?Where is the protocol change proposal injected?How do I vote for a proposal?How to check the vote of my delegate?
I voted for one proposal but am now trying to find the command to vote for the proposal that came through. Can anybody help?
baking voting
add a comment |
I voted for one proposal but am now trying to find the command to vote for the proposal that came through. Can anybody help?
baking voting
This proposal?
– luchonacho
yesterday
Related: tezos.stackexchange.com/questions/785/…
– luchonacho
yesterday
add a comment |
I voted for one proposal but am now trying to find the command to vote for the proposal that came through. Can anybody help?
baking voting
I voted for one proposal but am now trying to find the command to vote for the proposal that came through. Can anybody help?
baking voting
baking voting
asked yesterday
Argonau7Argonau7
762
762
This proposal?
– luchonacho
yesterday
Related: tezos.stackexchange.com/questions/785/…
– luchonacho
yesterday
add a comment |
This proposal?
– luchonacho
yesterday
Related: tezos.stackexchange.com/questions/785/…
– luchonacho
yesterday
This proposal?
– luchonacho
yesterday
This proposal?
– luchonacho
yesterday
Related: tezos.stackexchange.com/questions/785/…
– luchonacho
yesterday
Related: tezos.stackexchange.com/questions/785/…
– luchonacho
yesterday
add a comment |
1 Answer
1
active
oldest
votes
$ ./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'.
1
Thank you! That's perfect
– Argonau7
yesterday
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "698"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftezos.stackexchange.com%2fquestions%2f829%2fhow-to-vote-in-the-exploration-period%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
$ ./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'.
1
Thank you! That's perfect
– Argonau7
yesterday
add a comment |
$ ./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'.
1
Thank you! That's perfect
– Argonau7
yesterday
add a comment |
$ ./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'.
$ ./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'.
answered yesterday
utdrmacutdrmac
28217
28217
1
Thank you! That's perfect
– Argonau7
yesterday
add a comment |
1
Thank you! That's perfect
– Argonau7
yesterday
1
1
Thank you! That's perfect
– Argonau7
yesterday
Thank you! That's perfect
– Argonau7
yesterday
add a comment |
Thanks for contributing an answer to Tezos Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftezos.stackexchange.com%2fquestions%2f829%2fhow-to-vote-in-the-exploration-period%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
This proposal?
– luchonacho
yesterday
Related: tezos.stackexchange.com/questions/785/…
– luchonacho
yesterday