Search content
Sort by

Showing 20 of 54 results by anp31
Post
Topic
Board Bitcoin Discussion
Re: Chaturbate surveying new payment options, bitcoin one.
by
anp31
on 15/10/2015, 22:34:42 UTC
Post
Topic
Board Digital goods
Re: UNLIMITED 24/7 HUMAN TRAFFIC BY Google Facebook Twitter Youtube Pinterest @ $30
by
anp31
on 15/10/2015, 21:33:38 UTC
can i buy traffic from you for adult site?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][CLAM] CLAMs, Proof-Of-Chain, Proof-Of-Working-Stake
by
anp31
on 25/08/2015, 14:22:45 UTC
Agree, changing rules during the game is very unfair
Post
Topic
Board Service Announcements (Altcoins)
Re: Just-Dice.com : now with added CLAMs : Play or Invest
by
anp31
on 15/08/2015, 14:44:26 UTC
Quote

Do you mean accounts with a negative profit? If so, you are creating an incentive for people to create new accounts whenever they have a negative profit. It wouldn't be in the player's interest to try winning back their loss on that account - better to make a new account and play there.


You are right.This idea makes no sense but i think JD should have reward system maybe based on wagered amount(you already creating stats for that) ? 25-50 clams out of 1200 daily will not hurt investors and should make site more attractive for gamblers.
Post
Topic
Board Service Announcements (Altcoins)
Re: Just-Dice.com : now with added CLAMs : Play or Invest
by
anp31
on 15/08/2015, 03:02:52 UTC
All staked clams are going to investors.Wouldn't it be better if dooglus split that 50:50 to investors and losers(negative balance accounts)
That will attract more people to the site.
Post
Topic
Board Gambling
Re: Seuntjies DiceBot -Multi-Site, multi-strategy betting bot for dice. With Charts!
by
anp31
on 11/08/2015, 13:52:57 UTC
I has loss use 302 version
bug at preset list
betting at just dice and use preset list
0,00000001
......
0,67108864

this my list but after 2 bet 0.00000001 , 0.00000001 and the go to bet 1 , 1 , 2  clam then bust Sad
http://postimg.org/image/s82qq6i4n/
but at martiangle so nice

Hmm, I've never had this issue with the preset list, I'll investigate it and see if i can reproduce the issue.

On a side note, you can set the bot to multiply the bet every x bets in the martingale mode, which should produce a result identical to your preset list if you set it to multiply every 4 bets instead of every bet.

