dexie-rewards is a Python CLI helper tool designed automatically to claim dexie liquidity rewards for offers created using the official Chia Wallet.
Project description
Auto-Claim dexie rewards
dexie-rewards is a Python CLI helper tool designed to automatically claim dexie liquidity rewards for offers created using the official Chia Wallet. The tool communicates locally with the Chia Wallet RPC, requests all created offers, and checks them for claimable rewards.
When rewards are claimed, a message from the input (maker) address of the offer is signed to prove ownership of the offer. The signature is then sent to dexie to claim the rewards. dexie distributes claimed rewards to the input (maker) address in batches approximately every 15 minutes.
Example Output
❯ dexie rewards claim
╭──────────────────────────────────────────────┬───────────────╮
│ Offer ID │ Rewards (DBX) │
├──────────────────────────────────────────────┼───────────────┤
│ 8Ya1mwC7Z8S4RhKhuJjKPH6mQVksz4Hah8JsZ5NjaBYY │ 0.494 │
│ BZFXcbJM7oSMz9RatJpMBSD1Hmj4JWXHJE7DCBXDV8mJ │ 21.854 │
│ CbdGX5KUHnHLbX8VSFPKTDcbK87NKUtQTQaFxtYQvnPG │ 7.810 │
│ 8GpFJ8o6pVthTKmzimKxTTg8vT6sPFm44xz3nXNUMtbG │ 4.197 │
│ 4mhTGao7SDTCsgZknLDhaboE9xBhkB56ZoWVyMzpA51E │ 10.831 │
├──────────────────────────────────────────────┼───────────────┤
│ Found 5 offers with total rewards │ 45.186 │
╰──────────────────────────────────────────────┴───────────────╯
Claim all? [y/n]:
Installing
It is recommended to install dexie-rewards using pip.
Install via pip
pip install dexie-rewards
Note for macOS: If pip
is not found, try pip3
instead.
Install from the repository (optional)
- Clone the repository
git clone git@github.com:dexie-space/dexie-rewards.git
cd ./dexie-rewards/
- Activate Poetry Shell
poetry shell
- Install Dexie CLI
poetry install
Configuration (optional)
In most cases the default configuration should be sufficient. However, if you want to use specific endpoints and paths, you can set the following environment variables:
export CHIA_ROOT="~/.chia/mainnet"
export DEXIE_URL="https://dexie.space"
export DEXIE_API_URL="https://api.dexie.space/v1/"
export DEXIE_DB_PATH="/dexie_db"
Available Commands
Make sure that your Chia wallet is running and fully synced before using dexie-rewards. A full node is not required.
Run any command with the --help
option to see all available functionality.
List offers with outstanding (claimable) rewards
❯ dexie rewards list
--fingerprint -f Set the fingerprint to specify which wallet to use
--json -j Displays offers as JSON
--verbose -v Display verbose output
--help Show help and exit
Claim all outstanding (claimable) rewards
❯ dexie rewards claim
--fingerprint -f Set the fingerprint to specify which wallet to use
--verify-only -vo Only verify the claim, don't actually claim
--yes -y Skip claim confirmation
--verbose -v Display verbose output
--target -t Specify a target address to claim rewards to
--completed-only -co Only claim rewards for completed and cancelled offers
--help Show help and exit
Troubleshooting
If you encounter any issues, follow these steps to help identify and resolve them:
-
Check your Python version: Ensure you are using Python 3.10 or later, as older versions are not supported.
-
Update packages: Update both dexie-rewards and its dependencies by running
pip install --upgrade dexie-rewards
. -
Verify configuration: Double-check the environment variables (if set) to ensure they are correct.
-
Enable verbose output: Use the
-v
or--verbose
option with the relevant command to get more detailed output, which can help pinpoint the issue. -
Check for known issues: Review the issue tracker to see if the problem you are experiencing has been reported and if there is a potential solution or workaround.
-
Report a new issue: If you can't find a solution in the issue tracker, create a new issue, providing all relevant information and steps to reproduce the problem. This will help us to address the issue and improve the tool.
-
Seek community support: Visit the dexie Discord community for assistance, as other users may have encountered similar issues and can share their solutions or workarounds.
Alternatives
Advanced market makers may develop their own tools for claiming liquidity rewards. Refer to the dexie API documentation for information on how to claim rewards for offers using the API.
Contributions
Contributions are welcome and encouraged. Please fork the repository and submit a pull request to the main
branch. If you have any questions, feel free to reach out to us on Discord.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file dexie_rewards-2.1.0.tar.gz
.
File metadata
- Download URL: dexie_rewards-2.1.0.tar.gz
- Upload date:
- Size: 16.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.12.1 Darwin/23.0.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9d89b9cb109ce9db2db1712849a6d06531de3769a204d7783d9bdff3337c9f79 |
|
MD5 | 00266d880d482af5b68db6718b4cf47d |
|
BLAKE2b-256 | e358d8ad416481eb2b555e094b9719e18c9d5279744a61971413534c1a4cda3f |
File details
Details for the file dexie_rewards-2.1.0-py3-none-any.whl
.
File metadata
- Download URL: dexie_rewards-2.1.0-py3-none-any.whl
- Upload date:
- Size: 19.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.12.1 Darwin/23.0.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 120199c076dee0abbf680c5feb6e617a46e0d47f3ae574ded3290e41a015ae6f |
|
MD5 | 54e3750f4b59fdb302053798d6399363 |
|
BLAKE2b-256 | f96ad32122520af737c8ed96ba9a41f7ef711e2de94a72af87f012bf5b9d47b8 |