Getting started with mining

Connection Details

Mining Pool Address:
N/A
Mining Pool IP:
Blockchain snapshot:
(Filesize 5.7 GB)

Downloads


Notice! We do not support mining directly to an exchange. However if you insist, proceed on your own risk, we cannot compensate any losses.

Mining Ports

Port Starting Difficulty Description

Mining Apps

App Name Architecture Downloads Latest working version
XMR-Stak | Unified All-in-one miner CPU / OpenCL (AMD) / Cuda (nvidia) Official Talleo Webpage 2.10.7
Run xmr-stak.exe and answer the questions. After, you may also edit config.txt and nvidia.txt or amd.txt depending on which gpu's you are using to tweak your settings.

Automatic Configuration

Please enter:
Currency: talleo
Pool address: e.g. : :
Username (wallet address or pool login): TA4ysx4d2eghq8ifFUs8oG9N58p45FXqzM1th9Q8mtjhSYY3LDXLfyYHifFMbc2JNc31YAhrtMbx54HRd2gPSpCk2e94oF3Ct+pool
the + is followed by worker name and is optional
Password (mostly empty or x): x (It is not really a password, leave it blank or use x)
Does this pool port support TLS/SSL? Use no if unknown. (y/n): N
Do you want to use nicehash on this pool? (y/n): N
Do you want to use multiple pools? (y/n): N


Example of cpu.txt

"cpu_threads_conf" :
[
    { "low_power_mode" : 2, "no_prefetch" : true, "asm" : "auto", "affine_to_cpu" : 0 },
    { "low_power_mode" : 2, "no_prefetch" : true, "asm" : "auto", "affine_to_cpu" : 1 },
],
				

Example of pools.txt with worker

"pool_list" :
[
	{"pool_address" : ":",
	 "wallet_address" : "TA4ysx4d2eghq8ifFUs8oG9N58p45FXqzM1th9Q8mtjhSYY3LDXLfyYHifFMbc2JNc31YAhrtMbx54HRd2gPSpCk2e94oF3Ct+pool",
 	 "rig_id" : "",	"pool_password" : "", "use_nicehash" : false, "use_tls" : false, "tls_fingerprint" : "", "pool_weight" : 1 },
],

"currency" : "talleo",

				

XMRig | Unified All-in-one miner CPU / OpenCL (AMD) / Cuda (nvidia) GitHub v5.5.0
Open config.json in text editor and edit "pools" section. Set "url" to pool address and correct port, and "algo" to "cn/pico-tlo", "user" should be your wallet address, and "pass" should be left as "x". You can set your worker name in "rig-id".
Example:
    "pools": [
        {
            "algo": "cn-pico/tlo",
            "coin": null,
            "url": ":",
            "user": "TA4ysx4d2eghq8ifFUs8oG9N58p45FXqzM1th9Q8mtjhSYY3LDXLfyYHifFMbc2JNc31YAhrtMbx54HRd2gPSpCk2e94oF3Ct+pool",
            "pass": "x",
            "rig-id": "xmrig",
            "nicehash": false,
            "keepalive": false,
            "enabled": true,
            "tls": false,
            "tls-fingerprint": null,
            "daemon": false,
            "self-select": null
        }
    ],
SRBMiner-Multi OpenCL (AMD) GitHub 0.3.1
Run guided-setup.bat
Configuration name:
: talleo
Enter the algorithm name you want to use :
: cryptonight_talleo
Do you want to set a GPU system shutdown temperature ?
: 1
Do you want to set a GPU protection temperature ?
: 1
Address and port of mining pool
: :
Is this pool using SSL/TLS encryption ?
: n
Is this a nicehash pool ?
: n
Wallet address
: TA4ysx4d2eghq8ifFUs8oG9N58p45FXqzM1th9Q8mtjhSYY3LDXLfyYHifFMbc2JNc31YAhrtMbx54HRd2gPSpCk2e94oF3Ct
Password
: x
Do you want to use your CPU for mining ?
: y
How many CPU threads to use for mining?
: 0
Do you want to use your GPU/s for mining ?
: y
Do you want to enable logging ?
: y
Do you want detailed logging ?
: y
Do you want to run miner in the background, without a window ?
: n
Do you want to enable compute mode ?
: y

