uni-due-syssec / efcf-framework

EF/CF - Extremely Fast smart Contract Fuzzing
Other
63 stars 10 forks source link

Failed to establish a new connection: [Errno 111] Connection refused'))' while performing RPC call 'eth_blockNumber' with [] [3918 /efcf] #5

Closed acmLL closed 1 year ago

acmLL commented 1 year ago

Tried: efcfuzz --timeout 300 --live-state 0xfffF8D17CB019E0825c478c666B251A7099df3FD

and got:

efcfuzz --timeout 300 --live-state 0xfffF8D17CB019E0825c478c666B251A7099df3FD 2023-04-26 14:25:02 47a3bf17c1f6 INFO launching EF/CF [3918 /efcf] 2023-04-26 14:25:02 47a3bf17c1f6 WARNING Could not locate fuzzing directory mount point [3918 /efcf] 2023-04-26 14:25:02 47a3bf17c1f6 WARNING Your fuzzing directory '/tmp/efcf' is not located on a ramdisk - we recommend to use a big tmpfs or zram device for the fuzzing directory. [3918 /efcf] 2023-04-26 14:25:02 47a3bf17c1f6 WARNING encountered exception 'HTTPConnectionPool(host='localhost', port=8545): Max retries exceeded with url: / (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fb456aa48e0>: Failed to establish a new connection: [Errno 111] Connection refused'))' while performing RPC call 'eth_blockNumber' with [] [3918 /efcf] 2023-04-26 14:25:02 47a3bf17c1f6 ERROR Failed to get blockNumber from go-ethereum url http://localhost:8545 [3918 /efcf] 2023-04-26 14:25:02 47a3bf17c1f6 CRITICAL no go-etherum node available [3918 /efcf]

Thanks!

f0rki commented 1 year ago

it says

Failed to get blockNumber from go-ethereum url http://localhost:8545/ [3918 /efcf]

which means it fails to connect to a go-ethereum node. set one up before attempting this.

f0rki commented 1 year ago

Also please don't set up a github issues for problems with usage. The discussions tab is probably better suited for this.