Bitcoin Forum
May 25, 2024, 05:18:56 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 [4] 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 »
61  Economy / Games and rounds / Re: ★ Crypto-Games.net Challenge ★ Hit most Winning Rolls in a row and get 0.05 BTC! on: December 28, 2017, 07:14:15 PM
I was able to push mine to 17 but 21 is too high for me I guess Cheesy

Crypto-Games Nickname: B4RF
BetIDs (write your BetIDs):
1,905,702,495
1,905,702,380
1,905,702,250
1,905,702,124
1,905,701,036
1,905,701,032
1,905,701,025
1,905,701,016
1,905,701,012
1,905,701,007
1,905,701,005
1,905,700,995
1,905,700,982
1,905,700,972
1,905,700,950
1,905,700,908
1,905,700,868
62  Economy / Games and rounds / Re: ★ Crypto-Games.net Challenge ★ Hit most Winning Rolls in a row and get 0.05 BTC! on: December 25, 2017, 12:10:44 AM
Crypto-Games Nickname: B4RF
BetIDs (write your BetIDs):
1,896,856,399
1,896,856,289
1,896,849,927
1,896,849,901
1,896,849,893
1,896,849,886
1,896,849,870
1,896,849,864
1,896,849,856
1,896,849,840
1,896,849,824
1,896,849,813
1,896,849,793
1,896,849,756
1,896,849,717
63  Economy / Games and rounds / Re: ★ Crypto-Games.net Challenge ★ Hit most Winning Rolls in a row and get 0.05 BTC! on: December 23, 2017, 11:13:07 PM
Crypto-Games Nickname: B4RF
BetIDs (write your BetIDs):
1,894,283,588
1,894,283,626
1,894,283,667
1,894,283,691
1,894,283,701
1,894,283,724
1,894,283,768
1,894,283,770
1,894,283,774
1,894,283,777
1,894,283,782
1,894,283,791
1,894,283,793
1,894,289,222
64  Economy / Games and rounds / Re: ★ Crypto-Games.net Challenge ★ Hit most Winning Rolls in a row and get 0.05 BTC! on: December 23, 2017, 12:04:47 PM
Do the bets have to double each time or can we simply bet the same amount with payout 2.0 until the end?
65  Economy / Games and rounds / Re: ★ Crypto-Games.net ★ Presents from santa! ★ on: December 23, 2017, 11:57:29 AM
Crypto-Games Nickname: B4RF
66  Economy / Gambling discussion / Re: Seuntjie' Dice bot programmers mode discussion. on: December 22, 2017, 10:03:30 AM
Is there any way to combine this 2 scripts?
 Sad
OK
i have 2 scripts that you helped me to build
this one is betting on 49.5 and doubles the bet on lose but does not reset on first win only resets when reaches 100 sat profit and stops on 1000 total profit  and changes hi lo randomly.
Code:
startbalance=balance
chance=49.50
multiplier=2
base=0.00000001
nextbet=base   
bethigh=true
function dobet()
   
   if win then
      if profit > 0.00000100 then
        resetstats()
        nextbet=basebet
      else
        nextbet=previousbet
      end

   else
      nextbet=previousbet*multiplier
   end

   if balance - startbalance > 0.00001000 then
      nextbet=0
      stop()
      ching()
   end
end

what i want add to it is what the second script does it hunts for rows of numbers below 1% or above 99% and if streak is 3 it bets 1% on oposite as in this script
Code:
basebet= 0.00000001
nextbet=basebet
chance=49.5

highCount=0
lowCount=0
previousbetBackup=basebet

function dobet()

    if lastBet.Roll > 99 then
        highCount = highCount+1
    else
        highCount = 0
    end

    if lastBet.Roll < 1 then
        lowCount = lowCount+1
    else
        lowCount = 0
    end

    if highCount >= 3 then
        bethigh = false
        nextbet = balance * 0.01
        chance=90.0
    else if lowCount >= 3 then
        bethigh = true
        nextbet = balance * 0.01
        chance=90.0
    else
        chance=49.5

        if win then     
            nextbet = basebet
        else   
            nextbet = previousbetBackup*2
        end
previousbetBackup = nextbet
    end

end
end
end

So i need one script to do it all combine them.

I simply used the second script added the balance check at the end and exchanged the "if win" statement while using the previousbetBackup variable instead.
This should do the trick although I didnt test it.

Code:
startbalance=balance
basebet= 0.00000001
nextbet=basebet
chance=49.5
multiplier=2

highCount=0
lowCount=0
previousbetBackup=basebet

function dobet()

    if lastBet.Roll > 99 then
        highCount = highCount+1
    else
        highCount = 0
    end

    if lastBet.Roll < 1 then
        lowCount = lowCount+1
    else
        lowCount = 0
    end

    if highCount >= 3 then
        bethigh = false
        nextbet = balance * 0.01
        chance=90.0
    else
