2
I downloaded the latest github .zip for version 0.6 and unpacked it but when I check the version I am running it returns:
v0.5.2-2016-11-21-1644-g1616fcb
Any idea what I did incorrectly? What's the proper way to update C-Lighting from the terminal in Ubuntu?
When you run it, what command are you using? Did you build and install 0.6 in the same location your path points to? – MeshCollider – 2018-08-01T06:49:02.797
You can see which binary executes by using
which lightningd. Like @MeshCollider mentions, this is likely due to the old binary being executed instread of the new one – cdecker – 2018-08-01T09:57:25.573I am using this command to run it: lightningd/lightningd --network=bitcoin --log-level=debug --ipaddr=$my_ip --alias=someNode. Sorry I am very new to this. All I did was download the latest .zip file from the github and unpacked it in my existing lightning folder that has the previous binary. What should I do differently? TIA – Fontaine – 2018-08-03T01:56:42.737
1Is there a
lightningin your directory? You might have nested the installations. The simplest way to solve it is to move/remove the origin directory and unzip the release in a new directory. – cdecker – 2018-08-05T12:28:12.003