Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tynes/tree-fuzzer
hsd fuzzer
https://github.com/tynes/tree-fuzzer
blockchain dns handshake hns
Last synced: 7 days ago
JSON representation
hsd fuzzer
- Host: GitHub
- URL: https://github.com/tynes/tree-fuzzer
- Owner: tynes
- Created: 2019-08-16T12:48:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-21T09:41:34.000Z (over 5 years ago)
- Last Synced: 2024-11-06T18:01:10.350Z (about 2 months ago)
- Topics: blockchain, dns, handshake, hns
- Language: JavaScript
- Homepage:
- Size: 19.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tree fuzzer
Create reorgs and run auctions using `hsd`.
A miner is created that sends blocks out in random orders to its peers.
A number of full nodes are created and peer with the miner.
The `AuctionRunner` class creates listeners and automates the
auction process. The miner will create reorgs by invalidating
blocks and then continuing to mine.## Usage
Clone from Github and then install dependencies using `npm`.
The `ncount` argument determines the number of full nodes to start.
The `nrunner` argument determines the number of `AuctionRunner`s to start.```bash
$ ./bin/cli --ncount 2 --nrunner 3
```