>> (p.1)
    Author Topic: Questions RE: setting up Lightning Node on Raspberry Pi with Stadicus' guide  (Read 22116 times)
    Zand_ (OP)
    Member
    **
    Offline Offline

    Activity: 112
    Merit: 17


    View Profile
    October 03, 2018, 06:30:08 PM
    Last edit: October 15, 2018, 02:57:55 PM by Zand_
    Merited by DarkStar_ (2), LoyceV (1)
     #1

    I'm in the process of setting up a Bitcoin/Lightning node on a Raspberry Pi following Stadicus' walkthough and have some pretty rudimentary questions (since I've never used Linux or a Raspberry Pi before). Link to the guide is below...

    https://github.com/Stadicus/guides/blob/master/raspibolt/README.md

    First question is really simple, I'm almost embarrassed to ask but I had no luck finding an answer on google. Under the "Raspberry Pi" > "Mounting external hard disk" section of the guide, it instructs us to "Edit the fstab file and the following as a new line (replace UUID=123456) at the end." He does this by putting in the following command line (this is all being done in a CMD window through a SSH client, in this case PuTTY)...

    sudo nanoetc/fstab
    UUID=123456mnt/hdd ext4 noexec,defaults 0 0


    As you can see there are two separate lines, how do I add the second line in PuTTY so both commands execute at the same time? I tried using the "^" symbol after the first line but that didn't seem to work.

    I'm sure I'll have more questions as I get deeper into the guide but this is currently what I'm stuck on. Any help would be much appreciated
    !

    Appreciate the help. I finally got past that step and am now stuck again with a new problem. Under "Raspberry Pi" > "Login with SSH keys" it instructs us to use private key encryption to login to our Pi and provides the following guide:

    https://www.tecmint.com/ssh-passwordless-login-with-putty/

    I followed everything without any issues until getting to Step 8, which shows how to login to our Pi with the private key. It gives the following instructions:

    "Open Putty and add your server login user followed by your server IP Address or FQDN on Host Name field in the form of user@domain.tld, enter your server SSH Port number if it was changed."

    Assuming my servin login user is "admin" and the server IP address is 192.168.1.2, would I be putting admin;192.168.1.2 into the "Host Name" field? I tried just using the IP address and loading the private key but the SSH window opens blank and doesn't allow me to type anything. Once again, any help would be much appreciated! Would really like to get this thing up and running


    I've been cruising through the rest of the guide but just hit another road block (under Lightning > Assign LND permissions to "admin"). It asks us to check to see if files admin.macaroon and readonly.macaroon have been created by using the following command

    ls -lahome/bitcoin/.lnd/

    When I execute this command I get everything in the screenshot except those two files. Do I have to wait for them to be created or am I doing something wrong?


    I was able to get testnet fully operation and have started the migration process to mainnet. For some reason I'm having a hard time unlocking my LND wallet. Under "Mainnet > Restart bitcoind & lnd for mainnet" it has us create a new LND wallet using same password as testnet. Followed these steps without any issues but for some reason when I restart and unlock my wallet, I get the following error message

    [lncli] rpc error: code = Unknown desc = wallet not found

    Any ideas?


    Update: Node is fully operational and live on mainnet. Thank you for all the help!
Page 1
Viewing Page: 1