Open bepaald opened 5 months ago
It seems geth
has deprecated the personal
API which Etherwall requires. I'm afraid I do not have the cycles anymore to do a rewrite as the replacement clef
system is completely different.
Your best bet at this point is to use another wallet. I have an etherwall rewrite in the pipe but I'm not sure if I'll have the time to finish it.
A workaround alternative is to use older geth locally (only for account management). If you download geth v1.13 or older (but not older than v1.11) it should work fine if you point Etherwall to it.
I have been trying to transfer some ETH, but after entering my password, I get an error message
the method personal_signAndSendTransaction does not exist/is not available
.Using
geth
1.14.5 (from the Arch repo. Command:/usr/bin/geth --syncmode=snap --cache 512 --rpc.enabledeprecatedpersonal --authrpc.jwtsecret=.ethereum/jwt.hex --state.scheme=path --snapshot=false
). And etherwall 3.0.5 (also from Arch).Geth logs:
Any ideas? Thanks!