Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rachyrachyrach/bsvwalletsend
Send bsv to wallets using a python script
https://github.com/rachyrachyrach/bsvwalletsend
bitcoinsv bsv python
Last synced: 7 days ago
JSON representation
Send bsv to wallets using a python script
- Host: GitHub
- URL: https://github.com/rachyrachyrach/bsvwalletsend
- Owner: rachyrachyrach
- Created: 2024-03-12T16:52:03.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-03T20:55:16.000Z (6 months ago)
- Last Synced: 2024-06-03T23:44:34.773Z (6 months ago)
- Topics: bitcoinsv, bsv, python
- Language: Python
- Homepage:
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PyBSVSend
![bsv dragon](/docs/SV_dragon_cmyk.gif)
***
Python script to send BSV to a wallet. Supports Testnet and Mainnet.Used [Austecon bitsv guide](https://austecon.github.io/bitsv/guide/keys.html)
### Setup
***Python 3.12.2. You can install the [bitsv](https://austecon.github.io/bitsv/guide/keys.html) library or use the requirements.txt file provided.
```
pip install -r requirements.txt
```
or```
python3 -m pip install bitsv
```Add your private key locally using the export command.
```
export CLIENT_PRIVATE_KEY="paste your private key here"
```Add the wallet address you are sending BSV to by using the export command.
```
export CLIENT_ADDRESS="paste wallet address here"
```Send your money
```
python send.py
```Check out [examples](https://test.whatsonchain.com/address/mrDmWotjccTaBUkdWVBtKzh7ccLxbneMj6) that I send to my testnet wallet
![testnet](/docs/testnet_wallet.jpg)