Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/busyorg/busy-bot
Busy Bot v2
https://github.com/busyorg/busy-bot
Last synced: 7 days ago
JSON representation
Busy Bot v2
- Host: GitHub
- URL: https://github.com/busyorg/busy-bot
- Owner: busyorg
- Created: 2018-03-27T21:35:50.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T19:51:09.000Z (almost 2 years ago)
- Last Synced: 2023-03-01T17:10:40.508Z (over 1 year ago)
- Language: JavaScript
- Size: 164 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
After starting the bot it start working on two things at the same time.
* fetch previous blocks from last 7 days.
* stream new blocks.```js
// STEEM_ACCOUNTS[
{
username: 'hellosteem',
wif: 'your_wif',
minVests: 20000000,
maxVests: 4000000000000,
limitVests: 10000000000000,
minPercent: 6,
maxPercent: 2500,
},
];
```Example:
```bash
DEBUG=busy-bot:* STEEM_ACCOUNTS="[{\"username\": \"hellosteem\",\"wif\": \"your_wif\",\"minVests\": 20000000,\"maxVests\": 4000000000000,\"limitVests\": 10000000000000,\"minPercent\": 25,\"maxPercent\": 2500}]" yarn start
```