Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aapeliv/bitcoin-crawler
https://github.com/aapeliv/bitcoin-crawler
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/aapeliv/bitcoin-crawler
- Owner: aapeliv
- Created: 2019-05-21T02:49:39.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-21T02:58:23.000Z (over 5 years ago)
- Last Synced: 2024-11-17T13:49:55.032Z (2 months ago)
- Language: Python
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# bitcoin-crawler
This is a tool for studying the block propagation patterns of blocks on the Bitcoin network.
This was built for my masters thesis, which has a [website here](https://bitcoin.aapelivuorinen.com/). For an overview on this tool, read [Chapter 3](https://bitcoin.aapelivuorinen.com/thesis.pdf#chapter.3).
## Installation
You'll need Python 3, and `virtualenv`. Then do:
```sh
virtualenv . -p python3
source bin/activate
pip install -r requirements.txt
python client.py
```If you don't have IPv6, change the line with `ENABLE_IPV6 = True` to `ENABLE_IPV6 = False`.
## Help
If you're having trouble with using this, I'd like to help you out. Either open an issue on GitHub, or email me at the email address on my website!