Skip to content
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.

Latest commit

 

History

History
24 lines (16 loc) · 1.19 KB

README.md

File metadata and controls

24 lines (16 loc) · 1.19 KB

[WIP]SmartCash-Auto-Vote

As StmartCash recently announced there are plans to bind SmartRewards to SmartVoting and I don't have the time to Vote myself. I figured I could build a small script doing this for me.

I'm not exactly sure if this violates the terms of SmartCash, use at your own RISK!

Contributions are always welcome.

SMART Donations go to this address: Sef9PutNmEtCxwNeCGMgALDdDfiRnnYwMQ

ETH Donations to this: 0x99e818F8b821C9D60D8b32eC413E4EAD94b0Ae63

Setup Steps

IMPORTANT: To use this script you need a SmartCash RPC-Interface where all addresses you want to vote with are imported. That way this script doesn't get in contact with your private keys.

  1. Install Nodejs
  2. Clone or Download this Repository
  3. Run npm install inside the cloned directory
  4. Create your own config-file (simply copy "example_config.js" to "config.js")
  5. Update the config file
    • probaly change the CLI_PATH variable
    • add you VOTE_ADDRESSES
    • define if you want to see the chrome browser, or if it should be headless (SHOW_CHROME)