Namada Shielded Expedition Part 3: Installing Namada Binaries and Running Node

แชร์
ฝัง
  • เผยแพร่เมื่อ 4 ต.ค. 2024
  • Timestamps:
    0:03 - Intro
    1:00 - Install Script
    5:00 - Join Network Command
    8:00 - Poking around the namada folder
    9:00 - Creating the systemd service file
    10:45 - Fire up the node
    12:30 - Adding keys
    15:40 - Init Validator (After genesis)
    17:05 - Config files
    WhisperNode Guides: guides.whisper...
    Install Script: github.com/Whi...

ความคิดเห็น • 26

  • @MaxiG
    @MaxiG 8 หลายเดือนก่อน

    Been waiting all day for part 3, Keept that way!!!

  • @authcode10
    @authcode10 8 หลายเดือนก่อน

    I've got my node up and running thanks to your videos. Probably wouldn't have bothered otherwise.
    Just had the same problem as another commenter that the .cargo folder didn't get created from the install script. Seems the rust installer doesn't actually install anything and you have to run it separately first. All good after that 👍

  • @chineloezeagu1319
    @chineloezeagu1319 8 หลายเดือนก่อน +1

    i signed up for crew member?. what am i expected to do as a crew member

  • @jaysonbarrun5184
    @jaysonbarrun5184 8 หลายเดือนก่อน +1

    Sir is it also from crew member tasks?

  • @Oktvy-t7i
    @Oktvy-t7i 8 หลายเดือนก่อน +1

    How to run as crew member sir?

  • @minerteddy8667
    @minerteddy8667 8 หลายเดือนก่อน +3

    after installing the script i get this :
    cp: target '/home/namadatest/.cargo/bin/' is not a directory
    what did i do wrong?

    • @thegreatcaptain8644
      @thegreatcaptain8644 8 หลายเดือนก่อน

      me too

    • @authcode10
      @authcode10 8 หลายเดือนก่อน

      Rust isn't installing properly from the main script. Run line 53 (curl...) first, then re-run the script and it should all work.
      Sorry I can't be more specific but YT keeps deleting my comments with the actual command in!

    • @tesnetaan
      @tesnetaan 8 หลายเดือนก่อน

      @@authcode10 I also experienced that, friend. Thank you for the suggestion, I'll try it

  • @Portlegacy
    @Portlegacy 8 หลายเดือนก่อน

    Good jobe sir, but i am stoked here

  • @REET911
    @REET911 8 หลายเดือนก่อน +1

    I skipped the user creation part since im not worried about security and ran script as root.
    After running the script im getting error cp: target '/home/root/.cargo/bin/' is not a director
    I tired running the curl command in line 53 separately like a comment below suggested. Did not help.
    I tired to change one line in the script
    From sudo cp namada* /home/$USER/.cargo/bin/ - to - sudo cp namada* /root/.cargo/bin/ and i did not get the error. However the wich namada and namada version command snot working so something went wrong in the installation. What can i do?

  • @bitcoinafrika60
    @bitcoinafrika60 8 หลายเดือนก่อน

    great videos Sir! is there a way to participate without installing a node? thanks

  • @trentjohn3391
    @trentjohn3391 7 หลายเดือนก่อน

    Anything for crew members?

  • @mecrey14
    @mecrey14 8 หลายเดือนก่อน

    Are you participating as a pilot or co-pilot?

  • @moonmean7955
    @moonmean7955 7 หลายเดือนก่อน

    hey whisperNode, is it too late to start the node now?
    kindly advice on what to do to catch up if it is not too late, I'm part of the Namada Shielded Expedition crew.
    thank you.

    • @whispernode
      @whispernode  7 หลายเดือนก่อน +1

      It's not too late, but the binary version have changed and such so this tutorial won't be exactly right.

    • @moonmean7955
      @moonmean7955 7 หลายเดือนก่อน

      @@whispernode is it possible to run the node locally instead of using vps?

    • @whispernode
      @whispernode  7 หลายเดือนก่อน

      you can@@moonmean7955, but storage is an issue as well as performance that way.

  • @MaxiG
    @MaxiG 8 หลายเดือนก่อน

    What to do after node install? have seen that have to make manual txs? is that rigth?

  • @zakishaikh6519
    @zakishaikh6519 8 หลายเดือนก่อน

    When im trying to check namada version
    It giving me error "command not found

    • @authcode10
      @authcode10 8 หลายเดือนก่อน

      The script errors at the end because rust doesn't install correctly and so doesn't create the required folders. Install rust separately first using line 53 from the original script.

    • @zakishaikh6519
      @zakishaikh6519 8 หลายเดือนก่อน

      @@authcode10 did this too but same problem

    • @authcode10
      @authcode10 8 หลายเดือนก่อน

      @@zakishaikh6519 are you running on windows?

  • @coinsdescryptos2537
    @coinsdescryptos2537 8 หลายเดือนก่อน

    did I missed something ?
    namada-v0.31.0-Linux-x86_64/LICENSE
    cp: target '/home/root/.cargo/bin/' is not a directory

    • @lukem90
      @lukem90 8 หลายเดือนก่อน

      any fix for this?

  • @minerteddy8667
    @minerteddy8667 8 หลายเดือนก่อน

    i think i got all the way to the end..... almost. when i nano my config tom1, its empty. also the key gen command doesnt work for me.... do i need to do it all over?