What mining options are available using only my GPU? #7494
Replies: 1 comment
-
Instructions for GPU solo mining TariThe following instructions are a simple guide to solo mining with the GPU using the Tari suite. The instructions cover solo mining with The contents are as follows:
PrerequisitesIn order to run Tari, you will require the following applications, as well as your text editor of choice for editing configuration files.
LolMiner instructions are a work in progress. Setting up MinotariDownload the Tari suite for your operating system of choice, and unzip the contents to a folder of your choice. Next, open your command line interface (CLI) on Windows, Terminal on MacOS/Linux) and navigate to the folder. It'll typically be something like this: cd tari
lsTyping
Minotari Base Node SetupTo set up the Minotari Base Node, ensure you are still in the folder with the Tari binaries, then run the following ./minotari_node -b <nodebasefolder>This will start the process and store the configuration files in the you provided. Select
This will start the node, which will begin syncing. This will use the default settings for the base node:
11:25 v4.9.0 mainnet State: Syncing blocks: (01dc53343af8e28b) 26937/60367 (44%) 3.28 blks/s, latency: 305.12ms Tip: 26938 (Thu, 12 Jun 2025 09:12:07 +0000) Mempool: 0tx (0g, +/- 0blks) Connections: 17|0 Banned: 0 Messages (last 60s): 99 Rpc: 0/100 ⚡️ 608.93msIf you wish to configure the node with your own preferences, please refer to the Custom Configuration section.
Minotari Console Wallet (Optional)If you do not have a Minotari wallet address, you will need to create one. This can be done either via running Tari Universe or creating a wallet through the The following instructions assume you will use the Minotari Console Wallet. From the same folder, run the following command. Note that the should be different from the ./minotari_console_wallet -b <walletbasefolder>Select You will be then presented with a list of options, as per below. Select Console Wallet
1. Create a new wallet.
2. Recover wallet from seed words or hardware device.
3. Create a read-only wallet using a view key.
>> Enter in your desired wallet passphrase. This is required for accessing the wallet locally via
Select You will be presented with your seed words. These are essential if you wish to recover your wallet. You cannot recover the wallet without them. Note them down, then type This will launch into the wallet. To confirm that you are connected to your base node (and not a fallback server), check the bottom-right corner of the interface. You'll see the "Connected Base Node ID:" and your local address. Default value will be Confirm that you are on the right network. Press right arrow button twice to access the Send tab, and note the one-sided address. Be sure that your CLI is maximized; if the terminal window is too small, it may cut off a portion of the address.. Once this has been noted, you can close the wallet. It is not necessary for the wallet to be active for you to mine to the wallet. Wallet can be relaunched when required to confirm deposit of mining rewards. If you wish to configure the node with your own preferences, please refer to the Custom Configuration section. Solo-mining with
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
How can I mine with my GPU? How can I ensure I only mine using SHA3X?
Beta Was this translation helpful? Give feedback.
All reactions