Overtorment

Results 408 comments of Overtorment

Plan: * [ ] user should be able to choose public username. should be database key-value records like `username_for_{userid} = {username}` and `username_{username} = {userid}` for lookup and reverse lookup....

its probably easier to add ln address support

lndhub is just an accounting layer on top of your LND, its not opening channels, not even fully aware of channels, and has nothing to do with LND's onchain balance....

You are correct. I added this recently. Havent thought about proper place for this configuration, so dont rush On Tue, Mar 12, 2019 at 16:37 Ole Henrik Skogstrøm wrote: >...

@lessless I think so

strange, no error in logs... looks good to me

i checked the code, and `accountForPosibleTxids()` is deprecated and should be deleted

error `"Requested wallet does not exist or is not loaded"` suggests that `bitcoind` is misconfigured. for a very basic usage scenario, you dont need to use bitcoind with LNDHUB, as...

lndhub takes an onchain address from lnd, and if bitcoind is configured, registers it in bitcoind so its tracked and we can fetch related transactions from bitcoind. if bitcoind is...

to configure your bitcoind, look into why it didnt load default wallet, or maybe your default wallet is called differently or smth. i rarely touch this part so not super...