Sign inSign up

pistar/aurad-arm

By pistar

Updated over 7 years ago

Donate ♥ 0x5988d576939e4cAA2dEa17C99eacabf57Ac20946

Image
0

200

pistar/aurad-arm repository overview

  • Get your suitable Pi Image

    http://cdimage.ubuntu.com/ubuntu/releases/18.04.2/release/ubuntu-18.04.2-preinstalled-server-armhf+raspi2.img.xz
    http://cdimage.ubuntu.com/ubuntu/releases/18.04.2/release/ubuntu-18.04.2-preinstalled-server-armhf+raspi3.img.xz
          
    

    or

    http://cdimage.ubuntu.com/ubuntu/releases/18.04.2/release/ubuntu-18.04.2-preinstalled-server-arm64+raspi3.img.xz     
    
  • Follow original manual at https://github.com/AuroraDAO/aurad - BUT

  • Replace

        ... add-repository "deb [arch=amd64] https://download.docker.co ...
    

    with

        ... add-apt-repository "deb [arch=armhf] https://download.docker.co ...
    

    or

        ... add-apt-repository "deb [arch=arm64] https://download.docker.co ...
    
  • Before executing "aura start" locate & edit "docker-compose.yml". Change

        image: parity/parity:v2.2.7  ---> image: pistar/parity-arm:hf-2.2.11
        image: mysql:5.7             ---> image: pistar/mysql-arm:hf-5.7.25
        image: auroradao/aurad:0.1.2 ---> image: pistar/aurad-arm:hf-0.1.3
    

    or

        image: parity/parity:v2.2.7  ---> image: pistar/parity-arm:64-2.2.11
        image: mysql:5.7             ---> image: pistar/mysql-arm:64-5.7.25
        image: auroradao/aurad:0.1.2 ---> image: pistar/aurad-arm:64-0.1.3
    
  • Hints:

    • Create and use a 2GB swapfile
    • Set COMPOSE_HTTP_TIMEOUT=300

As you will experience there's plenty of space to optimize the usage of ressources on SBC's - Let's wait for 0.1.3 - Happy staking!

Tag summary

Content type

Image

Digest

Size

242.7 MB

Last updated

over 7 years ago

docker pull pistar/aurad-arm:hf-0.1.3