Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<title>TomoChain Rewards Calculator</title>
<meta name="description" content="TomoChain Rewards Calculator" />
<meta name="keywords" content="Masternodes Stake Rewards Calculator" />
<meta name="medium" content="mult" />
<link rel="image_src" href="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRl_3aw0-S6jPdYRugg7FD8y1oewwXYo0qbWI5_SDdf8eay2B8k" />
<link rel="shortcut icon" href="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRl_3aw0-S6jPdYRugg7FD8y1oewwXYo0qbWI5_SDdf8eay2B8k" type="image/x-icon" />
<link rel="icon" href="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRl_3aw0-S6jPdYRugg7FD8y1oewwXYo0qbWI5_SDdf8eay2B8k" sizes="32x32" />
<meta name="generator" content="TomoChain Calculator" />
<meta property="og:title" content="TomoChain Rewards Calculator" />
<meta property="og:description" content="Masternodes/Stake Rewards Calculator" />
<meta property="og:url" content="https://output.jsbin.com/vopinez/" />
<meta property="og:type" content="website" />
<meta property="og:image" itemprop="image" content="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRl_3aw0-S6jPdYRugg7FD8y1oewwXYo0qbWI5_SDdf8eay2B8k" />
<meta name="viewport" content="target-densitydpi=device-dpi, width=device-width, initial-scale=0.4, minimum-scale=0.1, maximum-scale=1, user-scalable=yes, minimal-ui, viewport-fit=cover"/>
<meta name="apple-mobile-web-app-capable" content="yes"/>
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<script src="https://code.jquery.com/jquery-3.1.0.js"></script>
<h1>TomoChain Rewards Calculator</h1>
<form>
  <img src="https://cryptologos.cc/logos/tomochain-tomo-logo.png" class="img80">
  
  <legend>Scenario</legend>
  
  <p><label for="masternodes">Masternodes:</label>
    <input class="input1" type="number" id="masternodes" value="150" name="masternodes" disabled></p>
  <p><label for="votes">Votes:</label>
    <input class="input1"  type="number" id="votes" value="38" step="0.5" name="votes">(million TOMOs)</p>
  <p><span class="small"><b>--- Total <a href="https://scan.tomochain.com/address/0x0000000000000000000000000000000000000088">Locked</a>:</b> <output name="total_locked">0</output> TOMOs</span></p>
  <p><label for="epoch_mins">Epoch:</label>
    <input class="input1" type="number" id="epoch_mins" value="31" step="1" name="epoch_mins">(mins)</p>
  <p><label for="usd">Price TOMO:</label>
    <input class="input1" type="number" id="usd" value="0.65" step="0.1" name="usd">($USD)</p>
  <p><span class="small"><b>&nbsp;</b></span></p>
  <p><label for="stake">Your Stake:</label>
    <input class="input1" type="number" id="stake" value="1" step="1" name="stake">(K TOMOs)</p>
  
  <p><label for="mn_capacity">MN Capacity:</label>
    <input class="input1" type="number" id="mn_capacity" value="285" step="5" name="mn_capacity">(K TOMOs)</p>
  <p><span class="small"><b>Tip:</b> Vote bottom MNs with less capacity for more rewards.</span></p>
  
  <br>
  <p><span class="small"><b>Note:</b> If you are a Voter, uncheck "MN". ** If you run a MN, uncheck "Voter".</span></p>
  <p class="bar">
    <span class="output1"></span>
    <input type="checkbox" id="myCheckEpocha" onclick="myFunctionEpocha()"><span id="chEpoch">Epoch</span>
    <input type="checkbox" id="myCheckDay" onclick="myFunctionDay()">Day
    <input type="checkbox" id="myCheckWeek" onclick="myFunctionWeek()">Wk
    <input type="checkbox" checked id="myCheckMonth" onclick="myFunctionMonth()">Mo
    <input type="checkbox" checked id="myCheckYear" onclick="myFunctionYear()">Yr
    | <input type="checkbox" checked id="myCheckUsd" onclick="myFunctionUsd()">$USD
    <input type="checkbox" checked id="myCheckMN" onclick="myFunctionMN()">MN
    <input type="checkbox" checked id="myCheckVt" onclick="myFunctionVt()">Voter
  </p>
  
  <br>
  <p>R: <output class=output1 name="R" for="masternodes">0</output></p>
  <p>S: <output class=output1 name="S" for="votes">0</output> <span class="small">(avg. capacity)</span></p>
  <br>
  <span id="textEpocha">
  <p><strong>Reward per epoch:</strong></p>
  <p class="textMN">&nbsp;MN infr.: <output class=output1 name="rew_mn_epoch">0</output> TOMO</p>
  <p class="textVt">Stake <output class=output name="stake">0</output>k: <output class=output1 name="rew_voter_epoch">0</output> TOMO</p>
  <p class="textMN">Stake 50k: <output class=output1 name="rew_50k_epoch">0</output> TOMO</p>  
  <p class="textMN">Total MN (infr. + 50k stake): <output name="rew_mn_epoch_total">0</output> TOMO </p>
  <br>
  </span>
  <span id="textDay">
  <p><strong>Reward per day:</strong> <span class="small">(<output name="EPOCHS_PER_DAY">0</output> epochs)</span)</p>
  <p class="textMN">&nbsp;MN infr.: <output class=output1  name="rew_mn_day">0</output> TOMO</p>
  <p class="textVt">Stake <output class=output name="stake">0</output>k: <output class=output1  name="rew_voter_day">0</output> TOMO</p>
  <p class="textMN">Stake 50k: <output class=output1  name="rew_50k_day">0</output> TOMO</p>
  <br>
  </span>
  <span id="textWeek">
  <p><strong>Reward per week:</strong> <span class="small">(<output name="EPOCHS_PER_WEEK">0</output> epochs)</span)</p>
  <p class="textMN">&nbsp;MN infr.: <output class=output1  name="rew_mn_week">0</output> TOMO</p>
  <p class="textVt">Stake <output class=output name="stake">0</output>k: <output class=output1  name="rew_voter_week">0</output> TOMO</p>
  <p class="textMN">Stake 50k: <output class=output1  name="rew_50k_week">0</output> TOMO</p>
  <br>
  </span>
  <span id="textMonth">
  <p><strong>Reward per month:</strong> <span class="small">(<output name="EPOCHS_PER_MO">0</output> epochs)</span)</p>
  <p class="textMN">&nbsp;MN infr.: <output class=output1  name="rew_mn_mo">0</output> TOMO</p>
  <p class="textVt">Stake <output class=output name="stake">0</output>k: <output class=output1 name="rew_voter_mo">0</output> TOMO <span id="usdVoterMonth" class="textUsd">($<output name="rew_voter_mo_usd">0</output>)</span></p>
  <p class="textMN">Stake 50k: <output class=output1  name="rew_50k_mo">0</output> TOMO</p>
  <p class="textMN">Total MN (infr. + 50k stake): <output name="rew_mn_mo_total">0</output> TOMO <span id="usdMNMonth" class="textUsd">($<output name="rew_mn_mo_total_usd">0</output>)</span></p>
  <br>
  </span>
  <span id="textYear">
  <p><strong>Reward per year:</strong> <span class="small">(<output name="EPOCHS_PER_YEAR">0</output> epochs)</span)</p>
  <p class="textMN">&nbsp;MN infr.: <output class=output1 name="rew_mn_year">0</output> TOMO</p>
  <p class="textVt">Stake <output class=output name="stake">0</output>k: <output class=output1 name="rew_voter_year">0</output> TOMO <span id="usdVoterYear" class="textUsd">($<output name="rew_voter_year_usd">0</output>)</span></p>
  <p class="textMN">Stake 50k: <output class=output1 name="rew_50k_year">0</output> TOMO</p>
  <p class="textMN">Total MN (infr. + 50k stake): <output name="rew_mn_year_total">0</output> TOMO <span id="usdMNYear" class="textUsd">($<output name="rew_mn_year_total_usd">0</output>)</span></p>
  <br>
  </span>
    
  <p><strong>Annual ROI:</strong></p>
  <p class="textMN"><label>Masternode: </label><output class=output1 name="roi_mn">0</output>%</p>
  <p><label>Stake: </label><output class=output1  name="roi_vote">0</output>%</p>
  <br>
  <br>
  <p class="qr"><img class="qrCode" src="https://chart.googleapis.com/chart?chs=300x300&cht=qr&chl=0x3b1549a8f117Eae5AB119b14Bd31c564Db20b7aA&choe=UTF-8"></p>  
  <p class="small"><b>Tip me!</b><br>0x3b1549a8f117Eae5AB119b14Bd31c564Db20b7aA</p>
  <p class="small" style="display:block">by DK</p>
  <!--  
  <p><label>-</label><output class=output1 name="minsPerEpoch">0</output></p>
  <p><label>-</label><output class=output1 name="epoch_mins">0</output></p>
  -->
  <p class="small">v1.1.12</p>
    
