Posts: 7
Threads: 1
Thanks Received: 2 in 1 posts
Thanks Given: 2
Joined: Jan 2018
Reputation:
1
Country:
Hey guys!
I'm new to all this Skycoin stuff and building up basic knowledge about it atm.
My question is the following: Is it possible to build a skywire miner on a Raspberry Pi? If so, how does the process differ from building it around an Orange Pi? I have a spare Raspberry Pi 3 lying around here and would like to try out building a skywire miner for myself with it as a first test wether my skills are enough or not for a project like this.
Greetz,
pola
•
Posts: 5
Threads: 0
Thanks Received: 1 in 1 posts
Thanks Given: 0
Joined: Jan 2018
Reputation:
0
Country:
I have a whole bunch of raspberry pi 3's lying around too. Very interested in if it's possible to mine on it!
•
Posts: 7
Threads: 1
Thanks Received: 2 in 1 posts
Thanks Given: 2
Joined: Jan 2018
Reputation:
1
Country:
Okay, here's an update on my question:
After fiddeling around a bit, I checked my Raspberry Pi and realised that it's a Pi 2. The Pi 2 however has a 32-bit processor unlike the Pi 3 which has got 64. Unfortunately the Skywire Software only runs on any 64-bit Processor, which is not good for me but excellent for everyone owning anything with a 64 bit processor (correct me if I'm wrong). You can run the Skyminer Software on virtually any operating system and any Hardware as long as it runs on a 64-bit processor.
The follow-up question however is: does it matter what hardware I use? Or is the only difference whether I bought the official Skyminer build or not? AFAIK there's no answer to that question from the developers up until now.
greetz Pola
•
Posts: 3
Threads: 0
Thanks Received: 0 in 0 posts
Thanks Given: 0
Joined: Jan 2018
Reputation:
0
Country:
haven't gone much into the codebase, and haven't tried it myself (do plan to do more tests towards the end of the month), but don't see why it shouldn't run on 32bit cpus, except if there is some problem with the golang with 32bit arm cpu itself.
but yes, it's best to try it yourself and know for sure.
also, given the small difference in price between RPi2 and RPi3 (even 2 being more expensive with some UK/EU resellers!!), you should really look and go for the RPi3 - you'll probably save time and have more usable system afterwards.
•
Posts: 7
Threads: 1
Thanks Received: 2 in 1 posts
Thanks Given: 2
Joined: Jan 2018
Reputation:
1
Country:
UPDATE #2
So, I tried a few things, but couldn't get Skywire to run on my Pi 2. The problem seems to be, that Go can only run in 64-bit.
•