Service that refreshes all producer votes for all accounts that it can sign for.
With node.js installed, run make dev
. See config/default.toml
for configuration options. EOSIO_KEY
required to run.
$ docker build .
...
<container id>
$ docker run -d --name greymass-revoter \
-e EOSIO_KEY="5voterkeyvoterkey1,5voterkeyvoterkey2" \
-e EOSIO_PERM="vote" \
<container id>