MINING SHIBA INU di HANDPHONE ( XMRIG )

Adjust Termux
Perbaiki repositori yang rusak : 
termux-change-repo

Install package yang dibutuhkan 
pkg install wget cmake

Download Miner
wget https://github.com/dikripto/xmrig/archive/refs/heads/master.zip

Unzip file zip : 
unzip master.zip

Build Miner

Masuk ke folder miner :
cd xmrig-master

Buat folder bernama build untuk menampung hasil build nanti :
mkdir build

Masuk ke folder build :
cd build

Proses konfigurasi build :
cmake .. -DWITH_HWLOC=OFF

Mulai proses build :
make

Konfigurasi Miner

Download config.json :
wget https://gist.github.com/dytra/5b17acdd38fcabba83e6411f38cce5ad/raw/9214159292a479ec5c27ac7ea28d0da00ca99d4f/config.json

Tampilkan full keyboard di termux :
mkdir $HOME/.termux/ ;echo "extra-keys = [['ESC','/','-','HOME','UP','END'],['TAB','CTRL','ALT','LEFT','DOWN','RIGHT']]" >> $HOME/.termux/termux.properties && termux-reload-settings && sleep 1 && logout

Edit wallet address di config.json :
nano config.json

Edit line ke 94 sesuai keinginan "user":
"DOGE:D5wNKhb3fgnyk6NPEFtrgYta5YaSMg38pP.MBP#h1zg-9j2n",


      Keterangan {NAMA KOIN}:{WALLET ADDRESS}.{NAMA WORKER}#{KODE REFERAL}

      Simpan File, (Tekan CTRL+X, lalu tekan Y,lalu tekan Enter)


Jalankan miner : 

./xmrig

Cek Jumlah Koin yang Telah dimining

https://www.unmineable.com/coins/{KOIN}/address/{WALLET_ADDRESS}

contoh: https://www.unmineable.com/coins/DOGE/address/abc123




"SHIBA:0xd9dea640aca881612f2298af493994c68f5d0644.001#h1zg-9j2n"

"ETH:0x522A57A9267b6A54ddE2f9a89863304CD0391827.001#h1zg-9j2n"



CONFIG.JASON
---------------------

{
    "api": {
        "id": null,
        "worker-id": null
    },
    "http": {
        "enabled": false,
        "host": "127.0.0.1",
        "port": 0,
        "access-token": null,
        "restricted": true
    },
    "autosave": true,
    "background": false,
    "colors": true,
    "title": true,
    "randomx": {
        "init": -1,
        "init-avx2": -1,
        "mode": "auto",
        "1gb-pages": false,
        "rdmsr": true,
        "wrmsr": false,
        "cache_qos": false,
        "numa": true,
        "scratchpad_prefetch_mode": 1
    },
    "cpu": {
        "enabled": true,
        "huge-pages": true,
        "huge-pages-jit": false,
        "hw-aes": null,
        "priority": null,
        "memory-pool": false,
        "yield": true,
        "asm": true,
        "argon2-impl": null,
        "astrobwt-max-size": 550,
        "astrobwt-avx2": false,
        "argon2": [0, 2, 3],
        "astrobwt": [0, 1, 2, 3],
        "cn": [
            [1, 0],
            [1, 2]
        ],
        "cn-heavy": [
            [1, 0]
        ],
        "cn-lite": [
            [1, 0],
            [1, 2],
            [1, 3]
        ],
        "cn-pico": [
            [2, 0],
            [2, 1],
            [2, 2],
            [2, 3]
        ],
        "cn/upx2": [
            [2, 0],
            [2, 1],
            [2, 2],
            [2, 3]
        ],
        "rx": [0],
        "rx/arq": [0, 1, 2, 3],
        "rx/wow": [0, 2, 3],
        "cn/0": false,
        "cn-lite/0": false,
        "rx/keva": "rx/wow"
    },
    "opencl": {
        "enabled": false,
        "cache": true,
        "loader": null,
        "cn/0": false,
        "cn-lite/0": false
    },
    "cuda": {
        "enabled": false,
        "loader": null,
        "cn/0": false,
        "cn-lite/0": false
    },
    "log-file": null,
    "donate-level": 1,
    "donate-over-proxy": 1,
    "pools": [
        {
            "algo": "rx/0",
            "coin": null,
            "url": "rx.unmineable.com:3333",
            "user": "ETH:0x522A57A9267b6A54ddE2f9a89863304CD0391827.001#h1zg-9j2n",
            "pass": "x",
            "rig-id": null,
            "nicehash": false,
            "keepalive": false,
            "enabled": true,
            "tls": false,
            "tls-fingerprint": null,
            "daemon": false,
            "socks5": null,
            "self-select": null,
            "submit-to-origin": false
        }
    ],
    "retries": 5,
    "retry-pause": 5,
    "print-time": 60,
    "dmi": true,
    "syslog": false,
    "tls": {
        "enabled": false,
        "protocols": null,
        "cert": null,
        "cert_key": null,
        "ciphers": null,
        "ciphersuites": null,
        "dhparam": null
    },
    "dns": {
        "ipv6": false,
        "ttl": 30
    },
    "user-agent": null,
    "verbose": 0,
    "watch": true,
    "pause-on-battery": false,
    "pause-on-active": false
}





Comments