d91713e09e
* removed bloom filter temporarily, added some fixes with decimals in payment.rs * balance is inside the influx query again * fixed aggregate
11 lines
573 B
Bash
11 lines
573 B
Bash
# Got eth spam from here
|
|
# https://github.com/shazow/ethspam
|
|
|
|
# Got versus from here
|
|
# https://github.com/INFURA/versus
|
|
# ./ethspam | ./versus --stop-after 100 "http://localhost:8544/" # Pipe into the endpoint ..., add a bearer token and all that
|
|
|
|
./ethspam http://127.0.0.1:8544/rpc/01H2D5DN4D423VR2KFWBZE46TR | ./versus --concurrency=4 --stop-after 10000 http://localhost:8544/rpc/01H2D5DN4D423VR2KFWBZE46TR
|
|
|
|
./ethspam http://127.0.0.1:8544/rpc/01H2D5CAP1KF2NKRS30SGATDSD | ./versus --concurrency=4 --stop-after 10000 http://localhost:8544/rpc/01H2D5CAP1KF2NKRS30SGATDSD
|