Created
June 20, 2018 13:16
-
-
Save marcopeereboom/ee494a6864086e0b5a4ac8886a9c0397 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[example]$ politeiavoter --testnet inventory | |
2018-06-20 14:14:25.410 [WRN] POLV: open /Users/marco/Library/Application Support/Politeiavoter/politeiavoter.conf: no such file or directory | |
Vote: c5241806166d89286be56cd2605e7d76537eb32a40a8f8d8bde3bff4c2fc6585 | |
Proposal : one pic in prop | |
Start block : 329094 | |
End block : 331110 | |
Mask : 3 | |
Eligible tickets: 7 | |
Vote Option: | |
Id : no | |
Description : Don't approve proposal | |
Bits : 1 | |
To choose this option: politeiavoter vote c5241806166d89286be56cd2605e7d76537eb32a40a8f8d8bde3bff4c2fc6585 no | |
Vote Option: | |
Id : yes | |
Description : Approve proposal | |
Bits : 2 | |
To choose this option: politeiavoter vote c5241806166d89286be56cd2605e7d76537eb32a40a8f8d8bde3bff4c2fc6585 yes | |
[example]$ politeiavoter --testnet vote c5241806166d89286be56cd2605e7d76537eb32a40a8f8d8bde3bff4c2fc6585 yes | |
2018-06-20 14:15:49.029 [WRN] POLV: open /Users/marco/Library/Application Support/Politeiavoter/politeiavoter.conf: no such file or directory | |
Enter the private passphrase of your wallet: | |
Votes succeeded: 7 | |
Votes failed : 0 | |
[example]$ politeiavoter --testnet tally c5241806166d89286be56cd2605e7d76537eb32a40a8f8d8bde3bff4c2fc6585 | |
2018-06-20 14:16:05.138 [WRN] POLV: open /Users/marco/Library/Application Support/Politeiavoter/politeiavoter.conf: no such file or directory | |
Vote Option: | |
Id : no | |
Description : Don't approve proposal | |
Bits : 1 | |
Votes received : 0 | |
Percentage : 0% | |
Vote Option: | |
Id : yes | |
Description : Approve proposal | |
Bits : 2 | |
Votes received : 7 | |
Percentage : 100% |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment