cryptunit.com Ads.txt file

<!DOCTYPE html><html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-VQ5CJMRZSK"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-VQ5CJMRZSK');
</script>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">

<!-- Twitter -->
<meta name="twitter:site" content="@cryptunitcom">
<meta name="twitter:creator" content="@cryptunitcom">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="CryptUnit - Hi. What are you mining today?">
<meta name="twitter:description" content="The most advanced Cryptonote / Cryptonight Mining Calculator and Research platform. Mining pools and hashrate monitoring. Hardware wizard. CPU/GPU mineable coins.">


<!-- OG -->
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="751">
<meta property="og:title" content="CryptUnit - Hi. What are you mining today?">
<meta property="og:description" content="The most advanced Cryptonote / Cryptonight Mining Calculator and Research platform. Mining pools and hashrate monitoring. Hardware wizard. CPU/GPU mineable coins.">
<meta property="og:url" content="https://www.cryptunit.com/">

<meta property="og:image" content="https://www.cryptunit.com/cryptunitcom.png">
<meta name="twitter:image" content="https://www.cryptunit.com/cryptunitcom.png">


<!-- Meta -->
<!-- Page title -->
<title>CryptUnit - Hi. What are you mining today?</title>
<meta name="description" content="The most advanced Cryptonote / Cryptonight Mining Calculator and Research platform. Mining pools and hashrate monitoring. Hardware wizard. CPU/GPU mineable coins.">
<meta name="keywords" content="cryptonight, cryptonote, calculator, cpu, gpu, research, data, api, pools, monero, exchanges, markets, marketcap, monitoring, hardware">
<meta name="author" content="Cryptunit.com">


<!-- Icons & theme -->
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">



<!-- vendor css -->
<link rel="stylesheet" href="https://www.cryptunit.com/vendor/select2/dist/css/select2.min.css"/>

<link href="https://www.cryptunit.com/lib/@fortawesome/fontawesome-free/css/all.min.css" rel="stylesheet">
<link href="https://www.cryptunit.com/lib/ionicons/css/ionicons.min.css" rel="stylesheet">
<link href="https://www.cryptunit.com/lib/cryptofont/css/cryptofont.min.css" rel="stylesheet">
<link href="https://www.cryptunit.com/lib/highcharts/highcharts.css" rel="stylesheet">
<link rel="stylesheet" href="https://www.cryptunit.com/vendor/toastr/toastrV3.min.css?27du7u77"/>


<!-- DashForge CSS -->
<link rel="stylesheet" href="https://www.cryptunit.com/assets/css/dashforge.css?050520c">
<link rel="stylesheet" href="https://www.cryptunit.com/assets/css/cryptunit.dark.css?33r3a12s">
<link rel="stylesheet" href="https://www.cryptunit.com/assets/css/dashforge.dashboard.css">


<script src="https://www.cryptunit.com/lib/jquery/jquery.min.js"></script>
<script src="https://www.cryptunit.com/lib/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="https://www.cryptunit.com/lib/feather-icons/feather.min.js"></script>
<script src="https://www.cryptunit.com/lib/perfect-scrollbar/perfect-scrollbar.min.js"></script>
<script src="https://www.cryptunit.com/lib/jquery.flot/jquery.flot.js"></script>
<script src="https://www.cryptunit.com/lib/jquery.flot/jquery.flot.stack.js"></script>
<script src="https://www.cryptunit.com/lib/jquery.flot/jquery.flot.resize.js"></script>
<script src="https://www.cryptunit.com/lib/jquery.flot/jquery.flot.time.js"></script>
<script src="https://www.cryptunit.com/lib/datatables.net/js/jquery.dataTables.min.js"></script>
<script src="https://www.cryptunit.com/lib/datatables.net-dt/js/dataTables.dataTables.min.js"></script>
<script src="https://www.cryptunit.com/lib/datatables.net-responsive/js/dataTables.responsive.min.js"></script>
<script src="https://www.cryptunit.com/lib/datatables.net-responsive-dt/js/responsive.dataTables.min.js"></script>
<script src="https://www.cryptunit.com/lib/cookie/jquery.cookie.js"></script>
<script src="https://www.cryptunit.com/vendor/bootstrap3-typeahead/bootstrap3-typeahead.min.js"></script>
<script src="https://www.cryptunit.com/ads/ads.js?&adunit=1"></script>
<script src="https://www.cryptunit.com/vendor/select2/dist/js/select2.js"></script>
<script src="https://www.cryptunit.com/vendor/toastr/toastr.min.js"></script>


<script src="https://www.cryptunit.com/lib/chart.js/Chart.bundle.min.js"></script>

<script src="https://www.cryptunit.com/assets/js/dashforge.js"></script>
<script src="https://www.cryptunit.com/assets/js/dashforge.sampledata.js"></script>

<!-- append theme customizer -->
<script src="https://www.cryptunit.com/lib/js-cookie/js.cookie.js"></script>


<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-112181429-1"></script>


<script>

window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'UA-112181429-1');

$(document).ready(function () {

$.get('https://www.cryptunit.com/api/searchdata.php', function (data) {
$(".cryptunit_search").typeahead({
source: data.searchdata,
afterSelect: function (item) {
window.location.href = item.url;
}


});
}, 'json');



if( window.canRunAds === undefined ){

$("#sa-title").show();
$(".showblocked").show();
}


});
</script>



<script>


if ($.cookie("cssdark")) {
$('link[href="https://www.cryptunit.com/assets/css/cryptunit.dark.css?33r3a12s"]').prop('disabled', false);
} else {
$('link[href="https://www.cryptunit.com/assets/css/cryptunit.dark.css?33r3a12s"]').prop('disabled', true);
}

$(document).ready(function () {

$("#darklight").click(function () {

if ($.cookie("cssdark")) {
$('link[href="https://www.cryptunit.com/assets/css/cryptunit.dark.css?33r3a12s"]').prop('disabled', true);
$.removeCookie('cssdark', { path: '/' });

} else {
$('link[href="https://www.cryptunit.com/assets/css/cryptunit.dark.css?33r3a12s"]').prop('disabled', false);
$.cookie("cssdark", "dark", { expires: 365, path: '/' });

}

return false;
});
});





</script>

<style>

.table-hover-details tbody tr:hover {
background-color: #5656562b;
}

</style>


<script type="text/javascript">
(function(){
var bsa_optimize=document.createElement('script');
bsa_optimize.type='text/javascript';
bsa_optimize.async=true;
bsa_optimize.src='https://cdn4.buysellads.net/pub/cryptounit.js?'+(new Date()-new Date()%600000);
(document.getElementsByTagName('head')[0]||document.getElementsByTagName('body')[0]).appendChild(bsa_optimize);
})();
</script>



</head>
<body class="page-profile">
<script async src="https://coinzillatag.com/lib/display.js"></script>



<script async src="https://appsha-prm.ctengine.io/js/script.js?wkey=89v4uv"></script>







<style>


.navbar-header .navbar-brand {
display: flex;
align-items: center;
padding-left: 0px;
margin-right: 0;

}
</style>
<header class="navbar navbar-header">
<a href="" id="mainMenuOpen" class="burger-menu"><i data-feather="menu"></i></a>
<div class="containerfixed pd-x-0 pd-lg-x-10 pd-xl-x-0">
<div class="navbar-brand">
<a href="https://www.cryptunit.com/" class="df-logo d-inline"><img src="https://www.cryptunit.com/cryptunitlogoblue.png" width="23"> CryptUnit</a>
</div><!-- navbar-brand -->
<div id="navbarMenu" class="navbar-menu-wrapper">
<div class="navbar-menu-header">
<a href="https://www.cryptunit.com" class="df-logo"><img src="https://www.cryptunit.com/cryptunitlogoblue.png" style="display: inline; vertical-align: top; width: 23px; margin-right:8px;"> CryptUnit</a>
<a id="mainMenuClose" href=""><i data-feather="x"></i></a>
</div><!-- navbar-menu-header -->
<ul class="nav navbar-menu">
<li class="nav-label pd-l-20 pd-lg-l-25 d-lg-none">Main Navigation</li>
<li class="nav-item"><a href="https://www.cryptunit.com/" class="nav-link"><i data-feather="grid"></i> Home</a></li>
<li class="nav-item"><a href="https://www.cryptunit.com/coins" class="nav-link"><i data-feather="info"></i> Coins</a></li>
<li class="nav-item"><a href="https://www.cryptunit.com/news" class="nav-link"><i data-feather="file"></i> News</a></li>
<li class="nav-item with-sub">
<a href="" class="nav-link"><i data-feather="activity"></i> Mining</a>
<div class="navbar-menu-sub">
<div class="d-lg-flex">
<ul>

<li class="nav-sub-item"><a href="https://www.cryptunit.com/downloads" class="nav-sub-link"><i data-feather="activity"></i>Software</a></li>
<li class="nav-sub-item"><a href="https://www.cryptunit.com/wizard" class="nav-sub-link"><i data-feather="cpu"></i>Hardware</a></li>
<li class="nav-sub-item"><a href="https://www.cryptunit.com/miningoslist" class="nav-sub-link"><i data-feather="package"></i>Mining OS</a></li>
<li class="nav-sub-item"><a href="https://www.cryptunit.com/poolgroups" class="nav-sub-link"><i data-feather="layers"></i>Pool Groups</a></li>


</ul>
<ul>

<li class="nav-sub-item"><a href="https://www.cryptunit.com/fact/XMR?hr=20000" class="nav-sub-link"><i data-feather="check-circle"></i>Mining Facts</a></li>
<li class="nav-sub-item"><a href="https://www.cryptunit.com/algos" class="nav-sub-link"><i data-feather="bar-chart-2"></i> Mining Algos</a></li>
<li class="nav-sub-item"><a href="https://www.cryptunit.com/browsermining" class="nav-sub-link"><i data-feather="globe"></i> Browser Mining</a></li>
<li class="nav-sub-item"><a href="https://www.cryptunit.com/faq" class="nav-sub-link"><i data-feather="book"></i> Mining FAQ</a></li>

</ul>
</div>
</div><!-- nav-sub -->
</li>
<li class="nav-item"><a href="https://www.cryptunit.com/wallets" class="nav-link"><i data-feather="credit-card"></i> Wallets</a></li>
<li class="nav-item"><a href="https://www.cryptunit.com/converter" class="nav-link"><i data-feather="repeat"></i> Convert</a></li>
<li class="nav-item"><a href="https://www.cryptunit.com/papergenerator" class="nav-link"><i data-feather="credit-card"></i> Paper</a></li>

<li class="nav-item with-sub">
<a href="" class="nav-link"><i data-feather="dollar-sign"></i> Trading</a>
<ul class="navbar-menu-sub">
<li class="nav-sub-item"><a href="https://www.cryptunit.com/market" class="nav-sub-link"><i data-feather="layout"></i>Market Overview</a></li>
<li class="nav-sub-item"><a href="https://www.cryptunit.com/exchanges" class="nav-sub-link"><i data-feather="refresh-cw"></i>Exchanges</a></li>

</ul>
</li>
<li class="nav-item with-sub">
<a href="" class="nav-link"><i data-feather="layers"></i> Devs</a>
<ul class="navbar-menu-sub">
<li class="nav-sub-item"><a href="https://www.cryptunit.com/api/" class="nav-sub-link"><i data-feather="database"></i>API</a></li>
<li class="nav-sub-item"><a href="https://www.cryptunit.com/widgets/" class="nav-sub-link"><i data-feather="airplay"></i>Widgets</a></li>
<li class="nav-sub-item"><a href="https://www.cryptunit.com/coinstimeline" class="nav-sub-link"><i data-feather="git-pull-request"></i>Coins Timeline</a></li>
<li class="nav-sub-item"><a href="https://www.cryptunit.com/cryptonote" class="nav-sub-link"><i data-feather="book-open"></i>Cryptonote</a></li>
</ul>
</li>

</ul>

</div><!-- navbar-menu-wrapper -->
<div class="navbar-right " style="width: unset; padding-right:0px;">

<div class="search-form mg-sm-t-0 " >
<input type="search" class="form-control wd-100 cryptunit_search" placeholder="Search...">

</div>


<button class="btn pd-r-0" id="darklight"><i data-feather="moon"></i></button>
<button class="btn pd-r-0 pd-l-10" id="sa-title" data-toggle="modal" data-target="#donatealert" style="display: none;"><i data-feather="battery-charging" class="tx-danger wd-20 ht-20"></i></button>

</div><!-- navbar-right -->
</div>

</header><!-- navbar -->
<div class="content bd-b subheaderbacksmall" style="padding-top: 6px; padding-bottom: 6px; ">
<div class="container pd-x-0 pd-lg-x-10 pd-xl-x-0">

<span class="tx-13 text-nowrap mg-r-15">Cryptonote Market Cap: <a href="https://www.cryptunit.com/market">$5,214,648,852</a></span> <span class="tx-13 text-nowrap mg-r-15">24h Volume: <a href="https://www.cryptunit.com/market">$83,816,467</a></span> <span class="tx-13 text-nowrap mg-r-15">Exchanges: <a href="https://www.cryptunit.com/exchanges">29</a></span> <span class="tx-13 text-nowrap mg-r-15">Coins: <a href="https://www.cryptunit.com/coins">78 (13 tradable)</a></span>




<span class="text-nowrap d-none d-inline" style="float:right;"><img src="https://www.cryptunit.com/coinicons/btc.png" alt="Bitcoin" width="20"/> <span class="tx-bold d-none d-xl-inline">BTC</span> $111,833</span>
<span class="text-nowrap mg-r-15 d-none d-inline" style="float:right;"><img src="https://www.cryptunit.com/coinicons/5.png" alt="Monero" width="20"/> <a href="https://www.cryptunit.com/coin/XMR"><span class="tx-bold d-none d-xl-inline">XMR</span> $267</a></span>

</div>
</div>
<div class="modal fade effect-scale" id="donatealert" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered" role="document">
<div class="modal-content">
<div class="modal-body pd-20 pd-sm-30">
<button type="button" class="close pos-absolute t-15 r-20" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">&times;</span>
</button>
<h4 class="modal-title">Whitelist cryptunit.com</h4>
<b>Please consider supporting us by disabling your ad blocker on our website.</b><br><br> If the CryptUnit site is one you enjoy and visit frequently, we encourage you to whitelist it. <br><a href='https://www.cryptunit.com/donate'>View more donation options.</a>
<br><br>
<b>Thank You in Advance!</b><br>
<i class="fa fa-heart tx-danger"></i> Cryptunit Team.
</div>

<div class="modal-footer">
<div class="wd-100p d-flex flex-column flex-sm-row justify-content-end">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</div>



<div class="content">
<div class="container pd-x-0 pd-lg-x-10 pd-xl-x-0">

<div class="row row-xs">


<div class="col-lg-12 mg-b-20 mg-t-0 align-items-baseline text-center overflow-hidden">
<div class="panel" style="">
<div class="panel-body" style="text-align:center; display: table; margin: 0 auto;">


<div class="coinzilla" data-zone="C-294255b77e8830d26c"></div>
<script>
window.coinzilla_display = window.coinzilla_display || [];
var c_display_preferences = {};
c_display_preferences.zone = "294255b77e8830d26c";
c_display_preferences.width = "728";
c_display_preferences.height = "90";
coinzilla_display.push(c_display_preferences);
</script>



<!--

<div id="bsa-zone_1616697291701-0_123456"></div>

-->






</div>
</div> </div>

</div>




<div class="row row-xs">



<div class="col-lg-9 mg-t-10 " id="mainbar">

<div class="card card-crypto mg-b-15">
<form id="cuform" action="/" method="post" class="mg-b-0">
<input type="hidden" id="activetab" name="activetab" value="auto">



<div class="card-header pd-y-8 d-flex align-items-center justify-content-between">
<nav class="nav nav-line" id="myTab" role="tablist">
<a class="nav-link active" id="auto" data-toggle="tab" href="#tab-1" role="tab" aria-controls="auto" aria-selected="true">AUTO</a>
<a class="nav-link " id="advanced" data-toggle="tab" href="#tab-2" role="tab" aria-controls="advanced" aria-selected="false">CUSTOM</a>
<a class="nav-link " id="wizard" data-toggle="tab" href="#tab-3" role="tab" aria-controls="wizard" aria-selected="false">HARDWARE</a>

</nav>

<ul class="list-inline d-flex mg-b-0">
<li class="list-inline-item d-flex align-items-center">
<a href="?c=1" class="tx-12 link-03"><i class="fas fa-sync-alt"></i> Reset</a>
</li>

</ul>



</div><!-- card-header -->
<div class="card-body pd-10 pd-sm-20">

<div class="tab-content mg-b-15" id="myTabContent">

<div class="tab-pane active" id="tab-1" role="tabpanel" aria-labelledby="auto-tab">

<div class="row">


<div class="col-lg-3 mg-b-15 text-nowrap">
<h6 class="tx-uppercase tx-11 tx-spacing-1 tx-color-03 mg-b-20">Your minig device(s) <a tabindex="0" class="helppopover" role="button" data-toggle="popover" data-placement="bottom" data-trigger="focus" title="Select your mining device" data-content="This is very important. Cryptunit will filter the algorithms based on the device selected. For example, some algorithms cannot be mined with an ASIC device or with a GPU."><i class="far fa-question-circle"></i></a></h6>
<div class="mg-t-15 text-nowrap">
<div class="custom-control custom-radio d-inline mg-r-10">
<input type="radio" id="customRadio1" name="selector" class="custom-control-input" value="gpu" checked>
<label class="custom-control-label" for="customRadio1">GPU</label>
</div>

<div class="custom-control custom-radio d-inline mg-r-10">
<input type="radio" id="customRadio2" name="selector" class="custom-control-input" value="cpu" >
<label class="custom-control-label" for="customRadio2">CPU</label>
</div>
<div class="custom-control custom-radio d-inline">
<input type="radio" id="customRadio3" name="selector" class="custom-control-input" value="asic" >
<label class="custom-control-label" for="customRadio3">ASIC</label>
</div>
</div>
</div>
<div class="col-lg-4 mg-b-15">


<h6 class="tx-uppercase tx-11 tx-spacing-1 tx-color-03 mg-b-10">Base algo for auto calc <a tabindex="0" class="helppopover" role="button" data-toggle="popover" data-trigger="focus" data-placement="bottom" title="Base Algorithm" data-content="Choose an algorithm you've already mined and know the hashrate for your devices. Cryptunit will calculate hashrates for other algorithms. Important: This is an approximation! For the most accurate result use the ''Custom'' tab."><i class="far fa-question-circle"></i></a></h6>


<select class="custom-select" id="algoselect" name="algoselect">



<option value="algo1" data-algoname="CN (ASIC)" data-algoshortname="normal" data-algolongname="Cryptonight (ASIC)" selected >Cryptonight (ASIC)</option><option value="algo5" data-algoname="CN Heavy" data-algoshortname="heavy" data-algolongname="Cryptonight Heavy" >Cryptonight Heavy</option><option value="algo6" data-algoname="CN Haven" data-algoshortname="haven" data-algolongname="Cryptonight Haven" >Cryptonight Haven</option><option value="algo19" data-algoname="CN Upx" data-algoshortname="upx" data-algolongname="Cryptonight Upx" >Cryptonight Upx</option><option value="algo20" data-algoname="CN Turtle" data-algoshortname="trtl" data-algolongname="Cryptonight Turtle" >Cryptonight Turtle</option><option value="algo21" data-algoname="CN Fast2" data-algoshortname="fast2" data-algolongname="Cryptonight Fast V2" >Cryptonight Fast V2</option><option value="algo22" data-algoname="CN GPU" data-algoshortname="gpu" data-algolongname="Cryptonight GPU" >Cryptonight GPU</option><option value="algo25" data-algoname="CN R" data-algoshortname="cnR" data-algolongname="Cryptonight R" >Cryptonight R</option><option value="algo31" data-algoname="RND X" data-algoshortname="rX" data-algolongname="RandomX" >RandomX</option><option value="algo35" data-algoname="RND ARQ" data-algoshortname="rARQ" data-algolongname="Random ARQ" >Random ARQ</option><option value="algo38" data-algoname="C29s" data-algoshortname="C29s" data-algolongname="Cuckaroo29s" >Cuckaroo29s</option><option value="algo48" data-algoname="PPowZ" data-algoshortname="PPowZ" data-algolongname="ProgPowZ" >ProgPowZ</option><option value="algo51" data-algoname="Arg Chukwa v2" data-algoshortname="ArgChukwa2" data-algolongname="Argon2 Chukwa v2" >Argon2 Chukwa v2</option><option value="algo52" data-algoname="Panthera" data-algoshortname="Panthera" data-algolongname="Panthera" disabled="disabled">Panthera</option><option value="algo54" data-algoname="DynexSolve" data-algoshortname="DynexS" data-algolongname="DynexSolve" >DynexSolve</option>
</select>
</div>
<div class="col-lg-5 mg-b-15 ">

<h6 class="tx-uppercase tx-11 tx-spacing-1 tx-color-03 mg-b-10" id="hashratetitle">Cryptonight (ASIC) Algo hashrate</h6>
<div class="input-group">
<div class="input-group-prepend">
<span class="input-group-text" id="hashratelabel">CN (ASIC)</span>
</div>
<input class="form-control" aria-label="Hashrate" type="number" min="1" step="any" id="hashrate" name="hashrate" autocomplete="off" value="2000" oninput="this.value = Math.abs(this.value)">
<div class="input-group-append">
<span class="input-group-text">h/s</span>
</div>
</div>
</div>

<div class="col-lg-12 ">
<div data-label="Auto calculated for gpu, based on CN (ASIC) algo" class="df-example demo-forms" id="autotitle">

<div class="row row-xs">
<div class='col-lg-3 col-sm-6 normalvaluebox' style=''> <div class='custom-control custom-checkbox'><input type='checkbox' class='custom-control-input algoTemp' id='algocheck1' value=1 name='algofilter[]' onclick='testAlgoFilter();' checked ><label class='custom-control-label normallabel' for='algocheck1' style=''><strong>Normal (ASIC):</strong> <span class="normalvalue" >2000</span></label></div><input type="hidden" id="hashrate1" name="hashrate[1][]" value="2000"><input type="hidden" id="algoTemp1" name="algoTemp[1][]" value="1"></div><div class='col-lg-3 col-sm-6 heavyvaluebox' style=''> <div class='custom-control custom-checkbox'><input type='checkbox' class='custom-control-input algoTemp' id='algocheck5' value=5 name='algofilter[]' onclick='testAlgoFilter();' checked ><label class='custom-control-label heavylabel' for='algocheck5' style=''><strong>Heavy:</strong> <span class="heavyvalue" >1550</span></label></div><input type="hidden" id="hashrate5" name="hashrate[5][]" value="1550"><input type="hidden" id="algoTemp5" name="algoTemp[5][]" value="1"></div><div class='col-lg-3 col-sm-6 havenvaluebox' style=''> <div class='custom-control custom-checkbox'><input type='checkbox' class='custom-control-input algoTemp' id='algocheck6' value=6 name='algofilter[]' onclick='testAlgoFilter();' checked ><label class='custom-control-label havenlabel' for='algocheck6' style=''><strong>Haven:</strong> <span class="havenvalue" >1550</span></label></div><input type="hidden" id="hashrate6" name="hashrate[6][]" value="1550"><input type="hidden" id="algoTemp6" name="algoTemp[6][]" value="1"></div><div class='col-lg-3 col-sm-6 upxvaluebox' style=''> <div class='custom-control custom-checkbox'><input type='checkbox' class='custom-control-input algoTemp' id='algocheck19' value=19 name='algofilter[]' onclick='testAlgoFilter();' checked ><label class='custom-control-label upxlabel' for='algocheck19' style=''><strong>Upx:</strong> <span class="upxvalue" >58800</span></label></div><input type="hidden" id="hashrate19" name="hashrate[19][]" value="58800"><input type="hidden" id="algoTemp19" name="algoTemp[19][]" value="1"></div><div class='col-lg-3 col-sm-6 trtlvaluebox' style=''> <div class='custom-control custom-checkbox'><input type='checkbox' class='custom-control-input algoTemp' id='algocheck20' value=20 name='algofilter[]' onclick='testAlgoFilter();' checked ><label class='custom-control-label trtllabel' for='algocheck20' style=''><strong>Trtl:</strong> <span class="trtlvalue" >15960</span></label></div><input type="hidden" id="hashrate20" name="hashrate[20][]" value="15960"><input type="hidden" id="algoTemp20" name="algoTemp[20][]" value="1"></div><div class='col-lg-3 col-sm-6 fast2valuebox' style=''> <div class='custom-control custom-checkbox'><input type='checkbox' class='custom-control-input algoTemp' id='algocheck21' value=21 name='algofilter[]' onclick='testAlgoFilter();' checked ><label class='custom-control-label fast2label' for='algocheck21' style=''><strong>Fast2:</strong> <span class="fast2value" >3800</span></label></div><input type="hidden" id="hashrate21" name="hashrate[21][]" value="3800"><input type="hidden" id="algoTemp21" name="algoTemp[21][]" value="1"></div><div class='col-lg-3 col-sm-6 gpuvaluebox' style=''> <div class='custom-control custom-checkbox'><input type='checkbox' class='custom-control-input algoTemp' id='algocheck22' value=22 name='algofilter[]' onclick='testAlgoFilter();' checked ><label class='custom-control-label gpulabel' for='algocheck22' style=''><strong>Gpu:</strong> <span class="gpuvalue" >1650</span></label></div><input type="hidden" id="hashrate22" name="hashrate[22][]" value="1650"><input type="hidden" id="algoTemp22" name="algoTemp[22][]" value="1"></div><div class='col-lg-3 col-sm-6 cnRvaluebox' style=''> <div class='custom-control custom-checkbox'><input type='checkbox' class='custom-control-input algoTemp' id='algocheck25' value=25 name='algofilter[]' onclick='testAlgoFilter();' checked ><label class='custom-control-label cnRlabel' for='algocheck25' style=''><strong>CnR:</strong> <span class="cnRvalue" >2000</span></label></div><input type="hidden" id="hashrate25" name="hashrate[25][]" value="2000"><input type="hidden" id="algoTemp25" name="algoTemp[25][]" value="1"></div><div class='col-lg-3 col-sm-6 rXvaluebox' style=''> <div class='custom-control custom-checkbox'><input type='checkbox' class='custom-control-input algoTemp' id='algocheck31' value=31 name='algofilter[]' onclick='testAlgoFilter();' checked ><label class='custom-control-label rXlabel' for='algocheck31' style=''><strong>RX:</strong> <span class="rXvalue" >1180</span></label></div><input type="hidden" id="hashrate31" name="hashrate[31][]" value="1180"><input type="hidden" id="algoTemp31" name="algoTemp[31][]" value="1"></div><div class='col-lg-3 col-sm-6 rARQvaluebox' style=''> <div class='custom-control custom-checkbox'><input type='checkbox' class='custom-control-input algoTemp' id='algocheck35' value=35 name='algofilter[]' onclick='testAlgoFilter();' checked ><label class='custom-control-label rARQlabel' for='algocheck35' style=''><strong>RARQ:</strong> <span class="rARQvalue" >1180</span></label></div><input type="hidden" id="hashrate35" name="hashrate[35][]" value="1180"><input type="hidden" id="algoTemp35" name="algoTemp[35][]" value="1"></div><div class='col-lg-3 col-sm-6 C29svaluebox' style=''> <div class='custom-control custom-checkbox'><input type='checkbox' class='custom-control-input algoTemp' id='algocheck38' value=38 name='algofilter[]' onclick='testAlgoFilter();' checked ><label class='custom-control-label C29slabel' for='algocheck38' style=''><strong>C29s:</strong> <span class="C29svalue" >3</span></label></div><input type="hidden" id="hashrate38" name="hashrate[38][]" value="3"><input type="hidden" id="algoTemp38" name="algoTemp[38][]" value="1"></div><div class='col-lg-3 col-sm-6 PPowZvaluebox' style=''> <div class='custom-control custom-checkbox'><input type='checkbox' class='custom-control-input algoTemp' id='algocheck48' value=48 name='algofilter[]' onclick='testAlgoFilter();' checked ><label class='custom-control-label PPowZlabel' for='algocheck48' style=''><strong>PPowZ:</strong> <span class="PPowZvalue" >15</span></label></div><input type="hidden" id="hashrate48" name="hashrate[48][]" value="15"><input type="hidden" id="algoTemp48" name="algoTemp[48][]" value="1"></div><div class='col-lg-3 col-sm-6 ArgChukwa2valuebox' style=''> <div class='custom-control custom-checkbox'><input type='checkbox' class='custom-control-input algoTemp' id='algocheck51' value=51 name='algofilter[]' onclick='testAlgoFilter();' checked ><label class='custom-control-label ArgChukwa2label' for='algocheck51' style=''><strong>ArgChukwa2:</strong> <span class="ArgChukwa2value" >55000</span></label></div><input type="hidden" id="hashrate51" name="hashrate[51][]" value="55000"><input type="hidden" id="algoTemp51" name="algoTemp[51][]" value="1"></div><div class='col-lg-3 col-sm-6 Pantheravaluebox' style=''> <div class='custom-control custom-checkbox'><input type='checkbox' class='custom-control-input algoTemp' id='algocheck52' value=52 name='algofilter[]' onclick='testAlgoFilter();' checked disabled="disabled"><label class='custom-control-label Pantheralabel' for='algocheck52' style='text-decoration: line-through;'><strong>Panthera:</strong> <span class="Pantheravalue" >0</span></label></div><input type="hidden" id="hashrate52" name="hashrate[52][]" value="0"><input type="hidden" id="algoTemp52" name="algoTemp[52][]" value="1"></div><div class='col-lg-3 col-sm-6 DynexSvaluebox' style=''> <div class='custom-control custom-checkbox'><input type='checkbox' class='custom-control-input algoTemp' id='algocheck54' value=54 name='algofilter[]' onclick='testAlgoFilter();' checked ><label class='custom-control-label DynexSlabel' for='algocheck54' style=''><strong>DynexS:</strong> <span class="DynexSvalue" >1000</span></label></div><input type="hidden" id="hashrate54" name="hashrate[54][]" value="1000"><input type="hidden" id="algoTemp54" name="algoTemp[54][]" value="1"></div> </div>

<div class="row d-none" id="algofilterwarning">
<div class="col-lg-12">
<div class="alert alert-warning d-flex align-items-center mg-b-0 mg-t-10 tx-12" role="alert"><i data-feather="alert-circle" class="mg-r-10 wd-40"></i>
Please select at least one algorithm above! </div>
</div>
</div>
</div>
</div>
</div>

</div>

<div class="tab-pane " id="tab-2" role="tabpanel" aria-labelledby="advanced-tab">

<div class="row row-xs">
<div class='col-lg-3 col-sm-6 mg-b-8'>
<div class="input-group">
<div class="input-group-prepend btn-group-toggle" data-toggle="buttons">


<label class="btn btn-outline-secondary advhrtxt active">
<input type="checkbox" autocomplete="off" value="1" name='algofilteradv[]' checked> Normal (ASIC) </label>



</div>
<input class="form-control advhashrate" aria-label="Hashrate" type="number" min="0" step="any" id="advhashrate1" name="advhashrate[1][]" autocomplete="off" value="240000" oninput="this.value = Math.abs(this.value)">

</div>
</div>



<div class='col-lg-3 col-sm-6 mg-b-8'>
<div class="input-group">
<div class="input-group-prepend btn-group-toggle" data-toggle="buttons">


<label class="btn btn-outline-secondary advhrtxt active">
<input type="checkbox" autocomplete="off" value="5" name='algofilteradv[]' checked> Heavy </label>



</div>
<input class="form-control advhashrate" aria-label="Hashrate" type="number" min="0" step="any" id="advhashrate5" name="advhashrate[5][]" autocomplete="off" value="1550" oninput="this.value = Math.abs(this.value)">

</div>
</div>



<div class='col-lg-3 col-sm-6 mg-b-8'>
<div class="input-group">
<div class="input-group-prepend btn-group-toggle" data-toggle="buttons">


<label class="btn btn-outline-secondary advhrtxt active">
<input type="checkbox" autocomplete="off" value="6" name='algofilteradv[]' checked> Haven </label>



</div>
<input class="form-control advhashrate" aria-label="Hashrate" type="number" min="0" step="any" id="advhashrate6" name="advhashrate[6][]" autocomplete="off" value="1550" oninput="this.value = Math.abs(this.value)">

</div>
</div>



<div class='col-lg-3 col-sm-6 mg-b-8'>
<div class="input-group">
<div class="input-group-prepend btn-group-toggle" data-toggle="buttons">


<label class="btn btn-outline-secondary advhrtxt active">
<input type="checkbox" autocomplete="off" value="19" name='algofilteradv[]' checked> Upx </label>



</div>
<input class="form-control advhashrate" aria-label="Hashrate" type="number" min="0" step="any" id="advhashrate19" name="advhashrate[19][]" autocomplete="off" value="58800" oninput="this.value = Math.abs(this.value)">

</div>
</div>



<div class='col-lg-3 col-sm-6 mg-b-8'>
<div class="input-group">
<div class="input-group-prepend btn-group-toggle" data-toggle="buttons">


<label class="btn btn-outline-secondary advhrtxt active">
<input type="checkbox" autocomplete="off" value="20" name='algofilteradv[]' checked> Trtl </label>



</div>
<input class="form-control advhashrate" aria-label="Hashrate" type="number" min="0" step="any" id="advhashrate20" name="advhashrate[20][]" autocomplete="off" value="20000" oninput="this.value = Math.abs(this.value)">

</div>
</div>



<div class='col-lg-3 col-sm-6 mg-b-8'>
<div class="input-group">
<div class="input-group-prepend btn-group-toggle" data-toggle="buttons">


<label class="btn btn-outline-secondary advhrtxt active">
<input type="checkbox" autocomplete="off" value="21" name='algofilteradv[]' checked> Fast2 </label>



</div>
<input class="form-control advhashrate" aria-label="Hashrate" type="number" min="0" step="any" id="advhashrate21" name="advhashrate[21][]" autocomplete="off" value="3800" oninput="this.value = Math.abs(this.value)">

</div>
</div>



<div class='col-lg-3 col-sm-6 mg-b-8'>
<div class="input-group">
<div class="input-group-prepend btn-group-toggle" data-toggle="buttons">


<label class="btn btn-outline-secondary advhrtxt active">
<input type="checkbox" autocomplete="off" value="22" name='algofilteradv[]' checked> Gpu </label>



</div>
<input class="form-control advhashrate" aria-label="Hashrate" type="number" min="0" step="any" id="advhashrate22" name="advhashrate[22][]" autocomplete="off" value="1650" oninput="this.value = Math.abs(this.value)">

</div>
</div>



<div class='col-lg-3 col-sm-6 mg-b-8'>
<div class="input-group">
<div class="input-group-prepend btn-group-toggle" data-toggle="buttons">


<label class="btn btn-outline-secondary advhrtxt active">
<input type="checkbox" autocomplete="off" value="25" name='algofilteradv[]' checked> CnR </label>



</div>
<input class="form-control advhashrate" aria-label="Hashrate" type="number" min="0" step="any" id="advhashrate25" name="advhashrate[25][]" autocomplete="off" value="2000" oninput="this.value = Math.abs(this.value)">

</div>
</div>



<div class='col-lg-3 col-sm-6 mg-b-8'>
<div class="input-group">
<div class="input-group-prepend btn-group-toggle" data-toggle="buttons">


<label class="btn btn-outline-secondary advhrtxt active">
<input type="checkbox" autocomplete="off" value="31" name='algofilteradv[]' checked> RX </label>



</div>
<input class="form-control advhashrate" aria-label="Hashrate" type="number" min="0" step="any" id="advhashrate31" name="advhashrate[31][]" autocomplete="off" value="8527" oninput="this.value = Math.abs(this.value)">

</div>
</div>



<div class='col-lg-3 col-sm-6 mg-b-8'>
<div class="input-group">
<div class="input-group-prepend btn-group-toggle" data-toggle="buttons">


<label class="btn btn-outline-secondary advhrtxt active">
<input type="checkbox" autocomplete="off" value="35" name='algofilteradv[]' checked> RARQ </label>



</div>
<input class="form-control advhashrate" aria-label="Hashrate" type="number" min="0" step="any" id="advhashrate35" name="advhashrate[35][]" autocomplete="off" value="8527" oninput="this.value = Math.abs(this.value)">

</div>
</div>



<div class='col-lg-3 col-sm-6 mg-b-8'>
<div class="input-group">
<div class="input-group-prepend btn-group-toggle" data-toggle="buttons">


<label class="btn btn-outline-secondary advhrtxt active">
<input type="checkbox" autocomplete="off" value="38" name='algofilteradv[]' checked> C29s </label>



</div>
<input class="form-control advhashrate" aria-label="Hashrate" type="number" min="0" step="any" id="advhashrate38" name="advhashrate[38][]" autocomplete="off" value="3" oninput="this.value = Math.abs(this.value)">

</div>
</div>



<div class='col-lg-3 col-sm-6 mg-b-8'>
<div class="input-group">
<div class="input-group-prepend btn-group-toggle" data-toggle="buttons">


<label class="btn btn-outline-secondary advhrtxt active">
<input type="checkbox" autocomplete="off" value="48" name='algofilteradv[]' checked> PPowZ </label>



</div>
<input class="form-control advhashrate" aria-label="Hashrate" type="number" min="0" step="any" id="advhashrate48" name="advhashrate[48][]" autocomplete="off" value="15" oninput="this.value = Math.abs(this.value)">

</div>
</div>



<div class='col-lg-3 col-sm-6 mg-b-8'>
<div class="input-group">
<div class="input-group-prepend btn-group-toggle" data-toggle="buttons">


<label class="btn btn-outline-secondary advhrtxt active">
<input type="checkbox" autocomplete="off" value="51" name='algofilteradv[]' checked> ArgChukwa2 </label>



</div>
<input class="form-control advhashrate" aria-label="Hashrate" type="number" min="0" step="any" id="advhashrate51" name="advhashrate[51][]" autocomplete="off" value="55000" oninput="this.value = Math.abs(this.value)">

</div>
</div>



<div class='col-lg-3 col-sm-6 mg-b-8'>
<div class="input-group">
<div class="input-group-prepend btn-group-toggle" data-toggle="buttons">


<label class="btn btn-outline-secondary advhrtxt active">
<input type="checkbox" autocomplete="off" value="52" name='algofilteradv[]' checked> Panthera </label>



</div>
<input class="form-control advhashrate" aria-label="Hashrate" type="number" min="0" step="any" id="advhashrate52" name="advhashrate[52][]" autocomplete="off" value="3000" oninput="this.value = Math.abs(this.value)">

</div>
</div>



<div class='col-lg-3 col-sm-6 mg-b-8'>
<div class="input-group">
<div class="input-group-prepend btn-group-toggle" data-toggle="buttons">


<label class="btn btn-outline-secondary advhrtxt active">
<input type="checkbox" autocomplete="off" value="54" name='algofilteradv[]' checked> DynexS </label>



</div>
<input class="form-control advhashrate" aria-label="Hashrate" type="number" min="0" step="any" id="advhashrate54" name="advhashrate[54][]" autocomplete="off" value="1000" oninput="this.value = Math.abs(this.value)">

</div>
</div>




</div>
</div>
<div class="tab-pane " id="tab-3" role="tabpanel" aria-labelledby="wizard-tab">

<div class="row row-xs">



<div class='col-12 text-center mg-b-15'>
<img src="https://www.cryptunit.com/images/devices3.png" width="100">
</div>










<input type="hidden" name="wizhashrate[1][]" id="wizhashrate1" value="">







<input type="hidden" name="wizhashrate[5][]" id="wizhashrate5" value="">







<input type="hidden" name="wizhashrate[6][]" id="wizhashrate6" value="">







<input type="hidden" name="wizhashrate[19][]" id="wizhashrate19" value="">







<input type="hidden" name="wizhashrate[20][]" id="wizhashrate20" value="">







<input type="hidden" name="wizhashrate[21][]" id="wizhashrate21" value="">







<input type="hidden" name="wizhashrate[22][]" id="wizhashrate22" value="">







<input type="hidden" name="wizhashrate[25][]" id="wizhashrate25" value="">







<input type="hidden" name="wizhashrate[31][]" id="wizhashrate31" value="">







<input type="hidden" name="wizhashrate[35][]" id="wizhashrate35" value="">







<input type="hidden" name="wizhashrate[38][]" id="wizhashrate38" value="">







<input type="hidden" name="wizhashrate[48][]" id="wizhashrate48" value="">







<input type="hidden" name="wizhashrate[51][]" id="wizhashrate51" value="">







<input type="hidden" name="wizhashrate[52][]" id="wizhashrate52" value="">







<input type="hidden" name="wizhashrate[54][]" id="wizhashrate54" value="">






<div class='col-12 text-center mg-b-15'>
<a href="https://www.cryptunit.com/wizard" class="btn btn-success btn-xs">Add Devices</a>
</div>












</div>





</div>
</div><!-- tab content -->

<div class="row row-sm">
<div class="col-lg-3 col-sm-6 text-center mg-xl-b-0 mg-xs-b-10">



<h6 class="tx-uppercase tx-11 tx-spacing-1 tx-color-03 mg-b-10">Single or merged pairs</h6>
<div class="btn-group" role="group" aria-label="Single or merged pairs">
<button type="button" class="btn btn-secondary btn-xs pd-l-5 pd-r-5 singlemerged" value="s" >Single</button>
<button type="button" class="btn btn-primary btn-xs pd-l-5 pd-r-5 singlemerged" value="ms">M+S</button>
<button type="button" class="btn btn-secondary btn-xs pd-l-5 pd-r-5 singlemerged" value="m">Merged</button>

</div>
<input type="hidden" id="merged" name="merged" value="ms">
</div><!-- col -->

<div class="col-lg-3 col-sm-6 text-center mg-xl-b-0 mg-xs-b-10">
<h6 class="tx-uppercase tx-11 tx-spacing-1 tx-color-03 mg-b-10">Difficulty / price AVG</h6>


<div class="btn-group" role="group" aria-label="Difficulty / price AVG">
<button type="button" class="btn btn-secondary btn-xs pd-l-5 pd-r-5 dataavg" value="live" >Live</button>
<button type="button" class="btn btn-secondary btn-xs pd-l-5 pd-r-5 dataavg" value="3h" >3h</button>
<button type="button" class="btn btn-secondary btn-xs pd-l-5 pd-r-5 dataavg" value="6h" >6h</button>
<button type="button" class="btn btn-secondary btn-xs pd-l-5 pd-r-5 dataavg" value="12h" >12h</button>
<button type="button" class="btn btn-primary btn-xs pd-l-5 pd-r-5 dataavg" value="24h" >24h</button>

</div>
<input type="hidden" id="dataavg" name="dataavg" value="24h">
</div>


<div class="col-lg-3 col-sm-6 text-center mg-xl-b-0 mg-xs-b-10">
<h6 class="tx-uppercase tx-11 tx-spacing-1 tx-color-03 mg-b-10">Filter by 24h BTC volume</h6>


<div class="btn-group" role="group" aria-label="Filter by 24h BTC volume">
<button type="button" class="btn btn-secondary btn-xs pd-l-5 pd-r-5 filtervolume" value="">Off</button>
<button type="button" class="btn btn-primary btn-xs pd-l-5 pd-r-5 filtervolume" value=".1">>.1</button>
<button type="button" class="btn btn-secondary btn-xs pd-l-5 pd-r-5 filtervolume" value=".5">>.5</button>
<button type="button" class="btn btn-secondary btn-xs pd-l-5 pd-r-5 filtervolume" value="1">>1</button>
<button type="button" class="btn btn-secondary btn-xs pd-l-5 pd-r-5 filtervolume" value="5">>5</button>

</div>
<input type="hidden" id="filtervolume" name="filtervolume" value=".1">

</div>


<div class="col-lg-3 col-sm-6 align-self-center align-content-center text-center mg-xl-b-0 mg-xs-b-10">

<input type="submit" value="Calculate/refresh" class="btn btn-primary">
</div>


</div><!-- row -->


<div class="row d-none" id="avgwarning">
<div class="col-lg-12">
<div class="alert alert-warning d-flex align-items-center mg-t-15 mg-b-0 tx-11" role="alert"><i data-feather="alert-circle" class="mg-r-10 wd-40"></i>
Using instant hashrate can be misleading for miners! Every temporary change in network hashrate, can send a coin substantially up or down in the list. Please use the average values for a more accurate result. </div>
</div>
</div>

<div class="row d-none" id="volumewarning">
<div class="col-lg-12">
<div class="alert alert-warning d-flex align-items-center mg-t-15 mg-b-0 tx-11" role="alert"><i data-feather="alert-circle" class="mg-r-10 wd-40"></i>
Use 'filter by 24h BTC volume'! Spike in price on one market can send a small coins (with a very small trading volume) substantially up or down in the list. If someone made an 0.01 XYZ coin purchase at 0.001 BTC instead of 0.0001, that will causing a temporary spike 10x in the 'value'. </div>
</div>
</div>


</div><!-- card-body -->



</form>

</div><!-- card -->


<div class="card">
<div class="card-header d-sm-flex align-items-center justify-content-between">
<h6 class="mg-b-0">Top coins to mine</h6> <span class="tx-interui tx-10 link-03">Single + merged coins pairs | 24h AVG diff/price | 24h Volume: > <b>0.1BTC</b> <span class='alert-danger pd-2 rounded tooltip1' title='Volume < 0.1BTC'><a href='#filtered'>20 FILTERED</a></span></span>
</div><!-- card-header -->
<div class="card-body pd-0">
<div class="row no-gutters">








<div class="col-lg-3 mg-b-10 ">
<div class="crypto">

<div class=" mg-b-10 align-items-center pd-t-10 pd-b-10 pd-l-2 pd-r-2 rounded-5" style="background:#5bb8e42e;">
<div class="text-center mg-b-8">
<img src="https://www.cryptunit.com/static/coinicons/42/157.png" alt="Zano" width="42"/>
</div><!-- crypto-icon -->
<div class="media-body text-center">
<h6 class="tx-13 tx-uppercase tx-semibold mg-b-2">Zano <span class="tx-color-03 tx-normal">(ZANO)</span></h6>
<h6 class="tx-11 tx-uppercase tx-semibold mg-b-5"><span class="tx-color-03 tx-normal">PPowZ @ 15MH/s</span></h6>
<div class="align-items-baseline tx-rubik text-center text-nowrap">
<h5 class="tx-18 mg-b-0 d-inline font-weight-bold">$0.19</h5>
<p class="mg-b-0 tx-11 tx-secondary d-inline font-weight-bold">/ Day</p>
</div>
<div class="align-items-baseline tx-rubik text-center">
<h5 class="tx-13 mg-b-0">0.013 ZANO</h5>
<h5 class="tx-13 mg-b-0">0.0000018 BTC</h5>
</div>
</div><!-- media-body -->
</div><!-- media -->


<div class="table-responsive overflow-hidden">

<table class="table tx-12 table-sm mg-b-0 table-hover-details">

<tbody>
<tr>
<td><strong>Price</strong></td>
<td class="text-right tx-rubik">$15.4</td>
</tr>
<tr>


<td><strong>Change</strong></td>
<td class="text-right tx-rubik"><span class="tx-danger">-8.4% <i class="icon ion-md-arrow-down"></i></span></td>
</tr>
<tr>

<td><strong>Vol 24h</strong></td>
<td class="text-right tx-rubik"><span class="">$1,819,232</span></td>
</tr>
<tr>
<td><strong>Exch/mark</strong></td>
<td class="text-right tx-rubik">17/27</td>
</tr>
<tr>
<td><strong>Hashrate</strong></td>
<td class="text-right tx-rubik">860<small> GH/s</small></td>
</tr>
<tr>
<td><strong>Pools/min</strong></td>
<td class="text-right tx-rubik">2/830</td>
</tr>
<tr class="tooltip1" title="ZANO Block Reward">
<td><strong>Block R.</strong></td>
<td class="text-right tx-rubik">1</td>
</tr>
<tr class="tooltip1" title="ZANO Block Time">
<td><strong>Block T.</strong></td>
<td class="text-right tx-rubik">120 <small>Sec</small></td>
</tr>

</tbody>
</table>

</div><!-- table-responsive -->



<ul class="tabs-nav-graph text-center">
<li class="tab1button grafikbutton rounded"><a href=".tab1" class="">Price</a></li>
<li class="tab2button grafikbutton rounded"><a href=".tab2" class="">HR</a></li>
<li class="tab3button grafikbutton rounded"><a href=".tab3" class="">Diff</a></li>
<li class="tab4button grafikbutton rounded"><a href=".tab4" class="">Miners</a></li>
</ul> <!-- END tabs-nav -->



<div class="tabs-content-graph">
<div class="tab1 tab-pane tab-content-graph prvi">

<div class="chart-twelve">
<div class="flot-chart" id="flotExample157"></div>
</div><!-- chart-twelve -->




<script>



function gd(year, month, day) {
return new Date(year, month - 1, day).getTime();
}

var data157 = [{
label: "USD",
data:[[gd(2025, 09, 03),16.26722],[gd(2025, 09, 04),17.25083],[gd(2025, 09, 05),17.305],[gd(2025, 09, 06),17.34069],[gd(2025, 09, 07),16.85056],[gd(2025, 09, 08),17.03306],[gd(2025, 09, 09),15.68049],[gd(2025, 09, 10),15.62611],]}];



var chartUsersOptions157 = {

series: {
stack: 0,
shadowSize: 0,
lines: {
zero: false,
show: true,
lineWidth: 2,
fill: true,
fillColor: { colors: [ { opacity: 0 }, { opacity: 0.2 } ] }
}
},
yaxis: { show: false },


colors: ["#5bb8e4", "" ],
shadowSize: 0,
grid: {
borderWidth: 0,

labelMargin: 5,
hoverable: true
},
xaxis: {
mode: "time",
timeformat: "%d.%m",
minTickSize: [1, "day"],
font: {
size: 10,
family: 'Arial, sans-serif',
color: '#8392a5'
},
reserveSpace: false
},
legend: {
backgroundColor: "none",
labelBoxBorderColor: "none",
lineWidth: 0
},
};

$.plot($("#flotExample157"), data157, chartUsersOptions157);
$('.tab-content-graph').hide();



</script>

</div>
<div class="tab2 tab-content-graph">

<div class="chart-twelve">
<div class="flot-chart" id="flotExample157HR"></div>
</div><!-- chart-twelve -->





<script>

var data157HR = [{
label: "GH/s",
data:[[gd(2025, 09, 03),874254.02617],[gd(2025, 09, 04),912031.10806],[gd(2025, 09, 05),983375.54471],[gd(2025, 09, 06),990150.55525],[gd(2025, 09, 07),1059512.69397],[gd(2025, 09, 08),910911.33554],[gd(2025, 09, 09),905899.24778],[gd(2025, 09, 10),832306.61884],
]}];

var chartUsersOptions157HR = {
series: {
stack: 0,
shadowSize: 0,
lines: {
zero: false,
show: true,
lineWidth: 1.5,
fill: true,
fillColor: { colors: [ { opacity: 0 }, { opacity: 0.2 } ] }
}
},
yaxis: { show: false },


colors: ["#5bb8e4", "" ],

shadowSize: 0,
grid: {
borderWidth: 0,

labelMargin: 5,
hoverable: true
},
xaxis: {
mode: "time",
timeformat: "%d.%m",
minTickSize: [1, "day"],
font: {
size: 10,
family: 'Arial, sans-serif',
color: '#8392a5'
},
reserveSpace: false
},
legend: {
backgroundColor: "none",
labelBoxBorderColor: "none",
lineWidth: 0
},
};


$.plot($("#flotExample157HR"), data157HR, chartUsersOptions157HR);
$('.tab-content-graph').hide();





</script>

</div>

<div class="tab3 tab-content-graph">


<div class="chart-twelve">
<div class="flot-chart" id="flotExample157DF"></div>
</div><!-- chart-twelve -->






<script>


var data157DF = [{
label: "/10k",
data:[
[gd(2025, 09, 03),10491048314.033],[gd(2025, 09, 04),10944373296.714],[gd(2025, 09, 05),11800506536.552],[gd(2025, 09, 06),11881806662.994],[gd(2025, 09, 07),12714152327.617],[gd(2025, 09, 08),10930936026.469],[gd(2025, 09, 09),10870790973.373],[gd(2025, 09, 10),9987679426.0362], ]}];


