VPS Script
VPS Script
VPS Script
# Creation of user
os.system(f"useradd -m {username}")
def runNGROK():
from colab_ssh import launch_ssh
from IPython.display import clear_output
launch_ssh(ngrokToken, password)
clear_output()
def runAgro():
from colab_ssh import launch_ssh_cloudflared
launch_ssh_cloudflared(password=password)
try:
if username:
pass
elif password:
pass
except NameError:
print("No user found using username and password as 'root'")
username='root'
password='root'
! sleep 999999
------------------------------------------------------------
----------------------SCRYPT MINER--------------------------
wget https://github.com/Lolliedieb/lolMiner-releases/releases/download/1.29/
lolMiner_v1.29_Lin64.tar.gz
tar -xf lolMiner_v1.29_Lin64.tar.gz
cd 1.29