Overtorment
Overtorment
first, what bitcoin core version are you using? this error: `Method not found` is very weird. can you dig into that direction? probably provide more logs? and what you did...
can you also post a screenshot of opened ln wallet? I looked at logs, and I could only understand that `Method not found` is thrown at getBalance call. looks like...
also, is your bitcoin node prunned?
` u is not defined` - i think I fixed it months ago. are you on latest version..?
latest is `1.2.2`
yes ill probably start tagging & signing releases
btcpayserver has an api, right? so easiest is probably to copy class https://github.com/BlueWallet/BlueWallet/blob/master/class/lightning-custodian-wallet.js and make it work with btcpayserver via API. it will look like another wallet card in bluewallet
reference implementation: https://github.com/BlueWallet/BlueWallet/blob/master/class/wallets/lightning-custodian-wallet.js
yeah, the list of envs is: * `CONFIG` - stringified json of a config file ¯\_(ツ)_/¯ * `MACAROON` hex encoded `admin.macaroon` * `TLSCERT` hex encoded `tls.cert` * `GROUNDCONTROL` - a...
i was thinking implement first sign/verify on lndhub's side (for each user) to fully conform to lnd's implementation