I need help with the sendcoins command #8219
Replies: 5 comments 4 replies
-
Hi @arthur-feral, thanks for starting this discussion. If you try to send a certain amount to an address and would like to control the fee rate your command could look something like this: This shouldn't come from a misconfiguration of your node. Are you trying to send more funds than you have available in your wallet? |
Beta Was this translation helpful? Give feedback.
-
Hello, Thanks for your answer. so the output of lncli listchannels
lncli pendingchannels is
lncli walletbalance
now if I do this: lncli sendcoins --addr xxx --amt 10000 --sat_per_vbyte 50 I get
What would you suggest? |
Beta Was this translation helpful? Give feedback.
-
The command returning the error with the crazy fees is lncli sendcoins --sweepall --conf_target 800 bc1xxx |
Beta Was this translation helpful? Give feedback.
-
@hieblmi Thanks for your answers and help. |
Beta Was this translation helpful? Give feedback.
-
Hello,
I have a lnd node with a default wallet configured and unlocked.
I want to send some sats on-chain and for that I am using the sendcoins command.
The problem is that the output amount calculated seems to include a crazy amount of fees:
[/lnrpc.Lightning/SendCoins]: insufficient input to create sweep tx: input_sum=0.00341786 BTC, output_sum=7.47600000 BTC
I am struggling to understand why.
Do you have any idea if this comes from a misconfiguration of the node?
Thanks for your help!
Beta Was this translation helpful? Give feedback.
All reactions