create account

Announcing EOS-Voter, an EOS Block Producer Voting Tool & Light Wallet by greymass

View this thread on: hive.blogpeakd.comecency.com
· @greymass · (edited)
Announcing EOS-Voter, an EOS Block Producer Voting Tool & Light Wallet
![](https://greymass.com/logo.png)

With the launch of EOS just around the corner, we wanted to release the current iteration of our EOS light
wallet into the world.

It was recently discussed in some articles, such as [_EOS Is Coming, If Anyone Can Figure Out How to Vote_](https://www.coindesk.com/eos-coming-anyone-can-figure-vote/), that there is a big gap between the current release of software and the ability of the masses to get involved and actually use it. This highlights the issue of accessibility, since it is currently necessary to have an advanced understanding of EOS in order to be able to perform simple tasks such as voting for block producers.

Our mission at Greymass is to build tools to help everyone understand and use EOS, and further, bring this ease-of-use to the masses. We are proud to present the first of our planned EOS tools: an EOS Voting desktop application. Eventually this open source software will act as the foundation for our full GUI Light Wallet, which will have many other useful tools for EOS stakeholders  -- but in the meantime, we wanted to get it in the hands of users for launch. Currently, it allows you to stake your EOS and vote for producers, which is the most important facet of securely launching and approving the main EOS network.

# A Note on Security
It goes without saying that in the cryptocurrency world, security (specifically of your private keys) is a primary concern. 

Since our voting tool is a standalone application, your keys will never leave your computer. Your keys (if you choose to store them), are encrypted with AES-256 encryption and stored on your own device. Operations are only signed locally, never externally. The only connection that the application makes is to your desired API node -- one that you choose yourself. This is a far more secure solution than voting through a website interface.

Finally, everything we do at @greymass is open source and always will be. You can check for yourself that everything we say is true -- as they say, _“Trust, but verify.”_
[The source code is available here. We encourage advanced users to build it themselves!](https://github.com/greymass/eos-voter)

---
---

# EOS Block Producer Voting & Wallet

`eos-voter` is a limited-functionality release of an open-source light wallet that is being designed for the EOS blockchain. This application can be used to connect to a remote EOS API endpoint to perform producer voting actions and a few basic wallet commands.

### Features

- **CPU/Bandwidth Staking**: Stake your EOS as either Bandwidth or CPU. This grants rights to resource usage on the network, in addition to the combined amount staked conveying weight while voting for block producers.
- **Block Producer Voting**: Select which block producers to support and cast your vote. Please note that the block producer voting UI is not a research tool; it is a simple interface that provides a secure way to vote.
- **Local Wallet**: Set a password while importing your private key to create a local wallet. Your key will be encrypted locally using this password. This password will be required each time you need to unlock the wallet.
- **Temporary Usage**: If you prefer not store your keys within the application, simply choose not to set a password. When the application quits, your key will be forgotten.

### Security: Private Keys

When using `eos-voter`, all transactions are signed within the application and your key is never transmitted. If a local wallet password is specified, the application will also save and encrypt your key for future use, using AES-256 encryption.

## Get eos-voter

### Download the Latest Release

The latest release will always be available on the releases page of this repository:

[https://github.com/greymass/eos-voter/releases](https://github.com/greymass/eos-voter/releases)

If you are a...

- **MacOS User**: Download either the DMG (`eos-voter-***.dmg`) or ZIP (`eos-voter-***-mac.zip`) file.
- **Windows User**: Download the EXE (`eos-voter-***.exe`) file.
- **Linux User**: Download either the SNAP (`eos-voter-***-_amd64.snap`) or DEB (`eos-voter-***-_amd64.deb`) file

### Build it Yourself

If you'd rather build the application yourself, please ensure you have nodejs, npm/yarn already installed locally.

**Note**: If you are configuring this Electron application under a Windows development environment, it will take some extra steps that are not outlined here.

```
git clone git@github.com:greymass/eos-voter.git eos-voter
cd eos-voter
yarn install
```

Then either:

- MacOS: `yarn package`
- Linux: `yarn package-linux`
- Windows: `yarn package-win`
- All: `yarn package-all`

The files built will be located in the `releases` folder within the root folder.

### Running Development Mode

```
git clone git@github.com:greymass/eos-voter.git eos-voter
cd eos-voter
yarn install
yarn dev
```

---
---

# Tutorial: How To Use the Voting Tool

### Step 1: Connect to an API node
![](https://i.imgur.com/hRhbx9C.png)

The first page you you will see when opening the app is a splash page that asks you for an API node. You can insert any trusted community API node here, or even use your own node if you have one.

For launch, Greymass will be hosting the API node https://eos.greymass.com, which you will be able to use here right away.

_Note: eos.greymass.com will point to the main network when it comes online. If you want to test things on the Jungle testnet, you can connect to http://eos.jesta.us/._

### Step 2: Input Your Credentials
![](https://i.imgur.com/bq0vD6i.png)

![](https://i.imgur.com/hZdbEMW.png)

Next up, you will need to input your credentials: specifically, your account name and your private key. Don’t know your account name? No problem, the app can look it up for you!


![](https://i.imgur.com/fFNmyDn.gif)

### (Optional) Step 3: Save Your Encrypted Credentials
![](https://i.imgur.com/fKjCMLH.png)

Once you have input your account name and private key, you can choose to have them saved and encrypted to your device so that you don’t have to re-enter them later. The next time you unlock your wallet, it will be ready to go! But if you don’t want to do this, no worries -- you’ll still be able to use your wallet by inputting your credentials at the beginning of each session.

### (Optional) Step 4: Stake Some EOS
![](https://i.imgur.com/xmx7fcn.png)

![](https://i.imgur.com/mdWxsEH.png)

When the main network is launched, you may need to stake some of your EOS in order to vote for producers. To do this, head over to the Wallet tab and choose an amount of EOS to stake. 

_Note: the main network will have staked the majority of your EOS. You will likely not want to stake anything more!_

_Note: the combined amount of staked EOS across CPU and Bandwidth will determine the weight of your vote(s)._

### Step 5: Vote for Some Producers

![](https://i.imgur.com/Uqly4Dj.png)

![](https://i.imgur.com/Aoqcg9B.png)

Now you’re ready to vote for Block Producers. Head back to the Voting page, and select your favourite producers here.


### (Optional) Step 6: Check out our Splash Page
![](https://i.imgur.com/n4RpW8R.png)

You’re done! If you like, you can click on our logo in the top right corner. On this splash page, you’ll find more info about this tool, and about our organization.

If you like this application, don’t forget to vote for us as one of your selected, trusted Block Producers -- we’ll let you know our Block Producer name when the mainnet launches!

---
---

### Credits

The development of this application is being led by members of the [Greymass](https://greymass.com) team in an effort to connect EOS with its stakeholders. 
Everything is open source; we encourage the community to help contribute!

[For discussion or questions about this app, feel free to join us on telegram.](https://t.me/joinchat/FOalLw_PXyvyDq6x-9m9qw)
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 74 others
properties (23)
authorgreymass
permlinkannouncing-eos-voter-an-eos-block-producer-voting-tool-and-light-wallet
categoryeos
json_metadata{"tags":["eos","eos-voter","wallet","vote","stake"],"users":["greymass"],"image":["https://greymass.com/logo.png","https://i.imgur.com/hRhbx9C.png","https://i.imgur.com/bq0vD6i.png","https://i.imgur.com/hZdbEMW.png","https://i.imgur.com/fFNmyDn.gif","https://i.imgur.com/fKjCMLH.png","https://i.imgur.com/xmx7fcn.png","https://i.imgur.com/mdWxsEH.png","https://i.imgur.com/Uqly4Dj.png","https://i.imgur.com/Aoqcg9B.png","https://i.imgur.com/n4RpW8R.png"],"links":["https://www.coindesk.com/eos-coming-anyone-can-figure-vote/","https://github.com/greymass/eos-voter","https://github.com/greymass/eos-voter/releases","https://eos.greymass.com","http://eos.jesta.us/","https://greymass.com","https://t.me/joinchat/FOalLw_PXyvyDq6x-9m9qw"],"app":"steemit/0.1","format":"markdown"}
created2018-06-02 23:59:15
last_update2018-06-09 17:28:45
depth0
children58
last_payout2018-06-09 23:59:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length7,867
author_reputation9,338,685,957,189
root_title"Announcing EOS-Voter, an EOS Block Producer Voting Tool & Light Wallet"
beneficiaries[]
max_accepted_payout0.000 HBD
percent_hbd10,000
post_id58,977,004
net_rshares35,280,628,696,918
author_curate_reward""
vote details (138)
@akumara ·
Alternatively, if you want to use Scatter the team at LiquidEOS (by Bancor) have made this portal. http://vote.liquideos.com/ 

They are the only BP candidate from Israel ;) Great for geographical diversification.
properties (22)
authorakumara
permlinkre-greymass-announcing-eos-voter-an-eos-block-producer-voting-tool-and-light-wallet-20180606t081124609z
categoryeos
json_metadata{"tags":["eos"],"links":["http://vote.liquideos.com/"],"app":"steemit/0.1"}
created2018-06-06 08:11:24
last_update2018-06-06 08:11:24
depth1
children0
last_payout2018-06-13 08:11:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length213
author_reputation1,762,959,386
root_title"Announcing EOS-Voter, an EOS Block Producer Voting Tool & Light Wallet"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id59,494,561
net_rshares0
@ash ·
$0.06
anyone from the community vouching for this? who's behind greymass?
👍  , , , , ,
properties (23)
authorash
permlinkre-greymass-announcing-eos-voter-an-eos-block-producer-voting-tool-and-light-wallet-20180603t062640459z
categoryeos
json_metadata{"tags":["eos"],"community":"busy","app":"busy/2.4.0"}
created2018-06-03 06:26:39
last_update2018-06-03 06:26:39
depth1
children8
last_payout2018-06-10 06:26:39
cashout_time1969-12-31 23:59:59
total_payout_value0.061 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length67
author_reputation286,803,743,324,398
root_title"Announcing EOS-Voter, an EOS Block Producer Voting Tool & Light Wallet"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id59,006,507
net_rshares16,992,256,687
author_curate_reward""
vote details (6)
@jesta ·
$8.42
I am, if that helps at all. It's actually based on the same foundation I'm building Anchor (my next Steem wallet) on.
👍  , , , , ,
properties (23)
authorjesta
permlinkre-ash-re-greymass-announcing-eos-voter-an-eos-block-producer-voting-tool-and-light-wallet-20180603t065105560z
categoryeos
json_metadata{"tags":["eos"],"app":"steemit/0.1"}
created2018-06-03 06:51:06
last_update2018-06-03 06:51:06
depth2
children7
last_payout2018-06-10 06:51:06
cashout_time1969-12-31 23:59:59
total_payout_value6.318 HBD
curator_payout_value2.102 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length117
author_reputation140,605,453,893,072
root_title"Announcing EOS-Voter, an EOS Block Producer Voting Tool & Light Wallet"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id59,008,569
net_rshares2,277,635,252,127
author_curate_reward""
vote details (6)
@ackza · (edited)
hey any chance this error im getting when trying to vote for BPC is common? :)

3050003: eosio_assert_message_exception
eosio_assert_message assertion failure

I am guessing that i cant vote yet? or did i not stake right? My 501 eos did come up as having all but 10 tokens stakes, so im just hoping its no big deal. 
Anyway THANK you SO MUCH for making this! I just saw the news on the reddit eos that 11 big block producers endorsed this! so cool to see it looking soi much like vessel or chainbb or steemdb i feel liek such an insider having used your great software before this big app came out!

EDIT:
FIXED! I tried again and my votes went through !! here it is!!
![](https://cdn.steemitimages.com/DQmcMKcrNzgYWp473yCXqCnDJujRcgTbKsCBa5eNHFSjg5E/image.png)
what a relief :D I just had to "click to show' the agreement which i may not have done before, either that or it just sometimes has that error, feels similar to how vessel wallet would sometimes disconnect from a node but you could always click to reconnect, i feel like maybe the greymass node maybe was the reason i got thatt error? I looked it up on google only found one github request or report about it with some poor sukcer who pasted his entire code including his eosprivate key in there lol sucks for him but anyway i didnt find more than two reports of this error, i hope that was just stemming from my possible lack of clicking that button that expands the agreement you must agree to when you vote for block producers in this grey mass eos-voter 

thanks again for creating this! Im so glad my vote finally went through after trying again a few hours later and after making sure to click expand on the agreement before sending the transmission! !
properties (22)
authorackza
permlinkre-jesta-re-ash-re-greymass-announcing-eos-voter-an-eos-block-producer-voting-tool-and-light-wallet-20180613t062054424z
categoryeos
json_metadata{"tags":["eos"],"app":"steemit/0.1","image":["https://cdn.steemitimages.com/DQmcMKcrNzgYWp473yCXqCnDJujRcgTbKsCBa5eNHFSjg5E/image.png"]}
created2018-06-13 06:20:57
last_update2018-06-13 09:03:27
depth3
children3
last_payout2018-06-20 06:20:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,720
author_reputation288,209,716,474,019
root_title"Announcing EOS-Voter, an EOS Block Producer Voting Tool & Light Wallet"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id60,544,287
net_rshares0
@ash ·
yup that helps!
properties (22)
authorash
permlinkre-jesta-re-ash-re-greymass-announcing-eos-voter-an-eos-block-producer-voting-tool-and-light-wallet-20180603t070804447z
categoryeos
json_metadata{"tags":["eos"],"app":"steemit/0.1"}
created2018-06-03 07:08:03
last_update2018-06-03 07:08:03
depth3
children0
last_payout2018-06-10 07:08:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length15
author_reputation286,803,743,324,398
root_title"Announcing EOS-Voter, an EOS Block Producer Voting Tool & Light Wallet"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id59,010,038
net_rshares0
@samstickkz ·
Jesta = value
👍  
properties (23)
authorsamstickkz
permlinkre-jesta-re-ash-re-greymass-announcing-eos-voter-an-eos-block-producer-voting-tool-and-light-wallet-20180603t080636627z
categoryeos
json_metadata{"tags":["eos"],"app":"steemit/0.1"}
created2018-06-03 08:06:45
last_update2018-06-03 08:06:45
depth3
children0
last_payout2018-06-10 08:06:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length13
author_reputation32,836,279,479,347
root_title"Announcing EOS-Voter, an EOS Block Producer Voting Tool & Light Wallet"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id59,014,929
net_rshares0
author_curate_reward""
vote details (1)
@tanishqyeverma ·
And @jesta you are awesome :) Thank you for Vessel, thank you for Grey Wallet.
properties (22)
authortanishqyeverma
permlinkre-jesta-re-ash-re-greymass-announcing-eos-voter-an-eos-block-producer-voting-tool-and-light-wallet-20180604t052950507z
categoryeos
json_metadata{"tags":["eos"],"users":["jesta"],"app":"steemit/0.1"}
created2018-06-04 05:29:51
last_update2018-06-04 05:29:51
depth3
children0
last_payout2018-06-11 05:29:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length78
author_reputation1,624,635,234,378
root_title"Announcing EOS-Voter, an EOS Block Producer Voting Tool & Light Wallet"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id59,151,685
net_rshares0
@barrydutton ·
Good stuff on this on the eosgo livestream today.

I vouched for you guys in the chat a couple times, it was neat to see y-day and today the names and faces we see here for so long.
properties (22)
authorbarrydutton
permlinkre-greymass-announcing-eos-voter-an-eos-block-producer-voting-tool-and-light-wallet-20180603t233730654z
categoryeos
json_metadata{"tags":["eos"],"app":"steemit/0.1"}
created2018-06-03 23:37:30
last_update2018-06-03 23:37:30
depth1
children2
last_payout2018-06-10 23:37:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length181
author_reputation333,942,309,404,197
root_title"Announcing EOS-Voter, an EOS Block Producer Voting Tool & Light Wallet"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id59,118,135
net_rshares0
@paxmagnus ·
$0.05
There were a lot of positive comments on the stream, and yours was definitely the loudest of all those voices! :)

Way to support people making solid contributions to the space.
👍  ,
properties (23)
authorpaxmagnus
permlinkre-barrydutton-re-greymass-announcing-eos-voter-an-eos-block-producer-voting-tool-and-light-wallet-20180604t002505229z
categoryeos
json_metadata{"tags":["eos"],"app":"steemit/0.1"}
created2018-06-04 00:25:03
last_update2018-06-04 00:25:03
depth2
children1
last_payout2018-06-11 00:25:03
cashout_time1969-12-31 23:59:59
total_payout_value0.049 HBD
curator_payout_value0.002 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length177
author_reputation3,184,722,411,090
root_title"Announcing EOS-Voter, an EOS Block Producer Voting Tool & Light Wallet"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id59,122,614
net_rshares14,490,457,668
author_curate_reward""
vote details (2)
@barrydutton ·
Thanks so much!
properties (22)
authorbarrydutton
permlinkre-paxmagnus-re-barrydutton-re-greymass-announcing-eos-voter-an-eos-block-producer-voting-tool-and-light-wallet-20180604t003613254z
categoryeos
json_metadata{"tags":["eos"],"app":"steemit/0.1"}
created2018-06-04 00:36:12
last_update2018-06-04 00:36:12
depth3
children0
last_payout2018-06-11 00:36:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length15
author_reputation333,942,309,404,197
root_title"Announcing EOS-Voter, an EOS Block Producer Voting Tool & Light Wallet"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id59,123,619
net_rshares0
@bitcoinquest ·
$0.03
Crypto and Blockchain often lack good documentation and easy to use tools. Your post makes a great difference. Continue good work.
👍  ,
properties (23)
authorbitcoinquest
permlinkre-greymass-announcing-eos-voter-an-eos-block-producer-voting-tool-and-light-wallet-20180603t222731684z
categoryeos
json_metadata{"tags":["eos"],"app":"steemit/0.1"}
created2018-06-03 22:27:30
last_update2018-06-03 22:27:30
depth1
children0
last_payout2018-06-10 22:27:30
cashout_time1969-12-31 23:59:59
total_payout_value0.025 HBD
curator_payout_value0.006 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length130
author_reputation83,811,866,487
root_title"Announcing EOS-Voter, an EOS Block Producer Voting Tool & Light Wallet"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id59,111,284
net_rshares9,036,822,029
author_curate_reward""
vote details (2)
@cryptoctopus ·
So...did steem witness pay ended up paying for those tools @jesta?...that's...awkward.
properties (22)
authorcryptoctopus
permlinkre-greymass-announcing-eos-voter-an-eos-block-producer-voting-tool-and-light-wallet-20180603t034837499z
categoryeos
json_metadata{"tags":["eos"],"users":["jesta"],"app":"steemit/0.1"}
created2018-06-03 03:48:39
last_update2018-06-03 03:48:39
depth1
children14
last_payout2018-06-10 03:48:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length86
author_reputation365,406,972,531,657
root_title"Announcing EOS-Voter, an EOS Block Producer Voting Tool & Light Wallet"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id58,994,608
net_rshares0
@cambridgeport90 ·
How does this differ from Steemit? Seems that Steem is rather similar; haven't yet found anything useful on Eos.
properties (22)
authorcambridgeport90
permlinkre-cryptoctopus-201863t05111996z
categoryeos
json_metadata{"tags":["eos"],"app":"esteem/1.0.2-surfer","format":"markdown+html","community":"esteem"}
created2018-06-03 04:53:51
last_update2018-06-03 04:53:51
depth2
children10
last_payout2018-06-10 04:53:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length112
author_reputation1,401,167,981,030
root_title"Announcing EOS-Voter, an EOS Block Producer Voting Tool & Light Wallet"
beneficiaries
0.
accountesteemapp
weight1,000
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id58,999,557
net_rshares0
@jesta ·
$8.31
The governance systems between Steem and EOS are similar. They have a set of block producers that are elected by the community to serve the network in producing blocks (and whatever else they may add value with to advance it's goals). It's also in the same "family" of blockchains, so the software is pretty similar. That's why it was fairly easy to just replicate code that looks very similar to other apps I've built. 

That's where the similarities end for the most part though. 

Steem is a content platform with a social rewards currency attached to it. It will (hopefully) soon have SMTs which will basically be a turn-key solution that allows people to easily deploy their own tokens and power their own social network with those rewards. 

EOS on the other hand is a general purpose computing platform. It acts as a giant computer of sorts (like ETH or NEO), allowing anyone with staked tokens to build and/or run decentralized applications. All of the concept type applications you see happening within the ETH token world are similar to what EOS will be able to do. 

Probably more than you asked for - but others may have the same sort of question.
👍  , , , , , ,
properties (23)
authorjesta
permlinkre-cambridgeport90-re-cryptoctopus-201863t05111996z-20180603t061341915z
categoryeos
json_metadata{"tags":["eos"],"app":"steemit/0.1"}
created2018-06-03 06:13:42
last_update2018-06-03 06:13:42
depth3
children9
last_payout2018-06-10 06:13:42
cashout_time1969-12-31 23:59:59
total_payout_value6.233 HBD
curator_payout_value2.075 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,159
author_reputation140,605,453,893,072
root_title"Announcing EOS-Voter, an EOS Block Producer Voting Tool & Light Wallet"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id59,005,492
net_rshares2,248,773,826,342
author_curate_reward""
vote details (7)
@introvertspeaks ·
LOL, I think that is what we called evolution my friend. As long as they are still functional as Steem witness and still doing their job, I don't see anything wrong with it. It happens all the time even in major corporations.✌
👍  
properties (23)
authorintrovertspeaks
permlinkre-cryptoctopus-re-greymass-announcing-eos-voter-an-eos-block-producer-voting-tool-and-light-wallet-20180603t051330524z
categoryeos
json_metadata{"tags":["eos"],"app":"steemit/0.1"}
created2018-06-03 05:13:30
last_update2018-06-03 05:13:30
depth2
children0
last_payout2018-06-10 05:13:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length226
author_reputation-4,351,658,764,138
root_title"Announcing EOS-Voter, an EOS Block Producer Voting Tool & Light Wallet"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id59,001,013
net_rshares264,448,503
author_curate_reward""
vote details (1)
@jesta ·
Pay for them? No...? 

I don't see how that's a logical conclusion. The only way it does is if you assume that 100% of my effort is put into Steem development, 24/7/365. It's not, and that's never been the case. I go 100% at a project when I'm on it, but it's not every day. 

Honestly of all people - I figured you'd be excited to see technologies advancing and be able to see through all the drama.
👍  
properties (23)
authorjesta
permlinkre-cryptoctopus-re-greymass-announcing-eos-voter-an-eos-block-producer-voting-tool-and-light-wallet-20180603t055259566z
categoryeos
json_metadata{"tags":["eos"],"app":"steemit/0.1"}
created2018-06-03 05:53:00
last_update2018-06-03 05:53:00
depth2
children1
last_payout2018-06-10 05:53:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length400
author_reputation140,605,453,893,072
root_title"Announcing EOS-Voter, an EOS Block Producer Voting Tool & Light Wallet"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id59,003,942
net_rshares1,296,823,536
author_curate_reward""
vote details (1)
@leprechaun ·
The drama starts before the blockchain. :)
properties (22)
authorleprechaun
permlinkre-jesta-re-cryptoctopus-re-greymass-announcing-eos-voter-an-eos-block-producer-voting-tool-and-light-wallet-20180603t080405109z
categoryeos
json_metadata{"tags":["eos"],"app":"steemit/0.1"}
created2018-06-03 08:04:21
last_update2018-06-03 08:04:21
depth3
children0
last_payout2018-06-10 08:04:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length42
author_reputation43,025,812,810,398
root_title"Announcing EOS-Voter, an EOS Block Producer Voting Tool & Light Wallet"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id59,014,757
net_rshares0
@cryptomancer · (edited)
This is fantastic, very easy to use and I like the smooth polished look of the UI!  I've already used it to practice voting on the Jungle testnet.  It's quite reassuring to see that my EOS was converted correctly from the ERC20 snapshot.  Gives me peace of mind before the mainnet launch.

If anyone wants to try it out, feel free to connect using our BuildTeam test node on the Jungle testnet:  http://51.15.227.98:8888
👍  , , ,
properties (23)
authorcryptomancer
permlinkre-greymass-announcing-eos-voter-an-eos-block-producer-voting-tool-and-light-wallet-20180604t084324041z
categoryeos
json_metadata{"tags":["eos"],"app":"steemit/0.1","links":["http://51.15.227.98:8888"]}
created2018-06-04 08:43:24
last_update2018-06-04 08:45:36
depth1
children2
last_payout2018-06-11 08:43:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length420
author_reputation27,995,620,368,012
root_title"Announcing EOS-Voter, an EOS Block Producer Voting Tool & Light Wallet"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id59,171,385
net_rshares0
author_curate_reward""
vote details (4)
@gold84 ·
Agreed! @cryptomancer ! I believe this wallet from @jesta will be within the wallets of choice for EOS holders!

Regards, @gold84
👍  
properties (23)
authorgold84
permlinkre-cryptomancer-re-greymass-announcing-eos-voter-an-eos-block-producer-voting-tool-and-light-wallet-20180613t145510284z
categoryeos
json_metadata{"tags":["eos"],"users":["cryptomancer","jesta","gold84"],"app":"steemit/0.1"}
created2018-06-13 14:55:12
last_update2018-06-13 14:55:12
depth2
children1
last_payout2018-06-20 14:55:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length129
author_reputation20,903,401,478,476
root_title"Announcing EOS-Voter, an EOS Block Producer Voting Tool & Light Wallet"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id60,595,427
net_rshares4,082,256,596
author_curate_reward""
vote details (1)
@ackza ·
dude eventually @jesta may just make a SUPER wallet that lets you import private keys for Bitcoin Ethereum Bitshares Steem (like vessel) and EOS all in ONE wallet! And itcould even accept a few other altcoins, he could seriously have the ultamite crypto browser built in to make your experience online safe and i just see so many possibilities, it could even work with a 2fa enabled encrypted tethered mobile app that doenst keep any keys on the phone but which allows you to login or tether or tunnel or oauth or 2fa in to your desktop, I just feel a mobile wallet would be cool but shouldnt have people loading their phone with private keys. Jesta could instead build his own mobile app lgogin system with regular email username and resetable password logins.
properties (22)
authorackza
permlinkre-gold84-re-cryptomancer-re-greymass-announcing-eos-voter-an-eos-block-producer-voting-tool-and-light-wallet-20180614t024122324z
categoryeos
json_metadata{"tags":["eos"],"users":["jesta"],"app":"steemit/0.1"}
created2018-06-14 02:41:24
last_update2018-06-14 02:41:24
depth3
children0
last_payout2018-06-21 02:41:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length761
author_reputation288,209,716,474,019
root_title"Announcing EOS-Voter, an EOS Block Producer Voting Tool & Light Wallet"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id60,665,106
net_rshares0
@drleke ·
https://github.com/greymass/eos-voter/releases
nice one.
properties (22)
authordrleke
permlinkre-greymass-announcing-eos-voter-an-eos-block-producer-voting-tool-and-light-wallet-20180705t150656817z
categoryeos
json_metadata{"tags":["eos"],"links":["https://github.com/greymass/eos-voter/releases"],"app":"steemit/0.1"}
created2018-07-05 15:06:57
last_update2018-07-05 15:06:57
depth1
children0
last_payout2018-07-12 15:06:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length56
author_reputation22,913,678,652
root_title"Announcing EOS-Voter, an EOS Block Producer Voting Tool & Light Wallet"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id63,537,320
net_rshares0
@encryptdcouple ·
When will your API node be up?
properties (22)
authorencryptdcouple
permlinkre-greymass-announcing-eos-voter-an-eos-block-producer-voting-tool-and-light-wallet-20180604t221308373z
categoryeos
json_metadata{"tags":["eos"],"app":"steemit/0.1"}
created2018-06-04 22:13:09
last_update2018-06-04 22:13:09
depth1
children0
last_payout2018-06-11 22:13:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length30
author_reputation13,506,655,991,926
root_title"Announcing EOS-Voter, an EOS Block Producer Voting Tool & Light Wallet"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id59,274,267
net_rshares0
@forykw ·
Thanks for the, once again, amAZING! APP... =) anyone doing a report about live API nodes and any sort of evaluation/ranking? @jesta @greymass
properties (22)
authorforykw
permlinkre-greymass-announcing-eos-voter-an-eos-block-producer-voting-tool-and-light-wallet-20180610t003723421z
categoryeos
json_metadata{"tags":["eos"],"users":["jesta","greymass"],"app":"steemit/0.1"}
created2018-06-10 00:37:24
last_update2018-06-10 00:37:24
depth1
children0
last_payout2018-06-17 00:37:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length142
author_reputation93,694,399,703,151
root_title"Announcing EOS-Voter, an EOS Block Producer Voting Tool & Light Wallet"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id60,068,927
net_rshares0
@ironmonkeeeee ·
Thanks for putting this together! I will certainly check it out. Also wanted to pass this along to you 

https://eostalk.io/eos-project/@officialfuzzy/bounty-post-your-open-source-eos-voting-portal-win-500-beyondbit-100-eosbit
👍  ,
properties (23)
authorironmonkeeeee
permlinkre-greymass-announcing-eos-voter-an-eos-block-producer-voting-tool-and-light-wallet-20180603t104650822z
categoryeos
json_metadata{"tags":["eos"],"links":["https://eostalk.io/eos-project/@officialfuzzy/bounty-post-your-open-source-eos-voting-portal-win-500-beyondbit-100-eosbit"],"app":"steemit/0.1"}
created2018-06-03 10:46:51
last_update2018-06-03 10:46:51
depth1
children0
last_payout2018-06-10 10:46:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length226
author_reputation25,715,448,138
root_title"Announcing EOS-Voter, an EOS Block Producer Voting Tool & Light Wallet"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id59,028,812
net_rshares261,373,520
author_curate_reward""
vote details (2)
@jimmyfotogallery ·
Hey, Man. I have vote you as BP. Keep on
👍  
properties (23)
authorjimmyfotogallery
permlinkre-greymass-announcing-eos-voter-an-eos-block-producer-voting-tool-and-light-wallet-20180709t133336433z
categoryeos
json_metadata{"tags":["eos"],"app":"steemit/0.1"}
created2018-07-09 13:35:39
last_update2018-07-09 13:35:39
depth1
children1
last_payout2018-07-16 13:35:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length40
author_reputation18,673,077,616,848
root_title"Announcing EOS-Voter, an EOS Block Producer Voting Tool & Light Wallet"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id64,031,562
net_rshares2,231,873,624
author_curate_reward""
vote details (1)
@jimmyfotogallery ·
cannot find your telegram... telegram is useful for communicating with us.
👍  
properties (23)
authorjimmyfotogallery
permlinkre-jimmyfotogallery-re-greymass-announcing-eos-voter-an-eos-block-producer-voting-tool-and-light-wallet-20180709t133529909z
categoryeos
json_metadata{"tags":["eos"],"app":"steemit/0.1"}
created2018-07-09 13:37:33
last_update2018-07-09 13:37:33
depth2
children0
last_payout2018-07-16 13:37:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length74
author_reputation18,673,077,616,848
root_title"Announcing EOS-Voter, an EOS Block Producer Voting Tool & Light Wallet"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id64,031,789
net_rshares2,191,538,559
author_curate_reward""
vote details (1)
@kabrony · (edited)
Thank you got it installed  on Windows x64 ...
properties (22)
authorkabrony
permlinkre-greymass-announcing-eos-voter-an-eos-block-producer-voting-tool-and-light-wallet-20180603t234247859z
categoryeos
json_metadata{"tags":["eos"],"app":"steemit/0.1"}
created2018-06-03 23:43:06
last_update2018-06-06 13:47:39
depth1
children0
last_payout2018-06-10 23:43:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length46
author_reputation17,972,959,886
root_title"Announcing EOS-Voter, an EOS Block Producer Voting Tool & Light Wallet"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id59,118,620
net_rshares0
@noisy ·
> For launch, Greymass will be hosting the API node https://eos.greymass.com, which you will be able to use here right away.

other public API endpoints via https:

```
https://api.tokenika.io/
https://api1.eosasia.one/
https://api-eos.blckchnd.com/
```

<br>
Do you think you could add list of suggested API endpoints, so people would not have to manually look for them?

(of course, users should always be able to use any API endpoint they want...)
👍  
properties (23)
authornoisy
permlinkre-greymass-announcing-eos-voter-an-eos-block-producer-voting-tool-and-light-wallet-20180611t133712098z
categoryeos
json_metadata{"tags":["eos"],"links":["https://eos.greymass.com"],"app":"steemit/0.1"}
created2018-06-11 13:37:12
last_update2018-06-11 13:37:12
depth1
children2
last_payout2018-06-18 13:37:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length450
author_reputation59,974,373,499,600
root_title"Announcing EOS-Voter, an EOS Block Producer Voting Tool & Light Wallet"
beneficiaries[]
max_accepted_payout0.000 HBD
percent_hbd10,000
post_id60,297,130
net_rshares91,019,628,651
author_curate_reward""
vote details (1)
@jesta ·
$0.10
We have a list of suggested endpoints that the tool links to on our github page. Still torn on whether we want to include those in-app or not (since updating it would require updating the app).
👍  
properties (23)
authorjesta
permlinkre-noisy-re-greymass-announcing-eos-voter-an-eos-block-producer-voting-tool-and-light-wallet-20180613t141759813z
categoryeos
json_metadata{"tags":["eos"],"app":"steemit/0.1"}
created2018-06-13 14:18:00
last_update2018-06-13 14:18:00
depth2
children1
last_payout2018-06-20 14:18:00
cashout_time1969-12-31 23:59:59
total_payout_value0.073 HBD
curator_payout_value0.022 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length193
author_reputation140,605,453,893,072
root_title"Announcing EOS-Voter, an EOS Block Producer Voting Tool & Light Wallet"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id60,591,008
net_rshares37,408,473,442
author_curate_reward""
vote details (1)
@gold84 ·
Hi @jesta , This is an amazing easy to use interface! I believe it may end up being one of the wallets/interfaces of choice for EOS holders, also considering all the tools/features you will be adding!

Regards, @gold84
properties (22)
authorgold84
permlinkre-jesta-re-noisy-re-greymass-announcing-eos-voter-an-eos-block-producer-voting-tool-and-light-wallet-20180613t145402577z
categoryeos
json_metadata{"tags":["eos"],"users":["jesta","gold84"],"app":"steemit/0.1"}
created2018-06-13 14:54:03
last_update2018-06-13 14:54:03
depth3
children0
last_payout2018-06-20 14:54:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length218
author_reputation20,903,401,478,476
root_title"Announcing EOS-Voter, an EOS Block Producer Voting Tool & Light Wallet"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id60,595,297
net_rshares0
@planetofthedapps ·
Great! Are you thinking about creating a hardware wallet to?
properties (22)
authorplanetofthedapps
permlinkre-greymass-announcing-eos-voter-an-eos-block-producer-voting-tool-and-light-wallet-20180624t125343849z
categoryeos
json_metadata{"tags":["eos"],"app":"steemit/0.1"}
created2018-06-24 12:53:45
last_update2018-06-24 12:53:45
depth1
children0
last_payout2018-07-01 12:53:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length60
author_reputation446,810,569
root_title"Announcing EOS-Voter, an EOS Block Producer Voting Tool & Light Wallet"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd0
post_id62,041,784
net_rshares0
@realitybytes ·
Brian and I tried several voting apps the other day. Greymass was the easiest and most visibly pleasing. We are doing a video soon on voting and we intend to demonstrate this tool. Great job Greymass!  Clay Albright - EOS USA
properties (22)
authorrealitybytes
permlinkre-greymass-announcing-eos-voter-an-eos-block-producer-voting-tool-and-light-wallet-20180712t133426858z
categoryeos
json_metadata{"tags":["eos"],"app":"steemit/0.1"}
created2018-07-12 13:34:24
last_update2018-07-12 13:34:24
depth1
children0
last_payout2018-07-19 13:34:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length225
author_reputation109,943,942,802
root_title"Announcing EOS-Voter, an EOS Block Producer Voting Tool & Light Wallet"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id64,410,381
net_rshares0
@scottiepaul ·
Anyone else use this Voting Tool yet?
👍  
properties (23)
authorscottiepaul
permlinkre-greymass-announcing-eos-voter-an-eos-block-producer-voting-tool-and-light-wallet-20180603t022716348z
categoryeos
json_metadata{"tags":["eos"],"app":"steemit/0.1"}
created2018-06-03 02:27:15
last_update2018-06-03 02:27:15
depth1
children3
last_payout2018-06-10 02:27:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length37
author_reputation-2,247,702,860
root_title"Announcing EOS-Voter, an EOS Block Producer Voting Tool & Light Wallet"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id58,988,287
net_rshares0
author_curate_reward""
vote details (1)
@ackza ·
Yup i used it and succesfully voted for BP! felt good to do my first real EOS transaction on the main net :sunglasses:
👍  ,
properties (23)
authorackza
permlinkre-scottiepaul-re-greymass-announcing-eos-voter-an-eos-block-producer-voting-tool-and-light-wallet-20180614t024154207z
categoryeos
json_metadata{"tags":["eos"],"app":"steemit/0.1"}
created2018-06-14 02:41:54
last_update2018-06-14 02:41:54
depth2
children0
last_payout2018-06-21 02:41:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length118
author_reputation288,209,716,474,019
root_title"Announcing EOS-Voter, an EOS Block Producer Voting Tool & Light Wallet"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id60,665,150
net_rshares844,786,389
author_curate_reward""
vote details (2)
@scottiepaul ·
Just Watched y'all on EOSGo. So thanks.
properties (22)
authorscottiepaul
permlinkre-scottiepaul-re-greymass-announcing-eos-voter-an-eos-block-producer-voting-tool-and-light-wallet-20180603t233843953z
categoryeos
json_metadata{"tags":["eos"],"app":"steemit/0.1"}
created2018-06-03 23:38:45
last_update2018-06-03 23:38:45
depth2
children1
last_payout2018-06-10 23:38:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length39
author_reputation-2,247,702,860
root_title"Announcing EOS-Voter, an EOS Block Producer Voting Tool & Light Wallet"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id59,118,238
net_rshares0
@scottiepaul ·
thanks
properties (22)
authorscottiepaul
permlinkre-scottiepaul-re-scottiepaul-re-greymass-announcing-eos-voter-an-eos-block-producer-voting-tool-and-light-wallet-20180615t153624334z
categoryeos
json_metadata{"tags":["eos"],"app":"steemit/0.1"}
created2018-06-15 15:36:18
last_update2018-06-15 15:36:18
depth3
children0
last_payout2018-06-22 15:36:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length6
author_reputation-2,247,702,860
root_title"Announcing EOS-Voter, an EOS Block Producer Voting Tool & Light Wallet"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id60,872,613
net_rshares0
@silentscreamer ·
Im sorry im being of topic but i dont know how to contact you any other way. I just have one question. 
Do you think that there is any way that some kind of addon could be created for Steem, maybe an addon for Google chrome, Mozzila etc... That would create a filtered tab on the Steemit interface which would filter out all the Upvote bought posts and leave up only those that gained upvotes organically.. A way to filter out posts with upvotes from Booster, Minnowbooster, buildawhale etc... 
Could this be done?
properties (22)
authorsilentscreamer
permlinkre-greymass-announcing-eos-voter-an-eos-block-producer-voting-tool-and-light-wallet-20180605t135636234z
categoryeos
json_metadata{"tags":["eos"],"app":"steemit/0.1"}
created2018-06-05 13:56:36
last_update2018-06-05 13:56:36
depth1
children0
last_payout2018-06-12 13:56:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length514
author_reputation140,956,915,404,833
root_title"Announcing EOS-Voter, an EOS Block Producer Voting Tool & Light Wallet"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id59,376,170
net_rshares0
@slavix ·
$ git clone git@github.com:greymass/eos-voter.git 
Cloning into 'eos-voter'...
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
properties (22)
authorslavix
permlinkre-greymass-announcing-eos-voter-an-eos-block-producer-voting-tool-and-light-wallet-20180610t173607584z
categoryeos
json_metadata{"tags":["eos"],"app":"steemit/0.1"}
created2018-06-10 17:36:09
last_update2018-06-10 17:36:09
depth1
children1
last_payout2018-06-17 17:36:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length251
author_reputation27,303,148,571,540
root_title"Announcing EOS-Voter, an EOS Block Producer Voting Tool & Light Wallet"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id60,171,801
net_rshares0
@jesta ·
$0.04
Sorry - I need to update the repo.

The instructions themselves shouldn't use the `git@` protocol since that implies authentication, they should use `https://`. I'll get them updated in one of the next releases.

In the mean time:

`https://github.com/greymass/eos-voter.git`
👍  
properties (23)
authorjesta
permlinkre-slavix-re-greymass-announcing-eos-voter-an-eos-block-producer-voting-tool-and-light-wallet-20180611t015704558z
categoryeos
json_metadata{"tags":["eos"],"app":"steemit/0.1"}
created2018-06-11 01:57:03
last_update2018-06-11 01:57:03
depth2
children0
last_payout2018-06-18 01:57:03
cashout_time1969-12-31 23:59:59
total_payout_value0.034 HBD
curator_payout_value0.009 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length275
author_reputation140,605,453,893,072
root_title"Announcing EOS-Voter, an EOS Block Producer Voting Tool & Light Wallet"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id60,223,681
net_rshares17,223,605,401
author_curate_reward""
vote details (1)
@smarmy ·
Hello current witness.

There are a couple of users acting bizarrely on Steemit.

The are @crigmarlo and @nice-steemer. Their steemd lists say that all they do is downvote people and their blogs are full of resteems. I got downvotes from both of these accounts on an 18-day-old post so I think they may be connected.
👍  , , ,
properties (23)
authorsmarmy
permlinkre-greymass-announcing-eos-voter-an-eos-block-producer-voting-tool-and-light-wallet-20180714t173816647z
categoryeos
json_metadata{"tags":["eos"],"users":["crigmarlo","nice-steemer"],"app":"steemit/0.1"}
created2018-07-14 17:38:15
last_update2018-07-14 17:38:15
depth1
children0
last_payout2018-07-21 17:38:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length316
author_reputation177,453,635,189
root_title"Announcing EOS-Voter, an EOS Block Producer Voting Tool & Light Wallet"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id64,672,543
net_rshares8,456,090,608
author_curate_reward""
vote details (4)
@sowrej ·
Great tutorial but being honest, this is a reason why mainstream adoption will take time to grow. The ability for many individuals to understand these processes without making a mistake or falling into a scam along the way makes the experience difficult and will lead to many not participating in the process which I personally find gratifying.
properties (22)
authorsowrej
permlinkre-greymass-announcing-eos-voter-an-eos-block-producer-voting-tool-and-light-wallet-20180612t154010719z
categoryeos
json_metadata{"tags":["eos"],"app":"steemit/0.1"}
created2018-06-12 15:40:12
last_update2018-06-12 15:40:12
depth1
children0
last_payout2018-06-19 15:40:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length344
author_reputation1,010,554,699,750
root_title"Announcing EOS-Voter, an EOS Block Producer Voting Tool & Light Wallet"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id60,461,600
net_rshares0
@tacit53 ·
This is great guys new tool for eos ... good to see your their ready to take up the mantle if need be ... look forward to seeing more dapps created by you ...see you on the other side :»)
properties (22)
authortacit53
permlinkre-greymass-announcing-eos-voter-an-eos-block-producer-voting-tool-and-light-wallet-20180614t222141676z
categoryeos
json_metadata{"tags":["eos"],"app":"steemit/0.1"}
created2018-06-14 22:21:45
last_update2018-06-14 22:21:45
depth1
children0
last_payout2018-06-21 22:21:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length187
author_reputation150,178,650
root_title"Announcing EOS-Voter, an EOS Block Producer Voting Tool & Light Wallet"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id60,779,159
net_rshares0
@unus ·
Hi folks,

The mainnet is up and running.
EOS Romania is running the block producer eosromania22.
We support EOS, we are one, 
one for all and all for one.

Go EOS!
properties (22)
authorunus
permlinkre-greymass-announcing-eos-voter-an-eos-block-producer-voting-tool-and-light-wallet-20180611t062535650z
categoryeos
json_metadata{"tags":["eos"],"app":"steemit/0.1"}
created2018-06-11 06:25:36
last_update2018-06-11 06:25:36
depth1
children0
last_payout2018-06-18 06:25:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length164
author_reputation30,840,728,564
root_title"Announcing EOS-Voter, an EOS Block Producer Voting Tool & Light Wallet"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id60,249,554
net_rshares0
@wallhaxx ·
What am I doing wrong? It says: 3090003: unsatisfied_authorization provided keys, permissions, and delays do not satisfy declared authorizations
properties (22)
authorwallhaxx
permlinkre-greymass-announcing-eos-voter-an-eos-block-producer-voting-tool-and-light-wallet-20180701t144443598z
categoryeos
json_metadata{"tags":["eos"],"app":"steemit/0.1"}
created2018-07-01 14:44:42
last_update2018-07-01 14:44:42
depth1
children1
last_payout2018-07-08 14:44:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length144
author_reputation156,999,793,640
root_title"Announcing EOS-Voter, an EOS Block Producer Voting Tool & Light Wallet"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id63,006,515
net_rshares0
@jesta ·
It sounds like one of two things - either the key is invalid now, or it's the owner key. We have found that if the owner key is used, not all transactions can be signed properly due to a bug in eosjs. 

In the first situation - we'd recommend only using the active key within a wallet, unless you're trying to change your active key, which requires the owner key.
properties (22)
authorjesta
permlinkre-wallhaxx-re-greymass-announcing-eos-voter-an-eos-block-producer-voting-tool-and-light-wallet-20180707t230526347z
categoryeos
json_metadata{"tags":["eos"],"app":"steemit/0.1"}
created2018-07-07 23:05:27
last_update2018-07-07 23:05:27
depth2
children0
last_payout2018-07-14 23:05:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length363
author_reputation140,605,453,893,072
root_title"Announcing EOS-Voter, an EOS Block Producer Voting Tool & Light Wallet"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id63,832,395
net_rshares0
@zoewinston ·
Interesting though, but I'm gonna stick to my Infinito wallet. It's enough, I don't see the voting tool is kinda helpful for crypto end-user like me and I think users also not allowed to vote.
👍  
properties (23)
authorzoewinston
permlinkre-greymass-announcing-eos-voter-an-eos-block-producer-voting-tool-and-light-wallet-201864t145931708z
categoryeos
json_metadata{"app":"eostalk/0.4","namespace":"eos-general","format":"markdown+html","tags":["eos"]}
created2018-06-04 07:59:30
last_update2018-06-04 07:59:30
depth1
children0
last_payout2018-06-11 07:59:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length192
author_reputation46,518,748
root_title"Announcing EOS-Voter, an EOS Block Producer Voting Tool & Light Wallet"
beneficiaries
0.
accountchainbb
weight200
1.
accounteostalk
weight1,300
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id59,166,640
net_rshares610,219,348
author_curate_reward""
vote details (1)