


Now it’s time to edit the config file, using the nf as draft cp nf RTL.conf Install RTL as bitcoin user sudo su - bitcoin cd /mnt/hdd git clone cd RTL npm installĪfter some time… we can move back to the home directory and create a symbolic link cd ln -s /mnt/hdd/RTL. Login as admin and install nodejs sudo apt-get update sudo apt-get dist-upgrade curl -sL | sudo -E bash - sudo apt-get install -y nodejs “RTL is a full function, device agnostic web user interface for Lightning Network Daemon, to help manage lightning node operations.”īecause I’m using LND on my Lightning Network node, I decided to give a try to RTL, that seams to be an ideal companion for the command line tool lnd How to install RTL on Raspberry Pi The mandatory introduction: What is Ride The Lightning (RTL)? So, if you installed a Bitcoin Lightning Network at home using a RaspberryPi as I did, I’ll show you how to install the Ride The Lightning (RTL) GUI. So libcurl4 it seems to be.Let’s face the truth: we “nerds” like to play with shell commands, but often a nice GUI is a great help. You should explicitly select one to install.Package libcurl-dev is a virtual package provided by:.Using command : sudo apt-get install libcurl-dev However install libcurl7-openssl-dev does not work even though its at version 7 currently. Seems hard to identify for the install command! Right click the project > Properties > Build > Linker > In the ‘Libraries’ section press the ‘…’ button > Add Option… > Other Option > Enter: -lcurl Current version When you compile you also need to include -lcurl so the libraries object file is added to the final compilation.

Including the library header file #include Installing the OpenSSL version sudo apt-get install libcurl4-openssl-dev Using the Library In A NetBeans Project Command line curl is separate to libcurl that you can use in programs.
