Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yoerinijs/bcwalker
Find relations between given btc and bth addresses on the blockchain
https://github.com/yoerinijs/bcwalker
bitcoin bitcoin-api bitcoin-cash blockchain docker python
Last synced: about 2 months ago
JSON representation
Find relations between given btc and bth addresses on the blockchain
- Host: GitHub
- URL: https://github.com/yoerinijs/bcwalker
- Owner: YoeriNijs
- License: gpl-3.0
- Created: 2022-11-15T14:29:50.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-24T15:48:02.000Z (about 2 years ago)
- Last Synced: 2024-07-30T17:25:02.533Z (5 months ago)
- Topics: bitcoin, bitcoin-api, bitcoin-cash, blockchain, docker, python
- Language: Python
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BCWalker
A simple Python tool to find relations between given Bitcoin classic and Bitcoin cash addresses. The walker uses the api provided by Haskoin.com.## Install
Just create a small Docker container with BCWalker in it:
- Install Docker
- `docker build -t bcwalker .`## Run BCWalker
To run BCWalker, you must provide at least three types of arguments: the start address, the end address and the bitcoin type (i.e. 'btc' or 'bth')- `docker run bcwalker --start --end -type btc`
For example: `docker run bcwalker --start bc1qv2347rjn8vrs4dzcznjr73q32za7u579zcsh7y --end bc1q9l9qzk2s9hvfwzz3mzucepamf5ue5m5rzvv9ut -type btc`
It is also possible to search a relation for multiple addresses. Just add a pipe:
For example: `docker run bcwalker --start -end || -type btc`