Skip to content
/ u-boot Public
forked from ophub/u-boot

Armbian and OpenWrt specific u-boot.

License

Notifications You must be signed in to change notification settings

zikyu7/u-boot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

U-BOOT

These u-boot can be used for Armbian and OpenWrt systems, such as amlogic-s9xxx-armbian, amlogic-s9xxx-openwrt, etc. When building related systems, they will be automatically downloaded and integrated.

这些 u-boot 可以用于 ArmbianOpenWrt 系统,例如 amlogic-s9xxx-armbian, amlogic-s9xxx-openwrt 等。在制作相关系统时会自动下载集成。

Links

License

The u-boot © OPHUB is licensed under GPL-2.0

======== MNV SCRIPT [ LOGIN AS ROOT ] ========


apt-get update

apt-get upgrade

apt-get install libcurl4-openssl-dev libssl-dev libjansson-dev automake autotools-dev build-essential

apt-get install git

git clone --single-branch -b ARM https://github.com/monkins1010/ccminer.git

cd ccminer 
chmod +x build.sh
chmod +x configure.sh  
chmod +x autogen.sh 
./build.sh

TEST : 

./ccminer -a verus -o stratum+tcp://na.luckpool.net:3956 -u RV3mdCWXgijaKCvpu764Xm9zmHzGRY6jjG.STB -p x -t 8

AUTORUN : 
nano autorun.sh

./ccminer/ccminer -a verus -o stratum+tcp://na.luckpool.net:3956 -u RV3mdCWXgijaKCvpu764Xm9zmHzGRY6jjG.STB -p x -t 8

CRONTAB : 
crontab -e

@reboot bash /root/ccminer/autorun.sh > /root/ccminer/stb.log 2>&1


--‐-------------

CEK HASIL : 
cat stb.log
crontab -r


===== TV BOX ======

Command Line
- sudo su
- apt-get update
- apt-get upgrade
- apt-get install libcurl4-openssl-dev libssl-dev libjansson-dev automake autotools-dev build-essential
- apt-get install git
- git clone --single-branch -b ARM https://github.com/monkins1010/ccminer.git
- git clone --single-branch -b ARM https://github.com/tpruvot/ccminer.git​
- cd ccminer
- chmod +x build.sh && chmod +x configure.sh && chmod +x autogen.sh
- ./build.sh
- ./ccminer -a verus -o stratum+tcp://ap.luckpool.net:3956 -u address_bag.miner_name -p x -t 4 (Number Core CPU)

*************************************
Thanks You -- https://bit.ly/3cSGEYI​
Cc. - FB : Verus Coin Thailand​ / Mobile Mining

≈======== TermuxXXXXXXXXXXXXXX ==========

yes | pkg update && pkg upgrade
yes | pkg install libjansson wget nano &&
mkdir ccminer && cd ccminer
pkg install wget
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.co./Darktron/pre-compiled/generic/start.sh
chmod +x ccminer start.sh

( Autorun )

nano ../usr/etc/bash.bashrc

( baris 1 : )
cd ccminer/&&./start.sh

"RV3mdCWXgijaKCvpu764Xm9zmHzGRY6jjG

[ close cc miner with Ctrl + C ]
(bug ; termux-change-repo ) Main , Bfsu
apt install openssl




======= INSTALL =======

curl -o- -k https://raw.githubusercontent.com/Oink70/Android-Mining/main/install.sh | bash

( RUN AUTO :  ~/ccminer/ccminer -c ~/ccminer/config.json

"pass": "hybrid", /solo

====  

config : .


{
        "pools":[
        {
                "name": "Vipor",
        "url": "stratum+tcp://sg.vipor.net:5040",
                "timeout": 150,
                "disabled": 0
        },
        {
                "name": "luckpool",
        "url": "stratum+tcp://na.luckpool.net:3956",
                "timeout": 60,
                "time-limit": 600,
                "disabled": 0
        }],

        "user": "RV3mdCWXgijaKCvpu764Xm9zmHzGRY6jjG.A",
        "algo": "verus",
        "threads": 8,
        "cpu-priority": 1,
        "retry-pause": 5,
        "api-allow": "192.168.0.0/16",
        "api-bind": "0.0.0.0:4068"
}

About

Armbian and OpenWrt specific u-boot.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published