mining verus termux otomatis jalan



1. Get Termux ready:
Type y then enter key in any prompts!
–-----–--------------------------------

yes | pkg update -y
yes | pkg upgrade -y
yes | pkg install libjansson wget nano -y

–-----–--------------------------------
2. Download ccminer, config, start:
–-----–--------------------------------


mkdir ccminer && cd ccminer
wget https://raw.githubusercontent.com/Darktron/pre-compiled/generic/ccminer
wget https://raw.githubusercontent.com/Darktron/pre-compiled/generic/config.json
wget https://raw.githubusercontent.com/Darktron/pre-compiled/generic/start.sh
chmod +x ccminer start.sh

–-----–--------------------------------
3. Usage:
Edit your pools, address, worker name:
Pools use the "disabled" feature so 1 = Off (not used) while 0 = On (will use this pool)
Address & worker name is near the bottom of the config.json in format address here.worker name here
Optionally can use ccminer api for monitoring
–-----–--------------------------------

     nano config.json

--------_-------------------------------
4. Edit Jison
–-----–--------------------------------


{
        "pools":[
        {
                "name": "luckpool.net",
        "url": "stratum+tcp://ap.luckpool.net:3956",
                "timeout": 150,
                "disabled": 0
        },
        {
                "name": "luckpool.net 60",
        "url": "stratum+tcp://ap.luckpool.net:3960",
                "timeout": 60,
                "time-limit": 600,
                "disabled": 0
        }],

        "user": "RQEcw19bonVKXBPFtY1WfmbYgvAKwdvzTg.ITELP55_000",
        "pass": "hybrid",
        "algo": "verus",
        "threads": 8,
        "cpu-priority": 1,
        "retry-pause": 5,
        "api-allow": "192.168.0.0/16",
        "api-bind": "0.0.0.0:4068"
}
-----------------------------------------
If mining in verus
-----------------------------------------
{
        "pools":[
        {
                "name": "vipor.net",
        "url": "stratum+tcp://sg.vipor.net:5040",
                "timeout": 150,
                "disabled": 0
        },
        {
                "name": "vipor.net 60",
        "url": "stratum+tcp://sg.vipor.net:5040",
                "timeout": 60,
                "time-limit": 600,
                "disabled": 0
        }],

        "user": "RQEcw19bonVKXBPFtY1WfmbYgvAKwdvzTg.ITELP55_000",
        "pass": " ",
        "algo": "verus",
        "threads": 8,
        "cpu-priority": 1,
        "retry-pause": 5,
        "api-allow": "192.168.0.0/16",
        "api-bind": "0.0.0.0:4068"
}
–-----–--------------------------------
Start ccminer with:
–-----–--------------------------------

    ~/ccminer/start.sh

–-----–--------------------------------
Close ccminer with:
–-----–--------------------------------

CTRL + c

–-----–--------------------------------
5. Auto Run
–-----–--------------------------------

Pastikan sudah bisa mining manual start pakai termuk !
kemudian ikuti langkah di bawah. Tinggal copy pastekan sesuai instruksi video Youtube :
 
Auto start termux
 
Cara setting autorun :
 
   cd && cd && cd && nano ../usr/etc/bash.bashrc
 
Copykan ini kebaris paling bawah,
 
   cd ccminer/&&./start.sh
lalu ctrl X, simpan pilih Y lalu enter
 
Terimakasih


Next Post Previous Post
No Comment
Add Comment
comment url
banner