Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able to setup vouch with dirk account manager error #174

Open
vijaywankhede52243 opened this issue Jan 29, 2024 · 1 comment
Open

Not able to setup vouch with dirk account manager error #174

vijaywankhede52243 opened this issue Jan 29, 2024 · 1 comment

Comments

@vijaywankhede52243
Copy link

dirk
{"level":"info","version":"1.2.0","time":"2024-01-29T13:26:03Z","message":"Starting dirk"}
{"level":"warn","time":"2024-01-29T13:26:03Z","message":"No stores configured; using default"}
{"level":"error","error":"failed to start peers service: problem with parameters: no peers specified","time":"2024-01-29T13:26:03Z","message":"Failed to initialise services"}
ubuntu@ip-172-31-16-219:~$ vouch
{"level":"info","version":"1.7.6","time":"2024-01-29T13:27:13Z","message":"Starting vouch"}
{"level":"info","listen_address":"0.0.0.0:8082","time":"2024-01-29T13:27:13Z","message":"Started prometheus metrics service"}
{"level":"info","time":"2024-01-29T13:27:13Z","message":"Client is Altair-capable"}
{"level":"info","time":"2024-01-29T13:27:13Z","message":"Client is Bellatrix-capable"}
{"level":"info","time":"2024-01-29T13:27:13Z","message":"Client is Capella-capable"}
{"level":"info","time":"2024-01-29T13:27:13Z","message":"Starting advanced scheduler"}
{"level":"error","service":"cache","impl":"standard","time":"2024-01-29T13:27:13Z","message":"Unhandled block version"}
{"level":"info","time":"2024-01-29T13:27:13Z","message":"Starting wallet account manager"}
{"level":"warn","service":"accountmanager","impl":"wallet","time":"2024-01-29T13:27:13Z","message":"The wallet account manager does not provide built-in slashing protection.  Please use the dirk account manager for production systems."}
{"level":"warn","service":"accountmanager","impl":"wallet","wallet":"","time":"2024-01-29T13:27:13Z","message":"Failed to find wallet in any store"}
{"level":"error","service":"cache","impl":"standard","time":"2024-01-29T13:27:24Z","message":"Unhandled block version"}
{"level":"info","time":"2024-01-29T13:27:31Z","message":"Starting standard submitter strategy"}
{"level":"error","error":"blockrelay: no fallback fee recipient supplied","time":"2024-01-29T13:27:31Z","message":"Failed to initialise services"}

Getting this issue in running vouch, also getting issue in running dirk setup. I have been following getting started guides with proper instructions. If needed I can share config files, my consensus and execution node is running on goerli.

@mcdee
Copy link
Contributor

mcdee commented Jan 29, 2024

Goerli is now on the dencun hardfork, so you will need to use the latest beta version of Vouch https://github.com/attestantio/vouch/releases/tag/v1.8.0-beta.3

Apart from that, it looks like you are using the "wallet" account manager, you will need to instead use the "dirk" account manager in your configuration. See https://github.com/attestantio/vouch/blob/master/docs/accountmanager.md for details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants