Hi there, not sure if this is the right thread but I dont know where else to put it rn.
I followed this instruction and got it somehow running on testnet.
Now I funded my LN Wallet with 0.001 BTC
bitcoin@xxx:~ $ bitcoin-cli sendtoaddress 2N5gfEWg4nMU1DS4uLRwqwCQfG8Yym3Jf7m 0.001
Checked immediately after it looked like this (Which made sense to me):
bitcoin@xxx:~ $ lncli --network=testnet walletbalance
{
"total_balance": "100000",
"confirmed_balance": "0",
"unconfirmed_balance": "100000"
Now the sourcery when tx where confirmed (which doesnt make
any sense to me):
bitcoin@xxx:~ $ lncli --network=testnet walletbalance
{
"total_balance": "39823",
"confirmed_balance": "39823",
"unconfirmed_balance": "0"
Its getting even weirder:
When I check the transaction on Blockexplorer it tells me that my channel is funded with 0.0006 60000 sat
It sums up to the total amount minus 177sat fee (even though it was announced with 166). But I totally do not get it.
Can someone provide help? Thanks a lot!