Description
When I follow the instructions to run a archival alethia node, and the sync finished, I get "missing trie node" errors:
When I call:
curl -s localhost:8547 -X POST -H "Content-Type: application/json" --data '{"jsonrpc":"2.0","method":"eth_getBalance","params":["0x1670000000000000000000000000000000000001","0xe827d"],"id":1003}'
I get this answer:
{"jsonrpc":"2.0","id":1003,"error":{"code":-32000,"message":"missing trie node 42590e599015cdbfa3199d90b40c8e8db8f15b89d8a4ce3e884a67154617bca9 (path ) state 0x42590e599015cdbfa3199d90b40c8e8db8f15b89d8a4ce3e884a67154617bca9 is not available, not found"}}
how much gb/tb should a archival-node be at?
I have sat in docker compose:
--gcmode archive
and also tried this in .env and re-synced:
GETH_ADDITIONAL_ARGS=--gcmode=archive
what am I missing? 🤷♂️