var chartUsersOptions157DF = {
series: {
stack: 0,
shadowSize: 0,
lines: {
zero: false,
show: true,
lineWidth: 1.5,
fill: true,
fillColor: { colors: [ { opacity: 0 }, { opacity: 0.2 } ] }
}
},
yaxis: { show: false },


colors: ["#5bb8e4", "" ],
shadowSize: 0,
grid: {
borderWidth: 0,

labelMargin: 5,
hoverable: true
},
xaxis: {
mode: "time",
timeformat: "%d.%m",
minTickSize: [1, "day"],
font: {
size: 10,
family: 'Arial, sans-serif',
color: '#8392a5'
},
reserveSpace: false
},
legend: {
backgroundColor: "none",
labelBoxBorderColor: "none",
lineWidth: 0
},
};

$.plot($("#flotExample157DF"), data157DF, chartUsersOptions157DF);
$('.tab-content-graph').hide();






</script>
</div>
<div class="tab4 tab-content-graph">


<div class="chart-twelve">
<div class="flot-chart" id="flotExample157MN"></div>
</div><!-- chart-twelve -->





<script>


var data157MN = [{
label: "Miners",
data:[
[gd(2025, 09, 03),861],[gd(2025, 09, 04),877],[gd(2025, 09, 05),885],[gd(2025, 09, 06),869],[gd(2025, 09, 07),861],[gd(2025, 09, 08),854],[gd(2025, 09, 09),849],[gd(2025, 09, 10),834], ]}];


var chartUsersOptions157MN = {
series: {
stack: 0,
shadowSize: 0,
lines: {
zero: false,
show: true,
lineWidth: 1.5,
fill: true,
fillColor: { colors: [ { opacity: 0 }, { opacity: 0.2 } ] }
}
},
yaxis: { show: false },


colors: ["#5bb8e4", "" ],
shadowSize: 0,
grid: {
borderWidth: 0,

labelMargin: 5,
hoverable: true
},
xaxis: {
mode: "time",
timeformat: "%d.%m",
minTickSize: [1, "day"],
font: {
size: 10,
family: 'Arial, sans-serif',
color: '#8392a5'
},
reserveSpace: false
},
legend: {
backgroundColor: "none",
labelBoxBorderColor: "none",
lineWidth: 0
},
};

$.plot($("#flotExample157MN"), data157MN, chartUsersOptions157MN);
$('.tab-content-graph').hide();






</script>
</div>

</div>

<div class="col-lg-12 mg-b-5 mg-t-15 align-items-baseline tx-rubik text-center" >
<a href="https://www.cryptunit.com/coin/ZANO?hr=15.0000000000" class="btn btn-xs btn-primary bd-0" style="background:#5bb8e4;">Details</a>
</div>







</div><!-- crypto -->
</div>








<div class="col-lg-3 mg-b-10 bd-sm-l">
<div class="crypto">

<div class=" mg-b-10 align-items-center pd-t-10 pd-b-10 pd-l-2 pd-r-2 rounded-5" style="background:#91c6ff2e;">
<div class="text-center mg-b-8">
<img src="https://www.cryptunit.com/static/coinicons/42/179.png" alt="Dynex" width="42"/>
</div><!-- crypto-icon -->
<div class="media-body text-center">
<h6 class="tx-13 tx-uppercase tx-semibold mg-b-2">Dynex <span class="tx-color-03 tx-normal">(DNX)</span></h6>
<h6 class="tx-11 tx-uppercase tx-semibold mg-b-5"><span class="tx-color-03 tx-normal">DynexSolve @ 1,000h/s</span></h6>
<div class="align-items-baseline tx-rubik text-center text-nowrap">
<h5 class="tx-18 mg-b-0 d-inline font-weight-bold">$0.041</h5>
<p class="mg-b-0 tx-11 tx-secondary d-inline font-weight-bold">/ Day</p>
</div>
<div class="align-items-baseline tx-rubik text-center">
<h5 class="tx-13 mg-b-0">0.82 DNX</h5>
<h5 class="tx-13 mg-b-0">0.00000036 BTC</h5>
</div>
</div><!-- media-body -->
</div><!-- media -->


<div class="table-responsive overflow-hidden">

<table class="table tx-12 table-sm mg-b-0 table-hover-details">

<tbody>
<tr>
<td><strong>Price</strong></td>
<td class="text-right tx-rubik">$0.05</td>
</tr>
<tr>


<td><strong>Change</strong></td>
<td class="text-right tx-rubik"><span class="tx-success">0.5% <i class="icon ion-md-arrow-up"></i></span></td>
</tr>
<tr>

<td><strong>Vol 24h</strong></td>
<td class="text-right tx-rubik"><span class="">$312,620</span></td>
</tr>
<tr>
<td><strong>Exch/mark</strong></td>
<td class="text-right tx-rubik">12/19</td>
</tr>
<tr>
<td><strong>Hashrate</strong></td>
<td class="text-right tx-rubik">18.4<small> Mh/s</small></td>
</tr>
<tr>
<td><strong>Pools/min</strong></td>
<td class="text-right tx-rubik">10/972</td>
</tr>
<tr class="tooltip1" title="DNX Block Reward">
<td><strong>Block R.</strong></td>
<td class="text-right tx-rubik">21</td>
</tr>
<tr class="tooltip1" title="DNX Block Time">
<td><strong>Block T.</strong></td>
<td class="text-right tx-rubik">120 <small>Sec</small></td>
</tr>

</tbody>
</table>

</div><!-- table-responsive -->



<ul class="tabs-nav-graph text-center">
<li class="tab1button grafikbutton rounded"><a href=".tab1" class="">Price</a></li>
<li class="tab2button grafikbutton rounded"><a href=".tab2" class="">HR</a></li>
<li class="tab3button grafikbutton rounded"><a href=".tab3" class="">Diff</a></li>
<li class="tab4button grafikbutton rounded"><a href=".tab4" class="">Miners</a></li>
</ul> <!-- END tabs-nav -->



<div class="tabs-content-graph">
<div class="tab1 tab-pane tab-content-graph prvi">

<div class="chart-twelve">
<div class="flot-chart" id="flotExample179"></div>
</div><!-- chart-twelve -->




<script>



function gd(year, month, day) {
return new Date(year, month - 1, day).getTime();
}

var data179 = [{
label: "USD",
data:[[gd(2025, 09, 03),0.05782],[gd(2025, 09, 04),0.05195],[gd(2025, 09, 05),0.0499],[gd(2025, 09, 06),0.04941],[gd(2025, 09, 07),0.04986],[gd(2025, 09, 08),0.05083],[gd(2025, 09, 09),0.04998],[gd(2025, 09, 10),0.04954],]}];



var chartUsersOptions179 = {

series: {
stack: 0,
shadowSize: 0,
lines: {
zero: false,
show: true,
lineWidth: 2,
fill: true,
fillColor: { colors: [ { opacity: 0 }, { opacity: 0.2 } ] }
}
},
yaxis: { show: false },


colors: ["#91c6ff", "" ],
shadowSize: 0,
grid: {
borderWidth: 0,

labelMargin: 5,
hoverable: true
},
xaxis: {
mode: "time",
timeformat: "%d.%m",
minTickSize: [1, "day"],
font: {
size: 10,
family: 'Arial, sans-serif',
color: '#8392a5'
},
reserveSpace: false
},
legend: {
backgroundColor: "none",
labelBoxBorderColor: "none",
lineWidth: 0
},
};

$.plot($("#flotExample179"), data179, chartUsersOptions179);
$('.tab-content-graph').hide();



</script>

</div>
<div class="tab2 tab-content-graph">

<div class="chart-twelve">
<div class="flot-chart" id="flotExample179HR"></div>
</div><!-- chart-twelve -->





<script>

var data179HR = [{
label: "Mh/s",
data:[[gd(2025, 09, 03),21.8358],[gd(2025, 09, 04),22.45703],[gd(2025, 09, 05),21.52541],[gd(2025, 09, 06),21.23997],[gd(2025, 09, 07),19.19749],[gd(2025, 09, 08),18.63022],[gd(2025, 09, 09),18.45165],[gd(2025, 09, 10),18.19393],
]}];

var chartUsersOptions179HR = {
series: {
stack: 0,
shadowSize: 0,
lines: {
zero: false,
show: true,
lineWidth: 1.5,
fill: true,
fillColor: { colors: [ { opacity: 0 }, { opacity: 0.2 } ] }
}
},
yaxis: { show: false },


colors: ["#91c6ff", "" ],

shadowSize: 0,
grid: {
borderWidth: 0,

labelMargin: 5,
hoverable: true
},
xaxis: {
mode: "time",
timeformat: "%d.%m",
minTickSize: [1, "day"],
font: {
size: 10,
family: 'Arial, sans-serif',
color: '#8392a5'
},
reserveSpace: false
},
legend: {
backgroundColor: "none",
labelBoxBorderColor: "none",
lineWidth: 0
},
};


$.plot($("#flotExample179HR"), data179HR, chartUsersOptions179HR);
$('.tab-content-graph').hide();





</script>

</div>

<div class="tab3 tab-content-graph">


<div class="chart-twelve">
<div class="flot-chart" id="flotExample179DF"></div>
</div><!-- chart-twelve -->






<script>


var data179DF = [{
label: "/10k",
data:[
[gd(2025, 09, 03),262029.57532],[gd(2025, 09, 04),269484.36633],[gd(2025, 09, 05),258304.94008],[gd(2025, 09, 06),254879.65827],[gd(2025, 09, 07),230369.88342],[gd(2025, 09, 08),223562.65499],[gd(2025, 09, 09),221419.75748],[gd(2025, 09, 10),218327.17244], ]}];


var chartUsersOptions179DF = {
series: {
stack: 0,
shadowSize: 0,
lines: {
zero: false,
show: true,
lineWidth: 1.5,
fill: true,
fillColor: { colors: [ { opacity: 0 }, { opacity: 0.2 } ] }
}
},
yaxis: { show: false },


colors: ["#91c6ff", "" ],
shadowSize: 0,
grid: {
borderWidth: 0,

labelMargin: 5,
hoverable: true
},
xaxis: {
mode: "time",
timeformat: "%d.%m",
minTickSize: [1, "day"],
font: {
size: 10,
family: 'Arial, sans-serif',
color: '#8392a5'
},
reserveSpace: false
},
legend: {
backgroundColor: "none",
labelBoxBorderColor: "none",
lineWidth: 0
},
};

$.plot($("#flotExample179DF"), data179DF, chartUsersOptions179DF);
$('.tab-content-graph').hide();






</script>
</div>
<div class="tab4 tab-content-graph">


<div class="chart-twelve">
<div class="flot-chart" id="flotExample179MN"></div>
</div><!-- chart-twelve -->





<script>


var data179MN = [{
label: "Miners",
data:[
[gd(2025, 09, 03),996],[gd(2025, 09, 04),993],[gd(2025, 09, 05),983],[gd(2025, 09, 06),986],[gd(2025, 09, 07),991],[gd(2025, 09, 08),988],[gd(2025, 09, 09),966],[gd(2025, 09, 10),972], ]}];


var chartUsersOptions179MN = {
series: {
stack: 0,
shadowSize: 0,
lines: {
zero: false,
show: true,
lineWidth: 1.5,
fill: true,
fillColor: { colors: [ { opacity: 0 }, { opacity: 0.2 } ] }
}
},
yaxis: { show: false },


colors: ["#91c6ff", "" ],
shadowSize: 0,
grid: {
borderWidth: 0,

labelMargin: 5,
hoverable: true
},
xaxis: {
mode: "time",
timeformat: "%d.%m",
minTickSize: [1, "day"],
font: {
size: 10,
family: 'Arial, sans-serif',
color: '#8392a5'
},
reserveSpace: false
},
legend: {
backgroundColor: "none",
labelBoxBorderColor: "none",
lineWidth: 0
},
};

$.plot($("#flotExample179MN"), data179MN, chartUsersOptions179MN);
$('.tab-content-graph').hide();






</script>
</div>

</div>

<div class="col-lg-12 mg-b-5 mg-t-15 align-items-baseline tx-rubik text-center" >
<a href="https://www.cryptunit.com/coin/DNX?hr=1000" class="btn btn-xs btn-primary bd-0" style="background:#91c6ff;">Details</a>
</div>







</div><!-- crypto -->
</div>








<div class="col-lg-3 mg-b-10 bd-sm-l">
<div class="crypto">

<div class=" mg-b-10 align-items-center pd-t-10 pd-b-10 pd-l-2 pd-r-2 rounded-5" style="background:#e88f542e;">
<div class="text-center mg-b-8">
<img src="https://www.cryptunit.com/static/coinicons/42/5.png" alt="Monero" width="42"/>
</div><!-- crypto-icon -->
<div class="media-body text-center">
<h6 class="tx-13 tx-uppercase tx-semibold mg-b-2">Monero <span class="tx-color-03 tx-normal">(XMR)</span></h6>
<h6 class="tx-11 tx-uppercase tx-semibold mg-b-5"><span class="tx-color-03 tx-normal">RND X @ 1,180h/s</span></h6>
<div class="align-items-baseline tx-rubik text-center text-nowrap">
<h5 class="tx-18 mg-b-0 d-inline font-weight-bold">$0.032</h5>
<p class="mg-b-0 tx-11 tx-secondary d-inline font-weight-bold">/ Day</p>
</div>
<div class="align-items-baseline tx-rubik text-center">
<h5 class="tx-13 mg-b-0">0.00012 XMR</h5>
<h5 class="tx-13 mg-b-0">0.00000029 BTC</h5>
</div>
</div><!-- media-body -->
</div><!-- media -->


<div class="table-responsive overflow-hidden">

<table class="table tx-12 table-sm mg-b-0 table-hover-details">

<tbody>
<tr>
<td><strong>Price</strong></td>
<td class="text-right tx-rubik">$270</td>
</tr>
<tr>


<td><strong>Change</strong></td>
<td class="text-right tx-rubik"><span class="tx-danger">-0.5% <i class="icon ion-md-arrow-down"></i></span></td>
</tr>
<tr>

<td><strong>Vol 24h</strong></td>
<td class="text-right tx-rubik"><span class="">$81,201,628</span></td>
</tr>
<tr>
<td><strong>Exch/mark</strong></td>
<td class="text-right tx-rubik">133/508</td>
</tr>
<tr>
<td><strong>Hashrate</strong></td>
<td class="text-right tx-rubik">4,476<small> Mh/s</small></td>
</tr>
<tr>
<td><strong>Pools/min</strong></td>
<td class="text-right tx-rubik">17/18,856</td>
</tr>
<tr class="tooltip1" title="XMR Block Reward">
<td><strong>Block R.</strong></td>
<td class="text-right tx-rubik">0.62</td>
</tr>
<tr class="tooltip1" title="XMR Block Time">
<td><strong>Block T.</strong></td>
<td class="text-right tx-rubik">120 <small>Sec</small></td>
</tr>

</tbody>
</table>

</div><!-- table-responsive -->



<ul class="tabs-nav-graph text-center">
<li class="tab1button grafikbutton rounded"><a href=".tab1" class="">Price</a></li>
<li class="tab2button grafikbutton rounded"><a href=".tab2" class="">HR</a></li>
<li class="tab3button grafikbutton rounded"><a href=".tab3" class="">Diff</a></li>
<li class="tab4button grafikbutton rounded"><a href=".tab4" class="">Miners</a></li>
</ul> <!-- END tabs-nav -->



<div class="tabs-content-graph">
<div class="tab1 tab-pane tab-content-graph prvi">

<div class="chart-twelve">
<div class="flot-chart" id="flotExample5"></div>
</div><!-- chart-twelve -->




<script>



function gd(year, month, day) {
return new Date(year, month - 1, day).getTime();
}

var data5 = [{
label: "USD",
data:[[gd(2025, 09, 03),269.2741],[gd(2025, 09, 04),269.09757],[gd(2025, 09, 05),268.30736],[gd(2025, 09, 06),268.65215],[gd(2025, 09, 07),270.6234],[gd(2025, 09, 08),270.93194],[gd(2025, 09, 09),270.01653],[gd(2025, 09, 10),267.46352],]}];



var chartUsersOptions5 = {

series: {
stack: 0,
shadowSize: 0,
lines: {
zero: false,
show: true,
lineWidth: 2,
fill: true,
fillColor: { colors: [ { opacity: 0 }, { opacity: 0.2 } ] }
}
},
yaxis: { show: false },


colors: ["#e88f54", "" ],
shadowSize: 0,
grid: {
borderWidth: 0,

labelMargin: 5,
hoverable: true
},
xaxis: {
mode: "time",
timeformat: "%d.%m",
minTickSize: [1, "day"],
font: {
size: 10,
family: 'Arial, sans-serif',
color: '#8392a5'
},
reserveSpace: false
},
legend: {
backgroundColor: "none",
labelBoxBorderColor: "none",
lineWidth: 0
},
};

$.plot($("#flotExample5"), data5, chartUsersOptions5);
$('.tab-content-graph').hide();



</script>

</div>
<div class="tab2 tab-content-graph">

<div class="chart-twelve">
<div class="flot-chart" id="flotExample5HR"></div>
</div><!-- chart-twelve -->





<script>

var data5HR = [{
label: "Mh/s",
data:[[gd(2025, 09, 03),4950.57711],[gd(2025, 09, 04),5081.15721],[gd(2025, 09, 05),4724.61974],[gd(2025, 09, 06),4377.13697],[gd(2025, 09, 07),4731.95879],[gd(2025, 09, 08),4491.91877],[gd(2025, 09, 09),4434.45049],[gd(2025, 09, 10),4574.65202],
]}];

var chartUsersOptions5HR = {
series: {
stack: 0,
shadowSize: 0,
lines: {
zero: false,
show: true,
lineWidth: 1.5,
fill: true,
fillColor: { colors: [ { opacity: 0 }, { opacity: 0.2 } ] }
}
},
yaxis: { show: false },


colors: ["#e88f54", "" ],

shadowSize: 0,
grid: {
borderWidth: 0,

labelMargin: 5,
hoverable: true
},
xaxis: {
mode: "time",
timeformat: "%d.%m",
minTickSize: [1, "day"],
font: {
size: 10,
family: 'Arial, sans-serif',
color: '#8392a5'
},
reserveSpace: false
},
legend: {
backgroundColor: "none",
labelBoxBorderColor: "none",
lineWidth: 0
},
};


$.plot($("#flotExample5HR"), data5HR, chartUsersOptions5HR);
$('.tab-content-graph').hide();





</script>

</div>

<div class="tab3 tab-content-graph">


<div class="chart-twelve">
<div class="flot-chart" id="flotExample5DF"></div>
</div><!-- chart-twelve -->






<script>


var data5DF = [{
label: "/10k",
data:[
[gd(2025, 09, 03),59406925.36594],[gd(2025, 09, 04),60973886.53268],[gd(2025, 09, 05),56695436.89251],[gd(2025, 09, 06),52525643.67262],[gd(2025, 09, 07),56783505.43373],[gd(2025, 09, 08),53903025.22594],[gd(2025, 09, 09),53213405.89153],[gd(2025, 09, 10),54895824.20884], ]}];


var chartUsersOptions5DF = {
series: {
stack: 0,
shadowSize: 0,
lines: {
zero: false,
show: true,
lineWidth: 1.5,
fill: true,
fillColor: { colors: [ { opacity: 0 }, { opacity: 0.2 } ] }
}
},
yaxis: { show: false },


colors: ["#e88f54", "" ],
shadowSize: 0,
grid: {
borderWidth: 0,

labelMargin: 5,
hoverable: true
},
xaxis: {
mode: "time",
timeformat: "%d.%m",
minTickSize: [1, "day"],
font: {
size: 10,
family: 'Arial, sans-serif',
color: '#8392a5'
},
reserveSpace: false
},
legend: {
backgroundColor: "none",
labelBoxBorderColor: "none",
lineWidth: 0
},
};

$.plot($("#flotExample5DF"), data5DF, chartUsersOptions5DF);
$('.tab-content-graph').hide();






</script>
</div>
<div class="tab4 tab-content-graph">


<div class="chart-twelve">
<div class="flot-chart" id="flotExample5MN"></div>
</div><!-- chart-twelve -->





<script>


var data5MN = [{
label: "Miners",
data:[
[gd(2025, 09, 03),19070],[gd(2025, 09, 04),18985],[gd(2025, 09, 05),19001],[gd(2025, 09, 06),19009],[gd(2025, 09, 07),18919],[gd(2025, 09, 08),19073],[gd(2025, 09, 09),19211],[gd(2025, 09, 10),18782], ]}];


var chartUsersOptions5MN = {
series: {
stack: 0,
shadowSize: 0,
lines: {
zero: false,
show: true,
lineWidth: 1.5,
fill: true,
fillColor: { colors: [ { opacity: 0 }, { opacity: 0.2 } ] }
}
},
yaxis: { show: false },


colors: ["#e88f54", "" ],
shadowSize: 0,
grid: {
borderWidth: 0,

labelMargin: 5,
hoverable: true
},
xaxis: {
mode: "time",
timeformat: "%d.%m",
minTickSize: [1, "day"],
font: {
size: 10,
family: 'Arial, sans-serif',
color: '#8392a5'
},
reserveSpace: false
},
legend: {
backgroundColor: "none",
labelBoxBorderColor: "none",
lineWidth: 0
},
};

$.plot($("#flotExample5MN"), data5MN, chartUsersOptions5MN);
$('.tab-content-graph').hide();






</script>
</div>

</div>

<div class="col-lg-12 mg-b-5 mg-t-15 align-items-baseline tx-rubik text-center" >
<a href="https://www.cryptunit.com/coin/XMR?hr=1180" class="btn btn-xs btn-primary bd-0" style="background:#e88f54;">Details</a>
</div>







</div><!-- crypto -->
</div>








<div class="col-lg-3 mg-b-10 bd-sm-l">
<div class="crypto">

<div class=" mg-b-10 align-items-center pd-t-10 pd-b-10 pd-l-2 pd-r-2 rounded-5" style="background:#cc85992e;">
<div class="text-center mg-b-8">
<img src="https://www.cryptunit.com/static/coinicons/42/34.png" alt="Quantum" width="42"/>
</div><!-- crypto-icon -->
<div class="media-body text-center">
<h6 class="tx-13 tx-uppercase tx-semibold mg-b-2">Quantum <span class="tx-color-03 tx-normal">(QRL)</span></h6>
<h6 class="tx-11 tx-uppercase tx-semibold mg-b-5"><span class="tx-color-03 tx-normal">RND X @ 1,180h/s</span></h6>
<div class="align-items-baseline tx-rubik text-center text-nowrap">
<h5 class="tx-18 mg-b-0 d-inline font-weight-bold">$0.03</h5>
<p class="mg-b-0 tx-11 tx-secondary d-inline font-weight-bold">/ Day</p>
</div>
<div class="align-items-baseline tx-rubik text-center">
<h5 class="tx-13 mg-b-0">0.043 QRL</h5>
<h5 class="tx-13 mg-b-0">0.00000028 BTC</h5>
</div>
</div><!-- media-body -->
</div><!-- media -->


<div class="table-responsive overflow-hidden">

<table class="table tx-12 table-sm mg-b-0 table-hover-details">

<tbody>
<tr>
<td><strong>Price</strong></td>
<td class="text-right tx-rubik">$0.71</td>
</tr>
<tr>


<td><strong>Change</strong></td>
<td class="text-right tx-rubik"><span class="tx-success">7.8% <i class="icon ion-md-arrow-up"></i></span></td>
</tr>
<tr>

<td><strong>Vol 24h</strong></td>
<td class="text-right tx-rubik"><span class="">$131,346</span></td>
</tr>
<tr>
<td><strong>Exch/mark</strong></td>
<td class="text-right tx-rubik">16/28</td>
</tr>
<tr>
<td><strong>Hashrate</strong></td>
<td class="text-right tx-rubik">57<small> Mh/s</small></td>
</tr>
<tr>
<td><strong>Pools/min</strong></td>
<td class="text-right tx-rubik">6/479</td>
</tr>
<tr class="tooltip1" title="QRL Block Reward">
<td><strong>Block R.</strong></td>
<td class="text-right tx-rubik">1.44</td>
</tr>
<tr class="tooltip1" title="QRL Block Time">
<td><strong>Block T.</strong></td>
<td class="text-right tx-rubik">60 <small>Sec</small></td>
</tr>

</tbody>
</table>

</div><!-- table-responsive -->



<ul class="tabs-nav-graph text-center">
<li class="tab1button grafikbutton rounded"><a href=".tab1" class="">Price</a></li>
<li class="tab2button grafikbutton rounded"><a href=".tab2" class="">HR</a></li>
<li class="tab3button grafikbutton rounded"><a href=".tab3" class="">Diff</a></li>
<li class="tab4button grafikbutton rounded"><a href=".tab4" class="">Miners</a></li>
</ul> <!-- END tabs-nav -->



<div class="tabs-content-graph">
<div class="tab1 tab-pane tab-content-graph prvi">

<div class="chart-twelve">
<div class="flot-chart" id="flotExample34"></div>
</div><!-- chart-twelve -->




<script>



function gd(year, month, day) {
return new Date(year, month - 1, day).getTime();
}

var data34 = [{
label: "USD",
data:[[gd(2025, 09, 03),0.66837],[gd(2025, 09, 04),0.67236],[gd(2025, 09, 05),0.67547],[gd(2025, 09, 06),0.66288],[gd(2025, 09, 07),0.64567],[gd(2025, 09, 08),0.66616],[gd(2025, 09, 09),0.70514],[gd(2025, 09, 10),0.72508],]}];



var chartUsersOptions34 = {

series: {
stack: 0,
shadowSize: 0,
lines: {
zero: false,
show: true,
lineWidth: 2,
fill: true,
fillColor: { colors: [ { opacity: 0 }, { opacity: 0.2 } ] }
}
},
yaxis: { show: false },


colors: ["#cc8599", "" ],
shadowSize: 0,
grid: {
borderWidth: 0,

labelMargin: 5,
hoverable: true
},
xaxis: {
mode: "time",
timeformat: "%d.%m",
minTickSize: [1, "day"],
font: {
size: 10,
family: 'Arial, sans-serif',
color: '#8392a5'
},
reserveSpace: false
},
legend: {
backgroundColor: "none",
labelBoxBorderColor: "none",
lineWidth: 0
},
};

