Add note about lack of slashing protection in the wallet keymanager.

This commit is contained in:
Jim McDonald 2020-11-18 10:35:20 +00:00
parent 08ea6e8f2c
commit b1f2a7427a
No known key found for this signature in database
GPG Key ID: 89CEB61B2AD2A5E7
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
# Getting started
This document provides steps to set up a Vouch instance using validators in a local wallet.
**Please note that the wallet keymanager does not provide slashing protection. It is recommended that the Dirk keymanager be used for all production installations, due to the additional protections it provides.**
It assumes there is a local wallet called "Validators" that has been created by `ethdo`, that the wallet has one or more accounts in it, and that those accounts have been configured as validators on an Ethereum 2 network.
It also assumes there is an accessible instance of the Ethereum 2 beacon chain that is fully synced with the current state of the chain.