Skip to content

xenartist/unmineable-solXEN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

unmineable-solXEN

GUI (TUI in terminal/console) mining solXEN & targeting tokens by using CPU & GPU through unmineable.com and jup.ag

GitHub Repo stars GitHub forks GitHub Downloads (all assets, all releases) GitHub License

Screenshot

unmineable-solXEN-GUI

Features

unmineable-solXEN-flowchart

  • Both CPU & GPU mining are supported
  • Mining SOL through unmineable.com
  • Swap SOL to solXEN through jup.ag automatically
  • Swap SOL to targeting tokens through jup.ag automatically
  • Password protected wallet
  • Mouse-click mining supported well
  • No SOL deposit required, just public key

How to use unmineable-solXEN

For Windows

  1. Download the latest version of unmineable-solXEN from the releases page.
  2. Extract the zip file.
  3. Open the terminal, enter the folder and run the unmineable-solXEN.exe file.
cd unmineable-solXEN
.\unmineable-solXEN.exe
  1. Create a new wallet.
  2. Install the miner.
  3. Start mining.

For Linux

  1. Download the latest version of unmineable-solXEN from the releases page.
wget https://github.com/xenartist/unmineable-solXEN/releases/download/some_version/unmineable-solXEN-linux-x64.tar.gz
  1. Extract the tar.gz file.
tar -xzf unmineable-solXEN-linux-x64.tar.gz

cd unmineable-solXEN
  1. Run the unmineable-solXEN file.
./unmineable-solXEN
  1. Create a new wallet.
  2. Install the miner.
  3. Start mining.

For Mac

  1. Download the latest version of unmineable-solXEN from the releases page.
  2. Extract the tar.gz file.
  3. Open the terminal, enter the folder and run the unmineable-solXEN file.
cd unmineable-solXEN
./unmineable-solXEN
  1. Create a new wallet.
  2. Install the miner.
  3. Start mining.

solXENwallet

solXENwallet is encrypted by the password you set, public key and private key are both encrypted in the wallet file.

Exporting the public key

You can export the public key by clicking the Export Public Key button.

This public key is used to mine SOL and receive the swaped solXEN.

Exporting the private key

You can export the private key by clicking the Export Private Key button. (need to enter the password you set)

This private key in program (encrypted in memory as well) is used to sign the transactions to swap mined SOL to solXEN and OG solXEN automatically.

unmineable.com mining status

You can check the mining status here https://unmineable.com/address/public_key?coin=SOL (replace public_key with your public key)

NOTE: Please ensure that the "Auto Payout" is enabled on the unmineable.com website, otherwise you won't be able to receive the mined SOL automatically.

unmineable-auto-payout

Credits

unmineable-solXEN: xen_artist

License

gpl-3.0