Raspberry Pi SAFE Thread

I was able to get this up and running on the Raspberry Pi 4 Model B running Raspbian 10, with two minor issues. After cloning your repo, I ran setup.sh then build.sh

Issue 1:

(this was due to a previous installation, lines were left over in bashrc. Didn’t realize until looking into it further)

Issue 2:

The command safe networks switch shared-section returns an error:

Error: Format of the contacts addresses is not valid and couldn't be parsed

Caused by: invalid type: string "127.0.0.1:12000", expected a sequence at line 1 column 17

(this error is present via the CLI or when running test-auth.sh. Probably the quotes around the IP.)


After joining it to the testnet, I’m still seeing timeouts with the safe auth create --test-coins but that is for another thread…

Thank you to @happybeing and everyone who put this together, it’s great to be able to run this on rPi now!

4 Likes