nanopool.org Open in urlscan Pro
2606:4700:10::6814:e619  Public Scan

URL: https://nanopool.org/
Submission Tags: falconsandbox
Submission: On December 09 via api from US — Scanned from DK

Form analysis 1 forms found in the DOM

<form class="form-horizontal" data-bind="submit: generate" style="margin-right: 15px;">
  <div class="form-group"><label class="col-sm-4 control-label">OS</label>
    <div class="col-sm-8">
      <div class="radio-inline"><label><input type="radio" value="Windows" data-bind="checked : os" style="margin-top: 2px" name="ko_unique_1" title="This field is required." data-orig-title="">Windows</label></div>
      <div class="radio-inline"><label><input type="radio" value="Linux" data-bind="checked : os" style="margin-top: 2px" name="ko_unique_2" title="This field is required." data-orig-title="">Linux</label></div><span class="validationMessage"
        data-bind="validationMessage: os" style="display: none;"></span>
    </div>
  </div>
  <div class="form-group"><label class="col-sm-4 control-label smallTooltip">GPU vendor</label>
    <div class="col-sm-8">
      <div class="radio-inline"><label><input type="radio" value="NVIDIA" data-bind="checked : gpu_vendor" style="margin-top: 2px" name="ko_unique_3" title="This field is required." data-orig-title="">NVIDIA</label></div>
      <div class="radio-inline" style="margin-left: 26px;"><label><input type="radio" value="AMD" data-bind="checked : gpu_vendor" style="margin-top: 2px; " name="ko_unique_4" title="This field is required." data-orig-title="">AMD</label></div><span
        class="validationMessage" data-bind="validationMessage: gpu_vendor" style="display: none;"></span>
    </div>
  </div>
  <div class="form-group"><label class="col-sm-4 control-label smallTooltip" for="worker">Worker
      name<a data-toggle="tooltip" data-placement="top" data-delay="{ show: 100, hide: 500}" title="" data-original-title="Computer(rig) identifier for receiving statistic."><span class="glyphicon glyphicon-info-sign glyphicon-tooltip"></span></a></label>
    <div class="col-sm-8"><input id="worker" data-bind="textInput : worker" placeholder="rig1" style="margin-top: 6px; width: 100%" title="This field is required." data-orig-title=""><span class="validationMessage"
        data-bind="validationMessage: worker" style="display: none;"></span></div>
  </div>
  <div class="form-group"><label class="col-sm-4 control-label smallTooltip"
      for="email">Email<a data-toggle="tooltip" data-placement="top" data-delay="{ show: 100, hide: 500}" title="" data-original-title="Email address for receiving alerts for your worker. Also used as password for changing settings on account page. This parameter does not have to be a valid email address. Case sensitive."><span class="glyphicon glyphicon-info-sign glyphicon-tooltip"></span></a></label>
    <div class="col-sm-8"><input id="email" data-bind="textInput : email" placeholder="email@example.com" style="margin-top: 6px; width: 100%" title="This field is required." data-orig-title=""><span class="validationMessage"
        data-bind="validationMessage: email" style="display: none;"></span></div>
  </div>
  <div class="form-group"><label class="col-sm-4 control-label smallTooltip" for="mainServer">Main
      server<a data-toggle="tooltip" data-placement="top" data-delay="{ show: 100, hide: 500}" title="" data-original-title="Main server for mining. Other servers will be used as failovers"><span class="glyphicon glyphicon-info-sign glyphicon-tooltip"></span></a></label>
    <div class="col-sm-8"><select id="mainServer" data-bind="options: servers, optionsText: 'title', optionsValue: 'id', value : mainServer, valueAllowUnset: false" style="margin-top: 6px; width: 150px" title="">
        <option value="eu1">Europe 1</option>
        <option value="eu2">Europe 2</option>
        <option value="asia1">Asia</option>
        <option value="us-west1">US West</option>
        <option value="us-east1">US East</option>
        <option value="jp1">Japan</option>
        <option value="au1">Australia</option>
      </select><span class="validationMessage" data-bind="validationMessage: mainServer" style="display: none;"></span></div>
  </div>
  <div class="form-group"><label class="col-sm-4 control-label smallTooltip" for="coin1">First
      algorithm<a data-toggle="tooltip" data-placement="top" data-delay="{ show: 100, hide: 500}" title="" data-original-title="Claymore DualMiner supports mining two cryptocurrencies at the same time."><span class="glyphicon glyphicon-info-sign glyphicon-tooltip"></span></a></label>
    <div class="col-sm-8"><select id="coin1" data-bind="options: coins1, value : coin1, valueAllowUnset: false" style="margin-top: 6px; width: 150px" title="">
        <option value="Ethereum">Ethereum</option>
        <option value="Ethereum Classic">Ethereum Classic</option>
      </select><span class="validationMessage" data-bind="validationMessage: coin1" style="display: none;"></span></div>
  </div>
  <div class="form-group"><label class="col-sm-4 control-label smallTooltip" for="address1">First algorithm
      address<a data-toggle="tooltip" data-placement="top" data-delay="{ show: 100, hide: 500}" data-bind="tooltip: { title: address1_description, html: true }" data-original-title="" title=""><span class="glyphicon glyphicon-info-sign glyphicon-tooltip"></span></a></label>
    <div class="col-sm-8"><input id="address1" data-bind="textInput : address1, enable: address1_enabled, attr: {placeholder: address1_placeholder}" style="margin-top: 6px; width: 100%" title="This field is required." data-orig-title=""
        placeholder="0x52bc44d5378309ee2abf1539bf71de1b7d7be3b5"><span class="validationMessage" data-bind="validationMessage: address1" style="display: none;"></span></div>
  </div>
  <div class="form-group"><label class="col-sm-4 control-label" for="coin2">Second
      algorithm<a data-toggle="tooltip" data-placement="top" data-delay="{ show: 100, hide: 500}" title="" data-original-title="Claymore DualMiner supports mining two cryptocurrencies at the same time."><span class="glyphicon glyphicon-info-sign glyphicon-tooltip"></span></a></label>
    <div class="col-sm-8"><select id="coin2" data-bind="options: coins2, value : coin2, valueAllowUnset: false" style="margin-top: 6px; width: 150px" title="">
        <option value="SiaCoin">SiaCoin</option>
        <option value="PascalCoin">PascalCoin</option>
        <option value="None">None</option>
      </select><span class="validationMessage" data-bind="validationMessage: coin2" style="display: none;"></span></div>
  </div>
  <div class="form-group" data-bind="visible: has_pid2" style="display: none;"><label class="col-sm-4 control-label smallTooltip">Second algorithm wallet
      type<a data-toggle="tooltip" data-placement="top" data-delay="{ show: 100, hide: 500}" title="" data-original-title="If you mine direct to your own wallet choose option 'Local'. If you mine to exchange select option 'Exchange'"><span class="glyphicon glyphicon-info-sign glyphicon-tooltip"></span></a></label>
    <div class="col-sm-8">
      <div class="radio-inline"><label><input type="radio" value="Local" data-bind="checked : wallet_type2, enable: wallet_type2_enabled" style="margin-top: 2px" checked="" name="ko_unique_5" title="" disabled="">Local wallet</label></div>
      <div class="radio-inline" style="margin-left: 26px;"><label><input type="radio" value="Exchange" data-bind="checked : wallet_type2, enable: wallet_type2_enabled" style="margin-top: 2px; " name="ko_unique_6" title="" disabled="">Exchange
          wallet</label></div><span class="validationMessage" data-bind="validationMessage: wallet_type2" style="display: none;"></span>
    </div>
  </div>
  <div class="form-group" data-bind="visible: ex_address2_enabled() &amp;&amp; has_pid2()" style="display: none;"><label class="col-sm-4 control-label" for="ex_address2">Second algorithm exchange</label>
    <div class="col-sm-8"><select id="ex_address2" data-bind="options: ex_addresses2, value : ex_address2, enable: ex_address2_enabled, optionsText: 'name', optionsValue: 'address', optionsCaption: '', allowUnset: false"
        style="margin-top: 6px; width: 150px" title="" disabled="">
        <option value=""></option>
      </select><span class="validationMessage" data-bind="validationMessage: ex_address2" style="display: none;"></span></div>
  </div>
  <div class="form-group" data-bind="visible: address2_enabled"><label class="col-sm-4 control-label smallTooltip" for="address2">Second algorithm
      address<a data-toggle="tooltip" data-placement="top" data-delay="{ show: 100, hide: 500}" data-bind="tooltip: { title: address2_description, html: true }" data-original-title="" title=""><span class="glyphicon glyphicon-info-sign glyphicon-tooltip"></span></a></label>
    <div class="col-sm-8"><input id="address2" data-bind="textInput : address2, enable: address2_enabled, attr: {placeholder: address2_placeholder}" style="margin-top: 6px; width: 100%" title="This field is required." data-orig-title=""
        placeholder="d9bab20f644d50a30ded4f131ed5bf57c59889e98801e9db0dde858f1db667ae15c7531c3309"><span class="validationMessage" data-bind="validationMessage: address2" style="display: none;"></span></div>
  </div>
  <div class="form-group" data-bind="visible: ex_address2_enabled() &amp;&amp; has_pid2()" style="display: none;"><label class="col-sm-4 control-label smallTooltip" for="pid2">Second algorithm payment
      ID<a data-toggle="tooltip" data-placement="top" data-delay="{ show: 100, hide: 500}" title="" data-original-title="Payment-ID(payload) is usually used by exchanges to determine the account for deposit"><span class="glyphicon glyphicon-info-sign glyphicon-tooltip"></span></a></label>
    <div class="col-sm-8"><input id="pid2" data-bind="textInput : pid2, enable: pid2_enabled" style="margin-top: 6px; width: 100%" title="" disabled=""><span class="validationMessage" data-bind="validationMessage: pid2" style="display: none;"></span>
    </div>
  </div>
  <div class="form-group">
    <div class="col-sm-12"><a class="btn btn-primary pull-right" href="#" data-dismiss="modal">Close</a><button class="btn btn-primary pull-right" type="submit" style="margin-right: 5px;">Generate</button></div>
  </div>
</form>

Text Content

×


CLAYMORE DUALMINER CONFIG GENERATOR (BETA TEST)

OS
Windows
Linux
GPU vendor
NVIDIA
AMD
Worker name

Email

Main server
Europe 1Europe 2AsiaUS WestUS EastJapanAustralia
First algorithm
EthereumEthereum Classic
First algorithm address

Second algorithm
SiaCoinPascalCoinNone
Second algorithm wallet type
Local wallet
Exchange wallet
Second algorithm exchange

Second algorithm address

Second algorithm payment ID

CloseGenerate


WELCOME TO NANOPOOL


ETHEREUM CLASSIC

 * 

Pool Hashrate520.6 Gh/sMiners Count928Workers Count1,931Price0.35mɃ $34.15

 * Payouts 0.1 - 100 ETC
 * Algorithm Etchash


HOW TO CONNECT

 1. Download the miner:nanominer
 2. Extract archive to any folder
 3. Configure miner

 4. Execute nanominer.exe

Start Mining


MONERO

 * 

Pool Hashrate1,138,638.0 kH/sMiners Count2,442Workers Count13,887Price2.02mɃ
$197.03

 * Payouts 0.11 - 10 XMR
 * Algorithm RandomX


HOW TO CONNECT

 1. Download the miner:nanominer
 2. Extract archive to any folder
 3. Configure miner

 4. Execute nanominer.exe

