Adding git to Raspbian setup dependencies#4
Adding git to Raspbian setup dependencies#4RobBiddle wants to merge 3 commits intolitecoin-foundation:masterfrom
Conversation
Adding git to Raspbian setup dependencies because raspbian-install-litecoin.sh fails when executed on a Raspbian Lite image (2017-09-07-raspbian-stretch-lite) due to missing git
|
I'll test first. |
Adding libevent-dev to Raspbian setup dependencies because raspbian-install-litecoin.sh fails when executed on a Raspbian Lite image (2017-09-07-raspbian-stretch-lite) due to "libevent not found" error during configure
|
committed another change, libevent-dev package is also needed |
|
There's still something else preventing this from working properly on Raspbian Lite.
|
|
I think I have a fix, testing it now |
- RPi3 running Raspbian Lite with default 99MB swap file was running out of memory/swap when compiling miner.o causing the system to kill the process. - Temporary swap file size is based on original swap file size to compensate for potential changes in future Raspbian defaults. Fixed copy command - FIles did not exist in current directory following build. Using which to grab correct source file Fixed File Permissions - Permissions were set during directory creation however when copying files as root user directory permissions are overridden which was preventing the litecoind service from starting
|
This is working now, litecoind starts up successfully after a reboot. |
|
Status Page is working, I just had an extra credentials line in there because I didn't remove the previous Status Page config while re-running the Litecoin install. @losh11 This pull request is complete, ready for your final testing and approval. |
|
Thanks, I'll try to test this tomorrow. |
|
ok im new, limited skills but i want to build a litecoin lightning node. it looks pretty dead here in the litecoin realm but i want to build out a parallel network to my bitcoin node for matters of redundancy. is there anyone that can help get me going? |
|
You can use RaspiBlitz to setup lndltc which is the Litecoin lightning node.
…On Sun, 26 Sep 2021 at 18:41, jasenm69 ***@***.***> wrote:
ok im new, limited skills but i want to build a litecoin lightning node.
it looks pretty dead here in the litecoin realm but i want to build out a
parallel network to my bitcoin node for matters of redundancy. is there
anyone that can help get me going?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#4 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAT43ORT2XO36EXN5JRD4ATUD5LNVANCNFSM4D6NDMAQ>
.
|
Adding git to Raspbian setup dependencies because raspbian-install-litecoin.sh fails when executed on a Raspbian Lite image (2017-09-07-raspbian-stretch-lite) due to missing git