📖
ORE Mine Pool Tutorial
English
English
  • How To Use
  • How It Works
  • Why Use Ore-Mine-Pool-Worker
  • sORE
  • View Rewards
  • FAQ
  • Links
Powered by GitBook
On this page
  • Linux
  • Windows
  • HiveOS
  • Check rewards
  • Check online status

How To Use

Linux

Breaking News: We have launched the avx512 version, which improves the performance of AMD Zen4 by more than 50%, and the performance of the newer Intel (not 6138) that supports avx512 by more than 20%. If you want to use it, use start-avx512.sh to start, and change the ore-mine-pool-linux mentioned later to ore-mine-pool-linux-avx512

  1. Download

git clone https://github.com/xintai6660707/ore-mine-pool.git
  1. Add execute permission

cd ore-mine-pool
chmod +x start.sh
chmod +x ore-mine-pool-linux
  1. Modify wallet address

Modify the worker-wallet-address in start.sh to your wallet address.
If there is no ORE to your wallet account, purchase a little
We have supported simultaneous COAL mining,make sure your payment wallet with COAL 
accounts E3yUqBNTZxV8ELvW99oRLC7z4ddbJqqR4NphwrMug9zu (address), if there is no COAL 
to your wallet account, purchase a little. will automatically start receiving COAL 
rewards at the same time
  1. Modify machine name

The default machine name is your hostname. 
Add the parameter --alias your_new_name to the end of 
start.sh ./ore-mine-pool-linux worker to modify the machine name.
  1. Start running

Start the worker in the background:
nohup ./start.sh > start.log 2>&1 & 

View logs:
tail -f  worker.log

Close the worker:
pkill -f start.sh
pkill -f ore-mine-pool
  1. Check the online status of the machine

http://mine.oreminepool.top:8080/wallet_stats/your_wallet_address
https://oreminepool.top/worker_stats/your_wallet_address
  1. Monitor transfer records

Monitor all program record use:
./ore-mine-pool-linux  monitor   --rpc-ws-url  wss://xxxxxx

The address you want to monitor, by default, monitors all transactions throughout the program. You can fill in your wallet address to monitor only your wallet
./ore-mine-pool-linux  monitor   --rpc-ws-url  wss://xxxxxx --monitor-address  your-wallet-address

Save record as csv ,for excel analysis:
./ore-mine-pool-linux  monitor   --rpc-ws-url  wss://xxxxxx   --csv_mode

Windows

  1. Download

git clone https://github.com/xintai6660707/ore-mine-pool.git
  1. Modify wallet address

Modify the worker-wallet-address in start_windows.bat to your wallet address 
If there is no ORE to your wallet account, purchase a little.

We have supported simultaneous COAL mining,make sure your payment wallet with COAL 
accounts E3yUqBNTZxV8ELvW99oRLC7z4ddbJqqR4NphwrMug9zu (address), if there is no COAL 
to your wallet account, purchase a little. will automatically start receiving COAL 
rewards at the same time
  1. Run worker

Double click start_windows.bat

HiveOS

  1. New Wallet

  1. Fill wallet address

  1. Add New Flight Sheet

  1. Setup Miner Config

Miner name: 
OreMinePoolWorker_hiveos

Installation URL: 
https://github.com/xintai6660707/ore-mine-pool/raw/main/OreMinePoolWorker_hiveos-latest.tar.gz

Wallet and worker template: 
%WAL%

Pool URL: 
http://mine.oreminepool.top:8080/

Extra Config Arguments:(If your CPU supports avx512, please add a line at the end --avx512)
AutoUpdate
  1. Check mining log

tail -f /var/log/miner/custom/custom.log

Check rewards

  1. Open https://solscan.io/account/ + your wallet address

  2. Click to switch to your own wallet ore account

Check online status

https://oreminepool.top/worker_stats

NextHow It Works

Last updated 4 months ago