Start Mining


RAVEN

 * 

Pool Hashrate253.1 Gh/sMiners Count1,028Workers Count3,197Price 1k0.29mɃ $29.22

 * Payouts 50 - 50000 RVN
 * Algorithm KAWPOW


HOW TO CONNECT

 1. Download the miner:NanominerT-Rex(NVIDIA)Avermore(AMD)
 2. Extract archive to any folder
 3. Set your RavenCoin address, worker name and email(optional).

 4. Start miner

Start Mining


CONFLUX

 * 

Pool Hashrate568.7 Gh/sMiners Count598Workers Count1,520Price0.00mɃ $0.22

 * Payouts 1 - 100 CFX
 * Algorithm Octopus


HOW TO CONNECT

 1. Download the miner:Nanominer(NVIDIA)NBMiner(AMD)
 2. Extract archive to any folder
 3. Set your wallet address, worker name, email and coin/algorithm.

 4. Start miner

Start Mining


ERGO

 * 

Pool Hashrate565.0 Gh/sMiners Count479Workers Count1,086Price0.02mɃ $1.97

 * Payouts 1 - 500 ERGO
 * Algorithm Autolykos v2


HOW TO CONNECT

 1. Download the miner:NanominerSRBminer
 2. Extract archive to any folder
 3. Set your wallet address, worker name, email and coin/algorithm.

 4. Start miner

