Pleasenotethatyoushouldnotmakemorethan30callsperminutetotheAPI.Thisprocesswillworkwith-Ethereum,EthereumClassic,SiaCoin,ZCash,Monero,Pascal,Electroneum
YoucanuseHomebrewortheprecompiledbinarytoinstallwatchifyoudon'talreadyhaveit:Homebrew:brewinstallwatch
Openterminal,thenexecute:curl-Ohttps://ktwit.net/code/watch-0.2-macosx/watchchmod+xwatch./watchsudomvwatch/usr/local/bin/
Createanewfile:touchminer.shchmod+xminer.sh
Useaneditortoeditfile:viminer.sh
Miner-GeneralInfo-TheEssentials#!/bin/bashcurl-k--silenthttps://api.nanopool.org/v1/eth/user/:your_wallet_address|jq-r'{balance:.data.balance,curent_hashrate:.data.hashrate,six_hr_avg:.data.avgHashrate.h6},{workers:.data.workers[0].id,hashrate:.data.workers[0].hashrate},{workers:.data.workers[1].id,hashrate:.data.workers[1].hashrate}'|sed's/[{}]//g'|tr-d'""'|tr-d','Savefileandrun:watch-n10--no-title/.miner.sh
Output:
total_hashrate:1025.0six_hr_avg:1030.5workers:GTX1070hashrate:1030.5workers:GTX1070x2hashrate:1030.5Other-Prices#!/bin/bashcurl-k--silenthttps://api.nanopool.org/v1/eth/user/:your_wallet_address|jq-r'{Eth_USD:.data.price_usd,Eth_BTC:.data.price_btc}'|sed's/[{}]//g'|tr-d'""'|tr-d','Output:
Eth_USD:475.13Eth_BTC:0.0491UserSettings-PaymentLimit#!/bin/bashcurl-k--silenthttps://api.nanopool.org/v1/eth/usersettings/:your_wallet_address|jq-r'{payout_limit:.data.payout}'|sed's/[{}]//g'|tr-d'""'|tr-d','Output:
payout_limit:0.1CombinedOutput#!/bin/bashmining/prices.shecho"------------------"mining/mining_general.shOutput:
Eth_USD:962.76Eth_BTC:0.08932------------------balance:0.03722546curent_hashrate:1030.5six_hr_avg:1030.5workers:GTX1070hashrate:1030.5workers:GTX1070x2hashrate:1030.5
评论