I wanted to Setup another Node, usually for identity creating (Step 5. Create an Identity - Storj Node Operator Docs) i use my Mac, as it has a bit more CPU Power. Since i switched latley to the new M1 Mac, there are no binaries for the new CPU Architecture.
Can you also provide a Download for that CPU Architecture?
Yeah sure, i’ll try to compile it or use another machine, just tought maybe in the future more need those binaries
If someone else needs it (OSX):
brew install go
git clone https://github.com/storj/storj.git
cd storj/cmd/identity
go build
./identity -h
Identity management
Usage:
identity [command]
Available Commands:
authorize Send a certificate signing request for a service's CA certificate
You could create an issue on github to make the developers aware that a special version for M1 is necessary. I would have expected that the default arm version would work and they might have as well.