We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Implementation requirements A list of the requirements for a successful implementation.
*Example of a fully configured yaml file mint: host: 0.0.0.0 port: 3338 private_key: veryverysecretkey derivation_path: 0/0/0/0 tls: enabled: false key_path: /home/tls.key cert_path: /home/tls.crt lightning: enabled: false lnbits: lightning_fee_percent: 1.0 lightning_reserve_fee_min: 4000 admin_key: 1234567897894531351ab513154 url: https://legend.lnbits.comc
For instance mint: private_key: [ just make some shit up?] mint: derivation_path: 0/0/0/0 [What?]
Lightning: guess one needs LNBits lightning wallet.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Implementation requirements
A list of the requirements for a successful implementation.
*Example of a fully configured yaml file
mint:
host: 0.0.0.0
port: 3338
private_key: veryverysecretkey
derivation_path: 0/0/0/0
tls:
enabled: false
key_path: /home/tls.key
cert_path: /home/tls.crt
lightning:
enabled: false
lnbits:
lightning_fee_percent: 1.0
lightning_reserve_fee_min: 4000
admin_key: 1234567897894531351ab513154
url: https://legend.lnbits.comc
For instance mint: private_key: [ just make some shit up?]
mint: derivation_path: 0/0/0/0 [What?]
Lightning: guess one needs LNBits lightning wallet.
The text was updated successfully, but these errors were encountered: