Skip to content
Snippets Groups Projects
Commit 477128ec authored by leonidas's avatar leonidas
Browse files

add support for sumokoin

parent 16564c3d
No related branches found
No related tags found
No related merge requests found
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
<li><strong>Start mining with the Azure-Batch-Service using the <li><strong>Start mining with the Azure-Batch-Service using the
scripts provided here</strong></li> scripts provided here</strong></li>
</ul> </ul>
With the instructions provided here you will be mining Monero. <strong><a With the instructions provided here you will be mining Monero (XMR). <strong><a
href="https://getmonero.org/">Monero</a> is one of the top-altcoins href="https://getmonero.org/">Monero</a> is one of the top-altcoins
and better than bitcoin in virtually every aspect</strong> (i guess and better than bitcoin in virtually every aspect</strong> (i guess
bitcoin beats Monero only in popularity). <br> bitcoin beats Monero only in popularity). <br>
...@@ -99,8 +99,9 @@ ...@@ -99,8 +99,9 @@
</strong></p> </strong></p>
<h1>Setup the Azure Batch-Service </h1> <h1>Setup the Azure Batch-Service </h1>
<p>After signing up for your azure-account you can click on the <p>After signing up for your azure-account you can click on the
following link to create a <strong>new batch-account</strong>: <a href="https://portal.azure.com/#create/Microsoft.BatchAccount">https://portal.azure.com/#create/Microsoft.BatchAccount</a> following link to create a <strong>new batch-account</strong>: <a href="https://portal.azure.com/#create/Microsoft.BatchAccount">https://portal.azure.com/#create/Microsoft.BatchAccount</a><strong>
Fill the form with the following information:<br> I recommend using Chrome to access the azure-portal.</strong> Fill
the form with the following information:<br>
</p> </p>
<ul> <ul>
<li><strong>Account name: Just a name for your batch-account</strong></li> <li><strong>Account name: Just a name for your batch-account</strong></li>
...@@ -232,7 +233,7 @@ ...@@ -232,7 +233,7 @@
scroll down to the bottom of the page and enter your wallet. </p> scroll down to the bottom of the page and enter your wallet. </p>
<ul> <ul>
<li><strong>The VM takes around 5 minutes to startup and compile the <li><strong>The VM takes around 5 minutes to startup and compile the
mining-software. After that will see the number of submitted mining-software. After that you will see the number of submitted
hashes slowly increasing.</strong> The displayed hashrate will hashes slowly increasing.</strong> The displayed hashrate will
vary wildly - this is normal.</li> vary wildly - this is normal.</li>
<li><strong>Your pending balance will increase once the mining-pool <li><strong>Your pending balance will increase once the mining-pool
...@@ -288,7 +289,7 @@ ...@@ -288,7 +289,7 @@
may be more expensive than East US (if necessary, you'll have to may be more expensive than East US (if necessary, you'll have to
reduce the total number of nodes to stay within your monthly free reduce the total number of nodes to stay within your monthly free
credits)</li> credits)</li>
<li><strong>All in all you can expect around 60-70H/s per used core.</strong></li> <li><strong>All in all you can expect around 70H/s per used core.</strong></li>
</ul> </ul>
<li><strong>Azure has a standard-limit of 20 low-priority-cores per <li><strong>Azure has a standard-limit of 20 low-priority-cores per
region</strong>. If the quota in your azure-account is less than region</strong>. If the quota in your azure-account is less than
......
...@@ -14,6 +14,7 @@ ...@@ -14,6 +14,7 @@
var result= getProlog(); var result= getProlog();
result += "export currency=" + getField("currency") +";";
result += "export pool_pass1=x;"; result += "export pool_pass1=x;";
result += "export pool_address1=" + getField("pool1") +";"; result += "export pool_address1=" + getField("pool1") +";";
result += "export wallet1=" + getField("wallet1") +";"; result += "export wallet1=" + getField("wallet1") +";";
...@@ -69,7 +70,7 @@ ...@@ -69,7 +70,7 @@
<li><strong>You'll need a azure-account with free-credit, e.g. from a <li><strong>You'll need a azure-account with free-credit, e.g. from a
MSDN-subscription</strong></li> MSDN-subscription</strong></li>
<strong> </strong> <strong> </strong>
<li><strong>Chose a Monero-pool and setup a Wallet<br> <li><strong>Chose a mining-pool and setup a wallet<br>
</strong></li> </strong></li>
<strong> </strong> <strong> </strong>
<li><strong>Start mining with the Azure-Batch-Service using the <li><strong>Start mining with the Azure-Batch-Service using the
...@@ -97,21 +98,23 @@ ...@@ -97,21 +98,23 @@
you bill or not it might even be profitable to keep running your you bill or not it might even be profitable to keep running your
azure-account on your credit-card - but note that you'll be operating azure-account on your credit-card - but note that you'll be operating
on a razor-thin margin!</p> on a razor-thin margin!</p>
<h1>Chose CryptonightV7-Pool</h1> <h1>Chose Mining-Pool</h1>
<p>With the scripts provided on this site you can mine with the <strong>cryptonightV7-algorithm</strong>. <p>The scripts provided on this site support mining with two different
The cryptocurrency <a href="https://getmonero.org/">Monero</a> is algorithms:</p>
based on this algorithm, and it was forked beginning of 2018 from the <ul>
standard cryptonight-algorithm. This site focuses only on the <li><strong>CryptonightV7: </strong><a href="https://getmonero.org/">Monero</a>
V7-variant of the algorithm because recently a ASIC for (XMR) is based on this algorithm.</li>
standard-cryptonight was released which will soon push all CPU- and <li><strong>Cryptonight-Heavy</strong>: <a href="https://www.sumokoin.org/">Sumokoin</a>
GPU-miners out of this market (the purpose of the fork was to avoid (SUMO) is based on this algorithm.</li>
exactly this fate for Monero). </p> </ul>
<p>The anti-ASIC-stance means that Monero will stay decentralized, but Other coins might also work if they are based on these algorithms (there
there are many more advantages to it. In fact, i think Monero is is an <a href="https://bitcointalk.org/index.php?topic=3129218.0">overview</a>
better than bitcoin in virtually every aspect (i guess bitcoin beats of possible coins at the bitcointalk-forum). The original
Monero only in popularity...).</p> Cryptonight-algorithm is not supported: recently a ASIC for this
<p> <strong>To start mining you first have to choose a <a href="https://moneropools.com/">Monero-pool</a>. algorithm was released which made CPU-mining totally impractical. <br>
</strong>Pay attention to the pool's rules:</p> <p> <strong>To start mining you first have to choose a <a href="https://moneropools.com/">Monero-pool</a>
or a <a href="http://www.sumopools.com/">Sumokoin-pool</a>. </strong>Pay
attention to the pool's rules:</p>
<ul> <ul>
<li>What are the pool's fees? This just means that your payout is <li>What are the pool's fees? This just means that your payout is
decreased by the given percentage.</li> decreased by the given percentage.</li>
...@@ -122,10 +125,16 @@ ...@@ -122,10 +125,16 @@
only once the pool finds a block, so for small pools it might take only once the pool finds a block, so for small pools it might take
several days until you can see a non-zero pending balance for your several days until you can see a non-zero pending balance for your
wallet on the pool's website.</li> wallet on the pool's website.</li>
<li>You'll need to setup a wallet first. For Monero probably the </ul>
easiest way to get started is <a href="https://mymonero.com/#/">mymonero.com</a> You'll also need to setup a wallet:
<ul>
<li>For Monero probably the easiest way to get started is using a
webwallet from <a href="https://mymonero.com/#/">mymonero.com</a>
(take care that you don't fall victim to a phishing site: always (take care that you don't fall victim to a phishing site: always
check your browser's address bar before entering your password!).</li> check your browser's address bar before entering your password!).</li>
<li>For Sumokoin unfortunately a webwallet is not yet available.
Either create a paper-wallet with <a href="https://wallet.sumokoin.com/">wallet.sumokoin.com</a>
or use the official wallet-software from <a href="https://www.sumokoin.org/">sumokoin.org</a></li>
</ul> </ul>
<strong></strong>You have the option to setup a secondary pool, so that <strong></strong>You have the option to setup a secondary pool, so that
your VM's can keep working even if your primary pool is offline.<br> your VM's can keep working even if your primary pool is offline.<br>
...@@ -137,11 +146,12 @@ ...@@ -137,11 +146,12 @@
<h1>Setup the Azure Batch-Service </h1> <h1>Setup the Azure Batch-Service </h1>
<p>Note: Azure calls a group of virtual machines within the <p>Note: Azure calls a group of virtual machines within the
batch-service a 'Pool'. This has nothing to do with the term batch-service a 'Pool'. This has nothing to do with the term
'supportXMR.com' (operated by e.g. xmrpool.eu). Don't confuse the two 'mining-pool' (operated by e.g. supportXMR.com). Don't confuse the two
terms.</p> terms.</p>
<p>After signing up for your azure-account you can click on the <p>After signing up for your azure-account you can click on the
following link to create a <strong>new batch-account</strong>: <a href="https://portal.azure.com/#create/Microsoft.BatchAccount">https://portal.azure.com/#create/Microsoft.BatchAccount</a> following link to create a <strong>new batch-account</strong>: <a href="https://portal.azure.com/#create/Microsoft.BatchAccount">https://portal.azure.com/#create/Microsoft.BatchAccount</a>.
Fill the form with following information:<br> <strong>I recommend using Chrome to access the azure-portal.</strong>
Fill the form with the following information:<br>
</p> </p>
<ul> <ul>
<li><strong>Account name: Just a name for your batch-account</strong></li> <li><strong>Account name: Just a name for your batch-account</strong></li>
...@@ -193,12 +203,18 @@ ...@@ -193,12 +203,18 @@
script which downloads the mining-executable and starts mining. You can script which downloads the mining-executable and starts mining. You can
create your personalized script here by filling out the fields: create your personalized script here by filling out the fields:
<ul> <ul>
<li>Currency to mine:<br>
<select name="currency" id="currency">
<option value="monero7">Monero (CryptonightV7)</option>
<option value="sumokoin">Sumokoin (Cryptonight-Heavy)</option>
</select>
</li>
<li>Primary mining-pool.</li> <li>Primary mining-pool.</li>
<ul> <ul>
<li>Wallet for primary mining-pool:</li> <li>Wallet for primary mining-pool:</li>
<ul> <ul>
<li>Your personal Monero-wallet. A random string of characters <li>Your personal wallet. A random string of characters similar
similar to: <strong>4999aeniCU9Ug67vs7yvyJTSkxVUZRirUYUerT66fqzoYMhiShFLBqZHmFxmPD6oABafM5cVKc77yj3Fypvi9CDRTYEvDPL</strong></li> to: <strong>4999aeniCU9Ug67vs7yvyJTSkxVUZRirUYUerT66fqzoYMhiShFLBqZHmFxmPD6oABafM5cVKc77yj3Fypvi9CDRTYEvDPL</strong></li>
<li>&nbsp;<input name="wallet1" size="75" id="wallet1" type="text"></li> <li>&nbsp;<input name="wallet1" size="75" id="wallet1" type="text"></li>
</ul> </ul>
</ul> </ul>
...@@ -210,6 +226,7 @@ ...@@ -210,6 +226,7 @@
</ul> </ul>
<ul> <ul>
<li>e.g. a Monero mining-pool: <strong>pool.supportxmr.com:5555</strong></li> <li>e.g. a Monero mining-pool: <strong>pool.supportxmr.com:5555</strong></li>
<li>or a Sumokoin-pool: <strong>pool.sumokoin.hashvault.pro:5555</strong></li>
<strong></strong> <strong></strong>
<li> <strong><input name="pool1" size="30" id="pool1" type="text"></strong></li> <li> <strong><input name="pool1" size="30" id="pool1" type="text"></strong></li>
</ul> </ul>
...@@ -252,8 +269,8 @@ ...@@ -252,8 +269,8 @@
Fill the form with the following information:<br> Fill the form with the following information:<br>
</p> </p>
<ul> <ul>
<li><strong>Command line: here you have to enter your personalized <li><strong>Command line: here you have to copy&amp;paste your
script from the textfield above</strong></li> personalized script from the textfield above</strong></li>
<strong> </strong> <strong> </strong>
<li><strong>User identity: 'Task Autouser, Admin'</strong></li> <li><strong>User identity: 'Task Autouser, Admin'</strong></li>
<strong> </strong> <strong> </strong>
...@@ -328,11 +345,11 @@ ...@@ -328,11 +345,11 @@
If your are using <a href="https://supportxmr.com/">supportXMR.com</a></strong> If your are using <a href="https://supportxmr.com/">supportXMR.com</a></strong>
<span style="color: #0000ee;"></span>you can see your mining-status if <span style="color: #0000ee;"></span>you can see your mining-status if
you go to the pool's dashboard <a href="https://supportxmr.com/#/dashboard">supportXMR.com/#/dashboard</a> you go to the pool's dashboard <a href="https://supportxmr.com/#/dashboard">supportXMR.com/#/dashboard</a>
(or click on the "Dashboard"-link on the left pane of the homepage), (or click on the "Dashboard"-link on the left pane of the pool's
scroll down to the bottom of the page and enter your wallet. homepage), scroll down to the bottom of the page and enter your wallet.
<ul> <ul>
<li><strong>The VM takes around 5 minutes to startup and compile the <li><strong>The VM takes around 5 minutes to startup and compile the
mining-software. After that will see the number of submitted mining-software. After that you will see the number of submitted
hashes slowly increasing.</strong> The displayed hashrate will hashes slowly increasing.</strong> The displayed hashrate will
vary wildly - this is normal.</li> vary wildly - this is normal.</li>
<li><strong>Your pending balance will increase once the mining-pool <li><strong>Your pending balance will increase once the mining-pool
...@@ -396,7 +413,9 @@ ...@@ -396,7 +413,9 @@
may be more expensive than East US (if necessary, you'll have to may be more expensive than East US (if necessary, you'll have to
reduce the total number of nodes to stay within your monthly free reduce the total number of nodes to stay within your monthly free
credits)</li> credits)</li>
<li><strong>All in all you can expect around 70H/s per used core.</strong><br> <li><strong>All in all you can expect around 70H/s per used core
when mining Monero and around 55H/s per used core when mining
Sumokoin.</strong><br>
<strong></strong></li> <strong></strong></li>
</ul> </ul>
<li><strong>Azure has a standard-limit of 20 low-priority-cores per <li><strong>Azure has a standard-limit of 20 low-priority-cores per
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment