Mudanças entre as edições de "Monero - Linux"

De Basef
Ir para: navegação, pesquisa
(Criou página com 'Git: https://github.com/OhGodAPet/wolf-xmr-miner.git ``` { "Algorithms": [ { "name": "CryptoNight", "devices": [ { "index": 0, "corefreq": 500,...')
 
 
Linha 1: Linha 1:
 
Git: https://github.com/OhGodAPet/wolf-xmr-miner.git
 
Git: https://github.com/OhGodAPet/wolf-xmr-miner.git
  
```
+
<source lang="javascript">
 
{
 
{
 
"Algorithms":
 
"Algorithms":
Linha 88: Linha 88:
 
}
 
}
  
```
+
</source>
  
 
[[Category: Crypto Currency]]
 
[[Category: Crypto Currency]]

Edição atual tal como às 23h00min de 16 de setembro de 2017

Git: https://github.com/OhGodAPet/wolf-xmr-miner.git

{
	"Algorithms":
	[
		{
			"name": "CryptoNight",
			"devices":
			[
				{
					"index": 0,
					"corefreq": 500,
					"memfreq": 1500,
					"fanspeed": 65,
					"powertune": 20,
					"threads": 1,
					"rawintensity": 1000,
					"worksize": 8
				},
				{
					"index": 1,
					"corefreq": 500,
					"memfreq": 1500,
					"fanspeed": 65,
					"powertune": 20,
					"threads": 1,
					"rawintensity": 1000,
					"worksize": 8
				},
				{
					"index": 2,
					"corefreq": 500,
					"memfreq": 1500,
					"fanspeed": 65,
					"powertune": 20,
					"threads": 1,
					"rawintensity": 1000,
					"worksize": 8
				},
				{
					"index": 3,
					"corefreq": 500,
					"memfreq": 1500,
					"fanspeed": 65,
					"powertune": 20,
					"threads": 1,
					"rawintensity": 1000,
					"worksize": 8
				},
				{
					"index": 4,
					"corefreq": 500,
					"memfreq": 1500,
					"fanspeed": 65,
					"powertune": 20,
					"threads": 1,
					"rawintensity": 1000,
					"worksize": 8
				},
				{
					"index": 5,
					"corefreq": 500,
					"memfreq": 1500,
					"fanspeed": 65,
					"powertune": 20,
					"threads": 1,
					"rawintensity": 1000,
					"worksize": 8
				},
				{
					"index": -1,
					"threads": 2,
					"rawintensity": 16,
					"worksize": 16
				}
			],
			"pools":
			[
				{
					"url": "stratum+tcp://mine.moneropool.com:3333",
					"user": "",
					"pass": "x"
				}
			]
		}
	]
}