-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
C-Lightning #60
C-Lightning #60
Conversation
- invalidate the refresh timer whenever we go to the installer to keep tasks minimal - make the env and lightning config dynamic - add lightning http hidden service to standup.command - add configuration script for lightning and the http plugin
- now will successfully install and configure c-lightning for QuickConnect
- reckless, unfairly cheap, ludicrously fast
- fix QuickConnect bug for c-lightning - install latest tagged release 0.9.1 for c-lightning - try and reduce the rainbow spinner when install scripts complete, not sure what is going on here... - ensure the log is deleted when standing down - force remove .standup directory when using the kill switch - fix creation of hidden services for lightning in standup.command script - fix typo on rpcwhitelist - add an updated dmg
… installing lightning the first time fix: refresh home page when build scripts complete
…andup directory and opening via the console app fix: add reckless button for c-lightning fix: cut off text on authentication prompt
… install, automatically start tor when standup.sh completes to prevent issues where hidden services do not get created if the user does not start Tor, hide c-lightning unless tor is running and Bitcoin Core is running, only attempt to start lightning if the node is fully synced, stope showing Tor V3 auth prompt as it confuses people, hide c-lightning
Ok, this PR builds ok on my VM. I deleted ~/.standup and ~/.lightning from #54, and so when I ran Gordian Server is asked for standup. This worked, and since this VM already has the pruned node from the last GS, clicking on Start downloaded just a few missing blocks, and then said "fully synced". I then clicked on #Reckless, until the installation was done. As usual, I had to do a force-quit. When I restarted GS, the #Reckless button is now Start. However, after clicking it a few messages show at top of screen, but then it stops with no error, like #54 did. You can click refresh and Start again, but again nothing, no error. Looking at Lightning Log, I see:
That last line is repeated 20+ times, then it does the "unable to estimate open fees" section agagain, then end with the same "UNUSUAL plugin-bcli" error 20+ times. This go on over and over. The lightning .config is (deleting password):
Enclosed is the full standup log for the install of this PR. -- Christopher Allen |
Ah yea, pruned nodes need to run for awhile for estimatesmartfee to work which lightning relies on. Can add an additional check that command returns a valid response before actually attempting to start lightning. |
…is functioning which c-lightning relies on
Hey @ChristopherA I have just added an additional check so that a user is better informed as to why they can not yet use lightning. Basically pruned nodes need some time to gather the mempool fee market to utilize I tested this from scratch and it works fine for me. You need to test this on a fully synced mainnet node. |
No description provided.