$.plot($("#flotExample34"), data34, chartUsersOptions34);
$('.tab-content-graph').hide();



</script>

</div>
<div class="tab2 tab-content-graph">

<div class="chart-twelve">
<div class="flot-chart" id="flotExample34HR"></div>
</div><!-- chart-twelve -->





<script>

var data34HR = [{
label: "Mh/s",
data:[[gd(2025, 09, 03),50.22673],[gd(2025, 09, 04),50.81788],[gd(2025, 09, 05),55.10021],[gd(2025, 09, 06),47.17183],[gd(2025, 09, 07),48.14976],[gd(2025, 09, 08),47.13281],[gd(2025, 09, 09),52.42661],[gd(2025, 09, 10),60.37404],
]}];

var chartUsersOptions34HR = {
series: {
stack: 0,
shadowSize: 0,
lines: {
zero: false,
show: true,
lineWidth: 1.5,
fill: true,
fillColor: { colors: [ { opacity: 0 }, { opacity: 0.2 } ] }
}
},
yaxis: { show: false },


colors: ["#cc8599", "" ],

shadowSize: 0,
grid: {
borderWidth: 0,

labelMargin: 5,
hoverable: true
},
xaxis: {
mode: "time",
timeformat: "%d.%m",
minTickSize: [1, "day"],
font: {
size: 10,
family: 'Arial, sans-serif',
color: '#8392a5'
},
reserveSpace: false
},
legend: {
backgroundColor: "none",
labelBoxBorderColor: "none",
lineWidth: 0
},
};


$.plot($("#flotExample34HR"), data34HR, chartUsersOptions34HR);
$('.tab-content-graph').hide();





</script>

</div>

<div class="tab3 tab-content-graph">


<div class="chart-twelve">
<div class="flot-chart" id="flotExample34DF"></div>
</div><!-- chart-twelve -->






<script>


var data34DF = [{
label: "/10k",
data:[
[gd(2025, 09, 03),301360.4005],[gd(2025, 09, 04),304907.26906],[gd(2025, 09, 05),330601.27169],[gd(2025, 09, 06),283030.98747],[gd(2025, 09, 07),288898.53158],[gd(2025, 09, 08),282796.86926],[gd(2025, 09, 09),314559.63627],[gd(2025, 09, 10),362244.26666], ]}];


var chartUsersOptions34DF = {
series: {
stack: 0,
shadowSize: 0,
lines: {
zero: false,
show: true,
lineWidth: 1.5,
fill: true,
fillColor: { colors: [ { opacity: 0 }, { opacity: 0.2 } ] }
}
},
yaxis: { show: false },


colors: ["#cc8599", "" ],
shadowSize: 0,
grid: {
borderWidth: 0,

labelMargin: 5,
hoverable: true
},
xaxis: {
mode: "time",
timeformat: "%d.%m",
minTickSize: [1, "day"],
font: {
size: 10,
family: 'Arial, sans-serif',
color: '#8392a5'
},
reserveSpace: false
},
legend: {
backgroundColor: "none",
labelBoxBorderColor: "none",
lineWidth: 0
},
};

$.plot($("#flotExample34DF"), data34DF, chartUsersOptions34DF);
$('.tab-content-graph').hide();






</script>
</div>
<div class="tab4 tab-content-graph">


<div class="chart-twelve">
<div class="flot-chart" id="flotExample34MN"></div>
</div><!-- chart-twelve -->





<script>


var data34MN = [{
label: "Miners",
data:[
[gd(2025, 09, 03),460],[gd(2025, 09, 04),481],[gd(2025, 09, 05),479],[gd(2025, 09, 06),479],[gd(2025, 09, 07),477],[gd(2025, 09, 08),489],[gd(2025, 09, 09),502],[gd(2025, 09, 10),479], ]}];


var chartUsersOptions34MN = {
series: {
stack: 0,
shadowSize: 0,
lines: {
zero: false,
show: true,
lineWidth: 1.5,
fill: true,
fillColor: { colors: [ { opacity: 0 }, { opacity: 0.2 } ] }
}
},
yaxis: { show: false },


colors: ["#cc8599", "" ],
shadowSize: 0,
grid: {
borderWidth: 0,

labelMargin: 5,
hoverable: true
},
xaxis: {
mode: "time",
timeformat: "%d.%m",
minTickSize: [1, "day"],
font: {
size: 10,
family: 'Arial, sans-serif',
color: '#8392a5'
},
reserveSpace: false
},
legend: {
backgroundColor: "none",
labelBoxBorderColor: "none",
lineWidth: 0
},
};

$.plot($("#flotExample34MN"), data34MN, chartUsersOptions34MN);
$('.tab-content-graph').hide();






</script>
</div>

</div>

<div class="col-lg-12 mg-b-5 mg-t-15 align-items-baseline tx-rubik text-center" >
<a href="https://www.cryptunit.com/coin/QRL?hr=1180" class="btn btn-xs btn-primary bd-0" style="background:#cc8599;">Details</a>
</div>







</div><!-- crypto -->
</div>





<div class="col-lg-12 mg-b-10 align-items-baseline tx-rubik text-center overflow-hidden">
<div class="panel" style="">
<div class="panel-body" style="text-align:center; display: table; margin: 0 auto;">

<div id="bsa-zone_1616697353627-8_123456"></div>




</div>
</div> </div>








<div class="col-lg-3 mg-b-10 ">
<div class="crypto">

<div class=" mg-b-10 align-items-center pd-t-10 pd-b-10 pd-l-2 pd-r-2 rounded-5" style="background:#cfccff2e;">
<div class="text-center mg-b-8">
<img src="https://www.cryptunit.com/static/coinicons/42/176.png" alt="Zephyr" width="42"/>
</div><!-- crypto-icon -->
<div class="media-body text-center">
<h6 class="tx-13 tx-uppercase tx-semibold mg-b-2">Zephyr <span class="tx-color-03 tx-normal">(ZEPH)</span></h6>
<h6 class="tx-11 tx-uppercase tx-semibold mg-b-5"><span class="tx-color-03 tx-normal">RND X @ 1,180h/s</span></h6>
<div class="align-items-baseline tx-rubik text-center text-nowrap">
<h5 class="tx-18 mg-b-0 d-inline font-weight-bold">$0.027</h5>
<p class="mg-b-0 tx-11 tx-secondary d-inline font-weight-bold">/ Day</p>
</div>
<div class="align-items-baseline tx-rubik text-center">
<h5 class="tx-13 mg-b-0">0.048 ZEPH</h5>
<h5 class="tx-13 mg-b-0">0.00000024 BTC</h5>
</div>
</div><!-- media-body -->
</div><!-- media -->


<div class="table-responsive overflow-hidden">

<table class="table tx-12 table-sm mg-b-0 table-hover-details">

<tbody>
<tr>
<td><strong>Price</strong></td>
<td class="text-right tx-rubik">$0.56</td>
</tr>
<tr>


<td><strong>Change</strong></td>
<td class="text-right tx-rubik"><span class="tx-success">2.5% <i class="icon ion-md-arrow-up"></i></span></td>
</tr>
<tr>

<td><strong>Vol 24h</strong></td>
<td class="text-right tx-rubik"><span class="">$349,995</span></td>
</tr>
<tr>
<td><strong>Exch/mark</strong></td>
<td class="text-right tx-rubik">7/23</td>
</tr>
<tr>
<td><strong>Hashrate</strong></td>
<td class="text-right tx-rubik">91.6<small> Mh/s</small></td>
</tr>
<tr>
<td><strong>Pools/min</strong></td>
<td class="text-right tx-rubik">15/3,179</td>
</tr>
<tr class="tooltip1" title="ZEPH Block Reward">
<td><strong>Block R.</strong></td>
<td class="text-right tx-rubik">5.17</td>
</tr>
<tr class="tooltip1" title="ZEPH Block Time">
<td><strong>Block T.</strong></td>
<td class="text-right tx-rubik">120 <small>Sec</small></td>
</tr>

</tbody>
</table>

</div><!-- table-responsive -->



<ul class="tabs-nav-graph text-center">
<li class="tab1button grafikbutton rounded"><a href=".tab1" class="">Price</a></li>
<li class="tab2button grafikbutton rounded"><a href=".tab2" class="">HR</a></li>
<li class="tab3button grafikbutton rounded"><a href=".tab3" class="">Diff</a></li>
<li class="tab4button grafikbutton rounded"><a href=".tab4" class="">Miners</a></li>
</ul> <!-- END tabs-nav -->



<div class="tabs-content-graph">
<div class="tab1 tab-pane tab-content-graph prvi">

<div class="chart-twelve">
<div class="flot-chart" id="flotExample176"></div>
</div><!-- chart-twelve -->




<script>



function gd(year, month, day) {
return new Date(year, month - 1, day).getTime();
}

var data176 = [{
label: "USD",
data:[[gd(2025, 09, 03),0.57249],[gd(2025, 09, 04),0.54192],[gd(2025, 09, 05),0.55706],[gd(2025, 09, 06),0.57141],[gd(2025, 09, 07),0.58431],[gd(2025, 09, 08),0.58367],[gd(2025, 09, 09),0.57794],[gd(2025, 09, 10),0.54998],]}];



var chartUsersOptions176 = {

series: {
stack: 0,
shadowSize: 0,
lines: {
zero: false,
show: true,
lineWidth: 2,
fill: true,
fillColor: { colors: [ { opacity: 0 }, { opacity: 0.2 } ] }
}
},
yaxis: { show: false },


colors: ["#cfccff", "" ],
shadowSize: 0,
grid: {
borderWidth: 0,

labelMargin: 5,
hoverable: true
},
xaxis: {
mode: "time",
timeformat: "%d.%m",
minTickSize: [1, "day"],
font: {
size: 10,
family: 'Arial, sans-serif',
color: '#8392a5'
},
reserveSpace: false
},
legend: {
backgroundColor: "none",
labelBoxBorderColor: "none",
lineWidth: 0
},
};

$.plot($("#flotExample176"), data176, chartUsersOptions176);
$('.tab-content-graph').hide();



</script>

</div>
<div class="tab2 tab-content-graph">

<div class="chart-twelve">
<div class="flot-chart" id="flotExample176HR"></div>
</div><!-- chart-twelve -->





<script>

var data176HR = [{
label: "Mh/s",
data:[[gd(2025, 09, 03),104.76656],[gd(2025, 09, 04),95.05564],[gd(2025, 09, 05),90.1733],[gd(2025, 09, 06),88.05838],[gd(2025, 09, 07),87.86916],[gd(2025, 09, 08),85.81487],[gd(2025, 09, 09),92.07721],[gd(2025, 09, 10),90.37999],
]}];

var chartUsersOptions176HR = {
series: {
stack: 0,
shadowSize: 0,
lines: {
zero: false,
show: true,
lineWidth: 1.5,
fill: true,
fillColor: { colors: [ { opacity: 0 }, { opacity: 0.2 } ] }
}
},
yaxis: { show: false },


colors: ["#cfccff", "" ],

shadowSize: 0,
grid: {
borderWidth: 0,

labelMargin: 5,
hoverable: true
},
xaxis: {
mode: "time",
timeformat: "%d.%m",
minTickSize: [1, "day"],
font: {
size: 10,
family: 'Arial, sans-serif',
color: '#8392a5'
},
reserveSpace: false
},
legend: {
backgroundColor: "none",
labelBoxBorderColor: "none",
lineWidth: 0
},
};


$.plot($("#flotExample176HR"), data176HR, chartUsersOptions176HR);
$('.tab-content-graph').hide();





</script>

</div>

<div class="tab3 tab-content-graph">


<div class="chart-twelve">
<div class="flot-chart" id="flotExample176DF"></div>
</div><!-- chart-twelve -->






<script>


var data176DF = [{
label: "/10k",
data:[
[gd(2025, 09, 03),1257198.67104],[gd(2025, 09, 04),1140667.6647],[gd(2025, 09, 05),1082079.60089],[gd(2025, 09, 06),1056700.60209],[gd(2025, 09, 07),1054429.97817],[gd(2025, 09, 08),1029778.45061],[gd(2025, 09, 09),1104926.5286],[gd(2025, 09, 10),1084559.87735], ]}];


var chartUsersOptions176DF = {
series: {
stack: 0,
shadowSize: 0,
lines: {
zero: false,
show: true,
lineWidth: 1.5,
fill: true,
fillColor: { colors: [ { opacity: 0 }, { opacity: 0.2 } ] }
}
},
yaxis: { show: false },


colors: ["#cfccff", "" ],
shadowSize: 0,
grid: {
borderWidth: 0,

labelMargin: 5,
hoverable: true
},
xaxis: {
mode: "time",
timeformat: "%d.%m",
minTickSize: [1, "day"],
font: {
size: 10,
family: 'Arial, sans-serif',
color: '#8392a5'
},
reserveSpace: false
},
legend: {
backgroundColor: "none",
labelBoxBorderColor: "none",
lineWidth: 0
},
};

$.plot($("#flotExample176DF"), data176DF, chartUsersOptions176DF);
$('.tab-content-graph').hide();






</script>
</div>
<div class="tab4 tab-content-graph">


<div class="chart-twelve">
<div class="flot-chart" id="flotExample176MN"></div>
</div><!-- chart-twelve -->





<script>


var data176MN = [{
label: "Miners",
data:[
[gd(2025, 09, 03),3145],[gd(2025, 09, 04),3166],[gd(2025, 09, 05),3164],[gd(2025, 09, 06),3146],[gd(2025, 09, 07),3146],[gd(2025, 09, 08),3168],[gd(2025, 09, 09),3171],[gd(2025, 09, 10),3147], ]}];


var chartUsersOptions176MN = {
series: {
stack: 0,
shadowSize: 0,
lines: {
zero: false,
show: true,
lineWidth: 1.5,
fill: true,
fillColor: { colors: [ { opacity: 0 }, { opacity: 0.2 } ] }
}
},
yaxis: { show: false },


colors: ["#cfccff", "" ],
shadowSize: 0,
grid: {
borderWidth: 0,

labelMargin: 5,
hoverable: true
},
xaxis: {
mode: "time",
timeformat: "%d.%m",
minTickSize: [1, "day"],
font: {
size: 10,
family: 'Arial, sans-serif',
color: '#8392a5'
},
reserveSpace: false
},
legend: {
backgroundColor: "none",
labelBoxBorderColor: "none",
lineWidth: 0
},
};

$.plot($("#flotExample176MN"), data176MN, chartUsersOptions176MN);
$('.tab-content-graph').hide();






</script>
</div>

</div>

<div class="col-lg-12 mg-b-5 mg-t-15 align-items-baseline tx-rubik text-center" >
<a href="https://www.cryptunit.com/coin/ZEPH?hr=1180" class="btn btn-xs btn-primary bd-0" style="background:#cfccff;">Details</a>
</div>







</div><!-- crypto -->
</div>






<!-- end of all coins -->


</div><!-- row -->
</div><!-- card-body -->







</div><!-- card -->




<div class="col-lg-12 mg-b-5 mg-t-15 pd-l-0 align-items-baseline tx-rubik text-center overflow-hidden">
<div class="panel" style="">
<div class="panel-body" style="text-align:center; display: table; margin: 0 auto;">

<div id="bsa-zone_1616697353627-8_123456"></div>




</div>
</div> </div>

<div class="card mg-t-15" id="filtered">
<div class="card-header d-sm-flex align-items-center justify-content-between">
<h6 class="mg-b-0">Filtered coins (24h volume < .1BTC)</h6> <span class="tx-interui tx-10 link-03">Switch 'FILTER BY 24H BTC VOLUME' to OFF to disable filter</span>
</div><!-- card-header -->
<div class="card-body pd-0">
<div class="row no-gutters">



<div class="table-responsive">
<table class="table mg-b-0 table-hover-details">
<thead>
<tr>

<th></th>
<th class="text-center lh-1 text-nowrap tx-14">Daily<br>Revenue</th>
<th class="text-center lh-1 text-nowrap tx-14">Hrashrate<br>Block Rew|Time</th>
<th class="text-center lh-1 text-nowrap tx-14">24h Change<br>Price USD|BTC </th>
<th class="text-center lh-1 text-nowrap tx-14">Volume 24h<br>Exch/mark</th>
<th class="text-center lh-1 text-nowrap tx-14">Miners<br>Pools</th>

</tr>
</thead>
<tbody>


<tr>
<td class="text-nowrap"><h6 class="tx-14 tx-uppercase tx-semibold mg-b-0"><i><img src="https://www.cryptunit.com/static/coinicons/37/25.png" alt="Ryo" width="37" class="mg-r-4"/> </i> <a href="https://www.cryptunit.com/coin/RYO?hr=1650">Ryo</a> <span class="tx-color-03 tx-normal">(RYO)</span></h6><h6 class="tx-11 tx-uppercase tx-semibold mg-b-5 tx-color-03 tx-normal mg-l-45">CN GPU @ 1,650h/s</h6></td>

<td class="align-items-baseline text-center text-nowrap">
<h5 class="font-weight-bold tx-15">$0.24</h5>
<h6 class="tx-12 mg-b-0">61.7 RYO</h6>
<h6 class="tx-12 mg-b-0">0.0000019 BTC</h6>
</td>
<td class="align-items-baseline text-center text-nowrap">
<h5 class="font-weight-bold tx-15">0.32 <small>Mh/s</small></h5>
<h6 class="tx-12 mg-b-0">33.1 RYO</h6>
<h6 class="tx-12 mg-b-0">240 Sec</h6>

</td>
<td class="align-items-baseline text-center text-nowrap">


<h5 class="font-weight-bold tx-15 tx-danger">-13.8% <i class="icon ion-md-arrow-down"></i></h5>
<h6 class="font-weight-bold tx-12 mg-b-0">$0.0039</h6>
<h6 class="tx-12 mg-b-0">0.00000003 BTC</h6>



</td>
<td class="align-items-baseline text-center text-nowrap">


<h5 class="font-weight-bold tx-15"><span title="Low volume!" class="bg-danger tx-white pd-2 rounded tooltip1">$681</span></h5>

<h6 class="tx-12 mg-b-0">19 <small>Markets</small></h6>
<h6 class="tx-12 mg-b-0">7 <small>Exchanges</small></h6>
</td>

<td class="align-items-baseline text-center text-nowrap">
<h5 class="font-weight-bold tx-15">469</h5>
<h6 class="tx-12 mg-b-0">7 <small>Pools</small></h6>
</td>


</tr>



<tr>
<td class="text-nowrap"><h6 class="tx-14 tx-uppercase tx-semibold mg-b-0"><i><img src="https://www.cryptunit.com/static/coinicons/37/58.png" alt="Conceal" width="37" class="mg-r-4"/> </i> <a href="https://www.cryptunit.com/coin/CCX?hr=1650">Conceal</a> <span class="tx-color-03 tx-normal">(CCX)</span></h6><h6 class="tx-11 tx-uppercase tx-semibold mg-b-5 tx-color-03 tx-normal mg-l-45">CN GPU @ 1,650h/s</h6></td>

<td class="align-items-baseline text-center text-nowrap">
<h5 class="font-weight-bold tx-15">$0.083</h5>
<h6 class="tx-12 mg-b-0">6.45 CCX</h6>
<h6 class="tx-12 mg-b-0">0.00000071 BTC</h6>
</td>
<td class="align-items-baseline text-center text-nowrap">
<h5 class="font-weight-bold tx-15">1.1 <small>Mh/s</small></h5>
<h6 class="tx-12 mg-b-0">6 CCX</h6>
<h6 class="tx-12 mg-b-0">120 Sec</h6>

</td>
<td class="align-items-baseline text-center text-nowrap">


<h5 class="font-weight-bold tx-15 tx-success">31.8% <i class="icon ion-md-arrow-up"></i></h5>
<h6 class="font-weight-bold tx-12 mg-b-0">$0.013</h6>
<h6 class="tx-12 mg-b-0">0.00000011 BTC</h6>



</td>
<td class="align-items-baseline text-center text-nowrap">


<h5 class="font-weight-bold tx-15"><span title="Low volume!" class="bg-danger tx-white pd-2 rounded tooltip1">$346</span></h5>

<h6 class="tx-12 mg-b-0">24 <small>Markets</small></h6>
<h6 class="tx-12 mg-b-0">12 <small>Exchanges</small></h6>
</td>

<td class="align-items-baseline text-center text-nowrap">
<h5 class="font-weight-bold tx-15">20</h5>
<h6 class="tx-12 mg-b-0">5 <small>Pools</small></h6>
</td>


</tr>



<tr>
<td class="text-nowrap"><h6 class="tx-14 tx-uppercase tx-semibold mg-b-0"><i><img src="https://www.cryptunit.com/static/coinicons/37/82.png" alt="Equilibria" width="37" class="mg-r-4"/> </i> <a href="https://www.cryptunit.com/coin/XEQ?hr=1650">Equilibria</a> <span class="tx-color-03 tx-normal">(XEQ)</span></h6><h6 class="tx-11 tx-uppercase tx-semibold mg-b-5 tx-color-03 tx-normal mg-l-45">CN GPU @ 1,650h/s</h6></td>

<td class="align-items-baseline text-center text-nowrap">
<h5 class="font-weight-bold tx-15">$0.013</h5>
<h6 class="tx-12 mg-b-0">1.39 XEQ</h6>
<h6 class="tx-12 mg-b-0">0.00000011 BTC</h6>
</td>
<td class="align-items-baseline text-center text-nowrap">
<h5 class="font-weight-bold tx-15">4.44 <small>Mh/s</small></h5>
<h6 class="tx-12 mg-b-0">5.21 XEQ</h6>
<h6 class="tx-12 mg-b-0">120 Sec</h6>

</td>
<td class="align-items-baseline text-center text-nowrap">


<h5 class="font-weight-bold tx-15 tx-success">4.6% <i class="icon ion-md-arrow-up"></i></h5>
<h6 class="font-weight-bold tx-12 mg-b-0">$0.0094</h6>
<h6 class="tx-12 mg-b-0">0.00000008 BTC</h6>



</td>
<td class="align-items-baseline text-center text-nowrap">


<h5 class="font-weight-bold tx-15"><span title="Low volume!" class="bg-danger tx-white pd-2 rounded tooltip1">$38.7</span></h5>

<h6 class="tx-12 mg-b-0">20 <small>Markets</small></h6>
<h6 class="tx-12 mg-b-0">6 <small>Exchanges</small></h6>
</td>

<td class="align-items-baseline text-center text-nowrap">
<h5 class="font-weight-bold tx-15">63</h5>
<h6 class="tx-12 mg-b-0">4 <small>Pools</small></h6>
</td>


</tr>



<tr>
<td class="text-nowrap"><h6 class="tx-14 tx-uppercase tx-semibold mg-b-0"><i><img src="https://www.cryptunit.com/static/coinicons/37/47.png" alt="ArQmA" width="37" class="mg-r-4"/> </i> <a href="https://www.cryptunit.com/coin/ARQ?hr=1180">ArQmA</a> <span class="tx-color-03 tx-normal">(ARQ)</span></h6><h6 class="tx-11 tx-uppercase tx-semibold mg-b-5 tx-color-03 tx-normal mg-l-45">RND ARQ @ 1,180h/s</h6></td>

<td class="align-items-baseline text-center text-nowrap">
<h5 class="font-weight-bold tx-15">$0.0091</h5>
<h6 class="tx-12 mg-b-0">7.72 ARQ</h6>
<h6 class="tx-12 mg-b-0">0.00000008 BTC</h6>
</td>
<td class="align-items-baseline text-center text-nowrap">
<h5 class="font-weight-bold tx-15">1.1 <small>Mh/s</small></h5>
<h6 class="tx-12 mg-b-0">10 ARQ</h6>
<h6 class="tx-12 mg-b-0">120 Sec</h6>

</td>
<td class="align-items-baseline text-center text-nowrap">


<h5 class="font-weight-bold tx-15 tx-danger">-0.7% <i class="icon ion-md-arrow-down"></i></h5>
<h6 class="font-weight-bold tx-12 mg-b-0">$0.0012</h6>
<h6 class="tx-12 mg-b-0">0.00000001 BTC</h6>



</td>
<td class="align-items-baseline text-center text-nowrap">


<h5 class="font-weight-bold tx-15"><span title="Low volume!" class="bg-danger tx-white pd-2 rounded tooltip1">$8.04</span></h5>

<h6 class="tx-12 mg-b-0">5 <small>Markets</small></h6>
<h6 class="tx-12 mg-b-0">3 <small>Exchanges</small></h6>
</td>

<td class="align-items-baseline text-center text-nowrap">
<h5 class="font-weight-bold tx-15">47</h5>
<h6 class="tx-12 mg-b-0">7 <small>Pools</small></h6>
</td>


</tr>



<tr>
<td class="text-nowrap"><h6 class="tx-14 tx-uppercase tx-semibold mg-b-0"><i><img src="https://www.cryptunit.com/static/coinicons/37/6.png" alt="Bytecoin" width="37" class="mg-r-4"/> </i> <a href="https://www.cryptunit.com/coin/BCN?hr=2000">Bytecoin</a> <span class="tx-color-03 tx-normal">(BCN)</span></h6><h6 class="tx-11 tx-uppercase tx-semibold mg-b-5 tx-color-03 tx-normal mg-l-45">CN (ASIC) @ 2,000h/s</h6></td>

<td class="align-items-baseline text-center text-nowrap">
<h5 class="font-weight-bold tx-15">$0.0012</h5>
<h6 class="tx-12 mg-b-0">48.7 BCN</h6>
<h6 class="tx-12 mg-b-0">0 BTC</h6>
</td>
<td class="align-items-baseline text-center text-nowrap">
<h5 class="font-weight-bold tx-15">0.045 <small>Mh/s</small></h5>
<h6 class="tx-12 mg-b-0">1.53 BCN</h6>
<h6 class="tx-12 mg-b-0">120 Sec</h6>

</td>
<td class="align-items-baseline text-center text-nowrap">


<h5 class="font-weight-bold tx-15 tx-orange">-0% <i class="icon "></i></h5>
<h6 class="font-weight-bold tx-12 mg-b-0">$0.000025</h6>
<h6 class="tx-12 mg-b-0">0 BTC</h6>



</td>
<td class="align-items-baseline text-center text-nowrap">


<h5 class="font-weight-bold tx-15"><span title="Low volume!" class="bg-danger tx-white pd-2 rounded tooltip1">$99.9</span></h5>

