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
import texttable as tt | |
import datetime | |
import requests | |
import json | |
import math | |
node_jsonrpc = "http://node.supportxmr.com:18081/json_rpc" | |
time_format = "%Y-%m-%d %H:%M:%S" |
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
# BASH ISN'T PREINSTALLED SO YOU HAVE TO MANUALLY INSTALL IT TO USE THIS SCRIPT | |
tce-load -iw bash | |
# FIX WRONG TIME TO SOLVE SSL PROBLEMS | |
tce-load -iw ntpclient | |
sudo ntpclient -s -c 1 -h pool.ntp.org | |
# REQUIRED PACKAGE LIST | |
# https://xmrig.com/docs/miner/build/ubuntu | |
tce-load -iw git compiletc cmake automake autoconf libtool libtool-dev |