mirror of
https://github.com/aljazceru/nutshell.git
synced 2026-02-14 05:04:21 +01:00
turn on fees by default (#831)
This commit is contained in:
@@ -58,6 +58,10 @@ MINT_DERIVATION_PATH="m/0'/0'/0'"
|
||||
# In this example, we have 2 keysets for sat, 1 for msat and 1 for usd
|
||||
# MINT_DERIVATION_PATH_LIST=["m/0'/0'/0'", "m/0'/0'/1'", "m/0'/1'/0'", "m/0'/2'/0'"]
|
||||
|
||||
# Input fee per 1000 inputs (ppk = per kilo).
|
||||
# e.g. for 100 ppk: up to 10 inputs = 1 sat / 1 cent fee, for up to 20 inputs = 2 sat / 2 cent fee
|
||||
MINT_INPUT_FEE_PPK=100
|
||||
|
||||
# To use SQLite, choose a directory to store the database
|
||||
MINT_DATABASE=data/mint
|
||||
# To use PostgreSQL, set the connection string
|
||||
|
||||
Reference in New Issue
Block a user