Code Monkey home page Code Monkey logo

mining-versus-coin-on-orange-pi's Introduction

mining-versus-coin-on-Orange-Pi

Instruction to mining versus coin on Orange Pi

I have tested on Orange Pi 3 LTS and Orange Pi 4 LTS, it works and give you 1.5MH/s - 1.7MH/s each OPi.

I ran them on Ubuntu Focal from the manufacturer, so please install the OS first.

Then you need to install some files to run it, the file libssl1.1_1.1.1f-1ubuntu2_arm64.deb included in this github in case that you cannot download from ubuntu.com, download to your OPi and execute

sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2_arm64.deb

Orange Pi 4 LTS

wget http://ports.ubuntu.com/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2_arm64.deb
sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2_arm64.deb

Orange PI 3 LTS

sudo apt-get install libomp5 -y
wget http://ports.ubuntu.com/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2_arm64.deb
sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2_arm64.deb

Mining instruction

Then download the CCMiner-ARM-optimized from here https://github.com/Oink70/CCminer-ARM-optimized/releases/

Both Orange Pi 3 LTS and Orange Pi 4 LTS using A53 so download the default miner

wget https://github.com/Oink70/CCminer-ARM-optimized/releases/download/v3.8.3-4/ccminer-3.8.3-4_ARM && sudo chmod +x ccminer-3.8.3-4_ARM

Start mining in screen by this command

screen -S versus -dm ./ccminer-3.8.3-4_ARM -a verus -o stratum+tcp://sg.vipor.net:5040 -u RKJ24LAUcLr5ANzJ5Gpu2RQKoqocznfTg4.OPi3LTS-2 -t 3

In case your OS does not have screen, install it sudo apt install screen

The number after -t is the core you use, I suggest to use 3 cores of 4 cores of the OPi you have, running 4/4 cores will burn your board

The address after -u is your versus address

This is the example for vipor pool, choose your pool you are familiar with.

Happy mining with Orange Pi!

Donate me some VERUS to RKJ24LAUcLr5ANzJ5Gpu2RQKoqocznfTg4

mining-versus-coin-on-orange-pi's People

Contributors

thanhtantran avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.