Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hack-ink/slothunter
A bot for Polkadot parachain auction.
https://github.com/hack-ink/slothunter
auction blockchain kusama parachain polkadot rust web3
Last synced: about 1 month ago
JSON representation
A bot for Polkadot parachain auction.
- Host: GitHub
- URL: https://github.com/hack-ink/slothunter
- Owner: hack-ink
- License: gpl-3.0
- Archived: true
- Created: 2023-02-03T03:42:10.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-27T00:42:33.000Z (9 months ago)
- Last Synced: 2024-05-16T13:02:21.730Z (7 months ago)
- Topics: auction, blockchain, kusama, parachain, polkadot, rust, web3
- Language: Rust
- Homepage: https://crates.io/crates/slothunter
- Size: 1.52 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-dot - Slothunter - A bot for Polkadot parachain auctions. (Libraries / Multisig Wallets)
README
# Slothunter
### A bot for Polkadot parachain auction.[![License](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
[![Checks](https://github.com/hack-ink/slothunter/actions/workflows/checks.yml/badge.svg?branch=main)](https://github.com/hack-ink/slothunter/actions/workflows/checks.yml)
[![Release](https://github.com/hack-ink/slothunter/actions/workflows/release.yml/badge.svg)](https://github.com/hack-ink/slothunter/actions/workflows/release.yml)
[![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/hack-ink/slothunter)](https://github.com/hack-ink/slothunter/tags)
[![GitHub code lines](https://tokei.rs/b1/github/hack-ink/slothunter)](https://github.com/hack-ink/slothunter)
[![GitHub last commit](https://img.shields.io/github/last-commit/hack-ink/slothunter?color=red&style=plastic)](https://github.com/hack-ink/slothunter)## Usage
```sh
# Use `--help` flag to get more information.
slothunter --help
```### Configuration
To create a template configuration file for the program, run it directly for the first time and use the command below.
After that, press `CTRL-C`.
```sh
slothunter
# Or
slothunter -c config.toml
```If a path is provided, it will create the configuration file at that location.
Otherwise, Slothunter will create the configuration file at the default path.
The default paths are:
```
Linux: /home/alice/.config/slothunter
Windows: C:\Users\Alice\AppData\Roaming\slothunter
MacOS: /Users/Alice/Library/Application Support/slothunter
```Open the configuration file and edit the items. The file contains highly detailed documentation for each item.
### Addition
For more details, please refer to [guide.md](test/guide.md).## Used by
### Crab
**Slothunter assisted Crab in winning the 91st parachain auction on Kusama.**![crab](pic/crab.png)
*As shown in the picture, Slothunter promptly placed their bid immediately after other competitors.*