almindor / etherwall

Ethereum QT5 Wallet
GNU General Public License v3.0
142 stars 59 forks source link

Erigon support #152

Open AJolly opened 4 months ago

AJolly commented 4 months ago

Is Geth a strict requirement, or is it possible to configure this with an erigon node?

almindor commented 4 months ago

Not officially no. If Erigon supports all required ETH APIs then it'd work, but I suspect they might not have personal which is deprecated, but still required by Etherwall.

I do want to rewrite Etherwall at some point to not require geth even as "account storage" but it requires some major investment of time which I do not have right now.

almindor commented 4 months ago

NOTE: if you're ok with running geth just as the account holder node (e.g. not blockchain data) and switch to Erigon for the node itself, it "should" work since that part only uses ETH API