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?

El Dorado Word Puzzle II: Videogame Edition

Identifying "long and narrow" polygons in with Postgis

Storage of electrolytic capacitors - how long?

Distinction between 地平線 【ちへいせん】 and 水平線 【すいへいせん】

Animation: customize bounce interpolation

Air travel with refrigerated insulin

What (if any) is the reason to buy in small local stores?

How can I, as DM, avoid the Conga Line of Death occurring when implementing some form of flanking rule?

Would this string work as string?

Difference between shutdown options

Determining multivariate least squares with constraint

How would a solely written language work mechanically

How do I prevent inappropriate ads from appearing in my game?

Mimic lecturing on blackboard, facing audience

Personal or impersonal in a technical resume

What is the meaning of "You've never met a graph you didn't like?"

Echo with obfuscation

Adding up numbers in Portuguese is strange

Why do Radio Buttons not fill the entire outer circle?

Limit max CPU usage SQL SERVER with WSRM

The Digit Triangles

Why is participating in the European Parliamentary elections used as a threat?

If the only attacker is removed from combat, is a creature still counted as having attacked this turn?

"Oh no!" in Latin



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?













2















I voted for one proposal but am now trying to find the command to vote for the proposal that came through. Can anybody help?










share|improve this question






















  • This proposal?

    – luchonacho
    3 hours ago











  • Related: tezos.stackexchange.com/questions/785/…

    – luchonacho
    3 hours ago















2















I voted for one proposal but am now trying to find the command to vote for the proposal that came through. Can anybody help?










share|improve this question






















  • This proposal?

    – luchonacho
    3 hours ago











  • Related: tezos.stackexchange.com/questions/785/…

    – luchonacho
    3 hours ago













2












2








2








I voted for one proposal but am now trying to find the command to vote for the proposal that came through. Can anybody help?










share|improve this question














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






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked 4 hours ago









Argonau7Argonau7

662




662












  • This proposal?

    – luchonacho
    3 hours ago











  • Related: tezos.stackexchange.com/questions/785/…

    – luchonacho
    3 hours ago

















  • This proposal?

    – luchonacho
    3 hours ago











  • Related: tezos.stackexchange.com/questions/785/…

    – luchonacho
    3 hours ago
















This proposal?

– luchonacho
3 hours ago





This proposal?

– luchonacho
3 hours ago













Related: tezos.stackexchange.com/questions/785/…

– luchonacho
3 hours ago





Related: tezos.stackexchange.com/questions/785/…

– luchonacho
3 hours ago










1 Answer
1






active

oldest

votes


















3














$ ./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'.






share|improve this answer























  • Thank you! That's perfect

    – Argonau7
    2 hours ago










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
);



);













draft saved

draft discarded


















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









3














$ ./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'.






share|improve this answer























  • Thank you! That's perfect

    – Argonau7
    2 hours ago















3














$ ./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'.






share|improve this answer























  • Thank you! That's perfect

    – Argonau7
    2 hours ago













3












3








3







$ ./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'.






share|improve this answer













$ ./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'.







share|improve this answer












share|improve this answer



share|improve this answer










answered 3 hours ago









utdrmacutdrmac

26217




26217












  • Thank you! That's perfect

    – Argonau7
    2 hours ago

















  • Thank you! That's perfect

    – Argonau7
    2 hours ago
















Thank you! That's perfect

– Argonau7
2 hours ago





Thank you! That's perfect

– Argonau7
2 hours ago

















draft saved

draft discarded
















































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.




draft saved


draft discarded














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





















































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







Popular posts from this blog

Era Viking Índice Início da Era Viquingue | Cotidiano | Sociedade | Língua | Religião | A arte | As primeiras cidades | As viagens dos viquingues | Viquingues do Oeste e Leste | Fim da Era Viquingue | Fontes históricas | Referências Bibliografia | Ligações externas | Menu de navegação«Sverige då!»«Handel I vikingetid»«O que é Nórdico Antigo»Mito, magia e religião na volsunga saga Um olhar sobre a trajetória mítica do herói sigurd«Bonden var den verklige vikingen»«Vikingatiden»«Vikingatiden»«Vinland»«Guerreiras de Óðinn: As Valkyrjor na Mitologia Viking»1519-9053«Esculpindo símbolos e seres: A arte viking em pedras rúnicas»1679-9313Historia - Tema: VikingarnaAventura e Magia no Mundo das Sagas IslandesasEra Vikinge

What's the metal clinking sound at the end of credits in Avengers: Endgame?What makes Thanos so strong in Avengers: Endgame?Who is the character that appears at the end of Endgame?What happens to Mjolnir (Thor's hammer) at the end of Endgame?The People's Ages in Avengers: EndgameWhat did Nebula do in Avengers: Endgame?Messing with time in the Avengers: Endgame climaxAvengers: Endgame timelineWhat are the time-travel rules in Avengers Endgame?Why use this song in Avengers: Endgame Opening Logo Sequence?Peggy's age in Avengers Endgame

Are there legal definitions of ethnicities/races? The 2019 Stack Overflow Developer Survey Results Are In Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Legal definitions in the United StatesAre there truly legal limits on US interest rates?Are gender identity and sexual orientation federally protected?Why is there an apparent legal bias against digital services?What limits are there to the powers of individual judges in the United States legal system?Are women only scholarships legal under Irish / EU law?Is the term “race” defined by Public Law enacted by Congress of the United StatesIs there a legal definition of race in the US?Neighbors are spying for landlord on Renters is it legal?Are Protected Classes Bi-directional?