Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 1.27 KB

File metadata and controls

26 lines (14 loc) · 1.27 KB

Ergo Node for Android

Setup instructions here

A one-click Ergo node app for Android. This app is based on NeoTerm, and runs automated install scripts to set up and run an Ergo node on Android.

During setup, the script will check the total and available system memory to determine which type of node to run:

  • If the device has more than 5GB of total RAM, it will run the NiPoPoW Ergo Node.
  • If the total RAM is 5GB or less, it will check available memory:
    • If more than 1.8GB is available, it will still run the RocksDB NiPoPoW Ergo Node.
    • If less than 1.8GB is available, it will switch to the Stateless Ergo Node, which requires fewer resources.

alt text


Credits

This is a fork of NeoTerm

I’m using a bunch of parts from Glasgow's Ergo Node setup scripts. Mark Glasgow

Also - alpine-proot, Alpine Linux, Ergo Protocol reference client