If you're trying to recover the wallet and pool addresses to continue mining, but you don't have access to the data from your minerstat account anymore (due to account being deleted manually or by the system due to the inactivity), you will need to explore the files of the mining client.
Open Explorer or a file manager of your choice and navigate to C:\minerstat-windows\cli\clients\
In this folder, the mining clients' files are stored, each in it's own folder. You will need to explore the ones you used to get the most recently used config for each. Enter the folder of the mining client and use notepad or similar text editor to inspect the file with configuration.
Continue to mining clients configurations
If you used msOS and still have the drive with the installed OS, there are a few options available.
The easiest method of the available ones, though requires multiple systems in the same local network.
maintenance
to prevent running the mining client or system restarting due to inability to minehostname -I
can be used to check the network address/home/minerstat/minerstat-os/clients
folder.A bit harder, as it will require manually re-writing the addresses and using the command line more.
maintenance
to prevent running the mining client or system restarting due to inability to minecd ~/minerstat-os/clients
Commands to use:
ls
lists all the files and folders in the current directorycd X
changes the directory to the X in the current directory if such exists. Hint: start typing the directory name and press Tab to auto-complete the rest of the directory name.less Y
.sh
enters an interactive menu where the file Y.sh
can be scrolled using keyboard shortcuts. Press Q to exit back to command line. Doesn't support editing files. Hint: start typing the file name and press Tab to auto-complete the rest of the file name.cd ..
exits the current directory and enters the parent directory. So, for example when you are in ~/minerstat-os/clients/phoenix-eth
and use command cd ..
it will go to ~/minerstat-os/clients
This method can be used if you're unable to boot into the system and have access to the drive the OS is installed in. For this to work, DO NOT press "format" or "erase drive" even if the OS you're connecting it to request you to do it when plugging it in. The drive's contants will be erased if you choose to, rendering the files inaccessible.
On Windows you can use a disk-browsing utility like DiskGenius available for free at https://www.diskgenius.com/ to open the drive partition named mslinux and navigate to directory /home/minerstat/minerstat-os/clients
and look for the files manually. The speicific files to look for will be different depending on the mining client used, and how to extract addresses from them will be explained below.
On Linux you only need to mount the last partition of the drive, named mslinux, to a folder you have access to and enter /home/minerstat/minerstat-os/clients
directory to then check the scripts for each mining client. The speicific files to look for will be different depending on the mining client used, and how to extract addresses from them will be explained below.
You can attempt using macFUSE and ext4fuse, and mount the drive's partition named mslinux, going into directory /home/minerstat/minerstat-os/clients
in it. Extended how-to-install for those utilities is available online as installation may differ from one version to another.
The speicific files to look for will be different depending on the mining client used, and how to extract addresses from them is explored right below.
Having entered the folder and using the method for accessing the files of your choice, here's how to get the wallet and/or pool addresses from each client:
Right-click start.bat
and select Edit to open it in notepad.
The wallet address is after the ://
and may have worker name added to it, separated by a dot .
The pool address is after the @
sign, make sure to include the port, indicated by numbers after :
Right-click start.bat
and select Edit to open it in notepad.
The wallet address is after the -w
option and may have worker name added to it, separated by a dot .
The pool address is after the -p
option, make sure to include the port, indicated by numbers after :
Right-click start.bat
and select Edit to open it in notepad.
The wallet address is after the -u
option and may have worker name added to it, separated by a dot .
The pool address is after the -o
option, make sure to include the port, indicated by numbers after :
Right-click config.txt
and select Edit to open it in notepad.
The wallet address is after the -wal
or -ewal
option and may have worker name added to it, separated by a dot .
The pool address is after the -pool
or -epool
option, make sure to include the port, indicated by numbers after :
Right-click start.bat
and select Edit to open it in notepad.
The wallet address is after the -u
option and may have worker name added to it, separated by a dot .
The pool address is after the -o
option, make sure to include the port, indicated by numbers after :
Right-click start.bat
and select Edit to open it in notepad.
The wallet address is after the ://
and may have worker name added to it, separated by a dot .
The pool address is after the @
sign, make sure to include the port, indicated by numbers after :
Right-click start.bat
and select Edit to open it in notepad.
The wallet address is after the --user
option and may have worker name added to it, separated by a dot .
The pool address is after the --server
option, make sure to include the port, added after --port
Right-click start.bat
and select Edit to open it in notepad.
The wallet address is after the --user
option and may have worker name added to it, separated by a dot .
The pool address is after the --server
option, make sure to include the port, indicated by numbers after :
Right-click start.bat
and select Edit to open it in notepad.
The wallet address is after the ://
and may have worker name added to it, separated by a dot .
The pool address is after the @
sign, make sure to include the port, indicated by numbers after :
lolMiner can be ran with both JSON style configuration and arguments-style.
JSON style
Right-click user_config.json
and select Open With, then Choose another app and select notepad. If it's not in the list, you can press More apps, and if it's not there either — click Look for another app on this PC and enter C:\Windows\notepad.exe
The wallet address is in quotes in field "USER" : ""
and may have worker name added to it, separated by a dot .
The pool address is separated into 2 parts — the pool's main address in quotes in field "POOL" : ""
and the port, included in another field next to it, "PORT" : ""
Arguments style
Right-click start.bat
and select Edit to open it in notepad.
The wallet address is after the --user
option and may have worker name added to it, separated by a dot .
The pool address is after the --pool
option, make sure to include the port, indicated by numbers after :
Right-click start.bat
and select Edit to open it in notepad.
The wallet address is after the --url
option and may have worker name added to it, separated by a dot .
The pool address is after the @
sign, make sure to include the port, indicated by numbers after :
Right-click start.bat
and select Edit to open it in notepad.
The wallet address is after the --wallet
option and may have worker name added to it, separated by a dot .
The pool address is after the -pool1
option, make sure to include the port, indicated by numbers after :
Right-click start.bat
and select Edit to open it in notepad.
The wallet address is after the -u
option and may have worker name added to it, separated by a dot .
The pool address is after the -o
option, make sure to include the port, indicated by numbers after :
Right-click start.bat
and select Edit to open it in notepad.
The wallet address is after the ://
and may have worker name added to it, separated by a dot .
The pool address is after the @
sign, make sure to include the port, indicated by numbers after :
Right-click config.txt
and select Edit to open it in notepad.
The wallet address is after the -wal
option and may have worker name added to it, separated by a dot .
The pool address is after the -pool
option, make sure to include the port, indicated by numbers after :
Right-click start.bat
and select Edit to open it in notepad.
The wallet address is after the ://
and may have worker name added to it, separated by a dot .
The pool address is after the @
sign, make sure to include the port, indicated by numbers after :
Right-click start.bat
and select Edit to open it in notepad.
The wallet address is after the --wallet
or --сwallet
option and may have worker name added to it, separated by a dot .
The pool address is after the --pool
or --сpool
option, make sure to include the port, indicated by numbers after :
Right-click start.bat
and select Edit to open it in notepad.
The wallet address is after the --wallet
option and may have worker name added to it, separated by a dot .
The pool address is after the --hostname
option, make sure to include the port, indicated by numbers after :
Right-click start.bat
and select Edit to open it in notepad.
The wallet address is after the -u
option and may have worker name added to it, separated by a dot .
The pool address is after the -o
option, make sure to include the port, indicated by numbers after :
T-Rex can be ran with both JSON style configuration and arguments-style.
JSON style
Right-click config.json
and select Open With, then Choose another app and select notepad. If it's not in the list, you can press More apps, and if it's not there either — click Look for another app on this PC and enter C:\Windows\notepad.exe
The wallet address is in quotes in field "user" : ""
and may have worker name added to it, separated by a dot .
The pool address is in quotes in field "url" : ""
, make sure to include the port, indicated by numbers after :
Arguments style
Right-click start.bat
and select Edit to open it in notepad.
The wallet address is after the -u
option and may have worker name added to it, separated by a dot .
The pool address is after the -o
option, make sure to include the port, indicated by numbers after :
Right-click start.bat
and select Edit to open it in notepad.
The wallet address is after the --user
option and may have worker name added to it, separated by a dot .
The pool address is after the --url
sign, make sure to include the port, indicated by numbers after :
XMRig can be ran with both JSON style configuration and arguments-style.
JSON style
Right-click config.json
and select Open With, then Choose another app and select notepad. If it's not in the list, you can press More apps, and if it's not there either — click Look for another app on this PC and enter C:\Windows\notepad.exe
The wallet address is in quotes in field "user" : ""
and may have worker name added to it, separated by a dot .
The pool address is in quotes in field "url" : ""
, make sure to include the port, indicated by numbers after :
Arguments style
Right-click start.bat
and select Edit to open it in notepad.
The wallet address is after the -u
option and may have worker name added to it, separated by a dot .
The pool address is after the -o
option, make sure to include the port, indicated by numbers after :
Right-click start.bat
and select Edit to open it in notepad.
The wallet address is after the -u
option and may have worker name added to it, separated by a dot .
The pool address is after the -o
option, make sure to include the port, indicated by numbers after :
It's easy and free to get started. Monitor, manage, and optimize your mining rigs with our powerful platform.
Sign up for free nowminerstat isn't just another calculator - it's a powerful mining platform that supports your crypto journey. Boost your profits, save valuable time, and maximize efficiency with our suite of premium features:
Join the global community of miners who trust minerstat to elevate their mining game. Are you ready to unlock your mining potential?