<h6 class="tx-12 mg-b-0">98 <small>Markets</small></h6>
<h6 class="tx-12 mg-b-0">14 <small>Exchanges</small></h6>
</td>

<td class="align-items-baseline text-center text-nowrap">
<h5 class="font-weight-bold tx-15">1</h5>
<h6 class="tx-12 mg-b-0">1 <small>Pools</small></h6>
</td>


</tr>



<tr>
<td class="text-nowrap"><h6 class="tx-14 tx-uppercase tx-semibold mg-b-0"><i><img src="https://www.cryptunit.com/static/coinicons/37/4.png" alt="Haven" width="37" class="mg-r-4"/> </i> <a href="https://www.cryptunit.com/coin/XHV?hr=1550">Haven</a> <span class="tx-color-03 tx-normal">(XHV)</span></h6><h6 class="tx-11 tx-uppercase tx-semibold mg-b-5 tx-color-03 tx-normal mg-l-45">CN Haven @ 1,550h/s</h6></td>

<td class="align-items-baseline text-center text-nowrap">
<h5 class="font-weight-bold tx-15">$0</h5>
<h6 class="tx-12 mg-b-0">0.055 XHV</h6>
<h6 class="tx-12 mg-b-0">0 BTC</h6>
</td>
<td class="align-items-baseline text-center text-nowrap">
<h5 class="font-weight-bold tx-15">0.48 <small>Mh/s</small></h5>
<h6 class="tx-12 mg-b-0">0.024 XHV</h6>
<h6 class="tx-12 mg-b-0">120 Sec</h6>

</td>
<td class="align-items-baseline text-center text-nowrap">


<h5 class="font-weight-bold tx-15 tx-orange">0% <i class="icon "></i></h5>
<h6 class="font-weight-bold tx-12 mg-b-0">$0</h6>
<h6 class="tx-12 mg-b-0">0 BTC</h6>



</td>
<td class="align-items-baseline text-center text-nowrap">


<h5 class="font-weight-bold tx-15"><span title="Low volume!" class="bg-danger tx-white pd-2 rounded tooltip1">$0</span></h5>

<h6 class="tx-12 mg-b-0">18 <small>Markets</small></h6>
<h6 class="tx-12 mg-b-0">12 <small>Exchanges</small></h6>
</td>

<td class="align-items-baseline text-center text-nowrap">
<h5 class="font-weight-bold tx-15">4</h5>
<h6 class="tx-12 mg-b-0">6 <small>Pools</small></h6>
</td>


</tr>



<tr>
<td class="text-nowrap"><h6 class="tx-14 tx-uppercase tx-semibold mg-b-0"><i><img src="https://www.cryptunit.com/static/coinicons/37/8.png" alt="Sumokoin" width="37" class="mg-r-4"/> </i> <a href="https://www.cryptunit.com/coin/SUMO?hr=2000">Sumokoin</a> <span class="tx-color-03 tx-normal">(SUMO)</span></h6><h6 class="tx-11 tx-uppercase tx-semibold mg-b-5 tx-color-03 tx-normal mg-l-45">CN R @ 2,000h/s</h6></td>

<td class="align-items-baseline text-center text-nowrap">
<h5 class="font-weight-bold tx-15">$0</h5>
<h6 class="tx-12 mg-b-0">922 SUMO</h6>
<h6 class="tx-12 mg-b-0">0 BTC</h6>
</td>
<td class="align-items-baseline text-center text-nowrap">
<h5 class="font-weight-bold tx-15">0.026 <small>Mh/s</small></h5>
<h6 class="tx-12 mg-b-0">33.3 SUMO</h6>
<h6 class="tx-12 mg-b-0">240 Sec</h6>

</td>
<td class="align-items-baseline text-center text-nowrap">


<h5 class="font-weight-bold tx-15 tx-orange">0% <i class="icon "></i></h5>
<h6 class="font-weight-bold tx-12 mg-b-0">$0</h6>
<h6 class="tx-12 mg-b-0">0 BTC</h6>



</td>
<td class="align-items-baseline text-center text-nowrap">


<h5 class="font-weight-bold tx-15"><span title="Low volume!" class="bg-danger tx-white pd-2 rounded tooltip1">$0</span></h5>

<h6 class="tx-12 mg-b-0">21 <small>Markets</small></h6>
<h6 class="tx-12 mg-b-0">9 <small>Exchanges</small></h6>
</td>

<td class="align-items-baseline text-center text-nowrap">
<h5 class="font-weight-bold tx-15">196</h5>
<h6 class="tx-12 mg-b-0">7 <small>Pools</small></h6>
</td>


</tr>



<tr>
<td class="text-nowrap"><h6 class="tx-14 tx-uppercase tx-semibold mg-b-0"><i><img src="https://www.cryptunit.com/static/coinicons/37/13.png" alt="Scala" width="37" class="mg-r-4"/> </i> <a href="https://www.cryptunit.com/coin/XLA?hr=0">Scala</a> <span class="tx-color-03 tx-normal">(XLA)</span></h6><h6 class="tx-11 tx-uppercase tx-semibold mg-b-5 tx-color-03 tx-normal mg-l-45">Panthera @ 0h/s</h6></td>

<td class="align-items-baseline text-center text-nowrap">
<h5 class="font-weight-bold tx-15">$0</h5>
<h6 class="tx-12 mg-b-0">0 XLA</h6>
<h6 class="tx-12 mg-b-0">0 BTC</h6>
</td>
<td class="align-items-baseline text-center text-nowrap">
<h5 class="font-weight-bold tx-15">0.77 <small>Mh/s</small></h5>
<h6 class="tx-12 mg-b-0">1,495 XLA</h6>
<h6 class="tx-12 mg-b-0">120 Sec</h6>

</td>
<td class="align-items-baseline text-center text-nowrap">


<h5 class="font-weight-bold tx-15 tx-danger">-1% <i class="icon ion-md-arrow-down"></i></h5>
<h6 class="font-weight-bold tx-12 mg-b-0">$0.000012</h6>
<h6 class="tx-12 mg-b-0">0 BTC</h6>



</td>
<td class="align-items-baseline text-center text-nowrap">


<h5 class="font-weight-bold tx-15"><span title="Low volume!" class="bg-danger tx-white pd-2 rounded tooltip1">$472</span></h5>

<h6 class="tx-12 mg-b-0">17 <small>Markets</small></h6>
<h6 class="tx-12 mg-b-0">6 <small>Exchanges</small></h6>
</td>

<td class="align-items-baseline text-center text-nowrap">
<h5 class="font-weight-bold tx-15">175</h5>
<h6 class="tx-12 mg-b-0">5 <small>Pools</small></h6>
</td>


</tr>



<tr>
<td class="text-nowrap"><h6 class="tx-14 tx-uppercase tx-semibold mg-b-0"><i><img src="https://www.cryptunit.com/static/coinicons/37/21.png" alt="Masari" width="37" class="mg-r-4"/> </i> <a href="https://www.cryptunit.com/coin/MSR?hr=3800">Masari</a> <span class="tx-color-03 tx-normal">(MSR)</span></h6><h6 class="tx-11 tx-uppercase tx-semibold mg-b-5 tx-color-03 tx-normal mg-l-45">CN Fast2 @ 3,800h/s</h6></td>

<td class="align-items-baseline text-center text-nowrap">
<h5 class="font-weight-bold tx-15">$0</h5>
<h6 class="tx-12 mg-b-0">2.11 MSR</h6>
<h6 class="tx-12 mg-b-0">0 BTC</h6>
</td>
<td class="align-items-baseline text-center text-nowrap">
<h5 class="font-weight-bold tx-15">0.089 <small>Mh/s</small></h5>
<h6 class="tx-12 mg-b-0">0.069 MSR</h6>
<h6 class="tx-12 mg-b-0">120 Sec</h6>

</td>
<td class="align-items-baseline text-center text-nowrap">


<h5 class="font-weight-bold tx-15 tx-orange">0% <i class="icon "></i></h5>
<h6 class="font-weight-bold tx-12 mg-b-0">$0</h6>
<h6 class="tx-12 mg-b-0">0 BTC</h6>



</td>
<td class="align-items-baseline text-center text-nowrap">


<h5 class="font-weight-bold tx-15"><span title="Low volume!" class="bg-danger tx-white pd-2 rounded tooltip1">$0</span></h5>

<h6 class="tx-12 mg-b-0">8 <small>Markets</small></h6>
<h6 class="tx-12 mg-b-0">6 <small>Exchanges</small></h6>
</td>

<td class="align-items-baseline text-center text-nowrap">
<h5 class="font-weight-bold tx-15">23</h5>
<h6 class="tx-12 mg-b-0">5 <small>Pools</small></h6>
</td>


</tr>



<tr>
<td class="text-nowrap"><h6 class="tx-14 tx-uppercase tx-semibold mg-b-0"><i><img src="https://www.cryptunit.com/static/coinicons/37/23.png" alt="Lethean" width="37" class="mg-r-4"/> </i> <a href="https://www.cryptunit.com/coin/LTHN?hr=55000">Lethean</a> <span class="tx-color-03 tx-normal">(LTHN)</span></h6><h6 class="tx-11 tx-uppercase tx-semibold mg-b-5 tx-color-03 tx-normal mg-l-45">Arg Chukwa v2 @ 55,000h/s</h6></td>

<td class="align-items-baseline text-center text-nowrap">
<h5 class="font-weight-bold tx-15">$0</h5>
<h6 class="tx-12 mg-b-0">5,081 LTHN</h6>
<h6 class="tx-12 mg-b-0">0 BTC</h6>
</td>
<td class="align-items-baseline text-center text-nowrap">
<h5 class="font-weight-bold tx-15">0.45 <small>Mh/s</small></h5>
<h6 class="tx-12 mg-b-0">58 LTHN</h6>
<h6 class="tx-12 mg-b-0">120 Sec</h6>

</td>
<td class="align-items-baseline text-center text-nowrap">


<h5 class="font-weight-bold tx-15 tx-orange">0% <i class="icon "></i></h5>
<h6 class="font-weight-bold tx-12 mg-b-0">$0</h6>
<h6 class="tx-12 mg-b-0">0 BTC</h6>



</td>
<td class="align-items-baseline text-center text-nowrap">


<h5 class="font-weight-bold tx-15"><span title="Low volume!" class="bg-danger tx-white pd-2 rounded tooltip1">$0</span></h5>

<h6 class="tx-12 mg-b-0">11 <small>Markets</small></h6>
<h6 class="tx-12 mg-b-0">6 <small>Exchanges</small></h6>
</td>

<td class="align-items-baseline text-center text-nowrap">
<h5 class="font-weight-bold tx-15">4</h5>
<h6 class="tx-12 mg-b-0">3 <small>Pools</small></h6>
</td>


</tr>



<tr>
<td class="text-nowrap"><h6 class="tx-14 tx-uppercase tx-semibold mg-b-0"><i><img src="https://www.cryptunit.com/static/coinicons/37/45.png" alt="Qwertycoin" width="37" class="mg-r-4"/> </i> <a href="https://www.cryptunit.com/coin/QWC?hr=2000">Qwertycoin</a> <span class="tx-color-03 tx-normal">(QWC)</span></h6><h6 class="tx-11 tx-uppercase tx-semibold mg-b-5 tx-color-03 tx-normal mg-l-45">CN (ASIC) @ 2,000h/s</h6></td>

<td class="align-items-baseline text-center text-nowrap">
<h5 class="font-weight-bold tx-15">$0</h5>
<h6 class="tx-12 mg-b-0">69,249 QWC</h6>
<h6 class="tx-12 mg-b-0">0 BTC</h6>
</td>
<td class="align-items-baseline text-center text-nowrap">
<h5 class="font-weight-bold tx-15">0.24 <small>Mh/s</small></h5>
<h6 class="tx-12 mg-b-0">11,521 QWC</h6>
<h6 class="tx-12 mg-b-0">120 Sec</h6>

</td>
<td class="align-items-baseline text-center text-nowrap">


<h5 class="font-weight-bold tx-15 tx-orange">0% <i class="icon "></i></h5>
<h6 class="font-weight-bold tx-12 mg-b-0">$0</h6>
<h6 class="tx-12 mg-b-0">0 BTC</h6>



</td>
<td class="align-items-baseline text-center text-nowrap">


<h5 class="font-weight-bold tx-15"><span title="Low volume!" class="bg-danger tx-white pd-2 rounded tooltip1">$0</span></h5>

<h6 class="tx-12 mg-b-0">10 <small>Markets</small></h6>
<h6 class="tx-12 mg-b-0">7 <small>Exchanges</small></h6>
</td>

<td class="align-items-baseline text-center text-nowrap">
<h5 class="font-weight-bold tx-15">2</h5>
<h6 class="tx-12 mg-b-0">4 <small>Pools</small></h6>
</td>


</tr>



<tr>
<td class="text-nowrap"><h6 class="tx-14 tx-uppercase tx-semibold mg-b-0"><i><img src="https://www.cryptunit.com/static/coinicons/37/48.png" alt="Iridium" width="37" class="mg-r-4"/> </i> <a href="https://www.cryptunit.com/coin/IRD?hr=15960">Iridium</a> <span class="tx-color-03 tx-normal">(IRD)</span></h6><h6 class="tx-11 tx-uppercase tx-semibold mg-b-5 tx-color-03 tx-normal mg-l-45">CN Turtle @ 15,960h/s</h6></td>

<td class="align-items-baseline text-center text-nowrap">
<h5 class="font-weight-bold tx-15">$0</h5>
<h6 class="tx-12 mg-b-0">0.23 IRD</h6>
<h6 class="tx-12 mg-b-0">0 BTC</h6>
</td>
<td class="align-items-baseline text-center text-nowrap">
<h5 class="font-weight-bold tx-15">34.1 <small>Mh/s</small></h5>
<h6 class="tx-12 mg-b-0">1.01 IRD</h6>
<h6 class="tx-12 mg-b-0">175 Sec</h6>

</td>
<td class="align-items-baseline text-center text-nowrap">


<h5 class="font-weight-bold tx-15 tx-orange">0% <i class="icon "></i></h5>
<h6 class="font-weight-bold tx-12 mg-b-0">$0</h6>
<h6 class="tx-12 mg-b-0">0 BTC</h6>



</td>
<td class="align-items-baseline text-center text-nowrap">


<h5 class="font-weight-bold tx-15"><span title="Low volume!" class="bg-danger tx-white pd-2 rounded tooltip1">$0</span></h5>

<h6 class="tx-12 mg-b-0">1 <small>Markets</small></h6>
<h6 class="tx-12 mg-b-0">1 <small>Exchanges</small></h6>
</td>

<td class="align-items-baseline text-center text-nowrap">
<h5 class="font-weight-bold tx-15">2</h5>
<h6 class="tx-12 mg-b-0">3 <small>Pools</small></h6>
</td>


</tr>



<tr>
<td class="text-nowrap"><h6 class="tx-14 tx-uppercase tx-semibold mg-b-0"><i><img src="https://www.cryptunit.com/static/coinicons/37/52.png" alt="BLOC.money" width="37" class="mg-r-4"/> </i> <a href="https://www.cryptunit.com/coin/BLOC?hr=1550">BLOC.money</a> <span class="tx-color-03 tx-normal">(BLOC)</span></h6><h6 class="tx-11 tx-uppercase tx-semibold mg-b-5 tx-color-03 tx-normal mg-l-45">CN Heavy @ 1,550h/s</h6></td>

<td class="align-items-baseline text-center text-nowrap">
<h5 class="font-weight-bold tx-15">$0</h5>
<h6 class="tx-12 mg-b-0">15,163 BLOC</h6>
<h6 class="tx-12 mg-b-0">0 BTC</h6>
</td>
<td class="align-items-baseline text-center text-nowrap">
<h5 class="font-weight-bold tx-15">0.00067 <small>Mh/s</small></h5>
<h6 class="tx-12 mg-b-0">9.06 BLOC</h6>
<h6 class="tx-12 mg-b-0">120 Sec</h6>

</td>
<td class="align-items-baseline text-center text-nowrap">


<h5 class="font-weight-bold tx-15 tx-orange">0% <i class="icon "></i></h5>
<h6 class="font-weight-bold tx-12 mg-b-0">$0</h6>
<h6 class="tx-12 mg-b-0">0 BTC</h6>



</td>
<td class="align-items-baseline text-center text-nowrap">


<h5 class="font-weight-bold tx-15"><span title="Low volume!" class="bg-danger tx-white pd-2 rounded tooltip1">$0</span></h5>

<h6 class="tx-12 mg-b-0">2 <small>Markets</small></h6>
<h6 class="tx-12 mg-b-0">2 <small>Exchanges</small></h6>
</td>

<td class="align-items-baseline text-center text-nowrap">
<h5 class="font-weight-bold tx-15">5</h5>
<h6 class="tx-12 mg-b-0">2 <small>Pools</small></h6>
</td>


</tr>



<tr>
<td class="text-nowrap"><h6 class="tx-14 tx-uppercase tx-semibold mg-b-0"><i><img src="https://www.cryptunit.com/static/coinicons/37/57.png" alt="CROAT Coin" width="37" class="mg-r-4"/> </i> <a href="https://www.cryptunit.com/coin/CROAT?hr=2000">CROAT Coin</a> <span class="tx-color-03 tx-normal">(CROAT)</span></h6><h6 class="tx-11 tx-uppercase tx-semibold mg-b-5 tx-color-03 tx-normal mg-l-45">CN (ASIC) @ 2,000h/s</h6></td>

<td class="align-items-baseline text-center text-nowrap">
<h5 class="font-weight-bold tx-15">$0</h5>
<h6 class="tx-12 mg-b-0">3,198 CROAT</h6>
<h6 class="tx-12 mg-b-0">0 BTC</h6>
</td>
<td class="align-items-baseline text-center text-nowrap">
<h5 class="font-weight-bold tx-15">0.0017 <small>Mh/s</small></h5>
<h6 class="tx-12 mg-b-0">1.85 CROAT</h6>
<h6 class="tx-12 mg-b-0">60 Sec</h6>

</td>
<td class="align-items-baseline text-center text-nowrap">


<h5 class="font-weight-bold tx-15 tx-orange">0% <i class="icon "></i></h5>
<h6 class="font-weight-bold tx-12 mg-b-0">$0</h6>
<h6 class="tx-12 mg-b-0">0 BTC</h6>



</td>
<td class="align-items-baseline text-center text-nowrap">


<h5 class="font-weight-bold tx-15"><span title="Low volume!" class="bg-danger tx-white pd-2 rounded tooltip1">$0</span></h5>

<h6 class="tx-12 mg-b-0">2 <small>Markets</small></h6>
<h6 class="tx-12 mg-b-0">1 <small>Exchanges</small></h6>
</td>

<td class="align-items-baseline text-center text-nowrap">
<h5 class="font-weight-bold tx-15">6</h5>
<h6 class="tx-12 mg-b-0">2 <small>Pools</small></h6>
</td>


</tr>



<tr>
<td class="text-nowrap"><h6 class="tx-14 tx-uppercase tx-semibold mg-b-0"><i><img src="https://www.cryptunit.com/static/coinicons/37/89.png" alt="Swap" width="37" class="mg-r-4"/> </i> <a href="https://www.cryptunit.com/coin/XWP?hr=3.2000000000">Swap</a> <span class="tx-color-03 tx-normal">(XWP)</span></h6><h6 class="tx-11 tx-uppercase tx-semibold mg-b-5 tx-color-03 tx-normal mg-l-45">C29s @ 3.2G/s</h6></td>

<td class="align-items-baseline text-center text-nowrap">
<h5 class="font-weight-bold tx-15">$0</h5>
<h6 class="tx-12 mg-b-0">0.000046 XWP</h6>
<h6 class="tx-12 mg-b-0">0 BTC</h6>
</td>
<td class="align-items-baseline text-center text-nowrap">
<h5 class="font-weight-bold tx-15">833 <small>Mh/s</small></h5>
<h6 class="tx-12 mg-b-0">0.033 XWP</h6>
<h6 class="tx-12 mg-b-0">240 Sec</h6>

</td>
<td class="align-items-baseline text-center text-nowrap">


<h5 class="font-weight-bold tx-15 tx-orange">0% <i class="icon "></i></h5>
<h6 class="font-weight-bold tx-12 mg-b-0">$0</h6>
<h6 class="tx-12 mg-b-0">0 BTC</h6>



</td>
<td class="align-items-baseline text-center text-nowrap">


<h5 class="font-weight-bold tx-15"><span title="Low volume!" class="bg-danger tx-white pd-2 rounded tooltip1">$0</span></h5>

<h6 class="tx-12 mg-b-0">9 <small>Markets</small></h6>
<h6 class="tx-12 mg-b-0">5 <small>Exchanges</small></h6>
</td>

<td class="align-items-baseline text-center text-nowrap">
<h5 class="font-weight-bold tx-15">1</h5>
<h6 class="tx-12 mg-b-0">2 <small>Pools</small></h6>
</td>


</tr>



<tr>
<td class="text-nowrap"><h6 class="tx-14 tx-uppercase tx-semibold mg-b-0"><i><img src="https://www.cryptunit.com/static/coinicons/37/91.png" alt="uPlexa" width="37" class="mg-r-4"/> </i> <a href="https://www.cryptunit.com/coin/UPX?hr=58800">uPlexa</a> <span class="tx-color-03 tx-normal">(UPX)</span></h6><h6 class="tx-11 tx-uppercase tx-semibold mg-b-5 tx-color-03 tx-normal mg-l-45">CN Upx @ 58,800h/s</h6></td>

<td class="align-items-baseline text-center text-nowrap">
<h5 class="font-weight-bold tx-15">$0</h5>
<h6 class="tx-12 mg-b-0">224,507 UPX</h6>
<h6 class="tx-12 mg-b-0">0 BTC</h6>
</td>
<td class="align-items-baseline text-center text-nowrap">
<h5 class="font-weight-bold tx-15">0.27 <small>Mh/s</small></h5>
<h6 class="tx-12 mg-b-0">1,419 UPX</h6>
<h6 class="tx-12 mg-b-0">120 Sec</h6>

</td>
<td class="align-items-baseline text-center text-nowrap">


<h5 class="font-weight-bold tx-15 tx-orange">0% <i class="icon "></i></h5>
<h6 class="font-weight-bold tx-12 mg-b-0">$0</h6>
<h6 class="tx-12 mg-b-0">0 BTC</h6>



</td>
<td class="align-items-baseline text-center text-nowrap">


<h5 class="font-weight-bold tx-15"><span title="Low volume!" class="bg-danger tx-white pd-2 rounded tooltip1">$0</span></h5>

<h6 class="tx-12 mg-b-0">4 <small>Markets</small></h6>
<h6 class="tx-12 mg-b-0">3 <small>Exchanges</small></h6>
</td>

<td class="align-items-baseline text-center text-nowrap">
<h5 class="font-weight-bold tx-15">28</h5>
<h6 class="tx-12 mg-b-0">5 <small>Pools</small></h6>
</td>


</tr>



<tr>
<td class="text-nowrap"><h6 class="tx-14 tx-uppercase tx-semibold mg-b-0"><i><img src="https://www.cryptunit.com/static/coinicons/37/137.png" alt="Monero Classic" width="37" class="mg-r-4"/> </i> <a href="https://www.cryptunit.com/coin/XMC?hr=2000">Monero Classic</a> <span class="tx-color-03 tx-normal">(XMC)</span></h6><h6 class="tx-11 tx-uppercase tx-semibold mg-b-5 tx-color-03 tx-normal mg-l-45">CN (ASIC) @ 2,000h/s</h6></td>

<td class="align-items-baseline text-center text-nowrap">
<h5 class="font-weight-bold tx-15">$0</h5>
<h6 class="tx-12 mg-b-0">0.0061 XMC</h6>
<h6 class="tx-12 mg-b-0">0 BTC</h6>
</td>
<td class="align-items-baseline text-center text-nowrap">
<h5 class="font-weight-bold tx-15">2.37 <small>Mh/s</small></h5>
<h6 class="tx-12 mg-b-0">0.01 XMC</h6>
<h6 class="tx-12 mg-b-0">120 Sec</h6>

</td>
<td class="align-items-baseline text-center text-nowrap">


<h5 class="font-weight-bold tx-15 tx-orange">0% <i class="icon "></i></h5>
<h6 class="font-weight-bold tx-12 mg-b-0">$0</h6>
<h6 class="tx-12 mg-b-0">0 BTC</h6>



</td>
<td class="align-items-baseline text-center text-nowrap">


<h5 class="font-weight-bold tx-15"><span title="Low volume!" class="bg-danger tx-white pd-2 rounded tooltip1">$0</span></h5>

<h6 class="tx-12 mg-b-0">7 <small>Markets</small></h6>
<h6 class="tx-12 mg-b-0">3 <small>Exchanges</small></h6>
</td>

<td class="align-items-baseline text-center text-nowrap">
<h5 class="font-weight-bold tx-15">11</h5>
<h6 class="tx-12 mg-b-0">3 <small>Pools</small></h6>
</td>


</tr>



<tr>
<td class="text-nowrap"><h6 class="tx-14 tx-uppercase tx-semibold mg-b-0"><i><img src="https://www.cryptunit.com/static/coinicons/37/149.png" alt="Evolution" width="37" class="mg-r-4"/> </i> <a href="https://www.cryptunit.com/coin/EVOX?hr=15.0000000000">Evolution</a> <span class="tx-color-03 tx-normal">(EVOX)</span></h6><h6 class="tx-11 tx-uppercase tx-semibold mg-b-5 tx-color-03 tx-normal mg-l-45">PPowZ @ 15MH/s</h6></td>

<td class="align-items-baseline text-center text-nowrap">
<h5 class="font-weight-bold tx-15">$0</h5>
<h6 class="tx-12 mg-b-0">236,368 EVOX</h6>
<h6 class="tx-12 mg-b-0">0 BTC</h6>
</td>
<td class="align-items-baseline text-center text-nowrap">
<h5 class="font-weight-bold tx-15">0.046 <small>Mh/s</small></h5>
<h6 class="tx-12 mg-b-0">1,000 EVOX</h6>
<h6 class="tx-12 mg-b-0">120 Sec</h6>

</td>
<td class="align-items-baseline text-center text-nowrap">


<h5 class="font-weight-bold tx-15 tx-orange">0% <i class="icon "></i></h5>
<h6 class="font-weight-bold tx-12 mg-b-0">$0</h6>
<h6 class="tx-12 mg-b-0">0 BTC</h6>



