You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
 
 
 
Go to file
jw 2029295743
Merge pull request #5 from fuwa0529/dev
4 years ago
cyberwow replace address with host in peers view 4 years ago
etc update native build for f-droid 4 years ago
fastlane/metadata/android/en-US add fastlane metadata 4 years ago
res/cyberwow remove screenshots 4 years ago
.gitignore upgrade to sdk 29 4 years ago
LICENSE init 5 years ago
Makefile add clean task 4 years ago
README.md add the usage of custom args to readme 4 years ago

README.md

CyberWOW

A dumb android pruned full node for Wownero.

Get it on F-Droid Get it on Google Play

How to build

Compile wownerod for android-arm64

Simple method with Docker

pushd .
git clone https://github.com/wownero/wownero
cd wownero
git submodule init && git submodule update

docker build -f utils/build_scripts/android64.Dockerfile -t wownero-android .
# Create container
docker create -it --name wownero-android wownero-android bash
# Get binaries
docker cp wownero-android:/src/build/release/bin .

The binary needed is ./bin/wownerod.

Alternative methods

  1. One docker instance per hash

See etc/scripts/docker-build-wownero.sh, modify the value of version per build.

  1. Debian based system similar to F-droid

See the wow task in Makefile.

Install flutter and make sure it's in path

Compile CyberWOW

popd
git clone https://github.com/wownero/cyberwow/
cd cyberwow

mkdir -p cyberwow/android/app/src/main/jniLibs/arm64-v8a

# Copy wownerod that we just built
cp $PATH_TO_WOWNEROD \
cyberwow/android/app/src/main/jniLibs/arm64-v8a/libwownerod.so

make build

The resulting apk is cyberwow/build/app/outputs/apk/release/app-release.apk.

How to use custom start up arguments

Sending the arguments to an unopened CyberWOW app will cause wownerod to use them on start up, for example:

--add-exclusive-node 192.168.1.3