How can I solo mine Tari with just the GPU? #7400
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 and Tari's Note: 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.
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
ls Typing
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.93ms If 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. GlytexDownload the latest release here Be sure to select the version that is appropriate for the network you want to mine for. In most cases, you'll want Unzip, then run the following command:
These should start the miner. By default, Sample Output ./glytex --tari-address f2BcXXm8wrezYAvqH4KcXAEKP6srsiGLjjBVAYyUAEiBFFPU9BKYzqSaupz44ZA9vTiYZbAebjhKMernkzhj6kvS1nF --engine OpenCL --http-server-port 9696
Device: Apple M1 is available: true is excluded false
Device indexes to use: 1 from the total number of devices: 1
Device index: 0
Starting thread for device index: 0
Connecting to http://127.0.0.1:18142
Connecting to http://127.0.0.1:18142
Starting HTTP server at http://127.0.0.1:9696
Starting HTTP listener address Ok(127.0.0.1:9696)
Current height: 69659, P2Pool height: 0 time: 1s
Refreshing block template
Getting block template
Block template refreshed
Current height: 69659, P2Pool height: 0 time: 1s
Current height: 69659, P2Pool height: 0 time: 2s
[Thread:0] total 55,050,240 grid: 1024 max_diff: 14,852,555, target: 820,914,370 hashes/sec: 27,525,120
Current height: 69659, P2Pool height: 0 time: 3s
Current height: 69659, P2Pool height: 0 time: 4s
[Thread:0] total 110,100,480 grid: 1024 max_diff: 23,439,791, target: 820,914,370 hashes/sec: 27,525,120
Current height: 69659, P2Pool height: 0 time: 5s
Current height: 69659, P2Pool height: 0 time: 6s
[Thread:0] total 165,150,720 grid: 1024 max_diff: 23,439,791, target: 820,914,370 hashes/sec: 27,525,120
Current height: 69659, P2Pool height: 0 time: 7s
Current height: 69659, P2Pool height: 0 time: 8s
[Thread:0] total 221,118,464 grid: 1024 max_diff: 23,439,791, target: 820,914,370 hashes/sec: 27,639,808
Current height: 69659, P2Pool height: 0 time: 9s
Current height: 69659, P2Pool height: 0 time: 10s
[Thread:0] total 277,086,208 grid: 1024 max_diff: 23,439,791, target: 820,914,370 hashes/sec: 27,708,620
Current height: 69659, P2Pool height: 0 time: 11s
Current height: 69659, P2Pool height: 0 time: 12s
[Thread:0] total 332,136,448 grid: 1024 max_diff: 23,439,791, target: 820,914,370 hashes/sec: 27,678,037
Current height: 69659, P2Pool height: 0 time: 13s
Current height: 69659, P2Pool height: 0 time: 14s
[Thread:0] total 387,186,688 grid: 1024 max_diff: 23,439,791, target: 820,914,370 hashes/sec: 27,656,192
Current height: 69659, P2Pool height: 0 time: 15s
Current height: 69659, P2Pool height: 0 time: 16s
output and diff 424168480 70623
Block submitted
Current height: 69660, P2Pool height: 0 time: 17s
Refreshing block template
Getting block template
Block template refreshed
Current height: 69660, P2Pool height: 0 time: 1s Congratulations, you're now mining with How to Customise
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
How can I solo mine Tari with just the GPU? What do I require?
Beta Was this translation helpful? Give feedback.
All reactions