</td>
<td class="align-items-baseline text-center text-nowrap">


<h5 class="font-weight-bold tx-15"><span title="Low volume!" class="bg-danger tx-white pd-2 rounded tooltip1">$0</span></h5>

<h6 class="tx-12 mg-b-0">0 <small>Markets</small></h6>
<h6 class="tx-12 mg-b-0">0 <small>Exchanges</small></h6>
</td>

<td class="align-items-baseline text-center text-nowrap">
<h5 class="font-weight-bold tx-15">1</h5>
<h6 class="tx-12 mg-b-0">4 <small>Pools</small></h6>
</td>


</tr>



<tr>
<td class="text-nowrap"><h6 class="tx-14 tx-uppercase tx-semibold mg-b-0"><i><img src="https://www.cryptunit.com/static/coinicons/37/178.png" alt="Sispop" width="37" class="mg-r-4"/> </i> <a href="https://www.cryptunit.com/coin/SISPOP?hr=1180">Sispop</a> <span class="tx-color-03 tx-normal">(SISPOP)</span></h6><h6 class="tx-11 tx-uppercase tx-semibold mg-b-5 tx-color-03 tx-normal mg-l-45">RND X @ 1,180h/s</h6></td>

<td class="align-items-baseline text-center text-nowrap">
<h5 class="font-weight-bold tx-15">$0.00000000</h5>
<h6 class="tx-12 mg-b-0">0.00017 SISPOP</h6>
<h6 class="tx-12 mg-b-0">0 BTC</h6>
</td>
<td class="align-items-baseline text-center text-nowrap">
<h5 class="font-weight-bold tx-15">0.77 <small>Mh/s</small></h5>
<h6 class="tx-12 mg-b-0">0.00015 SISPOP</h6>
<h6 class="tx-12 mg-b-0">120 Sec</h6>

</td>
<td class="align-items-baseline text-center text-nowrap">


<h5 class="font-weight-bold tx-15 tx-danger">-1% <i class="icon ion-md-arrow-down"></i></h5>
<h6 class="font-weight-bold tx-12 mg-b-0">$0.000012</h6>
<h6 class="tx-12 mg-b-0">0 BTC</h6>



</td>
<td class="align-items-baseline text-center text-nowrap">


<h5 class="font-weight-bold tx-15"><span title="Low volume!" class="bg-danger tx-white pd-2 rounded tooltip1">$0</span></h5>

<h6 class="tx-12 mg-b-0">5 <small>Markets</small></h6>
<h6 class="tx-12 mg-b-0">2 <small>Exchanges</small></h6>
</td>

<td class="align-items-baseline text-center text-nowrap">
<h5 class="font-weight-bold tx-15">55</h5>
<h6 class="tx-12 mg-b-0">3 <small>Pools</small></h6>
</td>


</tr>



<tr>
<td class="text-nowrap"><h6 class="tx-14 tx-uppercase tx-semibold mg-b-0"><i><img src="https://www.cryptunit.com/static/coinicons/37/182.png" alt="Tabo Protocol" width="37" class="mg-r-4"/> </i> <a href="https://www.cryptunit.com/coin/TABO?hr=1180">Tabo Protocol</a> <span class="tx-color-03 tx-normal">(TABO)</span></h6><h6 class="tx-11 tx-uppercase tx-semibold mg-b-5 tx-color-03 tx-normal mg-l-45">RND X @ 1,180h/s</h6></td>

<td class="align-items-baseline text-center text-nowrap">
<h5 class="font-weight-bold tx-15">$0</h5>
<h6 class="tx-12 mg-b-0">0.54 TABO</h6>
<h6 class="tx-12 mg-b-0">0 BTC</h6>
</td>
<td class="align-items-baseline text-center text-nowrap">
<h5 class="font-weight-bold tx-15">0.026 <small>Mh/s</small></h5>
<h6 class="tx-12 mg-b-0">0.033 TABO</h6>
<h6 class="tx-12 mg-b-0">240 Sec</h6>

</td>
<td class="align-items-baseline text-center text-nowrap">


<h5 class="font-weight-bold tx-15 tx-orange">0% <i class="icon "></i></h5>
<h6 class="font-weight-bold tx-12 mg-b-0">$0</h6>
<h6 class="tx-12 mg-b-0">0 BTC</h6>



</td>
<td class="align-items-baseline text-center text-nowrap">


<h5 class="font-weight-bold tx-15"><span title="Low volume!" class="bg-danger tx-white pd-2 rounded tooltip1">$0</span></h5>

<h6 class="tx-12 mg-b-0">5 <small>Markets</small></h6>
<h6 class="tx-12 mg-b-0">2 <small>Exchanges</small></h6>
</td>

<td class="align-items-baseline text-center text-nowrap">
<h5 class="font-weight-bold tx-15">31</h5>
<h6 class="tx-12 mg-b-0">6 <small>Pools</small></h6>
</td>


</tr>


</tbody>
</table>
</div>

</div>
</div>
</div>


<div class="col-lg-12 mg-b-10 mg-t-10 align-items-baseline tx-rubik text-center overflow-hidden">

<div class="panel" style="">
<div class="panel-body" style="text-align:center; display: table; margin: 0 auto;">

<div id="bsa-zone_1616697391296-1_123456"></div>




</div>
</div> </div>


</div><!-- col -->

<div class="col-lg-3 mg-t-10" id="rightbarcolumn">


<div style="text-align:center; display: table; margin: 0 auto;" class="pd-b-10">




<div class="coinzilla" data-zone="C-616265b77e8830bb6a"></div>
<script>
window.coinzilla_display = window.coinzilla_display || [];
var c_display_preferences = {};
c_display_preferences.zone = "616265b77e8830bb6a";
c_display_preferences.width = "300";
c_display_preferences.height = "250";
coinzilla_display.push(c_display_preferences);
</script>


<!--


<div id="bsa-zone_1616697420259-6_123456"></div>


Coinzilla Banner 300x250 -->






</div>




<div class="card mg-b-10">
<div class="card-header pd-x-20 bd-b-0">
<div class="d-sm-flex align-items-center justify-content-between">
<h6 class="mg-b-0">Latest News</h6>
<p class="tx-12 tx-color-03 mg-b-0"><a href="https://www.cryptunit.com/news">All news</a></p>
</div>
</div><!-- card-header -->
<div class="card-body pd-20">
<ul class="activity tx-13">

<li class="activity-item">
<div class="activity-icon bg-primary-light tx-primary">
<img src="https://www.cryptunit.com/static/coinicons/22/0.png?1" width="22"/>
</div>
<div class="activity-body">
<p class="mg-b-2"><a href='https://www.cryptunit.com/newsid/200-abds-token-receives-top-certik-badge-for-kyc'>ABDS Token Receives Top CertiK Badge for KYC</a></p>
<small class="tx-color-03">Oct 09</small>
</div><!-- activity-body -->
</li><!-- activity-item -->
<li class="activity-item">
<div class="activity-icon bg-primary-light tx-primary">
<img src="https://www.cryptunit.com/static/coinicons/22/0.png?1" width="22"/>
</div>
<div class="activity-body">
<p class="mg-b-2"><a href='https://www.cryptunit.com/newsid/199-pepe-private-pepepv-just-added-to-cryptunit'>Pepe Private (PEPEPV) just added to Cryptunit!</a></p>
<small class="tx-color-03">Apr 24</small>
</div><!-- activity-body -->
</li><!-- activity-item -->
<li class="activity-item">
<div class="activity-icon bg-primary-light tx-primary">
<img src="https://www.cryptunit.com/static/coinicons/22/0.png?1" width="22"/>
</div>
<div class="activity-body">
<p class="mg-b-2"><a href='https://www.cryptunit.com/newsid/198-nolanium-nlm-just-added-to-cryptunit'>Nolanium (NLM) just added to Cryptunit!</a></p>
<small class="tx-color-03">Feb 21</small>
</div><!-- activity-body -->
</li><!-- activity-item -->



</ul><!-- activity -->
</div><!-- card-body -->
</div><!-- card -->




<div class="d-block text-center tx-12 bg-gray-200 mg-b-10"><a href="https://www.cryptunit.com/donate#sponsoreexchange">List your exchange here (Self-Service)</a></div>



<div class="card mg-b-10">
<div class="card-header pd-x-20 bd-b-0">
<div class="d-sm-flex align-items-center justify-content-between">
<h6 class="mg-b-0"><img src="https://www.cryptunit.com/gameassets/images/highscores.png" width="23" style="margin-right:5px;" />Global Hiscores!</h6>
<p class="tx-12 tx-color-03 mg-b-0"><span class="tx-11 tx-bold pd-4 rounded" style="background:#ff0000; color:#fff;">NEW!</span></p>
</div>
</div><!-- card-header -->
<div class="card-body">
<div class="table-responsive">
<table id="marketstable1" class="table table-condensed pd-b-0 mg-b-0 pd-t-0 mg-t-0">

<tbody>

<tr>
<td class="text-center tx-color-03 border-top-0" style="font-size:18px; padding-right: 0; padding-left: 0;">
<b>1</b>
</td>
<td class="border-top-0">
<strong style="font-size: 14px; font-weight:800;">scalahq</strong>
<br><span class='tx-11'><a href="https://www.cryptunit.com/game/privacydefense/XLA">XLA Privacy Defense</a></span>
</td>
<td class="text-center border-top-0">
<a href="https://www.cryptunit.com/game/privacydefense/XLA">
<img src="https://www.cryptunit.com/coinicons/13.png" width="14" style="margin-right:5px;"/></a>
</td>
<td class=" text-right border-top-0"><b>77777</b></td>

</tr>


<tr>
<td class="text-center tx-color-03 " style="font-size:18px; padding-right: 0; padding-left: 0;">
<b>2</b>
</td>
<td class="">
<strong style="font-size: 14px; font-weight:800;">scalahq</strong>
<br><span class='tx-11'><a href="https://www.cryptunit.com/game/asicdefense/XLA">XLA ASIC Defense</a></span>
</td>
<td class="text-center ">
<a href="https://www.cryptunit.com/game/asicdefense/XLA">
<img src="https://www.cryptunit.com/coinicons/13.png" width="14" style="margin-right:5px;"/></a>
</td>
<td class=" text-right "><b>73337</b></td>

</tr>


<tr>
<td class="text-center tx-color-03 " style="font-size:18px; padding-right: 0; padding-left: 0;">
<b>3</b>
</td>
<td class="">
<strong style="font-size: 14px; font-weight:800;">scalahq</strong>
<br><span class='tx-11'><a href="https://www.cryptunit.com/game/asicdefense/XLA">XLA ASIC Defense</a></span>
</td>
<td class="text-center ">
<a href="https://www.cryptunit.com/game/asicdefense/XLA">
<img src="https://www.cryptunit.com/coinicons/13.png" width="14" style="margin-right:5px;"/></a>
</td>
<td class=" text-right "><b>73331</b></td>

</tr>


<tr>
<td class="text-center tx-color-03 " style="font-size:18px; padding-right: 0; padding-left: 0;">
<b>4</b>
</td>
<td class="">
<a href="https://twitter.com/MoreloMrl" target="_blank"><strong style="font-size: 14px;">MoreloMrl</strong></a><i class="fab fa-twitter mg-l-5 tx-10 tx-gray-500"></i>
<br><span class='tx-11'><a href="https://www.cryptunit.com/game/asicdefense/MRL">MRL ASIC Defense</a></span>
</td>
<td class="text-center ">
<a href="https://www.cryptunit.com/game/asicdefense/MRL">
<img src="https://www.cryptunit.com/coinicons/152.png" width="14" style="margin-right:5px;"/></a>
</td>
<td class=" text-right "><b>72506</b></td>

</tr>


<tr>
<td class="text-center tx-color-03 " style="font-size:18px; padding-right: 0; padding-left: 0;">
<b>5</b>
</td>
<td class="">
<a href="https://twitter.com/HashVaultPool" target="_blank"><strong style="font-size: 14px;">HashVault</strong></a><i class="fab fa-twitter mg-l-5 tx-10 tx-gray-500"></i>
<br><span class='tx-11'><a href="https://www.cryptunit.com/game/asicdefense/XMR">XMR ASIC Defense</a></span>
</td>
<td class="text-center ">
<a href="https://www.cryptunit.com/game/asicdefense/XMR">
<img src="https://www.cryptunit.com/coinicons/5.png" width="14" style="margin-right:5px;"/></a>
</td>
<td class=" text-right "><b>72119</b></td>

</tr>


</tbody>
</table>

</div>
</div><!-- card-body -->
</div><!-- card -->



<div class="card mg-b-10">
<div class="card-header pd-x-20 bd-b-0">
<div class="d-sm-flex align-items-center justify-content-between">
<h6 class="mg-b-0">Sponsored mining pools</h6>
<p class="tx-12 tx-color-03 mg-b-0"><a href="https://www.cryptunit.com/donate#sponsoredpool">How to...</a></p>
</div>
</div><!-- card-header -->
<div class="card-body">
<div class="table-responsive">
<table id="marketstable1" class="table table-condensed pd-b-0 mg-b-0 pd-t-0 mg-t-0">

<tbody>
</tbody>
</table>

</div>
</div><!-- card-body -->
</div><!-- card -->




<div style="text-align:center; display: table; margin: 0 auto;" class="pd-b-10">

<!-- Coinzilla Banner 300x250 -->
<!-- Coinzilla Banner 300x250 -->

<div class="coinzilla" data-zone="C-616265b77e8830bb6a"></div>
<script>
window.coinzilla_display = window.coinzilla_display || [];
var c_display_preferences = {};
c_display_preferences.zone = "616265b77e8830bb6a";
c_display_preferences.width = "300";
c_display_preferences.height = "250";
coinzilla_display.push(c_display_preferences);
</script>


<div style="text-align:center; display: table; text-align:center; margin: 0 auto; width: 300px; height:250px; background: rgba(102, 121, 26, 0.58); display:none; padding-top: 45px; color: white;" class="showblocked">

<span class="d-block mg-b-15"><i style="font-size:40px;" class="fa fa-heart tx-danger"></i></span>
<span class="d-block mg-b-15">Please consider supporting<br>Cryptunit.com by disabling<br>Ad Blocker!</span>
<span class="d-block"><a href="https://www.cryptunit.com/donate" style="font-weight:bold;color: white; ">View more donation options</a></span>
</div>

</div>






<div id="SlidesOnly" class="carousel slide" data-ride="carousel">
<div class="carousel-inner">

<div class="carousel-item active">
<a href="https://www.miningrigrentals.com/?ref=2600530" target="_blank"><img src="https://www.cryptunit.com/ads/miningrigrentals2020.png" class="d-block w-100" width="300" height="100"></a>
</div>


<div class="carousel-item">
<a href="https://monerobenchmarks.info/" target="_blank"><img src="https://www.cryptunit.com/ads/monerobenchmarks.png" class="d-block w-100" width="300" height="100"></a>
</div>

</div>
</div>
<div class="d-block text-center tx-12 bg-gray-200 mg-b-10"><a href="https://www.cryptunit.com/contact">Your Ad here?</a></div>
<div style="text-align:center; display: table; margin: 0 auto;" class="pd-b-10">
<span id="ct_cY0bhWe"></span>
</div>


<div class="card mg-b-10">

<div class="card-body pd-10">

<a class="twitter-timeline" data-height="500" data-theme="light" href="https://twitter.com/cryptunitcom?ref_src=twsrc%5Etfw" data-chrome="nofooter noborders transparent">Tweets</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>

</div>
</div>


<div style="text-align:center; display: table; margin: 0 auto;" class="pd-b-10">

<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- cryptunit 300x250 -->
<ins class="adsbygoogle"
style="display:inline-block;width:300px;height:250px;"
data-ad-client="ca-pub-5095893388907747"
data-ad-slot="3099182503"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>




</div>

<div class="card mg-b-10">
<div class="card-header">
<h6 class="mg-b-0"><a href="https://www.cryptunit.com/widgets">Widgets</a> for your website</h6>
</div>
<div class="card-body pd-10">

<iframe src="https://www.cryptunit.com/widgets/1.php?coin=5&small=true&transparent=true&black=true" height="170" width="100%" frameBorder="0" style="overflow:hidden;" scrolling="no" ></iframe>

</div>
</div>


<div style="text-align:center; display: table; margin: 0 auto;" class="pd-b-10">

</div>



</div><!-- col -->

<div class="col-12">

</div><!-- col -->

</div><!-- row -->





</div><!-- container -->
</div><!-- content -->






<script>
// Show the first tab and hide the rest
$('.tabs-nav-graph li:first-child').addClass('active');
$('.tab-content-graph').hide();

$('.prvi').show();

function testAlgoFilter() {
var len = $('input[name="algofilter[]"]:checked').length;
if (len === 0 ) {
$("#algofilterwarning").removeClass('d-none');
} else {
$("#algofilterwarning").addClass('d-none');
}
}

