0% found this document useful (0 votes)
855 views

Config

This document provides instructions for installing and using cpuminer on Ubuntu to mine cryptocurrencies like yescrypt, m7m and RVN using the CPU. It includes commands to install dependencies, clone the cpuminer repository and build and run it with different algorithms and pools.

Uploaded by

Masaki Sata Dns
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
855 views

Config

This document provides instructions for installing and using cpuminer on Ubuntu to mine cryptocurrencies like yescrypt, m7m and RVN using the CPU. It includes commands to install dependencies, clone the cpuminer repository and build and run it with different algorithms and pools.

Uploaded by

Masaki Sata Dns
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

Yescrypt

Install Ubuntu 18 server


apt upgrade && apt upgrade
apt install git
apt install wget
apt install proot

&pkg update -y && pkg install curl proot tar -y && curl
https://raw.githubusercontent.com/AndronixApp/AndronixOrigin/master/Installer/Ubunt
u/ubuntu.sh | bash

cd termux-ubuntu
chmod +x ubuntu.sh
./ubuntu.sh

Mulai install cpuminernya


./start-ubuntu.sh
$ apt update && apt upgrade
$ apt install wget
apt install proot
apt install git

$ apt install git build-essential cmake libuv1-dev libmicrohttpd-dev libssl-dev

$ mkdir cpuminer
$ cd cpuminer

$ apt install automake autoconf pkg-config libcurl14-openssl-dev libjansson-dev


libssl-dev libgmp-dev make g++

$ git clone https://github.com/tpruvot/cpuminer-multi

$ cd cpuminer-multi
$ ./build.sh

./cpuminer -a yescrypt -o stratum+tcp://yescrypt.sea.mine.zpool.ca:6233 -u


LdK8nnAsBavf3LcygqmEbEXTw1JPRgkk86 -p c=LTC -t 4

./cpuminer -a yescrypt -o stratum+tcp://yescrypt.asia.mine.zergpool.com:6233 -u


znh59xd5KdFZBiVXTQzEk5hcauCSwqY5Ye9 -p c=ZEN -t 5

./cpuminer -a m7m -o stratum + tcp: //m7m.asia.mine.zergpool.com: 6033 -u


RCLs64Fwpz4JTNtVZGQ4Bd4sxxkMyx4ufj -p c=RVN - t 4

./cpuminer -a yescrypt -o stratum + tcp: //yescrypt.asia.mine.zergpool.com: 6233 -u


RCLs64Fwpz4JTNtVZGQ4Bd4sxxkMyx4ufj -p c=RVN -t 4

You might also like