https://github.com/samuelmarks/bombarding-tool
https://github.com/samuelmarks/bombarding-tool
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/samuelmarks/bombarding-tool
- Owner: SamuelMarks
- Created: 2019-10-01T05:00:42.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-01T05:05:49.000Z (almost 7 years ago)
- Last Synced: 2025-01-28T04:32:02.229Z (over 1 year ago)
- Language: C++
- Size: 60.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Blomb - Blockchain Bombarding Tool
================================
### How to build
```sh
git submodule init
git submodule update
mkdir build && cd build
cmake ..
cmake --build .
```
### How to use
See [config example](example_config.yml) to bomb your favorite blockchain.
Run `./blomb -h` to find out command line arguments.
Example:
```sh
./blomb -c ../example_config.yml -n 3 -x 9096 -t 30
```