bitcoins


SUBMITTED BY: mepani1523

DATE: March 1, 2016, 8:12 a.m.

FORMAT: Text only

SIZE: 366 Bytes

HITS: 7299

  1. function multiply(){
  2. var current = $('#double_your_btc_stake').val();
  3. var multiply = (current * 2).toFixed(8);
  4. $('#double_your_btc_stake').val(multiply);
  5. }
  6. function getRandomWait(){
  7. var wait = Math.floor(Math.random() * maxWait ) + 100;
  8. console.log('Waiting for ' + wait + 'ms before next bet.');
  9. return wait ;

comments powered by Disqus