-
Notifications
You must be signed in to change notification settings - Fork 16
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
Setup on rasperberry pi #53
Comments
I have exactly the same problem. I tried the following that did not work: Any suggestions would be great! |
Hi! Did you @OpenSystemCode or @Hansie020 try the docker installation on the raspberry Pi? Would be nice to try if it is the environment or something else. I do not have a raspberry Pi now, I will try getting one in the following days. |
Hi, I got the webserver runnning with the docker install scripts but it does not show any data. I am running bitcoin core deamon on the same raspberry pi. I have installed a firewall so that might be a problem. Do I have to add a rule to let the docker image connect to the bitcoind process? The server log is unreachable for me. The folder /opt/01cnode/ does not exists on my pi. Any suggestions are appreciated. |
The server log is in the docker container. You should read up more about docker. And yes you should have port 5000 opened on your firewall. Is the webpage empty, e.g. not loading at all, or just not functioning properly? |
Hey Guys,
I want to install this project on my raspberry pi. (PI Setup Guide by Stadicus: https://github.com/Stadicus/guides/tree/master/raspibolt)
OS: Raspbian Stretch Lite
Bitcoin Full Node : 17.0
I followed the instructions. I stuck at npm install cmd.
Log output:
Nodejs Stuff:
~ $ node -v
11.14.0
$ npm -v
v6.7.0
Can someone help me?
Best regards.
The text was updated successfully, but these errors were encountered: