Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/VIM-Arcange/hive-AutoClaimTokens


https://github.com/VIM-Arcange/hive-AutoClaimTokens

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# hive-AutoClaimTokens
Automatically claim any available token rewards

This app is built to regularly check your available rewards and claim them.
You can manage multiple Hive accounts (see settings.json.example)

### How to Use

- Clone this repository
- Make sure you have latest LTS or greater version of Node JS installed
- Go inside the cloned folder and type `npm install`
- Rename `.settings.json.example` to `settings.json` and add your Hive account name(s) and private posting key(s)
- To start the app, type `npm start`

By default, your available token rewards will be claimed once a day.
You can easily change the claim interval in the `settings.json` configuration file.

###
To run the app continuously in background, you can use use [PM2](https://pm2.io/).
Generate `ecosystem.config.js` file with `pm2 init` command.

When you are done start the bot with following command.

`pm2 start ecosystem.config.js --env production`

### Technologies
- Node JS
- dhive

### Contributing

Feel free to fork the repo and make changes. If you have any suggestions or want to report bugs, please create an issue.