</form>
 
if (jQuery.webshims && window.Modernizr && !Modernizr.inputtypes.number) {
  jQuery.webshims.polyfill('forms-ext');
}
function updateData() {
    var masternodes = $('#masternodes').prop('valueAsNumber') || 0;
    var votes = $('#votes').prop('valueAsNumber') || 0;    
    var epoch_mins = $('#epoch_mins').prop('valueAsNumber') || 0;    
    var usd = $('#usd').prop('valueAsNumber') || 0;    
    var stake = $('#stake').prop('valueAsNumber') || 0;    
    var mn_capacity = $('#mn_capacity').prop('valueAsNumber') || 0;    
    var mn_capacity = mn_capacity * 1000;  
  
    var minsPerEpoch = epoch_mins; //30;
    var voterAmount = stake * 1000;
    
    // Const (time)
    var MINS_PER_DAY = 60 * 24;
    var MINS_PER_WEEK = MINS_PER_DAY * 7;
    var MINS_PER_YEAR = MINS_PER_DAY * 365;
    
    var EPOCHS_PER_DAY = MINS_PER_DAY / minsPerEpoch;
    var EPOCHS_PER_WEEK = MINS_PER_WEEK / minsPerEpoch;
    var EPOCHS_PER_YEAR = MINS_PER_YEAR / minsPerEpoch;
    var EPOCHS_PER_MO = EPOCHS_PER_YEAR / 12;
    // Computations
    var total_locked = 50000 * masternodes + votes * 1000000;
    var R = (250 / masternodes);
    var S = (total_locked / masternodes);
    var rew_mn_epoch = (0.4 * R);
    //var rew_voter_epoch = ((0.5 * R * 1000) / S);
    //var rew_voter_epoch = ((0.5 * R * 1000) / mn_capacity);
    var rew_voter_epoch = ((0.5 * R * voterAmount) / mn_capacity);
    //var rew_50k_epoch = 50 * rew_voter_epoch;
    var rew_50k_epoch = ((0.5 * R * 50000) / mn_capacity);
    var rew_mn_epoch_total = rew_mn_epoch + rew_50k_epoch;
    
    // Day
    var rew_mn_day = EPOCHS_PER_DAY * rew_mn_epoch;
    var rew_voter_day = EPOCHS_PER_DAY * rew_voter_epoch;
    var rew_50k_day = EPOCHS_PER_DAY * rew_50k_epoch;
    // Week
    var rew_mn_week = EPOCHS_PER_WEEK * rew_mn_epoch;
    var rew_voter_week = EPOCHS_PER_WEEK * rew_voter_epoch;
    var rew_50k_week = EPOCHS_PER_WEEK * rew_50k_epoch;
    // Year
    var rew_mn_year = EPOCHS_PER_YEAR * rew_mn_epoch;
    var rew_voter_year = EPOCHS_PER_YEAR * rew_voter_epoch;
    var rew_50k_year = EPOCHS_PER_YEAR * rew_50k_epoch;    
    var rew_mn_year_total = rew_mn_year + rew_50k_year;
    var rew_mn_year_total_usd = rew_mn_year_total * usd;
    var rew_voter_year_usd = rew_voter_year * usd;
    // Month
    var rew_mn_mo = rew_mn_year / 12;
    var rew_voter_mo = rew_voter_year / 12;
    var rew_50k_mo = rew_50k_year / 12;
    var rew_mn_mo_total = rew_mn_year_total / 12;
    var rew_mn_mo_total_usd = rew_mn_mo_total * usd;
    var rew_voter_mo_usd = rew_voter_mo * usd;
    // ROI
    var roi_mn = (rew_mn_year_total / 50000) * 100;
    //var roi_vote = (rew_voter_year / 1000) * 100;
    var roi_vote = (rew_voter_year / voterAmount) * 100;
    $('output[name="total_locked"]').prop('value', total_locked.toLocaleString());
    $('output[name="R"]').prop('value', R.toLocaleString(undefined, {
      maximumFractionDigits: 5
    }));
    $('output[name="S"]').prop('value', S.toLocaleString(undefined, {
      maximumFractionDigits: 2
    }));
    
    $('output[name="rew_mn_epoch"]').prop('value', rew_mn_epoch.toLocaleString(undefined, {
      maximumFractionDigits: 6
    }));
    $('output[name="rew_voter_epoch"]').prop('value', rew_voter_epoch.toLocaleString(undefined, {
      maximumFractionDigits: 6
    }));
    $('output[name="rew_50k_epoch"]').prop('value', rew_50k_epoch.toLocaleString(undefined, {
      maximumFractionDigits: 6
    }));
    $('output[name="rew_mn_epoch_total"]').prop('value', rew_mn_epoch_total.toLocaleString(undefined, {
      maximumFractionDigits: 6
    }));
    
    // Day
    $('output[name="rew_mn_day"]').prop('value', rew_mn_day.toLocaleString(undefined, {
      maximumFractionDigits: 2
    }));
    $('output[name="rew_voter_day"]').prop('value', rew_voter_day.toLocaleString(undefined, {
      maximumFractionDigits: 2
    }));
    $('output[name="rew_50k_day"]').prop('value', rew_50k_day.toLocaleString(undefined, {
      maximumFractionDigits: 2
    }));
  
    // Week
    $('output[name="rew_mn_week"]').prop('value', rew_mn_week.toLocaleString(undefined, {
      maximumFractionDigits: 2
    }));
    $('output[name="rew_voter_week"]').prop('value', rew_voter_week.toLocaleString(undefined, {
      maximumFractionDigits: 2
    }));
    $('output[name="rew_50k_week"]').prop('value', rew_50k_week.toLocaleString(undefined, {
      maximumFractionDigits: 2
    }));
    // Year
    $('output[name="rew_mn_year"]').prop('value', rew_mn_year.toLocaleString(undefined, {
      maximumFractionDigits: 2
    }));
    $('output[name="rew_voter_year"]').prop('value', rew_voter_year.toLocaleString(undefined, {
      maximumFractionDigits: 2
    }));
    $('output[name="rew_50k_year"]').prop('value', rew_50k_year.toLocaleString(undefined, {
      maximumFractionDigits: 2
    }));
    $('output[name="rew_mn_year_total"]').prop('value', rew_mn_year_total.toLocaleString(undefined, {
      maximumFractionDigits: 1
    }));
    $('output[name="rew_mn_year_total_usd"]').prop('value', rew_mn_year_total_usd.toLocaleString(undefined, {
      maximumFractionDigits: 2
    }));
    $('output[name="rew_voter_year_usd"]').prop('value', rew_voter_year_usd.toLocaleString(undefined, {
      maximumFractionDigits: 2
    }));
  
    // Month
    $('output[name="rew_mn_mo"]').prop('value', rew_mn_mo.toLocaleString(undefined, {
      maximumFractionDigits: 2
    }));
    $('output[name="rew_voter_mo"]').prop('value', rew_voter_mo.toLocaleString(undefined, {
      maximumFractionDigits: 2
    }));
    $('output[name="rew_50k_mo"]').prop('value', rew_50k_mo.toLocaleString(undefined, {
      maximumFractionDigits: 2
    }));
    $('output[name="rew_mn_mo_total"]').prop('value', rew_mn_mo_total.toLocaleString(undefined, {
      maximumFractionDigits: 1
    }));
    $('output[name="rew_mn_mo_total_usd"]').prop('value', rew_mn_mo_total_usd.toLocaleString(undefined, {
      maximumFractionDigits: 2
    }));
    $('output[name="rew_voter_mo_usd"]').prop('value', rew_voter_mo_usd.toLocaleString(undefined, {
      maximumFractionDigits: 2
    }));
    // ROI
    $('output[name="roi_mn"]').prop('value', roi_mn.toLocaleString(undefined, {
      maximumFractionDigits: 2
    }));
    $('output[name="roi_vote"]').prop('value', roi_vote.toLocaleString(undefined, {
      maximumFractionDigits: 2
    }));
    // ---- EPOCHS -----
    $('output[name="EPOCHS_PER_DAY"]').prop('value', EPOCHS_PER_DAY.toLocaleString(undefined, {
      maximumFractionDigits: 2
    }));  
    $('output[name="EPOCHS_PER_WEEK"]').prop('value', EPOCHS_PER_WEEK.toLocaleString(undefined, {
      maximumFractionDigits: 1
    }));
    $('output[name="EPOCHS_PER_YEAR"]').prop('value', EPOCHS_PER_YEAR.toLocaleString(undefined, {
      maximumFractionDigits: 1
    }));
    $('output[name="EPOCHS_PER_MO"]').prop('value', EPOCHS_PER_MO.toLocaleString(undefined, {
      maximumFractionDigits: 1
    }));
    // Mins per epoch
    $('output[name="epoch_mins"]').prop('value', epoch_mins.toLocaleString(undefined, {
      maximumFractionDigits: 2
    }));
    $('output[name="minsPerEpoch"]').prop('value', minsPerEpoch.toLocaleString(undefined, {
      maximumFractionDigits: 2
    }));
  
    // Stake
    $('output[name="stake"]').prop('value', stake.toLocaleString(undefined, {
      maximumFractionDigits: 0
    }));
    
}
function myFunctionEpocha() {
  // Get the checkbox
  var checkBox = document.getElementById("myCheckEpocha");
  // Get the output text
  var text = document.getElementById("textEpocha");
  var text2 = document.getElementById("textEpoch1");
  var chText = document.getElementById("chEpoch");
  
  // If the checkbox is checked, display the output text
  if (checkBox.checked === true){
    text.style.display = "block";
    text2.style.display = "block";
    chText.style.color = red;
  } else {
    text.style.display = "none";
    text2.style.display = "none";
    chText.style.color = green;
  }
}
function myFunctionDay() {
  // Get the checkbox
  var checkBox = document.getElementById("myCheckDay");
  // Get the output text
  var text = document.getElementById("textDay");
  // If the checkbox is checked, display the output text
  if (checkBox.checked === true){
    text.style.display = "block";
  } else {
    text.style.display = "none";
  }
}
function myFunctionWeek() {
  // Get the checkbox
  var checkBox = document.getElementById("myCheckWeek");
  // Get the output text
  var text = document.getElementById("textWeek");
  // If the checkbox is checked, display the output text
  if (checkBox.checked === true){
    text.style.display = "block";
  } else {
    text.style.display = "none";
  }
}
function myFunctionMonth() {
  // Get the checkbox
  var checkBox = document.getElementById("myCheckMonth");
  // Get the output text
  var text = document.getElementById("textMonth");
  // If the checkbox is checked, display the output text
  if (checkBox.checked === true){
    text.style.display = "block";
  } else {
    text.style.display = "none";
  }
}
function myFunctionYear() {
  // Get the checkbox
  var checkBox = document.getElementById("myCheckYear");
  // Get the output text
  var text = document.getElementById("textYear");
  // If the checkbox is checked, display the output text
  if (checkBox.checked === true){
    text.style.display = "block";
  } else {
    text.style.display = "none";
  }
}
function myFunctionUsd() {
  var checkBox = document.getElementById("myCheckUsd");
  
  var x = document.getElementsByClassName("textUsd");
  var i;
  for (i = 0; i < x.length; i++) {
    if (checkBox.checked === true){
      x[i].style.visibility = "visible";
    } else {
      x[i].style.visibility = "hidden";      
    }
  }
  
}
function myFunctionMN() {
  var checkBox = document.getElementById("myCheckMN");
  
  var x = document.getElementsByClassName("textMN");
  var i;
  for (i = 0; i < x.length; i++) {
    if (checkBox.checked === true){
      x[i].style.display = "block";
    } else {
      x[i].style.display = "none";      
    }
  }  
}
function myFunctionVt() {
  var checkBox = document.getElementById("myCheckVt");
  
  var x = document.getElementsByClassName("textVt");
  var i;
  for (i = 0; i < x.length; i++) {
    if (checkBox.checked === true){
      x[i].style.display = "block";
    } else {
      x[i].style.display = "none";      
    }
  }  
}
$(document).ready(updateData);
jQuery(function($) {
  $('form').bind('input', function() {
        updateData();
  }).bind('submit', function() {
    e.preventDefault()
  });
});
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
DuqueKarlpro
0viewers