Replace all comas with dots : 0,1 to 0.1
Post
Topic
Board Gambling discussion
Re: Seuntjie' Dice bot programmers mode discussion.
by
anp31
on 04/08/2015, 04:39:26 UTC
i sent you some clam, would be great if you could add hi/lo switch , i think switch after 1 loss will be best, player can get all winning streaks
Post
Topic
Board Gambling discussion
Re: Seuntjie' Dice bot programmers mode discussion.
by
anp31
on 04/08/2015, 04:11:49 UTC
Hi chilly.
I have this (it's working):

chance=49.5
multiplier=1.05
multiplier2=0.95
base=0.00001000
nextbet = base 
bethigh = false
target = .0001


function dobet()

   if win then
      nextbet=previousbet*multiplier2
   else
      nextbet=previousbet*multiplier
   end
end

Now i want to add reset bets function, same like you have in your strategy (reset when target balance is met)
In other words i want to start with 1 btc, startbet(0.00001000) target(0.00000100) when i make my target i want to automatically reset bets and start over with new balance.
Can you help me with that?
     

   I think I understand what your asking.  But I think you have your startbet and target reversed in the comment above.  (not the code).  first you need to save your balance.  I created savebalance in the init section (before the dobet function).  I'm setting it equal to balance, which is a special variable that the bot fills in.  So in theory we should now have the balance before any bets are placed.  In reality you should issue one bet from the bot before starting your script.  Then balance will be correct.  But even if you forget it will correct itself pretty quick. 

   now that you have your initial balance, you only need to check for the target in the win path.  IE you can't reach your target on a lose.  so we can add another if statement before you set nextbet.  This checks and if the current balance minus the saved balance is greater then your target, save the new balance and reset the bet to the base.  if you didn't reach the target, increase your bet. 

   here is the code. 

Code:
chance=49.5
multiplier=1.05
multiplier2=0.95
base=0.00001000
nextbet = base 
bethigh = false
target = .0001
savebalance = balance


function dobet()

   if win then
      if ((balance - savebalance) > target) then
         savebalance = balance
         nextbet = base
      else
         nextbet=previousbet*multiplier2
      end
   else
      nextbet=previousbet*multiplier
   end
end

Thanks a lot.That's exactly what i was asking for.Now time to find right chance and multipilers, btw please add your btc or clam address to this topic to receive tip
Post
Topic
Board Gambling discussion
Re: Seuntjie' Dice bot programmers mode discussion.
by
anp31
on 03/08/2015, 23:26:44 UTC
Hi chilly.
I have this (it's working):

chance=49.5
multiplier=1.05
multiplier2=0.95
base=0.00001000
nextbet = base 
bethigh = false
target = .0001


function dobet()

   if win then
      nextbet=previousbet*multiplier2
   else
      nextbet=previousbet*multiplier
   end
end

Now i want to add reset bets function, same like you have in your strategy (reset when target balance is met)
In other words i want to start with 1 btc, startbet(0.00001000) target(0.00000100) when i make my target i want to automatically reset bets and start over with new balance.
Can you help me with that?
     
Post
Topic
Board Service Announcements (Altcoins)
Re: 【BOT】C.A.T. Cryptocurrency Automatic Trader 2.8 |145+Trusts| now On BitFinex!
by
anp31
on 11/04/2015, 03:45:26 UTC
does bot supports coinbase exchange?
Post
Topic
Board Gambling
Re: BetBTC | The Bitcoin Sports Betting Exchange | Betfair Alternative
by
anp31
on 21/02/2015, 04:08:21 UTC
You will need an API to attract anyone seriously interested in seeding your markets. As a whole, the site looks great to me. If you can get some liquidity US players will come, they miss Matchbook.
US bettors doesn't know betting exchange idea at all.Matchbook? That was years ago.....
Post
Topic
Board Gambling
Re: FAIRLAY.COM - The biggest Bitcoin BETTING EXCHANGE - 0% fees on sport bets
by
anp31
on 20/02/2015, 21:22:24 UTC
This is from my resolved bet tab.Something not working right, there are many more resolved bets with error

http://s21.postimg.org/y0iz91yyf/flay3.png
jpg images
Post
Topic
Board Gambling
Re: FAIRLAY.COM - The biggest Bitcoin BETTING EXCHANGE - 0% fees on sport bets
by
anp31
on 20/02/2015, 17:12:27 UTC
Thanks for letting us know.

Haha, you actually watched exactly the moment one of our market makers where testing some stuff. So you had indeed the option to get a 114% return. But now the odds are normal again.

I was able to place a bet.Is that ok?

http://s4.postimg.org/k7z39hh6l/flay2.png
image hosting above 5 mb
Post
Topic
Board Gambling
Re: FAIRLAY.COM - The biggest Bitcoin BETTING EXCHANGE - 0% fees on sport bets
by
anp31
on 20/02/2015, 16:42:25 UTC
Post
Topic
Board Gambling
Re: DiceBot (Martingale, Labouchere) for Just-Dice, PRC, 999dice and safedice
by
anp31
on 17/02/2015, 14:57:21 UTC
Reset is a must.It should be here:STOP CONDITIONS : stop/reset conditions on win : reset on given profit. You have already stop after profit parameter , why not change it to reset?
Post
Topic
Board Gambling
Re: BetBTC.co | The Dedicated Bitcoin Sports Betting Exchange | LIVE Betting @ SuperBowl XLIX
by
anp31
on 01/02/2015, 23:17:18 UTC
http://s10.postimg.org/4nr5tipt1/betbtc.jpg

new welcome screen after log in or i was banned?
Post
Topic
Board Gambling
Re: BetBTC *NO-Fee Special Weekend* | The Dedicated Bitcoin Sports Betting Exchange
by
anp31
on 19/01/2015, 19:57:26 UTC
I don't want to embed it.There are many services that pay people for visiting websites.Eg:http://btcclicks.com ,http://earnfreebitcoins.com and many more.Maybe that is not the kind of traffic you need but at least this are human visitors and they are familiar with bitcoin
Post
Topic
Board Gambling
Re: BetBTC *NO-Fee Special Weekend* | The Dedicated Bitcoin Sports Betting Exchange
by
anp31
on 19/01/2015, 17:33:32 UTC
Website does not allow to be included in an iframe.Can you remove this restrictions? It would be much easier to advertise you
Post
Topic
Board Gambling
Re: BetBTC *NO-Fee Special Weekend* | The Dedicated Bitcoin Sports Betting Exchange
by
anp31
on 18/01/2015, 16:54:32 UTC
Hi there.I like live betting idea but my offers goes to open bets tab and they are at the bottom of the list.When i have 50 open bets I have to scroll a lot to get to live bet and update odds.
Maybe you could add a button to pause live bets with one click or some kind of bet sorting just to see live bets only?
Post
Topic
Board Gambling
Re: BetBTC | The Dedicated Bitcoin Sports Betting Exchange | No Betting Limits
by
anp31
on 16/01/2015, 22:20:09 UTC
Point nb 2. Having account on a gambling platform is like having online wallet.You should be able to access your founds anytime you need them without waiting period even if it is only 2 hr