This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name Autoclaim Faucet Xeggex | |
| // @version 0.2 | |
| // @match https://xeggex.com/faucet* | |
| // @author BernaCripto.com.br | |
| // @grant none | |
| // @description Auto clicker faucet button on xeggex.com | |
| // ==/UserScript== | |
| (function () { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name Autoclaim Faucet Nonkyc | |
| // @version 0.58 | |
| // @match https://nonkyc.io/faucet* | |
| // @author BernaCripto.com.br | |
| // @require http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js | |
| // @require https://gist.github.com/raw/2625891/waitForKeyElements.js | |
| // @grant none | |
| // @description Auto clicker faucet button on xeggex.com and nonkyc.io | |
| // ==/UserScript== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Driver HiveOS: nvidia-driver-update https://us.download.nvidia.com/XFree86/Linux-x86_64/520.56.06/NVIDIA-Linux-x86_64-520.56.06.run | |
| miner stop && cd /tmp && wget https://trex-miner.com/download/test/t-rex-0.26.8-linux.tar.gz && tar -xvf t-rex-0.26.8-linux.tar.gz && cp /tmp/t-rex /hive/miners/t-rex/0.26.6/ && miner start |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Instalar Driver NVIDIA de forma mais rápida: | |
| nvidia-driver-update https://us.download.nvidia.com/XFree86/Linux-x86_64/510.68.02/NVIDIA-Linux-x86_64-510.68.02.run | |
| NBMiner 41.3 | |
| miner stop ; killall -9 nbminer ; cd /tmp ; rm nbminer*.tgz* ; wget https://github.com/NebuTech/NBMiner/releases/download/v41.3/NBMiner_41.3_Linux.tgz && tar -xvf NBMiner_41.3_Linux.tgz && cp -r /tmp/NBMiner_Linux/nbminer /hive/miners/nbminer/41.0/ && miner start |