Update README
parent
3003f4bd05
commit
54bb0b4b0f
|
|
@ -1,37 +1,20 @@
|
||||||
# fixturenet-eth-tx
|
# fixturenet-plugeth-tx
|
||||||
|
|
||||||
A variation of `fixturenet-eth` that automatically generates transactions using `tx-spammer`.
|
A variation of `fixturenet-eth` that uses `plugeth` instead of `go-ethereum`.
|
||||||
|
|
||||||
See `stacks/fixturenet-eth/README.md` for more information.
|
See `stacks/fixturenet-eth/README.md` for more information.
|
||||||
|
|
||||||
## Containers
|
## Containers
|
||||||
|
|
||||||
* cerc/go-ethereum
|
* cerc/plugeth
|
||||||
* cerc/lighthouse
|
* cerc/lighthouse
|
||||||
* cerc/fixturenet-eth-geth
|
* cerc/fixturenet-eth-plugeth
|
||||||
* cerc/fixturenet-eth-lighthouse
|
* cerc/fixturenet-eth-lighthouse
|
||||||
* cerc/tx-spammer
|
* cerc/tx-spammer
|
||||||
|
|
||||||
## Deploy the stack
|
## Deploy the stack
|
||||||
```
|
```
|
||||||
$ laconic-so --stack fixturenet-eth-tx setup-repositories
|
$ laconic-so --stack fixturenet-plugeth-tx setup-repositories
|
||||||
$ laconic-so --stack fixturenet-eth-tx build-containers
|
$ laconic-so --stack fixturenet-plugeth-tx build-containers
|
||||||
$ laconic-so --stack fixturenet-eth-tx deploy up
|
$ laconic-so --stack fixturenet-plugeth-tx deploy up
|
||||||
```
|
|
||||||
|
|
||||||
## Export the ethdb (optional)
|
|
||||||
|
|
||||||
It is easy to export data from the fixturenet for offline processing of the raw ethdb files (eg, by eth-statediff-service) using the `export-ethdb.sh` script.
|
|
||||||
|
|
||||||
For example:
|
|
||||||
|
|
||||||
```
|
|
||||||
$ app/data/container-build/cerc-fixturenet-eth-lighthouse/scripts/export-ethdb.sh 500
|
|
||||||
Waiting for geth to generate DAG.... done
|
|
||||||
Waiting for beacon phase0.... done
|
|
||||||
Waiting for beacon altair.... done
|
|
||||||
Waiting for beacon bellatrix pre-merge.... done
|
|
||||||
Waiting for beacon bellatrix merge.... done
|
|
||||||
Waiting for block number 500.... done
|
|
||||||
Exporting ethdb.... ./ethdb.tgz
|
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue