Earn Bitcoin for free !


SUBMITTED BY: Guest

DATE: July 8, 2014, 5:13 a.m.

FORMAT: Text only

SIZE: 2.4 kB

HITS: 944

  1. Start by signing up here --> http://cur.lv/b1aj4 <--
  2. After signing up you would be greeted with a CAPTCHA code, which you're allowed to do every hour.
  3. In order to take advantage of this method I suggest that you get at least 2000 Satoshi (0.00002) or at the minimum 1000 Satoshi (0.00001).
  4. Which you can get by doing the CAPTCHA code every hour. Sadly you only get about 200 Satoshi per roll.
  5. Once getting the required amount of Satoshi you can start gambling.
  6. Now there’s two ways you can start gambling
  7. Method 1#
  8. Step 1. Put in 11 Satoshi (0.0000001)
  9. Step 2. Select LOW or HIGH. (Don’t change your mind half-way through) If you won, well done, continue to bet 11 Satoshi each time on your selected option.
  10. If you lost, double your bet and add 1 Satoshi on to the end.
  11. Step 3. Once you’ve reached 5,000 Satoshi (0.00005) increase your bets to 101 at a time. (Then repeat step 2. Except with 101 Satoshi instead of 11 Satoshi, still doubling your bet and adding 1 at each loss)
  12. Step 4. Once you’ve reached 30,000 Satoshi (0.0003) increase your bets to 501 or 1001 (depends if you’re feeling lucky) per time.
  13. Method 2#
  14. This method requires that you use chrome. Open the console and paste the following code.
  15. The script basically automates method 1#
  16. bconfig = {
  17. maxBet: 0.00000256,
  18. wait: 700,
  19. toggleHilo:false
  20. };
  21. hilo = 'lo';
  22. multiplier = 1;
  23. rollDice = function() {
  24. if ($('#double_your_btc_bet_lose').html() !== '') {
  25. $('#double_your_btc_2x').click();
  26. multiplier++;
  27. if(bconfig.toggleHilo)toggleHiLo();
  28. } else {
  29. $('#double_your_btc_min').click();
  30. multiplier = 1;
  31. }
  32. if (parseFloat($('#balance').html()) < (parseFloat($('#double_your_btc_stake').val()) * 2) ||
  33. parseFloat($('#double_your_btc_stake').val()) > bconfig.maxBet) {
  34. $('#double_your_btc_min').click();
  35. }
  36. $('#double_your_btc_bet_' + hilo + '_button').click();
  37. setTimeout(rollDice, (multiplier * bconfig.wait) + Math.round(Math.random() * 100));
  38. };
  39. toggleHiLo = function() {
  40. if (hilo === 'lo') {
  41. hilo = 'lo';
  42. } else {
  43. hilo = 'lo';
  44. }
  45. };
  46. rollDice();
  47. Here are some earning from using this method
  48. http://i.imgur.com/UPSHAE9.png

comments powered by Disqus