added command to connect to all peers of the ring of fire. - #21
Conversation
|
@dsbaars are you equiped to test this awesome PR? |
|
I am on a long trip at least until Christmas so unfortunately not right now
|
Do you know anybody who can? |
I'm not @dsbaars but I can and I've tested it, and it worked (Raspiblitz V1.8) Tested with the participants of the #SRROF_1Msats_53rdRING Note: i have shorted the address dude privacy reasons. |
|
Great, thanks guys for the contribution, will merge this right now. |
Merge pull request RooSoft#21 from ramondevries/main
|
Today I took part in a ring balance in SRROF_1Msats_54thRING, the ringleader had a debian installation with docker and got several errors: ./igniter.sh: line 41: docker exec -i lnd lncli: command not found Will need to investigate this. Config of ring leader: Debian GNU/Linux 10 (buster) |
|
Looks like the From memory, default installations require sudo privileges to execute it. |
|
Did he make the file executable? Like |
Never mind..He did, otherwise he has no permissions to execute the file anyway |
Yeah, it executes up until line 41, point at which it complains it doesn't know where the docker executable is. |
As a ring leader you want to be able to connect to all peers of the ring of fire to test connection of all peers.
The PR will add this command to the igniter script.