Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/VIM-Arcange/hive-AutoClaimTokens
https://github.com/VIM-Arcange/hive-AutoClaimTokens
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/VIM-Arcange/hive-AutoClaimTokens
- Owner: VIM-Arcange
- License: mit
- Created: 2019-09-29T12:53:59.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-01-16T08:33:13.000Z (12 months ago)
- Last Synced: 2024-05-15T15:15:42.438Z (8 months ago)
- Language: JavaScript
- Size: 290 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-steem - steem-AutoClaimTokens - A tool to automatically claim earned Steem Engine tokens (Steem Engine)
README
# hive-AutoClaimTokens
Automatically claim any available token rewardsThis 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.