Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stepansnigirev/specterext-exfund
Specter extension to fund multiple addresses from wallet
https://github.com/stepansnigirev/specterext-exfund
Last synced: 5 days ago
JSON representation
Specter extension to fund multiple addresses from wallet
- Host: GitHub
- URL: https://github.com/stepansnigirev/specterext-exfund
- Owner: stepansnigirev
- License: mit
- Created: 2022-06-24T11:44:38.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-08-26T08:31:01.000Z (about 2 years ago)
- Last Synced: 2024-04-24T18:09:21.596Z (7 months ago)
- Language: Python
- Size: 2.92 MB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Exfund
Specter extension to fund multiple addresses from a wallet. Parses CSV files with addresses, and optionally labels and amounts. Also supports setting the same amount for all addresses and liquid assets.
## Demo
![](screencast.gif)
## Install with pip
```sh
python3 -m pip install cryptoadvance.specter
python3 -m pip install specterext-exfund
```## Run in dev mode:
```sh
python3 -m cryptoadvance.specter server --config DevelopmentConfig --debug
```## Example CSV:
```csv
Address,Label,Amount
bcrt1qe2lmnwnmu7avpr2htnvwsu0z8886dkh0gj0hms,Salary June,12345678
bcrt1qr7d9ektwguscl6mtgt406kesrjdxxtnt9xkvrn,Conference refund,8274300
bcrt1qr54ct3lmuytux2ut9vvmphxgsrwrduggnahqqe,,100000
bcrt1qnk6p4ker2zkxeez9dymjd3g6j6xctceqlnsk6e,VPN payment,43297
bcrt1qgp9dpv2fjszfe70d9c4jweadedrzlgc38lpyym,Specter donation,1000000
bcrt1qmvm8es2r4nq9qvpdm8f6dcvn6vfd45trxxak2v9azjr3x4670n0q2szdv8,Lightning channel with lnbits,100000
```