DREP-Chain
DREP-Chain copied to clipboard
Can I run the node on my Raspberry Pi 4b?
Sorry, I haven´t tested this yet, but I saw that there is no ARM build and also from the "build from source" guide it says amd64 architecture... but would I be able to build this for Raspbian? Thanks
I just tried to build it on my Raspbian with Golang 1.14.6, but it stopped with these messages and nothing else:
crypto/bn256/bn256_slow.go:12:11: undefined: bn256
crypto/bn256/bn256_slow.go:16:11: undefined: bn256
crypto/bn256/bn256_slow.go:20:9: undefined: bn256
@badjano You can use go1.13 to test.
I used GO 1.14, should I downgrade?