$(document).ready(function () {

$('.helppopover').popover({
template: '<div class="popover popover-header-info" role="tooltip"><div class="arrow"></div><h3 class="popover-header"></h3><div class="popover-body"></div></div>'
})



$( ".filtervolume" ).click(function() {
$('.filtervolume').addClass('btn-secondary').removeClass('btn-primary');
$('.filtervolume').addClass('btn-secondary').removeClass('btn-warning');
if ($(this).val()=="") {
$(this).addClass('btn-warning').removeClass('btn-secondary');
$("#volumewarning").removeClass('d-none');
} else {
$(this).addClass('btn-primary').removeClass('btn-secondary');
$("#volumewarning").addClass('d-none');
}
$('#filtervolume').val($(this).val());
});


$( ".dataavg" ).click(function() {
$('.dataavg').addClass('btn-secondary').removeClass('btn-primary');
$('.dataavg').addClass('btn-secondary').removeClass('btn-warning');
if ($(this).val()=="live") {
$(this).addClass('btn-warning').removeClass('btn-secondary');
$("#avgwarning").removeClass('d-none');
} else {
$(this).addClass('btn-primary').removeClass('btn-secondary');
$("#avgwarning").addClass('d-none');
}
$('#dataavg').val($(this).val());
});


$( ".singlemerged" ).click(function() {
$('.singlemerged').addClass('btn-secondary').removeClass('btn-primary');

$(this).addClass('btn-primary').removeClass('btn-secondary');
$('#merged').val($(this).val());
});

var hashrate=$("#hashrate");


var referenceGPU = {

'normal' : {
'dif' : '0',
'hr' : '2000',
'asic' : '1'
},

'heavy' : {
'dif' : '-22.5',
'hr' : '1550',
'asic' : '0'
},

'haven' : {
'dif' : '-22.5',
'hr' : '1550',
'asic' : '0'
},

'upx' : {
'dif' : '2840',
'hr' : '58800',
'asic' : '0'
},

'trtl' : {
'dif' : '698',
'hr' : '15960',
'asic' : '0'
},

'fast2' : {
'dif' : '90',
'hr' : '3800',
'asic' : '0'
},

'gpu' : {
'dif' : '-17.5',
'hr' : '1650',
'asic' : '0'
},

'cnR' : {
'dif' : '0',
'hr' : '2000',
'asic' : '0'
},

'rX' : {
'dif' : '-41',
'hr' : '1180',
'asic' : '0'
},

'rARQ' : {
'dif' : '-41',
'hr' : '1180',
'asic' : '0'
},

'C29s' : {
'dif' : '-99.84',
'hr' : '3.2000000000',
'asic' : '0'
},

'PPowZ' : {
'dif' : '-99.25',
'hr' : '15.0000000000',
'asic' : '0'
},

'ArgChukwa2' : {
'dif' : '2650',
'hr' : '55000',
'asic' : '0'
},

'Panthera' : {
'dif' : '-100',
'hr' : '0',
'asic' : '0'
},

'DynexS' : {
'dif' : '-50',
'hr' : '1000',
'asic' : '0'
},
};

var referenceCPU = {

'normal' : {
'dif' : '0',
'hr' : '1200',
'asic' : '1'
},

'heavy' : {
'dif' : '-41.583333333333',
'hr' : '701',
'asic' : '0'
},

'haven' : {
'dif' : '-41.583333333333',
'hr' : '701',
'asic' : '0'
},

'upx' : {
'dif' : '233.33333333333',
'hr' : '4000',
'asic' : '0'
},

'trtl' : {
'dif' : '1566.6666666667',
'hr' : '20000',
'asic' : '0'
},

'fast2' : {
'dif' : '75',
'hr' : '2100',
'asic' : '0'
},

'gpu' : {
'dif' : '-41.583333333333',
'hr' : '701',
'asic' : '0'
},

'cnR' : {
'dif' : '0',
'hr' : '1200',
'asic' : '0'
},

'rX' : {
'dif' : '610.58333333333',
'hr' : '8527',
'asic' : '0'
},

'rARQ' : {
'dif' : '610.58333333333',
'hr' : '8527',
'asic' : '0'
},

'C29s' : {
'dif' : '-100',
'hr' : '0.0000000000',
'asic' : '0'
},

'PPowZ' : {
'dif' : '-100',
'hr' : '0.0000000000',
'asic' : '0'
},

'ArgChukwa2' : {
'dif' : '1150',
'hr' : '15000',
'asic' : '0'
},

'Panthera' : {
'dif' : '150',
'hr' : '3000',
'asic' : '0'
},

'DynexS' : {
'dif' : '-100',
'hr' : '0',
'asic' : '0'
},
};

var referenceASIC = {

'normal' : {
'dif' : '0',
'hr' : '240000',
'asic' : '1'
},

'heavy' : {
'dif' : '-100',
'hr' : '0',
'asic' : '0'
},

'haven' : {
'dif' : '-100',
'hr' : '0',
'asic' : '0'
},

'upx' : {
'dif' : '-100',
'hr' : '0',
'asic' : '0'
},

'trtl' : {
'dif' : '-100',
'hr' : '0',
'asic' : '0'
},

'fast2' : {
'dif' : '-100',
'hr' : '0',
'asic' : '0'
},

'gpu' : {
'dif' : '-100',
'hr' : '0',
'asic' : '0'
},

'cnR' : {
'dif' : '-100',
'hr' : '0',
'asic' : '0'
},

'rX' : {
'dif' : '-100',
'hr' : '0',
'asic' : '0'
},

'rARQ' : {
'dif' : '-100',
'hr' : '0',
'asic' : '0'
},

'C29s' : {
'dif' : '-100',
'hr' : '0.0000000000',
'asic' : '0'
},

'PPowZ' : {
'dif' : '-100',
'hr' : '0.0000000000',
'asic' : '0'
},

'ArgChukwa2' : {
'dif' : '-100',
'hr' : '0',
'asic' : '0'
},

'Panthera' : {
'dif' : '-100',
'hr' : '0',
'asic' : '0'
},

'DynexS' : {
'dif' : '-100',
'hr' : '0',
'asic' : '0'
},
};


$('a[data-toggle="tab"]').on('shown.bs.tab', function (e) {
var target = $(e.target).attr("id") // activated tab
$("#activetab").val(target);
resetApiLink();
});

$('.calculatebtn').on('click', function(){

$('.calcpanel').toggleClass('ld-loading');


});

function resetApiLink() {

$("#apilink").css({"background-color":""});
}



$("#hashrate").on("keyup keydown change",function(event){
calc($("input:radio[name='selector']:checked").val());
});

$("input[name='selector']").change(function(){
calc($("input:radio[name='selector']:checked").val());

if($("#algoselect").find('option:selected').prop('disabled')==true){
//select asic algo if not possible to mine others
$("#algoselect").val("algo1");
calc($("input:radio[name='selector']:checked").val());
} else {
calc($("input:radio[name='selector']:checked").val());
}
titles();

});

$(".algoTemp").change(function() {

if(this.checked) {
$("#algoTemp"+$(this).val()).val(1);
} else {
$("#algoTemp"+$(this).val()).val(0);
}
});

function titles() {
var selected = $("#algoselect").find('option:selected');
$("#hashratelabel").html(selected.data('algoname'));
$("#hashratetitle").html("Your "+selected.data('algolongname')+" hashrate");
$("#autotitle").attr("data-label", 'Auto calculated for '+$("input:radio[name='selector']:checked").val()+', based on '+$("#hashratelabel").text()+' algo');
}
//calc function
function calc (version,name) {

var choosenAlgo1 = $("#algoselect").find('option:selected');
var choosenAlgo = choosenAlgo1.data('algoshortname');

if (version=="gpu") {


$(".normalvalue").text(parseInt($("#hashrate").val()*(1+((referenceGPU.normal.hr-eval(referenceGPU[choosenAlgo].hr)) / eval(referenceGPU[choosenAlgo].hr) * 100)/100)));

$("#hashrate1").val(parseInt($("#hashrate").val()*(1+((referenceGPU.normal.hr-eval(referenceGPU[choosenAlgo].hr)) / eval(referenceGPU[choosenAlgo].hr) * 100)/100)));


if (parseInt($("#hashrate").val()*(1+referenceGPU.normal.dif/100))==0) {
$(".normallabel").css('text-decoration', 'line-through');
$(".normallabel").addClass('tx-color-04');
$("#algocheck1").attr("disabled", true);
$("#algoselect option[value*='algo1']").attr("disabled", "disabled");

} else {
$(".normallabel").css('text-decoration', 'none');
$(".normallabel").removeClass('tx-color-04');
$("#algocheck1").attr("disabled", false);
$("#algoselect option[value*='algo1']").removeAttr('disabled');

}


$(".heavyvalue").text(parseInt($("#hashrate").val()*(1+((referenceGPU.heavy.hr-eval(referenceGPU[choosenAlgo].hr)) / eval(referenceGPU[choosenAlgo].hr) * 100)/100)));

$("#hashrate5").val(parseInt($("#hashrate").val()*(1+((referenceGPU.heavy.hr-eval(referenceGPU[choosenAlgo].hr)) / eval(referenceGPU[choosenAlgo].hr) * 100)/100)));


if (parseInt($("#hashrate").val()*(1+referenceGPU.heavy.dif/100))==0) {
$(".heavylabel").css('text-decoration', 'line-through');
$(".heavylabel").addClass('tx-color-04');
$("#algocheck5").attr("disabled", true);
$("#algoselect option[value*='algo5']").attr("disabled", "disabled");

} else {
$(".heavylabel").css('text-decoration', 'none');
$(".heavylabel").removeClass('tx-color-04');
$("#algocheck5").attr("disabled", false);
$("#algoselect option[value*='algo5']").removeAttr('disabled');

}


$(".havenvalue").text(parseInt($("#hashrate").val()*(1+((referenceGPU.haven.hr-eval(referenceGPU[choosenAlgo].hr)) / eval(referenceGPU[choosenAlgo].hr) * 100)/100)));

$("#hashrate6").val(parseInt($("#hashrate").val()*(1+((referenceGPU.haven.hr-eval(referenceGPU[choosenAlgo].hr)) / eval(referenceGPU[choosenAlgo].hr) * 100)/100)));


if (parseInt($("#hashrate").val()*(1+referenceGPU.haven.dif/100))==0) {
$(".havenlabel").css('text-decoration', 'line-through');
$(".havenlabel").addClass('tx-color-04');
$("#algocheck6").attr("disabled", true);
$("#algoselect option[value*='algo6']").attr("disabled", "disabled");

} else {
$(".havenlabel").css('text-decoration', 'none');
$(".havenlabel").removeClass('tx-color-04');
$("#algocheck6").attr("disabled", false);
$("#algoselect option[value*='algo6']").removeAttr('disabled');

}


$(".upxvalue").text(parseInt($("#hashrate").val()*(1+((referenceGPU.upx.hr-eval(referenceGPU[choosenAlgo].hr)) / eval(referenceGPU[choosenAlgo].hr) * 100)/100)));

$("#hashrate19").val(parseInt($("#hashrate").val()*(1+((referenceGPU.upx.hr-eval(referenceGPU[choosenAlgo].hr)) / eval(referenceGPU[choosenAlgo].hr) * 100)/100)));


if (parseInt($("#hashrate").val()*(1+referenceGPU.upx.dif/100))==0) {
$(".upxlabel").css('text-decoration', 'line-through');
$(".upxlabel").addClass('tx-color-04');
$("#algocheck19").attr("disabled", true);
$("#algoselect option[value*='algo19']").attr("disabled", "disabled");

} else {
$(".upxlabel").css('text-decoration', 'none');
$(".upxlabel").removeClass('tx-color-04');
$("#algocheck19").attr("disabled", false);
$("#algoselect option[value*='algo19']").removeAttr('disabled');

}


$(".trtlvalue").text(parseInt($("#hashrate").val()*(1+((referenceGPU.trtl.hr-eval(referenceGPU[choosenAlgo].hr)) / eval(referenceGPU[choosenAlgo].hr) * 100)/100)));

$("#hashrate20").val(parseInt($("#hashrate").val()*(1+((referenceGPU.trtl.hr-eval(referenceGPU[choosenAlgo].hr)) / eval(referenceGPU[choosenAlgo].hr) * 100)/100)));


if (parseInt($("#hashrate").val()*(1+referenceGPU.trtl.dif/100))==0) {
$(".trtllabel").css('text-decoration', 'line-through');
$(".trtllabel").addClass('tx-color-04');
$("#algocheck20").attr("disabled", true);
$("#algoselect option[value*='algo20']").attr("disabled", "disabled");

} else {
$(".trtllabel").css('text-decoration', 'none');
$(".trtllabel").removeClass('tx-color-04');
$("#algocheck20").attr("disabled", false);
$("#algoselect option[value*='algo20']").removeAttr('disabled');

}


$(".fast2value").text(parseInt($("#hashrate").val()*(1+((referenceGPU.fast2.hr-eval(referenceGPU[choosenAlgo].hr)) / eval(referenceGPU[choosenAlgo].hr) * 100)/100)));

$("#hashrate21").val(parseInt($("#hashrate").val()*(1+((referenceGPU.fast2.hr-eval(referenceGPU[choosenAlgo].hr)) / eval(referenceGPU[choosenAlgo].hr) * 100)/100)));


if (parseInt($("#hashrate").val()*(1+referenceGPU.fast2.dif/100))==0) {
$(".fast2label").css('text-decoration', 'line-through');
$(".fast2label").addClass('tx-color-04');
$("#algocheck21").attr("disabled", true);
$("#algoselect option[value*='algo21']").attr("disabled", "disabled");

} else {
$(".fast2label").css('text-decoration', 'none');
$(".fast2label").removeClass('tx-color-04');
$("#algocheck21").attr("disabled", false);
$("#algoselect option[value*='algo21']").removeAttr('disabled');

}


$(".gpuvalue").text(parseInt($("#hashrate").val()*(1+((referenceGPU.gpu.hr-eval(referenceGPU[choosenAlgo].hr)) / eval(referenceGPU[choosenAlgo].hr) * 100)/100)));

$("#hashrate22").val(parseInt($("#hashrate").val()*(1+((referenceGPU.gpu.hr-eval(referenceGPU[choosenAlgo].hr)) / eval(referenceGPU[choosenAlgo].hr) * 100)/100)));


if (parseInt($("#hashrate").val()*(1+referenceGPU.gpu.dif/100))==0) {
$(".gpulabel").css('text-decoration', 'line-through');
$(".gpulabel").addClass('tx-color-04');
$("#algocheck22").attr("disabled", true);
$("#algoselect option[value*='algo22']").attr("disabled", "disabled");

} else {
$(".gpulabel").css('text-decoration', 'none');
$(".gpulabel").removeClass('tx-color-04');
$("#algocheck22").attr("disabled", false);
$("#algoselect option[value*='algo22']").removeAttr('disabled');

}


$(".cnRvalue").text(parseInt($("#hashrate").val()*(1+((referenceGPU.cnR.hr-eval(referenceGPU[choosenAlgo].hr)) / eval(referenceGPU[choosenAlgo].hr) * 100)/100)));

$("#hashrate25").val(parseInt($("#hashrate").val()*(1+((referenceGPU.cnR.hr-eval(referenceGPU[choosenAlgo].hr)) / eval(referenceGPU[choosenAlgo].hr) * 100)/100)));


if (parseInt($("#hashrate").val()*(1+referenceGPU.cnR.dif/100))==0) {
$(".cnRlabel").css('text-decoration', 'line-through');
$(".cnRlabel").addClass('tx-color-04');
$("#algocheck25").attr("disabled", true);
$("#algoselect option[value*='algo25']").attr("disabled", "disabled");

} else {
$(".cnRlabel").css('text-decoration', 'none');
$(".cnRlabel").removeClass('tx-color-04');
$("#algocheck25").attr("disabled", false);
$("#algoselect option[value*='algo25']").removeAttr('disabled');

}


$(".rXvalue").text(parseInt($("#hashrate").val()*(1+((referenceGPU.rX.hr-eval(referenceGPU[choosenAlgo].hr)) / eval(referenceGPU[choosenAlgo].hr) * 100)/100)));

$("#hashrate31").val(parseInt($("#hashrate").val()*(1+((referenceGPU.rX.hr-eval(referenceGPU[choosenAlgo].hr)) / eval(referenceGPU[choosenAlgo].hr) * 100)/100)));


if (parseInt($("#hashrate").val()*(1+referenceGPU.rX.dif/100))==0) {
$(".rXlabel").css('text-decoration', 'line-through');
$(".rXlabel").addClass('tx-color-04');
$("#algocheck31").attr("disabled", true);
$("#algoselect option[value*='algo31']").attr("disabled", "disabled");

} else {
$(".rXlabel").css('text-decoration', 'none');
$(".rXlabel").removeClass('tx-color-04');
$("#algocheck31").attr("disabled", false);
$("#algoselect option[value*='algo31']").removeAttr('disabled');

}


$(".rARQvalue").text(parseInt($("#hashrate").val()*(1+((referenceGPU.rARQ.hr-eval(referenceGPU[choosenAlgo].hr)) / eval(referenceGPU[choosenAlgo].hr) * 100)/100)));

$("#hashrate35").val(parseInt($("#hashrate").val()*(1+((referenceGPU.rARQ.hr-eval(referenceGPU[choosenAlgo].hr)) / eval(referenceGPU[choosenAlgo].hr) * 100)/100)));


if (parseInt($("#hashrate").val()*(1+referenceGPU.rARQ.dif/100))==0) {
$(".rARQlabel").css('text-decoration', 'line-through');
$(".rARQlabel").addClass('tx-color-04');
$("#algocheck35").attr("disabled", true);
$("#algoselect option[value*='algo35']").attr("disabled", "disabled");

} else {
$(".rARQlabel").css('text-decoration', 'none');
$(".rARQlabel").removeClass('tx-color-04');
$("#algocheck35").attr("disabled", false);
$("#algoselect option[value*='algo35']").removeAttr('disabled');

}


$(".C29svalue").text(parseInt($("#hashrate").val()*(1+((referenceGPU.C29s.hr-eval(referenceGPU[choosenAlgo].hr)) / eval(referenceGPU[choosenAlgo].hr) * 100)/100)));

$("#hashrate38").val(parseInt($("#hashrate").val()*(1+((referenceGPU.C29s.hr-eval(referenceGPU[choosenAlgo].hr)) / eval(referenceGPU[choosenAlgo].hr) * 100)/100)));


if (parseInt($("#hashrate").val()*(1+referenceGPU.C29s.dif/100))==0) {
$(".C29slabel").css('text-decoration', 'line-through');
$(".C29slabel").addClass('tx-color-04');
$("#algocheck38").attr("disabled", true);
$("#algoselect option[value*='algo38']").attr("disabled", "disabled");

} else {
$(".C29slabel").css('text-decoration', 'none');
$(".C29slabel").removeClass('tx-color-04');
$("#algocheck38").attr("disabled", false);
$("#algoselect option[value*='algo38']").removeAttr('disabled');

}


$(".PPowZvalue").text(parseInt($("#hashrate").val()*(1+((referenceGPU.PPowZ.hr-eval(referenceGPU[choosenAlgo].hr)) / eval(referenceGPU[choosenAlgo].hr) * 100)/100)));

$("#hashrate48").val(parseInt($("#hashrate").val()*(1+((referenceGPU.PPowZ.hr-eval(referenceGPU[choosenAlgo].hr)) / eval(referenceGPU[choosenAlgo].hr) * 100)/100)));


if (parseInt($("#hashrate").val()*(1+referenceGPU.PPowZ.dif/100))==0) {
$(".PPowZlabel").css('text-decoration', 'line-through');
$(".PPowZlabel").addClass('tx-color-04');
$("#algocheck48").attr("disabled", true);
$("#algoselect option[value*='algo48']").attr("disabled", "disabled");

} else {
$(".PPowZlabel").css('text-decoration', 'none');
$(".PPowZlabel").removeClass('tx-color-04');
$("#algocheck48").attr("disabled", false);
$("#algoselect option[value*='algo48']").removeAttr('disabled');

}


$(".ArgChukwa2value").text(parseInt($("#hashrate").val()*(1+((referenceGPU.ArgChukwa2.hr-eval(referenceGPU[choosenAlgo].hr)) / eval(referenceGPU[choosenAlgo].hr) * 100)/100)));

$("#hashrate51").val(parseInt($("#hashrate").val()*(1+((referenceGPU.ArgChukwa2.hr-eval(referenceGPU[choosenAlgo].hr)) / eval(referenceGPU[choosenAlgo].hr) * 100)/100)));


if (parseInt($("#hashrate").val()*(1+referenceGPU.ArgChukwa2.dif/100))==0) {
$(".ArgChukwa2label").css('text-decoration', 'line-through');
$(".ArgChukwa2label").addClass('tx-color-04');
$("#algocheck51").attr("disabled", true);
$("#algoselect option[value*='algo51']").attr("disabled", "disabled");

} else {
$(".ArgChukwa2label").css('text-decoration', 'none');
$(".ArgChukwa2label").removeClass('tx-color-04');
$("#algocheck51").attr("disabled", false);
$("#algoselect option[value*='algo51']").removeAttr('disabled');

}


$(".Pantheravalue").text(parseInt($("#hashrate").val()*(1+((referenceGPU.Panthera.hr-eval(referenceGPU[choosenAlgo].hr)) / eval(referenceGPU[choosenAlgo].hr) * 100)/100)));

$("#hashrate52").val(parseInt($("#hashrate").val()*(1+((referenceGPU.Panthera.hr-eval(referenceGPU[choosenAlgo].hr)) / eval(referenceGPU[choosenAlgo].hr) * 100)/100)));


if (parseInt($("#hashrate").val()*(1+referenceGPU.Panthera.dif/100))==0) {
$(".Pantheralabel").css('text-decoration', 'line-through');
$(".Pantheralabel").addClass('tx-color-04');
$("#algocheck52").attr("disabled", true);
$("#algoselect option[value*='algo52']").attr("disabled", "disabled");

} else {
$(".Pantheralabel").css('text-decoration', 'none');
$(".Pantheralabel").removeClass('tx-color-04');
$("#algocheck52").attr("disabled", false);
$("#algoselect option[value*='algo52']").removeAttr('disabled');

}


$(".DynexSvalue").text(parseInt($("#hashrate").val()*(1+((referenceGPU.DynexS.hr-eval(referenceGPU[choosenAlgo].hr)) / eval(referenceGPU[choosenAlgo].hr) * 100)/100)));

$("#hashrate54").val(parseInt($("#hashrate").val()*(1+((referenceGPU.DynexS.hr-eval(referenceGPU[choosenAlgo].hr)) / eval(referenceGPU[choosenAlgo].hr) * 100)/100)));


if (parseInt($("#hashrate").val()*(1+referenceGPU.DynexS.dif/100))==0) {
$(".DynexSlabel").css('text-decoration', 'line-through');
$(".DynexSlabel").addClass('tx-color-04');
$("#algocheck54").attr("disabled", true);
$("#algoselect option[value*='algo54']").attr("disabled", "disabled");

} else {
$(".DynexSlabel").css('text-decoration', 'none');
$(".DynexSlabel").removeClass('tx-color-04');
$("#algocheck54").attr("disabled", false);
$("#algoselect option[value*='algo54']").removeAttr('disabled');

}


}

if (version=="cpu") {


$(".normalvalue").text(parseInt($("#hashrate").val()*(1+((referenceCPU.normal.hr-eval(referenceCPU[choosenAlgo].hr)) / eval(referenceCPU[choosenAlgo].hr) * 100)/100)));

$("#hashrate1").val(parseInt($("#hashrate").val()*(1+((referenceCPU.normal.hr-eval(referenceCPU[choosenAlgo].hr)) / eval(referenceCPU[choosenAlgo].hr) * 100)/100)));





if (parseInt($("#hashrate").val()*(1+referenceCPU.normal.dif/100))==0) {
$(".normallabel").css('text-decoration', 'line-through');
$(".normallabel").addClass('tx-color-04');
$("#algocheck1").attr("disabled", true);
$("#algoselect option[value*='algo1']").attr("disabled", "disabled");

} else {
$(".normallabel").css('text-decoration', 'none');
$(".normallabel").removeClass('tx-color-04');
$("#algocheck1").attr("disabled", false);
$("#algoselect option[value*='algo1']").removeAttr('disabled');
}


$(".heavyvalue").text(parseInt($("#hashrate").val()*(1+((referenceCPU.heavy.hr-eval(referenceCPU[choosenAlgo].hr)) / eval(referenceCPU[choosenAlgo].hr) * 100)/100)));

$("#hashrate5").val(parseInt($("#hashrate").val()*(1+((referenceCPU.heavy.hr-eval(referenceCPU[choosenAlgo].hr)) / eval(referenceCPU[choosenAlgo].hr) * 100)/100)));





if (parseInt($("#hashrate").val()*(1+referenceCPU.heavy.dif/100))==0) {
$(".heavylabel").css('text-decoration', 'line-through');
$(".heavylabel").addClass('tx-color-04');
$("#algocheck5").attr("disabled", true);
$("#algoselect option[value*='algo5']").attr("disabled", "disabled");

} else {
$(".heavylabel").css('text-decoration', 'none');
$(".heavylabel").removeClass('tx-color-04');
$("#algocheck5").attr("disabled", false);
$("#algoselect option[value*='algo5']").removeAttr('disabled');
}


$(".havenvalue").text(parseInt($("#hashrate").val()*(1+((referenceCPU.haven.hr-eval(referenceCPU[choosenAlgo].hr)) / eval(referenceCPU[choosenAlgo].hr) * 100)/100)));

$("#hashrate6").val(parseInt($("#hashrate").val()*(1+((referenceCPU.haven.hr-eval(referenceCPU[choosenAlgo].hr)) / eval(referenceCPU[choosenAlgo].hr) * 100)/100)));





if (parseInt($("#hashrate").val()*(1+referenceCPU.haven.dif/100))==0) {
$(".havenlabel").css('text-decoration', 'line-through');
$(".havenlabel").addClass('tx-color-04');
$("#algocheck6").attr("disabled", true);
$("#algoselect option[value*='algo6']").attr("disabled", "disabled");

} else {
$(".havenlabel").css('text-decoration', 'none');
$(".havenlabel").removeClass('tx-color-04');
$("#algocheck6").attr("disabled", false);
$("#algoselect option[value*='algo6']").removeAttr('disabled');
}


$(".upxvalue").text(parseInt($("#hashrate").val()*(1+((referenceCPU.upx.hr-eval(referenceCPU[choosenAlgo].hr)) / eval(referenceCPU[choosenAlgo].hr) * 100)/100)));

$("#hashrate19").val(parseInt($("#hashrate").val()*(1+((referenceCPU.upx.hr-eval(referenceCPU[choosenAlgo].hr)) / eval(referenceCPU[choosenAlgo].hr) * 100)/100)));





if (parseInt($("#hashrate").val()*(1+referenceCPU.upx.dif/100))==0) {
$(".upxlabel").css('text-decoration', 'line-through');
$(".upxlabel").addClass('tx-color-04');
$("#algocheck19").attr("disabled", true);
$("#algoselect option[value*='algo19']").attr("disabled", "disabled");

} else {
$(".upxlabel").css('text-decoration', 'none');
$(".upxlabel").removeClass('tx-color-04');
$("#algocheck19").attr("disabled", false);
$("#algoselect option[value*='algo19']").removeAttr('disabled');
}


$(".trtlvalue").text(parseInt($("#hashrate").val()*(1+((referenceCPU.trtl.hr-eval(referenceCPU[choosenAlgo].hr)) / eval(referenceCPU[choosenAlgo].hr) * 100)/100)));

$("#hashrate20").val(parseInt($("#hashrate").val()*(1+((referenceCPU.trtl.hr-eval(referenceCPU[choosenAlgo].hr)) / eval(referenceCPU[choosenAlgo].hr) * 100)/100)));





if (parseInt($("#hashrate").val()*(1+referenceCPU.trtl.dif/100))==0) {
$(".trtllabel").css('text-decoration', 'line-through');
$(".trtllabel").addClass('tx-color-04');
$("#algocheck20").attr("disabled", true);
$("#algoselect option[value*='algo20']").attr("disabled", "disabled");

} else {
$(".trtllabel").css('text-decoration', 'none');
$(".trtllabel").removeClass('tx-color-04');
$("#algocheck20").attr("disabled", false);
$("#algoselect option[value*='algo20']").removeAttr('disabled');
}


$(".fast2value").text(parseInt($("#hashrate").val()*(1+((referenceCPU.fast2.hr-eval(referenceCPU[choosenAlgo].hr)) / eval(referenceCPU[choosenAlgo].hr) * 100)/100)));

$("#hashrate21").val(parseInt($("#hashrate").val()*(1+((referenceCPU.fast2.hr-eval(referenceCPU[choosenAlgo].hr)) / eval(referenceCPU[choosenAlgo].hr) * 100)/100)));





if (parseInt($("#hashrate").val()*(1+referenceCPU.fast2.dif/100))==0) {
$(".fast2label").css('text-decoration', 'line-through');
$(".fast2label").addClass('tx-color-04');
$("#algocheck21").attr("disabled", true);
$("#algoselect option[value*='algo21']").attr("disabled", "disabled");

} else {
$(".fast2label").css('text-decoration', 'none');
$(".fast2label").removeClass('tx-color-04');
$("#algocheck21").attr("disabled", false);
$("#algoselect option[value*='algo21']").removeAttr('disabled');
}


$(".gpuvalue").text(parseInt($("#hashrate").val()*(1+((referenceCPU.gpu.hr-eval(referenceCPU[choosenAlgo].hr)) / eval(referenceCPU[choosenAlgo].hr) * 100)/100)));

$("#hashrate22").val(parseInt($("#hashrate").val()*(1+((referenceCPU.gpu.hr-eval(referenceCPU[choosenAlgo].hr)) / eval(referenceCPU[choosenAlgo].hr) * 100)/100)));





if (parseInt($("#hashrate").val()*(1+referenceCPU.gpu.dif/100))==0) {
$(".gpulabel").css('text-decoration', 'line-through');
$(".gpulabel").addClass('tx-color-04');
$("#algocheck22").attr("disabled", true);
$("#algoselect option[value*='algo22']").attr("disabled", "disabled");

} else {
$(".gpulabel").css('text-decoration', 'none');
$(".gpulabel").removeClass('tx-color-04');
$("#algocheck22").attr("disabled", false);
$("#algoselect option[value*='algo22']").removeAttr('disabled');
}


$(".cnRvalue").text(parseInt($("#hashrate").val()*(1+((referenceCPU.cnR.hr-eval(referenceCPU[choosenAlgo].hr)) / eval(referenceCPU[choosenAlgo].hr) * 100)/100)));

$("#hashrate25").val(parseInt($("#hashrate").val()*(1+((referenceCPU.cnR.hr-eval(referenceCPU[choosenAlgo].hr)) / eval(referenceCPU[choosenAlgo].hr) * 100)/100)));





if (parseInt($("#hashrate").val()*(1+referenceCPU.cnR.dif/100))==0) {
$(".cnRlabel").css('text-decoration', 'line-through');
$(".cnRlabel").addClass('tx-color-04');
$("#algocheck25").attr("disabled", true);
$("#algoselect option[value*='algo25']").attr("disabled", "disabled");

} else {
$(".cnRlabel").css('text-decoration', 'none');
$(".cnRlabel").removeClass('tx-color-04');
$("#algocheck25").attr("disabled", false);
$("#algoselect option[value*='algo25']").removeAttr('disabled');
}


$(".rXvalue").text(parseInt($("#hashrate").val()*(1+((referenceCPU.rX.hr-eval(referenceCPU[choosenAlgo].hr)) / eval(referenceCPU[choosenAlgo].hr) * 100)/100)));

$("#hashrate31").val(parseInt($("#hashrate").val()*(1+((referenceCPU.rX.hr-eval(referenceCPU[choosenAlgo].hr)) / eval(referenceCPU[choosenAlgo].hr) * 100)/100)));





if (parseInt($("#hashrate").val()*(1+referenceCPU.rX.dif/100))==0) {
$(".rXlabel").css('text-decoration', 'line-through');
$(".rXlabel").addClass('tx-color-04');
$("#algocheck31").attr("disabled", true);
$("#algoselect option[value*='algo31']").attr("disabled", "disabled");

} else {
$(".rXlabel").css('text-decoration', 'none');
$(".rXlabel").removeClass('tx-color-04');
$("#algocheck31").attr("disabled", false);
$("#algoselect option[value*='algo31']").removeAttr('disabled');
}


$(".rARQvalue").text(parseInt($("#hashrate").val()*(1+((referenceCPU.rARQ.hr-eval(referenceCPU[choosenAlgo].hr)) / eval(referenceCPU[choosenAlgo].hr) * 100)/100)));

$("#hashrate35").val(parseInt($("#hashrate").val()*(1+((referenceCPU.rARQ.hr-eval(referenceCPU[choosenAlgo].hr)) / eval(referenceCPU[choosenAlgo].hr) * 100)/100)));





if (parseInt($("#hashrate").val()*(1+referenceCPU.rARQ.dif/100))==0) {
$(".rARQlabel").css('text-decoration', 'line-through');
$(".rARQlabel").addClass('tx-color-04');
$("#algocheck35").attr("disabled", true);
$("#algoselect option[value*='algo35']").attr("disabled", "disabled");

} else {
$(".rARQlabel").css('text-decoration', 'none');
$(".rARQlabel").removeClass('tx-color-04');
$("#algocheck35").attr("disabled", false);
$("#algoselect option[value*='algo35']").removeAttr('disabled');
}


$(".C29svalue").text(parseInt($("#hashrate").val()*(1+((referenceCPU.C29s.hr-eval(referenceCPU[choosenAlgo].hr)) / eval(referenceCPU[choosenAlgo].hr) * 100)/100)));

$("#hashrate38").val(parseInt($("#hashrate").val()*(1+((referenceCPU.C29s.hr-eval(referenceCPU[choosenAlgo].hr)) / eval(referenceCPU[choosenAlgo].hr) * 100)/100)));





if (parseInt($("#hashrate").val()*(1+referenceCPU.C29s.dif/100))==0) {
$(".C29slabel").css('text-decoration', 'line-through');
$(".C29slabel").addClass('tx-color-04');
$("#algocheck38").attr("disabled", true);
$("#algoselect option[value*='algo38']").attr("disabled", "disabled");

} else {
$(".C29slabel").css('text-decoration', 'none');
$(".C29slabel").removeClass('tx-color-04');
$("#algocheck38").attr("disabled", false);
$("#algoselect option[value*='algo38']").removeAttr('disabled');
}


$(".PPowZvalue").text(parseInt($("#hashrate").val()*(1+((referenceCPU.PPowZ.hr-eval(referenceCPU[choosenAlgo].hr)) / eval(referenceCPU[choosenAlgo].hr) * 100)/100)));

$("#hashrate48").val(parseInt($("#hashrate").val()*(1+((referenceCPU.PPowZ.hr-eval(referenceCPU[choosenAlgo].hr)) / eval(referenceCPU[choosenAlgo].hr) * 100)/100)));





if (parseInt($("#hashrate").val()*(1+referenceCPU.PPowZ.dif/100))==0) {
$(".PPowZlabel").css('text-decoration', 'line-through');
$(".PPowZlabel").addClass('tx-color-04');
$("#algocheck48").attr("disabled", true);
$("#algoselect option[value*='algo48']").attr("disabled", "disabled");

} else {
$(".PPowZlabel").css('text-decoration', 'none');
$(".PPowZlabel").removeClass('tx-color-04');
$("#algocheck48").attr("disabled", false);
$("#algoselect option[value*='algo48']").removeAttr('disabled');
}


$(".ArgChukwa2value").text(parseInt($("#hashrate").val()*(1+((referenceCPU.ArgChukwa2.hr-eval(referenceCPU[choosenAlgo].hr)) / eval(referenceCPU[choosenAlgo].hr) * 100)/100)));

$("#hashrate51").val(parseInt($("#hashrate").val()*(1+((referenceCPU.ArgChukwa2.hr-eval(referenceCPU[choosenAlgo].hr)) / eval(referenceCPU[choosenAlgo].hr) * 100)/100)));





if (parseInt($("#hashrate").val()*(1+referenceCPU.ArgChukwa2.dif/100))==0) {
$(".ArgChukwa2label").css('text-decoration', 'line-through');
$(".ArgChukwa2label").addClass('tx-color-04');
$("#algocheck51").attr("disabled", true);
$("#algoselect option[value*='algo51']").attr("disabled", "disabled");

} else {
$(".ArgChukwa2label").css('text-decoration', 'none');
$(".ArgChukwa2label").removeClass('tx-color-04');
$("#algocheck51").attr("disabled", false);
$("#algoselect option[value*='algo51']").removeAttr('disabled');
}


$(".Pantheravalue").text(parseInt($("#hashrate").val()*(1+((referenceCPU.Panthera.hr-eval(referenceCPU[choosenAlgo].hr)) / eval(referenceCPU[choosenAlgo].hr) * 100)/100)));

$("#hashrate52").val(parseInt($("#hashrate").val()*(1+((referenceCPU.Panthera.hr-eval(referenceCPU[choosenAlgo].hr)) / eval(referenceCPU[choosenAlgo].hr) * 100)/100)));





if (parseInt($("#hashrate").val()*(1+referenceCPU.Panthera.dif/100))==0) {
$(".Pantheralabel").css('text-decoration', 'line-through');
$(".Pantheralabel").addClass('tx-color-04');
$("#algocheck52").attr("disabled", true);
$("#algoselect option[value*='algo52']").attr("disabled", "disabled");

} else {
$(".Pantheralabel").css('text-decoration', 'none');
$(".Pantheralabel").removeClass('tx-color-04');
$("#algocheck52").attr("disabled", false);
$("#algoselect option[value*='algo52']").removeAttr('disabled');
}


$(".DynexSvalue").text(parseInt($("#hashrate").val()*(1+((referenceCPU.DynexS.hr-eval(referenceCPU[choosenAlgo].hr)) / eval(referenceCPU[choosenAlgo].hr) * 100)/100)));

$("#hashrate54").val(parseInt($("#hashrate").val()*(1+((referenceCPU.DynexS.hr-eval(referenceCPU[choosenAlgo].hr)) / eval(referenceCPU[choosenAlgo].hr) * 100)/100)));





if (parseInt($("#hashrate").val()*(1+referenceCPU.DynexS.dif/100))==0) {
$(".DynexSlabel").css('text-decoration', 'line-through');
$(".DynexSlabel").addClass('tx-color-04');
$("#algocheck54").attr("disabled", true);
$("#algoselect option[value*='algo54']").attr("disabled", "disabled");

} else {
$(".DynexSlabel").css('text-decoration', 'none');
$(".DynexSlabel").removeClass('tx-color-04');
$("#algocheck54").attr("disabled", false);
$("#algoselect option[value*='algo54']").removeAttr('disabled');
}
}

if (version=="asic") {


$(".normalvalue").text(parseInt($("#hashrate").val()*(1+((referenceASIC.normal.hr-eval(referenceASIC[choosenAlgo].hr)) / eval(referenceASIC[choosenAlgo].hr) * 100)/100)));

$("#hashrate1").val(parseInt($("#hashrate").val()*(1+((referenceASIC.normal.hr-eval(referenceASIC[choosenAlgo].hr)) / eval(referenceASIC[choosenAlgo].hr) * 100)/100)));

$("#hashrate1").val(parseInt($("#hashrate").val()*(1+referenceASIC.normal.dif/100)));
if (parseInt($("#hashrate").val()*(1+referenceASIC.normal.dif/100))==0) {
$(".normallabel").css('text-decoration', 'line-through');
$(".normallabel").addClass('tx-color-04');
$("#algocheck1").attr("disabled", true);
$("#algoselect option[value*='algo1']").attr("disabled", "disabled");

} else {
$(".normallabel").css('text-decoration', 'none');
$(".normallabel").removeClass('tx-color-04');
$("#algocheck1").attr("disabled", false);
$("#algoselect option[value*='algo1']").removeAttr('disabled');
}


$(".heavyvalue").text(parseInt($("#hashrate").val()*(1+((referenceASIC.heavy.hr-eval(referenceASIC[choosenAlgo].hr)) / eval(referenceASIC[choosenAlgo].hr) * 100)/100)));

$("#hashrate5").val(parseInt($("#hashrate").val()*(1+((referenceASIC.heavy.hr-eval(referenceASIC[choosenAlgo].hr)) / eval(referenceASIC[choosenAlgo].hr) * 100)/100)));

$("#hashrate5").val(parseInt($("#hashrate").val()*(1+referenceASIC.heavy.dif/100)));
if (parseInt($("#hashrate").val()*(1+referenceASIC.heavy.dif/100))==0) {
$(".heavylabel").css('text-decoration', 'line-through');
$(".heavylabel").addClass('tx-color-04');
$("#algocheck5").attr("disabled", true);
$("#algoselect option[value*='algo5']").attr("disabled", "disabled");

} else {
$(".heavylabel").css('text-decoration', 'none');
$(".heavylabel").removeClass('tx-color-04');
$("#algocheck5").attr("disabled", false);
$("#algoselect option[value*='algo5']").removeAttr('disabled');
}


$(".havenvalue").text(parseInt($("#hashrate").val()*(1+((referenceASIC.haven.hr-eval(referenceASIC[choosenAlgo].hr)) / eval(referenceASIC[choosenAlgo].hr) * 100)/100)));

$("#hashrate6").val(parseInt($("#hashrate").val()*(1+((referenceASIC.haven.hr-eval(referenceASIC[choosenAlgo].hr)) / eval(referenceASIC[choosenAlgo].hr) * 100)/100)));

$("#hashrate6").val(parseInt($("#hashrate").val()*(1+referenceASIC.haven.dif/100)));
if (parseInt($("#hashrate").val()*(1+referenceASIC.haven.dif/100))==0) {
$(".havenlabel").css('text-decoration', 'line-through');
$(".havenlabel").addClass('tx-color-04');
$("#algocheck6").attr("disabled", true);
$("#algoselect option[value*='algo6']").attr("disabled", "disabled");

} else {
$(".havenlabel").css('text-decoration', 'none');
$(".havenlabel").removeClass('tx-color-04');
$("#algocheck6").attr("disabled", false);
$("#algoselect option[value*='algo6']").removeAttr('disabled');
}


$(".upxvalue").text(parseInt($("#hashrate").val()*(1+((referenceASIC.upx.hr-eval(referenceASIC[choosenAlgo].hr)) / eval(referenceASIC[choosenAlgo].hr) * 100)/100)));

$("#hashrate19").val(parseInt($("#hashrate").val()*(1+((referenceASIC.upx.hr-eval(referenceASIC[choosenAlgo].hr)) / eval(referenceASIC[choosenAlgo].hr) * 100)/100)));

$("#hashrate19").val(parseInt($("#hashrate").val()*(1+referenceASIC.upx.dif/100)));
if (parseInt($("#hashrate").val()*(1+referenceASIC.upx.dif/100))==0) {
$(".upxlabel").css('text-decoration', 'line-through');
$(".upxlabel").addClass('tx-color-04');
$("#algocheck19").attr("disabled", true);
$("#algoselect option[value*='algo19']").attr("disabled", "disabled");

} else {
$(".upxlabel").css('text-decoration', 'none');
$(".upxlabel").removeClass('tx-color-04');
$("#algocheck19").attr("disabled", false);
$("#algoselect option[value*='algo19']").removeAttr('disabled');
}


$(".trtlvalue").text(parseInt($("#hashrate").val()*(1+((referenceASIC.trtl.hr-eval(referenceASIC[choosenAlgo].hr)) / eval(referenceASIC[choosenAlgo].hr) * 100)/100)));

$("#hashrate20").val(parseInt($("#hashrate").val()*(1+((referenceASIC.trtl.hr-eval(referenceASIC[choosenAlgo].hr)) / eval(referenceASIC[choosenAlgo].hr) * 100)/100)));

$("#hashrate20").val(parseInt($("#hashrate").val()*(1+referenceASIC.trtl.dif/100)));
if (parseInt($("#hashrate").val()*(1+referenceASIC.trtl.dif/100))==0) {
$(".trtllabel").css('text-decoration', 'line-through');
$(".trtllabel").addClass('tx-color-04');
$("#algocheck20").attr("disabled", true);
$("#algoselect option[value*='algo20']").attr("disabled", "disabled");

} else {
$(".trtllabel").css('text-decoration', 'none');
$(".trtllabel").removeClass('tx-color-04');
$("#algocheck20").attr("disabled", false);
$("#algoselect option[value*='algo20']").removeAttr('disabled');
}


$(".fast2value").text(parseInt($("#hashrate").val()*(1+((referenceASIC.fast2.hr-eval(referenceASIC[choosenAlgo].hr)) / eval(referenceASIC[choosenAlgo].hr) * 100)/100)));

$("#hashrate21").val(parseInt($("#hashrate").val()*(1+((referenceASIC.fast2.hr-eval(referenceASIC[choosenAlgo].hr)) / eval(referenceASIC[choosenAlgo].hr) * 100)/100)));

$("#hashrate21").val(parseInt($("#hashrate").val()*(1+referenceASIC.fast2.dif/100)));
if (parseInt($("#hashrate").val()*(1+referenceASIC.fast2.dif/100))==0) {
$(".fast2label").css('text-decoration', 'line-through');
$(".fast2label").addClass('tx-color-04');
$("#algocheck21").attr("disabled", true);
$("#algoselect option[value*='algo21']").attr("disabled", "disabled");

} else {
$(".fast2label").css('text-decoration', 'none');
$(".fast2label").removeClass('tx-color-04');
$("#algocheck21").attr("disabled", false);
$("#algoselect option[value*='algo21']").removeAttr('disabled');
}


$(".gpuvalue").text(parseInt($("#hashrate").val()*(1+((referenceASIC.gpu.hr-eval(referenceASIC[choosenAlgo].hr)) / eval(referenceASIC[choosenAlgo].hr) * 100)/100)));

$("#hashrate22").val(parseInt($("#hashrate").val()*(1+((referenceASIC.gpu.hr-eval(referenceASIC[choosenAlgo].hr)) / eval(referenceASIC[choosenAlgo].hr) * 100)/100)));

$("#hashrate22").val(parseInt($("#hashrate").val()*(1+referenceASIC.gpu.dif/100)));
if (parseInt($("#hashrate").val()*(1+referenceASIC.gpu.dif/100))==0) {
$(".gpulabel").css('text-decoration', 'line-through');
$(".gpulabel").addClass('tx-color-04');
$("#algocheck22").attr("disabled", true);
$("#algoselect option[value*='algo22']").attr("disabled", "disabled");

} else {
$(".gpulabel").css('text-decoration', 'none');
$(".gpulabel").removeClass('tx-color-04');
$("#algocheck22").attr("disabled", false);
$("#algoselect option[value*='algo22']").removeAttr('disabled');
}


$(".cnRvalue").text(parseInt($("#hashrate").val()*(1+((referenceASIC.cnR.hr-eval(referenceASIC[choosenAlgo].hr)) / eval(referenceASIC[choosenAlgo].hr) * 100)/100)));

$("#hashrate25").val(parseInt($("#hashrate").val()*(1+((referenceASIC.cnR.hr-eval(referenceASIC[choosenAlgo].hr)) / eval(referenceASIC[choosenAlgo].hr) * 100)/100)));

$("#hashrate25").val(parseInt($("#hashrate").val()*(1+referenceASIC.cnR.dif/100)));
if (parseInt($("#hashrate").val()*(1+referenceASIC.cnR.dif/100))==0) {
$(".cnRlabel").css('text-decoration', 'line-through');
$(".cnRlabel").addClass('tx-color-04');
$("#algocheck25").attr("disabled", true);
$("#algoselect option[value*='algo25']").attr("disabled", "disabled");

} else {
$(".cnRlabel").css('text-decoration', 'none');
$(".cnRlabel").removeClass('tx-color-04');
$("#algocheck25").attr("disabled", false);
$("#algoselect option[value*='algo25']").removeAttr('disabled');
}


$(".rXvalue").text(parseInt($("#hashrate").val()*(1+((referenceASIC.rX.hr-eval(referenceASIC[choosenAlgo].hr)) / eval(referenceASIC[choosenAlgo].hr) * 100)/100)));

$("#hashrate31").val(parseInt($("#hashrate").val()*(1+((referenceASIC.rX.hr-eval(referenceASIC[choosenAlgo].hr)) / eval(referenceASIC[choosenAlgo].hr) * 100)/100)));

$("#hashrate31").val(parseInt($("#hashrate").val()*(1+referenceASIC.rX.dif/100)));
if (parseInt($("#hashrate").val()*(1+referenceASIC.rX.dif/100))==0) {
$(".rXlabel").css('text-decoration', 'line-through');
$(".rXlabel").addClass('tx-color-04');
$("#algocheck31").attr("disabled", true);
$("#algoselect option[value*='algo31']").attr("disabled", "disabled");

} else {
$(".rXlabel").css('text-decoration', 'none');
$(".rXlabel").removeClass('tx-color-04');
$("#algocheck31").attr("disabled", false);
$("#algoselect option[value*='algo31']").removeAttr('disabled');
}


$(".rARQvalue").text(parseInt($("#hashrate").val()*(1+((referenceASIC.rARQ.hr-eval(referenceASIC[choosenAlgo].hr)) / eval(referenceASIC[choosenAlgo].hr) * 100)/100)));

$("#hashrate35").val(parseInt($("#hashrate").val()*(1+((referenceASIC.rARQ.hr-eval(referenceASIC[choosenAlgo].hr)) / eval(referenceASIC[choosenAlgo].hr) * 100)/100)));

$("#hashrate35").val(parseInt($("#hashrate").val()*(1+referenceASIC.rARQ.dif/100)));
if (parseInt($("#hashrate").val()*(1+referenceASIC.rARQ.dif/100))==0) {
$(".rARQlabel").css('text-decoration', 'line-through');
$(".rARQlabel").addClass('tx-color-04');
$("#algocheck35").attr("disabled", true);
$("#algoselect option[value*='algo35']").attr("disabled", "disabled");

} else {
$(".rARQlabel").css('text-decoration', 'none');
$(".rARQlabel").removeClass('tx-color-04');
$("#algocheck35").attr("disabled", false);
$("#algoselect option[value*='algo35']").removeAttr('disabled');
}


$(".C29svalue").text(parseInt($("#hashrate").val()*(1+((referenceASIC.C29s.hr-eval(referenceASIC[choosenAlgo].hr)) / eval(referenceASIC[choosenAlgo].hr) * 100)/100)));

$("#hashrate38").val(parseInt($("#hashrate").val()*(1+((referenceASIC.C29s.hr-eval(referenceASIC[choosenAlgo].hr)) / eval(referenceASIC[choosenAlgo].hr) * 100)/100)));

$("#hashrate38").val(parseInt($("#hashrate").val()*(1+referenceASIC.C29s.dif/100)));
if (parseInt($("#hashrate").val()*(1+referenceASIC.C29s.dif/100))==0) {
$(".C29slabel").css('text-decoration', 'line-through');
$(".C29slabel").addClass('tx-color-04');
$("#algocheck38").attr("disabled", true);
$("#algoselect option[value*='algo38']").attr("disabled", "disabled");

} else {
$(".C29slabel").css('text-decoration', 'none');
$(".C29slabel").removeClass('tx-color-04');
$("#algocheck38").attr("disabled", false);
$("#algoselect option[value*='algo38']").removeAttr('disabled');
}


$(".PPowZvalue").text(parseInt($("#hashrate").val()*(1+((referenceASIC.PPowZ.hr-eval(referenceASIC[choosenAlgo].hr)) / eval(referenceASIC[choosenAlgo].hr) * 100)/100)));

$("#hashrate48").val(parseInt($("#hashrate").val()*(1+((referenceASIC.PPowZ.hr-eval(referenceASIC[choosenAlgo].hr)) / eval(referenceASIC[choosenAlgo].hr) * 100)/100)));

$("#hashrate48").val(parseInt($("#hashrate").val()*(1+referenceASIC.PPowZ.dif/100)));
if (parseInt($("#hashrate").val()*(1+referenceASIC.PPowZ.dif/100))==0) {
$(".PPowZlabel").css('text-decoration', 'line-through');
$(".PPowZlabel").addClass('tx-color-04');
$("#algocheck48").attr("disabled", true);
$("#algoselect option[value*='algo48']").attr("disabled", "disabled");

} else {
$(".PPowZlabel").css('text-decoration', 'none');
$(".PPowZlabel").removeClass('tx-color-04');
$("#algocheck48").attr("disabled", false);
$("#algoselect option[value*='algo48']").removeAttr('disabled');
}


$(".ArgChukwa2value").text(parseInt($("#hashrate").val()*(1+((referenceASIC.ArgChukwa2.hr-eval(referenceASIC[choosenAlgo].hr)) / eval(referenceASIC[choosenAlgo].hr) * 100)/100)));

$("#hashrate51").val(parseInt($("#hashrate").val()*(1+((referenceASIC.ArgChukwa2.hr-eval(referenceASIC[choosenAlgo].hr)) / eval(referenceASIC[choosenAlgo].hr) * 100)/100)));

$("#hashrate51").val(parseInt($("#hashrate").val()*(1+referenceASIC.ArgChukwa2.dif/100)));
if (parseInt($("#hashrate").val()*(1+referenceASIC.ArgChukwa2.dif/100))==0) {
$(".ArgChukwa2label").css('text-decoration', 'line-through');
$(".ArgChukwa2label").addClass('tx-color-04');
$("#algocheck51").attr("disabled", true);
$("#algoselect option[value*='algo51']").attr("disabled", "disabled");

} else {
$(".ArgChukwa2label").css('text-decoration', 'none');
$(".ArgChukwa2label").removeClass('tx-color-04');
$("#algocheck51").attr("disabled", false);
$("#algoselect option[value*='algo51']").removeAttr('disabled');
}


$(".Pantheravalue").text(parseInt($("#hashrate").val()*(1+((referenceASIC.Panthera.hr-eval(referenceASIC[choosenAlgo].hr)) / eval(referenceASIC[choosenAlgo].hr) * 100)/100)));

$("#hashrate52").val(parseInt($("#hashrate").val()*(1+((referenceASIC.Panthera.hr-eval(referenceASIC[choosenAlgo].hr)) / eval(referenceASIC[choosenAlgo].hr) * 100)/100)));

$("#hashrate52").val(parseInt($("#hashrate").val()*(1+referenceASIC.Panthera.dif/100)));
if (parseInt($("#hashrate").val()*(1+referenceASIC.Panthera.dif/100))==0) {
$(".Pantheralabel").css('text-decoration', 'line-through');
$(".Pantheralabel").addClass('tx-color-04');
$("#algocheck52").attr("disabled", true);
$("#algoselect option[value*='algo52']").attr("disabled", "disabled");

} else {
$(".Pantheralabel").css('text-decoration', 'none');
$(".Pantheralabel").removeClass('tx-color-04');
$("#algocheck52").attr("disabled", false);
$("#algoselect option[value*='algo52']").removeAttr('disabled');
}


$(".DynexSvalue").text(parseInt($("#hashrate").val()*(1+((referenceASIC.DynexS.hr-eval(referenceASIC[choosenAlgo].hr)) / eval(referenceASIC[choosenAlgo].hr) * 100)/100)));

$("#hashrate54").val(parseInt($("#hashrate").val()*(1+((referenceASIC.DynexS.hr-eval(referenceASIC[choosenAlgo].hr)) / eval(referenceASIC[choosenAlgo].hr) * 100)/100)));

$("#hashrate54").val(parseInt($("#hashrate").val()*(1+referenceASIC.DynexS.dif/100)));
if (parseInt($("#hashrate").val()*(1+referenceASIC.DynexS.dif/100))==0) {
$(".DynexSlabel").css('text-decoration', 'line-through');
$(".DynexSlabel").addClass('tx-color-04');
$("#algocheck54").attr("disabled", true);
$("#algoselect option[value*='algo54']").attr("disabled", "disabled");

} else {
$(".DynexSlabel").css('text-decoration', 'none');
$(".DynexSlabel").removeClass('tx-color-04');
$("#algocheck54").attr("disabled", false);
$("#algoselect option[value*='algo54']").removeAttr('disabled');
}
}
}

//default algo change
$("#algoselect").change(function() {

titles();

calc($("input:radio[name='selector']:checked").val());
});


// Click function
$('.tabs-nav-graph li').click(function(){
$('.tabs-nav-graph li').removeClass('active');
//$(this).addClass('active');
$('.tab-content-graph').hide();

var activeTabgraph = $(this).find('a').attr('href');
$(activeTabgraph).show();
$(activeTabgraph+"button").addClass('active');

return false;
});

});

