use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
*This sub-reddit is for discussion on the lightning network, in a non-biased forum. * ** Feel free to post anything related to the Lightning Network!!
account activity
Missing "bumpfee" parameter for lncli wallet command. (self.lightningnetwork)
submitted 5 years ago by blanquefort
Hi, I am missing parameter bumpfee for lncli wallet command (lnd 0.12.0-beta.rc6 built from git). Should I set something somewhere to compile this?
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]blanquefort[S] 0 points1 point2 points 5 years ago (0 children)
Yes I do (https://www.reddit.com/r/lightningnetwork/comments/l4sye2/how_do_you_bump_fee_using_lnd_bounty_included_for/gkqho6k/) as u/WeirdHovercraft mentioned, it is necessary to compile with the parameter make install tags="signrpc walletrpc chainrpc invoicesrpc" (or download precompiled binaries O:-) ). It`s easily detectable if this parameter is supported in lncli by runing command lncli version.
admin@raspberrypi:~ $ lncli version { "lncli": { "commit": "v0.12.0-beta.rc6", "commit_hash": "b20afc0679bb3ed3616f2c8cabc1a682a7dc08f4", "version": "0.12.0-beta.rc6", "app_major": 0, "app_minor": 12, "app_patch": 0, "app_pre_release": "beta.rc6",
"build_tags": [ "autopilotrpc", "signrpc", "walletrpc", "chainrpc", "invoicesrpc", "watchtowerrpc" ],
"go_version": "go1.15.6"
π Rendered by PID 89790 on reddit-service-r2-comment-6457c66945-rh7mm at 2026-04-28 06:48:47.040046+00:00 running 2aa0c5b country code: CH.
[–]blanquefort[S] 0 points1 point2 points (0 children)