2023-03-10 22:26:15 +03:00
|
|
|
# Got eth spam from here
|
2023-03-31 14:43:41 +03:00
|
|
|
# https://github.com/shazow/ethspam
|
2023-03-10 22:26:15 +03:00
|
|
|
|
|
|
|
# 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
|
|
|
|
|
2023-03-14 18:32:19 +03:00
|
|
|
./ethspam http://127.0.0.1:8544 | ./versus --stop-after 100 http://localhost:8544
|