if lowCount >= 3 then
bethigh = true
nextbet = balance * 0.01
chance=90.0
else
chance=49.5

if win then
if profit > 0.00000100 then
resetstats()
nextbet=basebet
else
nextbet=previousbetBackup
end
else
nextbet=previousbetBackup*multiplier
end
previousbetBackup = nextbet
end
end

if balance - startbalance > 0.00001000 then
nextbet=0
stop()
ching()
end
end
67  Alternate cryptocurrencies / Altcoin Discussion / Re: Byteball: Blackbytes FAQ on: December 18, 2017, 06:07:32 PM
I sold my bytes some time ago and just saw that I still have those blackbytes in my wallet.
But I am unable to trade them since I have no more bytes in my wallet to pay the fees.
Is there any way to sell them without buying new bytes with btc?
I'll make you a deal Cheesy I'll send you 50k bytes ($0.03), if you post your experience with a Blackbytes exchange here. I still need to review them on my own, but I appreciate your input too.

I was using the Freebe exchange and I think it's pretty straightforward.
I simply didnt knew that I need bytes to send blackbytes and this wasnt mentioned while I tried to create the sell order.
I guess I wasnt paying enough attention to the error saying "no bytes to pay fees" therefore I though I would need to have blackbytes left to pay the fees and created a smaller sell order.
Throughout this process of multiple tries I was really annoyed that I would need to switch to my balance overview since there is no option to show your balance within the chat (at least I found none) or maybe getting a hint if you create an order without having enough funds.
68  Alternate cryptocurrencies / Altcoin Discussion / Re: Byteball: Blackbytes FAQ on: December 17, 2017, 05:11:10 PM
I sold my bytes some time ago and just saw that I still have those blackbytes in my wallet.
But I am unable to trade them since I have no more bytes in my wallet to pay the fees.
Is there any way to sell them without buying new bytes with btc?
I dont really want to keep those since I will most likely not remember and lose them at some point.
69  Economy / Exchanges / Re: Will kraken fix its goddam platform one day ? on: December 15, 2017, 09:04:44 AM
I dont know about kraken.io but I think you were referring to https://status.kraken.com/ which has an uptime of 83.79% right now.

But I am on your site and am looking for a decent alternative as well...was considering gdax but I saw some complains about them.
70  Economy / Gambling / Re: ★Crypto-Games.net ★ 10 coins ★ 7 games ★ Since 2014 ★ Largest crowdfunded casino on: December 12, 2017, 07:15:35 AM
I got a question about the profit calculation of investments.

Lets say I invested 1btc and I already gained a profit of 0.5btc. Will my new profit/loss be calculated based on my initial 1btc or based on my total 1.5btc?
I saw this line in the FAQ: "Your P/L = (Total P/L) x (Your Bankroll %) x (0.7)"
So I would guess my bankroll of 1.5btc will be used but I would like to ask anyway just to be sure.
71  Economy / Games and rounds / Re: [Free 0.0005] Stake.com - Simply play 5 games! on: December 08, 2017, 10:46:03 PM
[removed]
72  Economy / Games and rounds / Re: When will BTC hit $15,000? Guess and win 0.001 BTC! on: December 06, 2017, 12:11:26 PM
9pm December 27th, 2017
73  Economy / Gambling / Re: Bets are being taken on which next major retailer will accept BTC by end of 2018 on: December 05, 2017, 02:01:29 PM
actually last month there was several rumour to says Amazon has pretty near to accept bitcoin but very unfortunate it was not happened even Amazon official statement said they will not accept bitcoin as their a part of their service in the near future so probably that's why the odds for them was pretty high


Yes, amazon are going to accept bitcoin soon but of course nowadaya there are many regulations for bitcoin due to its high price, may be this is the reason why amazon pending their acceptance. Or may be amazon are still build their platform to make sure everyone can't cheat on them, there is so many reasons why they are pending this

And btw OP what is this about? Is this the way to bet? And is that an odds? How do you calculate it anyway?

Where did you guys see that Amazon will accept bitcoins? There was no such news as of late. Before Alibaba accepted bitcoins but they banned it after a few months of accepting it. Probably due to volatility. Right now I don't see any major retail company accepting bitcoins so far. Probably it could happen when more people use bitcoins and the price stabilizes.

I guess the rumors started after amazon bought some domains related to cryptocurrencies.
But why is anyone sceptical about them accepting btc by the end of 2018? I can already pay my electricity bills with btc and much more.
I think almost everyone will accept bitcoin in the near future.
74  Economy / Gambling / Re: Satoshimines - Consistent and very profitable Bot! #BETA Version on: December 05, 2017, 08:03:03 AM
You should try buying an account with higher activity and vouch for your bot instead of creating all these new accounts which have tried your bot Grin

