Create DAppNode Anchor package#1
Conversation
Co-authored-by: 3alpha <lg@shardlabs.io>
…AppNodePackage-Anchor into create-Anchor-package
|
I think the current package is in a pretty good form. Tested and it works mostly, except for a bug that: currently for importing existing keys, it requires a manual restart in the first time. Details below: When importing existing operator key, user will upload the private key We see that Anchor is creating a new private key. This only happens when we run
i.e., the private key exists. This is when it detects that the private key is there. Anchor shuts down, but it does not auto restart although in |
This is the PR to create a DAppNode package for Anchor. It currently only has
anchor nodeability to run a SSV node. It supports importing an existing encrypted private key. Tested and the package is able to start Anchor and use the imported key successfully. However I am sure there are still some fine details/bugs that can be tuned/improved.