Open mazhigali opened 1 year ago
Interesting, I see the error directly on geth's side WARN [02-17|18:49:50.209] Served personal_listAccounts reqid=5 duration="64.236µs" err="the method personal_listAccounts does not exist/is not available"
Is this on Linux? Is this geth your own version?
Is this on Linux? Is this geth your own version?
Yes it's Linux and geth is not my own - from repo Archlinux
Ah I see, you must've just upgraded. They release this version recently with
The personal RPC namespace is now deprecated. In order to interact with personal APIs, you need to specifically allow it via the --rpc.enabledeprecatedpersonal command-line flag.
I'll have to look at what is the replacement API and update etherwall, but for the moment please just add --rpc.enabledeprecatedpersonal
to the additional geth args
field in settings.
--rpc.enabledeprecatedpersonal
Thanks it helped
Workaround is in master now, I'll release v3.0.5 soon with it. The proper fix will take a lot of work though as clef
has quite different apis from geth and is essentially a new backend to work with accounts.
Hello. I have a bug: when run application see this message "the method personal_listAccounts does not exist/is not available". And don't see my accounts. Can anyone help me? version Etherwall 3.0.4 Geth : 1.11.1
Logs application
Log Geth :
`