Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Toggling Channels Autopilot on/off triggers a Reboot of the Raspiblitz #1953

Closed
we-do-it-lu opened this issue Jan 14, 2021 · 4 comments · Fixed by #4605
Closed

Toggling Channels Autopilot on/off triggers a Reboot of the Raspiblitz #1953

we-do-it-lu opened this issue Jan 14, 2021 · 4 comments · Fixed by #4605
Labels
final testing was fixed - needs testing

Comments

@we-do-it-lu
Copy link
Contributor

Not a big deal but it is very surprising and quite confusing for newbies and takes time to reboot which is not optimum in meetups/demos.

@rootzoll
Copy link
Collaborator

when changed ... also combine with #1968 notice on switch on

@rootzoll rootzoll added this to the 1.7 Release milestone Jan 24, 2021
@rootzoll rootzoll modified the milestones: 1.7 Release, 1.7.1 Release Mar 14, 2021
@rootzoll rootzoll modified the milestones: 1.7.1 Release, 1.8.1 Release Apr 5, 2021
@vv01f
Copy link
Contributor

vv01f commented Aug 6, 2021

when at it, the option is not referenced correctly if I understand this one: https://github.com/rootzoll/raspiblitz/blob/fc1d44104bc22d85ebebd7b0d6ee2240722a9edf/home.admin/BBfundWallet.sh#L78
it's in Settings/Channel Autopilot instead

@rootzoll rootzoll modified the milestones: 1.8.1 Release, 1.8.2 Release May 11, 2022
@rootzoll
Copy link
Collaborator

rootzoll commented Nov 14, 2023

For RaspiBlitz v1.11.1 will emove autopilot & keysend options in SSH settings because it can be done thru editing the lnd.conf with SSHMENU > SYSTEM > LNDCONF .. which will then only offer to restart LND

Use accept-keysend=1 under [Application Options] in lnd.conf to activate keysend

Add the following to lnd.conf to activate Autopilot:

[autopilot]
autopilot.active=1
autopilot.allocation=0.6
autopilot.maxchannels=5

Because those changes are in the lnd.conf they will persist RaspiBlitz update/recovery.

@rootzoll
Copy link
Collaborator

PR #4605 open .. to be part of v1.11.1rc1

rootzoll added a commit that referenced this issue Jun 9, 2024
* #1953 remove autopilot and keysend from menus

* add to CHANGES
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
final testing was fixed - needs testing
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants