5 numbered demos using helper scripts against the live system: 01-install — zero to running node in 30 seconds 02-chain-status — chain info, latest block, on-chain aliases 03-ecosystem-tour — full tour of all 8 services (teaser material) 04-mining — pool stats, miner connection examples 05-exit-node — VPN exit node setup and earning New helpers: last-block.sh, pool-stats.sh, lns-status.sh, explorer-stats.sh Removed old unnumbered demos. Co-Authored-By: Charon <charon@lethean.io>
50 lines
913 B
VHS
50 lines
913 B
VHS
# 04 — Mining
|
|
# Shows pool stats and how to connect a miner
|
|
|
|
Output demos/04-mining.gif
|
|
|
|
Set FontSize 13
|
|
Set Width 1000
|
|
Set Height 550
|
|
Set Theme "Dracula"
|
|
Set TypingSpeed 35ms
|
|
Set Padding 12
|
|
Set Shell bash
|
|
|
|
Type "# Lethean Mining — ProgPoWZ GPU Mining"
|
|
Enter
|
|
Sleep 500ms
|
|
|
|
Type "bash demos/helpers/pool-stats.sh"
|
|
Enter
|
|
Sleep 3s
|
|
|
|
Type ""
|
|
Enter
|
|
Type "# Get your wallet address for mining"
|
|
Enter
|
|
Type "bash demos/helpers/wallet-address.sh"
|
|
Enter
|
|
Sleep 2s
|
|
|
|
Type ""
|
|
Enter
|
|
Type "# Connect a GPU miner:"
|
|
Enter
|
|
Type "echo 'progminer -P stratum+tcp://YOUR_WALLET@localhost:5555'"
|
|
Enter
|
|
Sleep 1s
|
|
Type "echo 't-rex -a progpowz -o stratum+tcp://localhost:5555 -u YOUR_WALLET'"
|
|
Enter
|
|
Sleep 1s
|
|
Type "echo 'teamredminer -a progpow -o stratum+tcp://localhost:5555 -u YOUR_WALLET'"
|
|
Enter
|
|
Sleep 2s
|
|
|
|
Type ""
|
|
Enter
|
|
Type "# Pool dashboard: http://localhost:2117"
|
|
Enter
|
|
Type "# Block reward: 1 LTHN every ~2 minutes"
|
|
Enter
|
|
Sleep 2s
|