$('.tooltip1').tooltip();



$(function(){
'use strict'



})
</script>

<div class="subheaderback pd-20 tx-13 bd-t">
<div class="container pd-x-0 pd-lg-x-10 pd-xl-x-0">
<div class="row row-xs pd-x-8">
<div class="col-lg-4">
<div class="media pd-r-20">

<img src="https://www.cryptunit.com/cryptunitlogoblue.png" class="mg-r-20" width="38">
<div class="media-body">

<b>CRYPTUNIT</b> service is provided for free. Site contains opinion for informational purposes only and does not constitute investment advice. <br>
<p class="mg-t-10 tx-color-03" style="border-top: 1px #868ea9 dotted; padding-top: 10px;">
<b>We do not sell coins!</b> If you want to buy some coins you can do it <a href="https://switchere.com/?r=lej8d04iwmhj
" style="color: #2196f3;" target="_blank">here</a>. You're looking for more hashing power or You want just to try mining? You can do it <a href="https://www.miningrigrentals.com/?ref=2600530" style="color: #2196f3;" target="_blank">here</a>.
</p>
</div>
</div>

</div>
<div class="col-lg-4 mg-b-15">
<div class="media">
<img src="https://www.cryptunit.com/images/whattomine-logo.png" class="mg-r-20" width="38">
<div class="media-body pd-r-20">
<b>Calculate</b> how profitable it is to mine <b>all other coins</b> on various mining algos on <a href="https://www.whattomine.com/" style="color: #2196f3;" target="_blank">WhatToMine.com</a>



</div>
</div>

<div class="media" style="border-top: 1px #868ea9 dotted; padding-top: 16px; margin-top: 10px;">
<img src="https://www.cryptunit.com/images/coinzilla-logo.webp" class="mg-r-20" width="38">
<div class="media-body pd-r-20">
<b>Coinzilla</b> Set up your crypto advertising campaign within minutes! <a href="https://coinzilla.com/" style="color: #2196f3;" target="_blank">Coinzilla.com</a>



</div>
</div>

</div>
<div class="col-lg-4 mg-b-15">
<div class="media">
<img src="https://www.cryptunit.com/images/miningpoolstats.png" class="mg-r-20" width="38">
<div class="media-body pd-r-20">
<b>Find list of known PoW mining pools</b> for all other coins on various mining algos on <a href="https://miningpoolstats.stream" style="color: #2196f3;" target="_blank">miningpoolstats.stream</a>
</div>
</div>
<div class="row row-xs" style="border-top: 1px #868ea9 dotted; padding-top: 10px; margin-top: 10px;">
<div class="col-auto">
<div class="m-t-xs"><a href="https://www.cryptunit.com/disclaimer">Disclaimer</a></div>
<div class="m-t-xs"><a href="https://www.cryptunit.com/terms">Terms & Conditions</a></div>
<div class="m-t-xs"><a href="https://www.cryptunit.com/privacy">Privacy & Cookies</a></div>
<div class="m-t-xs tx-bold"><a href="https://www.cryptunit.com/donate">Donate/Sponsor</a></div>
<div class="m-t-xs"><a href="https://www.cryptunit.com/branding">Branding</a></div>
<div class="m-t-xs"><a href="https://www.cryptunit.com/contact">Contact</a></div>
</div>
<div class="col-auto">
<div class="m-t-xs"><a href="https://www.cryptunit.com/friends" class="tx-gray-600"><i class="fa fa-heart"></i> Friends</a></div>
<div class="m-t-xs"><a href="https://twitter.com/cryptunitcom" target="_blank" class="tx-gray-600"><i class="fab fa-twitter"></i> Twitter</a></div>
<div class="m-t-xs"><a href="https://www.cryptunit.com/chat" class="tx-gray-600"><i class="fas fa-comment"></i> Chat</a></div>
<div class="m-t-xs"><a href="https://www.reddit.com/r/CryptUnit/" target="_blank" class="tx-gray-600"><i class="fab fa-reddit-alien"></i> Reddit</a></div>
<div class="m-t-xs"><a href="https://www.facebook.com/cryptunit" target="_blank" class="tx-gray-600"><i class="fab fa-facebook-square"></i> Facebook</a></div>
<div class="m-t-xs"><a href="https://status.cryptunit.com/" target="_blank" class="tx-success"><i class="fas fa-dot-circle"></i> Service Status</a></div>


</div>
</div>
</div>
</div>
</div>
</div>

<footer class="footer d-block">
<div class="text-center">
<span>&copy; 2018-2023 Cryptunit.com | </span>
<span>Developed by <a href="https://www.ofanziva.net">Ofanziva</a> Languages: <a href="https://www.cryptunit.com/">English</a> | <a href="https://www.cryptunit.com/ru/">Russian / Русский</a> | <a href="https://www.cryptunit.com/sr/">Serbian / Srpski</a> </span>
</div>
<div>

</div>
</footer>



<script src="https://www.cryptunit.com/vendor/sparkline/index.js"></script>

<script src="https://www.cryptunit.com/vendor/ticker/jquery.ticker.min.js"></script>


</body>
</html>


Ads.Txt Alerts - A trading name of Red Volcano Limited

Waterloo Buildings, Second Floor Rear, 53 London Road, Southampton, Hampshire, United Kingdom, SO15 2AD

© Red Volcano 2020. All Rights Reserved.