Start Mining


ZEPHYR

 * 

Pool Hashrate72,777.6 kH/sMiners Count135Workers Count1,477Price0.03mɃ $3.67

 * Payouts 0.1 - 50 ZEPH
 * Algorithm RandomX


HOW TO CONNECT

 1. Download the miner:lol-miner
 2. Extract archive to any folder
 3. Configure miner

Start Mining


ZEPHYR

Pool Hashrate72,777.6 kH/sMiners Count135Price0.03mɃ $3.67

 * Payouts 0.1 - 50 ZEPH
 * Algorithm RandomX

Quick Start
Overview


ZEPHYR


WEBSITE IS UNDER MAINTENANCE. PLEASE, CHECK AGAIN LATER. MINING PROCESS IS NOT
AFFECTED.


ETHEREUM CLASSIC

Pool Hashrate520.6 Gh/sMiners Count928Price0.35mɃ $34.15

 * Payouts 0.1 - 100 ETC
 * Algorithm Etchash

Quick Start
Overview


ETHEREUM CLASSIC


WEBSITE IS UNDER MAINTENANCE. PLEASE, CHECK AGAIN LATER. MINING PROCESS IS NOT
AFFECTED.


MONERO

Pool Hashrate1,138,638.0 kH/sMiners Count2,442Price2.02mɃ $197.03

 * Payouts 0.11 - 10 XMR
 * Algorithm RandomX

Quick Start
Overview


MONERO


WEBSITE IS UNDER MAINTENANCE. PLEASE, CHECK AGAIN LATER. MINING PROCESS IS NOT
AFFECTED.


RAVEN

Pool Hashrate253.1 Gh/sMiners Count1,028Price 1k0.29mɃ $29.22

 * Payouts 50 - 50000 RVN
 * Algorithm KAWPOW

Quick Start
Overview


RAVEN


WEBSITE IS UNDER MAINTENANCE. PLEASE, CHECK AGAIN LATER. MINING PROCESS IS NOT
AFFECTED.


CONFLUX

Pool Hashrate568.7 Gh/sMiners Count598Price0.00mɃ $0.22

 * Payouts 1 - 100 CFX
 * Algorithm Octopus

Quick Start
Overview


CONFLUX


WEBSITE IS UNDER MAINTENANCE. PLEASE, CHECK AGAIN LATER. MINING PROCESS IS NOT
AFFECTED.


ERGO

Pool Hashrate565.0 Gh/sMiners Count479Price0.02mɃ $1.97

 * Payouts 1 - 500 ERGO
 * Algorithm Autolykos v2

Quick Start
Overview


ERGO


WEBSITE IS UNDER MAINTENANCE. PLEASE, CHECK AGAIN LATER. MINING PROCESS IS NOT
AFFECTED.