GithubHelp home page GithubHelp logo

Comments (6)

thmsmullee avatar thmsmullee commented on September 16, 2024

I altered the setup_device.sh, so there is no query which type of device one has, just put in:

IS_RASPI=1
IS_RASPI4=1
IS_32_BIT=0
IS_ARM64=1
IS_32_BIT=0
IS_64_BIT=1

Now it installs flawlessly until the bitcoin installation. There the script says: "Unknown Bitcoin version"..
So, somewhere the script lost that IS_RASPI=1
If I put IS_RASPI=1 before the bitcoin installation block it works fine

#IS_RASPI=1
ARCH="UNKNOWN"
if [ $IS_RASPI = 1 ]; then
    ARCH="arm-linux-gnueabihf"
    if [ $IS_ARM64 = 1 ]; then
        ARCH="aarch64-linux-gnu"
    fi

elif [ $IS_ROCK64 = 1 ] || [ $IS_ROCKPRO64 = 1 ] || [ $IS_ROCKPI4 = 1 ]; then
    ARCH="aarch64-linux-gnu"
elif [ $IS_X86 = 1 ]; then
    ARCH="x86_64-linux-gnu"
else
    echo "Unknown Bitcoin Version"
    exit 1
fi

from mynode.

thmsmullee avatar thmsmullee commented on September 16, 2024

Next problem was this line:

gpg --verify SHA256SUMS.asc SHA256SUMS |& grep "gpg: Good signature"

The script just ended with "Good signature". After removing this line the script moved on. How to fix this behavior ?

from mynode.

thmsmullee avatar thmsmullee commented on September 16, 2024

The script ended and I can log in through the browser into mynode, but now it says:
Looking for Drive
Please attach a drive to your MyNode

from mynode.

tehelsper avatar tehelsper commented on September 16, 2024

You would need to attach a drive. If one is attached, the main mynode log on the status page may help. We don't support the ODROID HC4 officially, but it sounds like you may have gotten it to run as a RPi 4/5. Since there are some raspi specifics, it may be better to make it run as a rockpro64 or rockpi4.

from mynode.

thmsmullee avatar thmsmullee commented on September 16, 2024

You would need to attach a drive. If one is attached, the main mynode log on the status page may help. We don't support the ODROID HC4 officially, but it sounds like you may have gotten it to run as a RPi 4/5. Since there are some raspi specifics, it may be better to make it run as a rockpro64 or rockpi4.

Thanks, I will try that someday. In the meantime I ordered a raspery 4 and I download the blockchain on my computer onto the external hard drive, which I will attach later to the rasperry pi
Does this work ?
THANKS

from mynode.

tehelsper avatar tehelsper commented on September 16, 2024

It could, but you'd have to copy it to a specific location. This guide may help.

https://mynodebtc.github.io/bitcoin/data-from-other-node.html

from mynode.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.