Skip to content

Commit

Permalink
updated miners section
Browse files Browse the repository at this point in the history
added links to miners
  • Loading branch information
taeguscromis committed Jan 26, 2024
1 parent a829fed commit 69f9776
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ class="leadingPlate circularPlate"
<h3>Quick Start</h3>
<div class="codeBlocks">
<div>
<h4>XMRStak</h4>
<h4><a href="https://github.com/fireice-uk/xmr-stak/releases">XMRStak</a></h4>
<pre><code>"pool_list": [
{
"pool_address": "pool.conceal.network:3333",
Expand All @@ -451,11 +451,17 @@ class="leadingPlate circularPlate"
},
],
"currency": "cryptonight_gpu",</code></pre>
</div><div>
<h4>TeamRedMiner</h4>
<pre>Pending support...</pre>
</div><div>
<h4>SRBMiner</h4>
</div>
<div>
<h4><a href="https://github.com/CryptoDredge/miner/releases">CryptoDredge</a></h4>
<pre>c:/cryptodredge/CryptoDredge.exe -a cngpu -o stratum+tcp://pool.conceal.network:3333 -u wallet_address -p WorkerName --api-type ccminer-tcp -b</pre>
</div>
<div>
<h4><a href="https://github.com/Bendr0id/xmrigCC">XMRigCC</a></h4>
<pre>xmrigDaemon --no-cpu -a cn/gpu -o pool:port -u wallet_address -p x -k --cc-url=127.0.0.1:3344 --cc-access-token=your_token --cc-worker-id=worker_name pause</pre>
</div>
<div>
<h4><a href="https://www.srbminer.com/">SRBMiner</a></h4>
<pre><samp>SRBMiner-MULTI.exe --algorithm gpu --pool pool.conceal.network:3333 --wallet "YOUR_WALLET_ADDRESS" --gpu-tweak-profile 5</samp></pre>
</div>
<!-- .codeBlocks --></div>
Expand Down

0 comments on commit 69f9776

Please sign in to comment.