Replies: 1 comment
-
any method |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello guys. I like this software so much, you are doeing great job.
Please help me to setup it. Tell which prune flags I need to use to minimize blockchain size, and to save ability get address balance using rpc_method
eth_getBalance
, for getting only latest address balance?Right now I'm using
--prune htc
buteth_getBalance
returning{"jsonrpc":"2.0","id":1,"result":"0x0"}
on a address which is not empty.Please tell me what I am doeing wrong.
Here is my erigon parameters:
erigon --prune htc --datadir=erigon_dir --chain=mainnet --torrent.download.rate=20mb --http --ws
Beta Was this translation helpful? Give feedback.
All reactions