Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shekohex/tangle-payouts
tangle network payout script
https://github.com/shekohex/tangle-payouts
Last synced: about 1 month ago
JSON representation
tangle network payout script
- Host: GitHub
- URL: https://github.com/shekohex/tangle-payouts
- Owner: shekohex
- License: unlicense
- Created: 2024-05-22T10:59:09.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-05T14:26:12.000Z (3 months ago)
- Last Synced: 2024-08-05T16:46:12.405Z (3 months ago)
- Language: TypeScript
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tangle-payouts
A Simple script that will do a batch call of all of the eras in a range and
payout the rewards to the stash account.## Installation
1. Install Deno from https://deno.land/
2. Clone the repository
3. Set up the environment file```bash
cp .env.example .env
```4. Edit the .env file with your SURI, this account does not need to be the
validator account, it can be any account that has some TNT to pay for the
transaction fees.## Usage
```bash
deno run -A main.ts --help
```## Example
```bash
deno run -A main.ts tgD9wRg4oaSwzZjFjM32cHM7BM9YgDeKnyDhQMYaCpe2eRmPV --from-era 0 --to-era 100
```