recommend openssl for key generation (#678)

This commit is contained in:
callebtc
2024-11-22 17:47:03 +01:00
committed by GitHub
parent c4b639b068
commit 0e2bdb0438

View File

@@ -42,7 +42,8 @@ MINT_INFO_MOTD="Message to users"
MINT_INFO_ICON_URL="https://mint.host/icon.jpg" MINT_INFO_ICON_URL="https://mint.host/icon.jpg"
MINT_INFO_URLS=["https://mint.host", "http://mint8gv0sq5ul602uxt2fe0t80e3c2bi9fy0cxedp69v1vat6ruj81wv.onion"] MINT_INFO_URLS=["https://mint.host", "http://mint8gv0sq5ul602uxt2fe0t80e3c2bi9fy0cxedp69v1vat6ruj81wv.onion"]
MINT_PRIVATE_KEY=supersecretprivatekey # This is used to derive your mint's private keys. Store it securely.
# MINT_PRIVATE_KEY=<openssl rand -hex 32>
# Increment derivation path to rotate to a new keyset # Increment derivation path to rotate to a new keyset
# Example: m/0'/0'/0' -> m/0'/0'/1' # Example: m/0'/0'/0' -> m/0'/0'/1'