xingyushu

Results 6 issues of xingyushu

``` ethereum-etl 1.10.0 python 3.8 go-ethereum 1.10.12 ``` When I run the method of export_traces : ``` ethereumetl export_traces --start-block 0 --end-block 500000 --provider-uri file://$HOME/geth-1.12/geth.ipc --output traces.csv ``` I met...

Please post your question as a discussion in the Flashbots Discord I met a error hint: ``` bob@bob-XPS-8940:~/search/code/bot/bot/mev-inspect-rs$ ./target/release/mev-inspect -u http://localhost:8549 blocks -f 7475414 -t 7475462 Error: Invalid name: please...

environment : python | bitcoinetl | 3.6 | 1.3.1 | ``` [root@localhost end_block=00100199]# bitcoinetl export_all --provider-uri http://user:pass@localhost:8332 --start 2010-01-30 --end 2013-12-30 ``` confront the error: ``` Traceback (most recent call...

bug
help wanted

PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 65011976 bytes) in /data/bitcoin-to-neo4j/vendor/graphaware/neo4j-bolt/src/PackStream/StreamChannel.php on line 72 It is the memory allocation problem,where can I change it...

Hello, I tried to use ethereum2etl to extract the beacon_validators through local node Here is my command: `ethereum2etl export_beacon_validators --output-dir output --output-format csv --provider-uri http://localhost:8545` and I also tried geth.ipc...