If someone could compile this for arm64, it should run on a mobile android phone... ?
I
*think* the instructions would be similar to this:
To run the Truckcoin CLI on your android device you need to do a couple of things. First you need to make sure
you are running the right type of device. The CLI is built for arm64-v8a. This should include most phones and
tablet, but you should make sure before attempting to run it. First, get an app called 'Droid Info'
https://play.google.com/store/apps/details?id=com.inkwired.droidinfoInstall and run it and click in the System tab. It should say your CPU architecture is AArch64 and the CPU
instruction set is arm64-v8a. If your phone does not say this, you cannot use the CLI binaries. Don't even try.
So if you pass the test, you need a terminal emulator to run it. I use and recommend Termux
https://play.google.com/store/apps/details?id=com.termuxInstall that then open it and run the following
apt update
apt install zip curl
curl -O (future link to truckcoin_android-arm64v8a.zip here)
./truckcoind
Thanks for any further info on this, would like to get it running on my phone.
Would be interesting to see my phone staking too, if possible
Edit: I'm assuming these may be resources to help doing the cross compile:
http://jk.ozlabs.org/docs/arm64-toolchain/http://jk.ozlabs.org/blog/post/153/aarch64-cross-compiler-packages-ubuntu-debian/https://packages.debian.org/stretch/gcc-aarch64-linux-gnuhttps://packages.ubuntu.com/bionic/gcc-aarch64-linux-gnu