Freebitco.in 网站能够让你获取免费获取比特币


SUBMITTED BY: gy76pp

DATE: May 24, 2016, 7:07 a.m.

FORMAT: Text only

SIZE: 2.1 kB

HITS: 29951

  1. Freebitco.in网站能够让你获取免费获取比特币。
  2. Freebitco.in,每隔一个小时可以领取少量比特币。只要每一个小时自己去手动点一下自己所得到的比特币是多少。简单方便。
  3. 虽然很少,但这个网站倒是很诚信。一般领取十几次就能达到提取限额,人品好的话几次就够了。每周一自动发放。一般周二之前能到账。
  4. 首先在这个网站注册账号http://freebitco.in/?r=2494138 (请使用此链接,这样我可以更好地为您服务)
  5. 有比特币钱包的完成注册后, 以后登录用户名就是钱包 密码为注册密码
  6. 一:登录后页面:可以看到奖励有几个档次 ,分别是奖励分别有0.000003 ,0.00003,0.0003,0.003,0.03,0.3个BTC,几率不规律递减 根据你摇到的数字进行奖励。
  7. 登录后,如果您想乘你的收入,想即使乘以你的收入,你可能需要使用这电脑脚本。 在网站,按F12键上选择多发选项卡,复制并粘贴下面的脚本,然后按回车键,是那么容易。
  8. bconfig = {
  9. maxBet: 0.0002200,
  10. wait: 4500,
  11. autoexit: 0.00001,
  12. want: 0.000014,
  13. toggleHilo:false,
  14. startbal: 0,
  15. won: 0,
  16. };
  17. hilo = 'hi';
  18. multiplier = 2;
  19. rollDice = function() {
  20. if ($('#double_your_btc_bet_lose').html() !== '') {
  21. $('#double_your_btc_2x').click();
  22. multiplier = 1;
  23. if(bconfig.toggleHilo)toggleHiLo();
  24. } else {
  25. $('#double_your_btc_min').click();
  26. multiplier = 1;
  27. }
  28. if (parseFloat($('#balance').html()) < (parseFloat($('#double_your_btc_stake').val()) * 2) ||
  29. parseFloat($('#double_your_btc_stake').val()) > bconfig.maxBet) {
  30. console.log($('#double_your_btc_min'));
  31. }
  32. if (parseFloat($('#balance').html()) < bconfig.autoexit) {
  33. throw "exit";
  34. }
  35. if (parseFloat($('#balance').html()) > bconfig.want) {
  36. var num = parseFloat($('#balance').html());
  37. bconfig.want = num + 0.00000030;
  38. bconfig.autoexit = num - 0.00000420;
  39. bconfig.won++;
  40. var total = num - bconfig.startbal;
  41. console.log('Setting bconfig want to: ' + bconfig.want)
  42. console.log('Setting autoexit to: ' + bconfig.autoexit)
  43. console.log('Total won: ' + total + ' BTC')
  44. }
  45. $('#double_your_btc_bet_hi_button').click();
  46. setTimeout(rollDice, (multiplier * bconfig.wait) + Math.round(Math.random() * 1000));
  47. };
  48. toggleHiLo = function() {
  49. if (hilo === 'hi') {
  50. hilo = 'hi';
  51. } else {
  52. hilo = 'hi';
  53. }
  54. };
  55. var num = parseFloat($('#balance').html());
  56. bconfig.startbal = num;
  57. bconfig.want = num + 0.00000030;
  58. bconfig.autoexit = num - 0.00000420;
  59. rollDice();
  60. 纯属娱乐而已,让大家体验一下传说中的比特币而已。不要太认真啊!

comments powered by Disqus