mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 18:11:28 +01:00
6d1897b796
They render the comment as if it's in the list. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
88 lines
2.6 KiB
Groff
Generated
88 lines
2.6 KiB
Groff
Generated
.TH "LIGHTNING-WITHDRAW" "7" "" "" "lightning-withdraw"
|
||
.SH NAME
|
||
lightning-withdraw - Command for withdrawing funds from the internal wallet
|
||
.SH SYNOPSIS
|
||
|
||
\fBwithdraw\fR \fIdestination\fR \fIsatoshi\fR [\fIfeerate\fR] [\fIminconf\fR] [\fIutxos\fR]
|
||
|
||
.SH DESCRIPTION
|
||
|
||
The \fBwithdraw\fR RPC command sends funds from c-lightning’s internal
|
||
wallet to the address specified in \fIdestination\fR\.
|
||
|
||
|
||
The address can be of any Bitcoin accepted type, including bech32\.
|
||
|
||
|
||
\fIsatoshi\fR is the amount to be withdrawn from the internal wallet
|
||
(expressed, as name suggests, in satoshi)\. The string \fIall\fR can be used
|
||
to specify withdrawal of all available funds\. Otherwise, it is in
|
||
satoshi precision; it can be a whole number, a whole number ending in
|
||
\fIsat\fR, a whole number ending in \fI000msat\fR, or a number with 1 to 8
|
||
decimal places ending in \fIbtc\fR\.
|
||
|
||
|
||
\fIfeerate\fR is an optional feerate to use\. It can be one of the strings
|
||
\fIurgent\fR (aim for next block), \fInormal\fR (next 4 blocks or so) or \fIslow\fR
|
||
(next 100 blocks or so) to use lightningd’s internal estimates: \fInormal\fR
|
||
is the default\.
|
||
|
||
|
||
Otherwise, \fIfeerate\fR is a number, with an optional suffix: \fIperkw\fR means
|
||
the number is interpreted as satoshi-per-kilosipa (weight), and \fIperkb\fR
|
||
means it is interpreted bitcoind-style as satoshi-per-kilobyte\. Omitting
|
||
the suffix is equivalent to \fIperkb\fR\.
|
||
|
||
|
||
\fIminconf\fR specifies the minimum number of confirmations that used
|
||
outputs should have\. Default is 1\.
|
||
|
||
|
||
\fIutxos\fR specifies the utxos to be used to be withdrawn from, as an array
|
||
of "txid:vout"\. These must be drawn from the node's available UTXO set\.
|
||
|
||
.SH RETURN VALUE
|
||
|
||
On success, an object is returned, containing:
|
||
|
||
.RS
|
||
.IP \[bu]
|
||
\fBtx\fR (hex): the fully signed bitcoin transaction
|
||
.IP \[bu]
|
||
\fBtxid\fR (txid): the transaction id of \fItx\fR
|
||
.IP \[bu]
|
||
\fBpsbt\fR (string): the PSBT representing the unsigned transaction
|
||
|
||
.RE
|
||
|
||
On failure, an error is reported and the withdrawal transaction is not
|
||
created\.
|
||
|
||
|
||
The following error codes may occur:
|
||
|
||
.RS
|
||
.IP \[bu]
|
||
-1: Catchall nonspecific error\.
|
||
.IP \[bu]
|
||
301: There are not enough funds in the internal wallet (including
|
||
fees) to create the transaction\.
|
||
.IP \[bu]
|
||
302: The dust limit is not met\.
|
||
|
||
.RE
|
||
.SH AUTHOR
|
||
|
||
Felix \fI<fixone@gmail.com\fR> is mainly responsible\.
|
||
|
||
.SH SEE ALSO
|
||
|
||
\fBlightning-listfunds\fR(7), \fBlightning-fundchannel\fR(7), \fBlightning-newaddr\fR(7),
|
||
\fBlightning-txprepare\fR(7), \fBlightning-feerates\fR(7)\.
|
||
|
||
.SH RESOURCES
|
||
|
||
Main web site: \fIhttps://github.com/ElementsProject/lightning\fR
|
||
|
||
\" SHA256STAMP:37feb16fb06f011ebcdadb1962e890c8d331e5e8a204b7274f29f83439ff5360
|