https://github.com/jayjay1024/claimrewards-schedule
Claim producer(like EOS/BOS) rewards schedule
https://github.com/jayjay1024/claimrewards-schedule
bos claim claim-producer-rewards claimrewards eos producer-rewards
Last synced: about 1 month ago
JSON representation
Claim producer(like EOS/BOS) rewards schedule
- Host: GitHub
- URL: https://github.com/jayjay1024/claimrewards-schedule
- Owner: JayJay1024
- Created: 2019-06-15T04:21:02.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-28T05:13:04.000Z (almost 6 years ago)
- Last Synced: 2025-03-29T13:35:26.110Z (about 2 months ago)
- Topics: bos, claim, claim-producer-rewards, claimrewards, eos, producer-rewards
- Language: JavaScript
- Homepage:
- Size: 8.79 KB
- Stars: 3
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# claimrewards-schedule
### 说明
用于`EOS/BOS`等链的节点自动、定时领取奖励### 使用
1. 配置
配置下面`config.js`文件项目:
```
schedule_time: '10 10 13 * * *', // 每天 13:10:10rpc_addr: 'http://127.0.0.1:8888',
producer_name: 'bob',
producer_prikey: '5JtUScZK2XEp3g9gh7F8bwtPTRAkASmNrrftmx4AxDKD5K4zDnr', // bob
```
2. 安装依赖包
`npm install`
3. 启动
`npm start`