Aniket Ambore
Aniket Ambore
The reason for encountering a `NotImplementedError` is likely due to either not removing the `raise NotImplementedError` line from the `test_add` method in the `ECCTest` class, or because your python interpreter...
Hey, have you tried opening a payment channel with another node? If not, try it using different nodes from here: https://mempool.space/testnet/lightning/nodes/rankings/liquidity. Also, the error you're encountering is may be a...
Hey, why are you setting the Amount and CounterParty Amount so low? 1 sat and 2 sats are just tiny dust amounts and won't work. I think that might be...
For learning materials to understand payment channel concepts, you can follow this link [lnbook](https://github.com/lnbook/lnbook/blob/develop/07_payment_channels.asciidoc). It goes into depth, but you can follow it up to this section [link](https://github.com/lnbook/lnbook/blob/develop/07_payment_channels.asciidoc#constructing-the-channel).
I shared some tbtc with you (https://blockstream.info/testnet/address/tb1qpe5wv96xp7ytqjcm409uygl4cw8r86mk6nxeag). Now, try creating a payment channel with 100000 sats and the counterparty having 50000 sats. If it doesn't work, try using different testnet...