-
Notifications
You must be signed in to change notification settings - Fork 150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
403 - Forbidden when installing under debian with the script #870
Comments
I altered the setup_device.sh, so there is no query which type of device one has, just put in:
Now it installs flawlessly until the bitcoin installation. There the script says: "Unknown Bitcoin version"..
|
Next problem was this line:
The script just ended with "Good signature". After removing this line the script moved on. How to fix this behavior ? |
The script ended and I can log in through the browser into mynode, but now it says: |
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 |
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 |
I have an Odroid HC4 (aarch64) with Debian 11 (10 doesnt work on it)
wget https://raw.githubusercontent.com/mynodebtc/mynode/latest_release/setup/setup_device.sh -O mynode_setup.sh
sudo bash ./mynode_setup.sh online
It gets to:
+TARBALL=
+wget https://mynodebtc.com/device/upgrade_images/ -0 /tmp/rootfs.tar.gz
....connecting to mynodebtc.com ...
.....403 forbidden
Seems there is no image for aarch64 !?
The text was updated successfully, but these errors were encountered: