Closed bitcoinmeetups closed 2 years ago
I actually don't recall why it's limited to 64 bit. @r-gochain any ideas?
@treeder I believe it was just a copy paste and one more reason that we didn't test on any other platform except x64.
@bitcoinmeetups what is your CPU? could you post an output of uname -m
command here?
@treeder I suppose the problem is that we don't have a binary built for ARM architecture
@treeder ARM64 support (I'm not sure that there are arm32 devices that could run linux/mac still exist and popular) - https://github.com/gochain/web3/pull/239
armv8l-linux-gnu
Go-web3 used to work on this device before. Please support it again. I want to use web3 a lot and I have many ideas.
-------- Original Message -------- On Dec 27, 2021, 16:31, r-gochain wrote:
@.(https://github.com/treeder) I believe it was just a copy paste and one more reason that we didn't test on any other platform except x64. @.(https://github.com/bitcoinmeetups) what is your CPU? could you post an output of uname -m command here?
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned.Message ID: @.***>
@bitcoinmeetups it would work, we just don't build it for this arch (and have never built before).
The easiest way for you would be just to build it using the following command
GOOS=linux GOARCH="arm" go build -o web3 ./cmd/web3
(inside this repo after you clone it)
I will try and update if it worked to build it.
Hello,
I'm MB. A very nice and polite guy.
Please support ARM devices again. In the beginning web3 worked with ARM. Now it doesn't. Please support it again, lots of people use ARM CPU's these days.
This error message is what I get:
Error: you are not using a 64bit platform. Web3 CLI currently only supports 64bit platforms.
I mean you obviously can support ARM because web3 worked on my device before. So why stop? Please just reverse this decision so I can start coding with web3 again, it's such a fun package.