Nobody will think this is legit Tongue
75  Economy / Gambling discussion / Re: Seuntjie' Dice bot programmers mode discussion. on: December 01, 2017, 06:11:14 PM
Sorry I was not asking f it is possible to win or not
I was asking how to write the script that will
bet normal martingale but in the same time will count i there are rolls above 99% or below 1% in the row and if they are 2 will place the bet below or above of 10% o the balance not interrupting the main strategy?
It would be nice i fit was counting also how many strikes like that was there already and if there was 5
change minimal row to 3?
Please
Anyone know how to do that?
 

I did no testing so there might be errors.
Use it at your own risk and you might want to adjust the percentages based on your dice site.
I think 99% bets are not even allowed on most sites right?

Code:
basebet=0.00000001
nextbet=basebet
chance=49.5

highCount=0
lowCount=0
previousbetBackup=basebet

function dobet()

if highCount >= 2 then
bethigh = false
nextbet = balance * 0.1
chance=99.0
else
if lowCount >= 2 then
bethigh = true
nextbet = balance * 0.1
chance=99.0
else
chance=49.5

if win then     
   nextbet = basebet
else   
   nextbet = previousbetBackup*2
end

previousbetBackup = nextbet
end
end

if lastBet.Roll > 99 then
highCount = highCount+1
else
highCount = 0
end

if lastBet.Roll < 1 then
lowCount = lowCount+1
else
lowCount = 0
end
end
76  Economy / Gambling discussion / Re: Seuntjie' Dice bot programmers mode discussion. on: November 30, 2017, 02:16:02 PM
Hi
I am looking for a script that inside normal martingale will monitor for for the numbers and bet if they will show twice in the row?
So for example we do have normal 50% strategy with 100% on loose but if there will be 2 in the row below 1% it will bet 10% of balance below 1% and if it is above 99% it will bet 10% of balance above 99%?
Is the idea explained correctly?


Doesnt seem that hard to accomplish but just for your interest, waiting for these kind of patterns doesnt change your odds.

It's the same as prerolling. You will only bet after your pattern occured which makes you bet less often and will only postpone the possible loss.

please don't write your pessimistic stuff all the time.



you all people are angry because losed alot of money in dice, and now are saying to all other peoples, that there is no strategy to beat it(because you don't have enought knowledge to figure out it), that is why you all are doing it?! Cheesy Cheesy Cheesy


otherwise i dont understand all you pesimists.

Cant remember saying something similar here but ok. I just tried to prevent someone from thinking that these kind of bets change something (I am fine with it as long as it is for fun purposes).

I think I am currently in a plus on primedice Smiley but you cant possibly think that there is a winning strategy which will gain you profit over an inifinte amount of time, are you?
77  Economy / Gambling discussion / Re: Seuntjie' Dice bot programmers mode discussion. on: November 30, 2017, 07:22:50 AM
Hi
I am looking for a script that inside normal martingale will monitor for for the numbers and bet if they will show twice in the row?
So for example we do have normal 50% strategy with 100% on loose but if there will be 2 in the row below 1% it will bet 10% of balance below 1% and if it is above 99% it will bet 10% of balance above 99%?
Is the idea explained correctly?


Doesnt seem that hard to accomplish but just for your interest, waiting for these kind of patterns doesnt change your odds.

It's the same as prerolling. You will only bet after your pattern occured which makes you bet less often and will only postpone the possible loss.
78  Economy / Services / Re: [OPEN] Bitlogic.cc Fair Crypto-Betting Signature Campaign | Member to Legendary on: November 29, 2017, 07:57:38 AM
Bitcointalk Username: B4RF
Bitcointalk Rank: Hero Member
Number of Posts: 734
Bitcoin Address: 1LucWtLC5Ss22BAj7n2vboRGBhpjpscGPE

Will update signature and avatar if and when I get accepted.
79  Economy / Gambling / Re: HeyYouGuys - *DiceBot Scripts* - NEW Script Friday - 0.00000500 to 0.00500000 on: November 28, 2017, 11:11:08 AM
Have you deleted the link to your proof video of you running the script?

And even every single post referring to the video???

I guess its not really working huh?
80  Alternate cryptocurrencies / Altcoin Discussion / Re: Bitcoin GOLD - A well thought Scam? on: November 27, 2017, 07:17:59 AM
Different airdrop and ico coming up lately which calls for caution from everyone,thou that should not diter us from investing,all that is just require is to do more research on each project,Bit Gold looks more like a scam,but seems they where hacked

so what shall we do?
If i bought BTG at 0.05 , should i sell or wait it increae ? ( it went from 0.05 to 0.039 today ).

I think you bought at the worst time possible Cheesy
The price was pretty low (eg. hitbtc ~0.015) as long as most exchanges had disabled their deposits.
I think it will go down to this again. I might be wrong but BTG is nothing I would support in any way.
Pages: « 1 2 3 [4] 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!