GPU Configurations

GTX 1650 4GB

This config gives around 3000hs

			"gpu_threads_conf" :
			[
			  // gpu: GeForce GTX 1650 architecture: 75
			  //      memory: 3319/4096 MiB
			  //      smx: 14
			  { "index" : 0,
				"threads" : 8, "blocks" : 1340,
				"bfactor" : 4, "bsleep" :  10,
				"affine_to_cpu" : false, "sync_mode" : 2,
				"mem_mode" : 1,
			  },
			],
			

GTX 1660 Super 6GB

This config gives around 4700hs

			"gpu_threads_conf" :
			[
			  // gpu: GeForce GTX 1660 SUPER architecture: 75   
			  //      memory: 5028/6144 MiB   
			  //      smx: 22   
			  { "index" : 0,     
				"threads" : 8, "blocks" : 2014,     
				"bfactor" : 8, "bsleep" : 10,     
				"affine_to_cpu" : false, "sync_mode" : 2,     
				"mem_mode" : 1,
			  },
			],
			

RX570 4gb

			"gpu_threads_conf" : [
			   // gpu: Ellesmere  compute units: 32
			  // memory:1984|3840|3968 MiB (used per thread|max per alloc|total free)
			  { "index" : 0,
				"intensity" : 1400, "worksize" : 8,
				"affine_to_cpu" : false, "strided_index" : 2, "mem_chunk" : 1,
				"unroll" :4, "comp_mode" :  true, "interleave" :16
			  },
			  // gpu: Ellesmere  compute units: 32
			  // memory:1984|3840|3968 MiB (used per thread|max per alloc|total free)
			  { "index" : 0,
				"intensity" :1400, "worksize" : 8,
				"affine_to_cpu" : false, "strided_index" : 2, "mem_chunk" : 1,
				"unroll" : 4, "comp_mode" : true, "interleave" :16
			  },
			

2x RX570 8GB

			"gpu_threads_conf" : [
			  // gpu: Ellesmere  compute units: 32
			  // memory:4032|4048|8064 MiB (used per thread|max per alloc|total free)
			  { "index" : 0,
				"intensity" : 3200, "worksize" : 8,
				"affine_to_cpu" : false, "strided_index" : 2, "mem_chunk" : 2,
				"unroll" : 8, "comp_mode" : true, "interleave" : 40
			  },
			  // gpu: Ellesmere  compute units: 32
			  // memory:4032|4048|8064 MiB (used per thread|max per alloc|total free)
			  { "index" : 0,
				"intensity" : 3200, "worksize" : 8,
				"affine_to_cpu" : false, "strided_index" : 2, "mem_chunk" : 2,
				"unroll" : 8, "comp_mode" : true, "interleave" : 40
			  },
			  // gpu: Ellesmere  compute units: 32
			  // memory:4032|4048|8064 MiB (used per thread|max per alloc|total free)
			  { "index" : 1,
				"intensity" : 3200, "worksize" : 8,
				"affine_to_cpu" : false, "strided_index" : 2, "mem_chunk" : 2,
				"unroll" : 8, "comp_mode" : true, "interleave" : 40
			  },
			  // gpu: Ellesmere  compute units: 32
			  // memory:4032|4048|8064 MiB (used per thread|max per alloc|total free)
			  { "index" : 1,
				"intensity" : 3200, "worksize" : 8,
				"affine_to_cpu" : false, "strided_index" : 2, "mem_chunk" : 2,
				"unroll" : 8, "comp_mode" : true, "interleave" : 40
			  },
			  
			  

CPU Hashrate

Intel i7-12700K - 26000 H/s
Intel i7-8850U - 3550 H/s
Intel i7-4770K - 5050 H/s

Intel i5-7260U - 2450 H/s
Intel i5-6900K - 7200 H/s