Votre smartphone, équipé d’un processeur ARM, est capable de miner à un nombre honorable de h/sec.
Pour ce faire, suivez les instructions afin d’installer la dernière version de xmrig et faire du GRAFT.

Prérequis: Android 5.0 minimum
Tutoriel d’installation de xmrig
- Télécharger Termux, un émulateur de terminal avec fonctions avancées et permettant d’exécuter des commandes Linux et installer quantité d’utilitaires.

Lancez Termux
- Pour mettre à jour les applications, exécuter :
apt update
apt upgrade
- Pour télécharger de compilation les outils , exécuter :
apt install wget cmake libuv-dev clang nano

- Pour télécharger les sources de xmrig, exécuter :
wget https://github.com/xmrig/xmrig/archive/v2.14.1.tar.gz
- Pour décompresser l’archive de xmrig , exécuter :
tar zxvf v2.14.1.tar.gz
- Accéder au dossier des sources de xmrig
cd xmrig-2.14.1/
- Créer dossier de compilation et y accéder :
mkdir build && cd build
- Compiler
cmake .. -DWITH_HTTPD=OFF -DWITH_TLS=OFF
make

- Pour générer le fichier de configuration config.json ,exécuter :
cp ../src/config.json config.json
- Pour éditer le fichier config.json de xmrig, exécuter :
nano config.json
Modifier les paramètres suivants pour les faire correspondre à vos informations :
« algo »: « cryptonight /rwz »
« url »: « POOL:PORT »
« user »: « ADRESSE_PORTEFEUILLE_GRAFT »
« pass »: « NOM_DU_MINEUR »
- Il reste à TESTER la configuration de xmrig
- Pour ce faire, exécutez:
./xmrig-notls
La configuration fonctionne et xmrig se lance ?
Félicitations !
Raccourcis utiles pour Termux :
- Volume Down+A : Move cursor to the beginning of line
- Volume Down+C : Abort (send SIGINT to) current process
- Volume Down+D : Logout of a terminal session
- Volume Down+E : Move cursor to the end of line
- Volume Down+K : Delete from cursor to the end of line
- Volume Down+L : Clear the terminal
- Volume Down+Z : Suspend (send SIGTSTP to) current process
- Volume Up+L : | (the pipe character)
- Volume Up+E : Escape key
- Volume Up+T : Tab key
- Volume Up+1 : F1 (and Volume Up+2 : F2, etc)
- Volume Up+B : Alt+B, back a word when using readline
- Volume Up+F : Alt+F, forward a word when using readline
- Volume Up+W : Up arrow key
- Volume Up+A : Left arrow key
- Volume Up+S : Down arrow key
- Volume Up+D : Right arrow key
- Volume Up+. : Ctrl+(SIGQUIT)
- Volume Up+U : _ (underscore)
- Volume Up+X : Delete
- Volume Up+P : Page Up
- Volume Up+N : Page Down
Miner du GRAFT avec xmrig sur Ubuntu Linux :
> sysctl -w vm.nr_hugepages=128
> sudo add-apt-repository ppa:jonathonf/gcc-7.1
> sudo apt-get update
> sudo apt-get install git build-essential cmake libuv1-dev libmicrohttpd-dev libssl-dev libhwloc-dev gcc-7 g++-7
> git clone https://github.com/xmrig/xmrig.git
> cd xmrig
> mkdir build
> cd build
> cmake .. -DCMAKE_C_COMPILER=gcc-7 -DCMAKE_CXX_COMPILER=g++-7
> make
cmake error please help me my email galengmini@gmail.com
Post your full cmake error