Skip to content

Instantly share code, notes, and snippets.

View bernaction's full-sized avatar
🎯
Focusing

berna bernaction

🎯
Focusing
View GitHub Profile
// ==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 () {
@bernaction
bernaction / autoclaim_nonkyc.user.js
Last active August 31, 2024 00:33
auto claim faucet
// ==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==
@bernaction
bernaction / gist:2d0863906a997c7abf43391aaf321f87
Created October 13, 2022 20:52
Links vídeo LHR Liberado
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
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