mga bro haha tagal ko din di napadpad dito busy lang  ^_^ baka naman merong magandang loob dyan importanteng importante lang po mga sir amo manager .. may paypal ako i need btc asap please pm nyo po ako add nyo ako sa facebook. i need 2k in peso po sama nyo na po rate ninyo  thanks Kumusta na nga pla forum ngayon? ang taas na ng rate ng btc T_T nasayang ang ilang buwan kong pahinga siguro mayayaman na kayo ngayon huhuhuhu sana d muna ako huminto salamat mga paps
|
|
|
This is very interesting. Even though I definitely paid 1 daily RBIES raffle ticket yesterday 19.09.2016 to BB_Raffle ; https://www.moneypot.com/me/history records do not show this. Hm! This might not be purely a BetterBets site &/or RBIES hotwallet/blockchain issue then (since there were some problems w/ <both of those, in past several days).. this might actually involve an issue on MP's end as well :? Oh well I'm glad to have donated this minimal .001 to whoever (I hope it is Bjorn) owns the BB_Raffle account - it's genuinely impressive that the RBIES project decided to allow RBIES holders to transfer the currency into the new token that's being launched <next year> or so, at completely zero actual financial benefit to the 2.0 token team - since they're pledging to actually destroy the RBIES received, not dump them on markets..! /Hats off, honestly. So guys! I encourage you to donate further to the good cause by purchasing raffle tickets which will 100% not award you any RBIES prize, at this point it is purely to reward the generous RBIES team that's still working hard on a 2.0 token that certainly will offer some solid price volatility opportunities, if (and it should) it manages to get listed on BitTrEX & even - dare I say - PoloniEX =P ; Given that the daily raffle prize history page is frozen since 17.09.2016 => see https://betterbets.io/app/content/raffle. (Few will believe me, but, nonetheless..) -> This post was not made in sarcasm ; I don't wish nor expect to receive either the RBIES prize nor the .001B. In addition, I have been expecting BBets to discontinue the Daily RBIES Lotto due to automatic winning odds for some time now - Perhaps the team has chosen this occasion to end it. Or shall the Raffle be renewed once more..?I have gone ahead and credited your account the cost of the ticket, it seems the log-in issues we had affected that days raffle and the credit was necessary. Sorry for the inconvenience that occurred during this time-frame. Another demonstration that a great assistance at BetterBets is a usual practice. Spot on. In the meanwhile some crazy action is goin on there: am only sorry I don't smoke otherwise I had lighted one while watching    oh my gawd.. i could never gamble that huge amount even if i have hahaha
|
|
|
Still not refunded by the sad scammer bitsler
seems like you just login for this purpose  goodluck
|
|
|
UPDATE : All operations have returned to normal. Thank you for your patience.KEEP PLAYING AT BETTERBETS.IOCheers!! ●‿● finally so what happened?
|
|
|
well good luck with your case. today the site is doing one very long update again after a host error.... 12 hours so far
due to some DDOS attack.. what makes us worried and see a sign or indication if this site is running away is no contacts with them but as far as i can see they keep updating their investors and gamblers about their situation... this type of thread from a newbie who's first topic is just to slam the site is not helpful at all.. mostly they will exit scam... if you are the owner YES you will exit immediately after getting 100 bucks 
|
|
|
Damn still can't log in yet any eta?
Hi Trade_BTC, we donīt have an immediate ETA, but we're working hard on it right now. Sorry for any inconvenience. well its been 48 hours ..  anyway its a good chance for wealthydice.. lol
|
|
|
We're sorry, but during login the following error was reported: Pass #0: cUrl error (#60): SSL certificate problem: unable to get local issuer certificate| . Please try again in a few minutes.
im facing the same problem as well
|
|
|
well good luck with your case. today the site is doing one very long update again after a host error.... 12 hours so far
due to some DDOS attack.. what makes us worried and see a sign or indication if this site is running away is no contacts with them but as far as i can see they keep updating their investors and gamblers about their situation... this type of thread from a newbie who's first topic is just to slam the site is not helpful at all..
|
|
|
Big bettor will take seriously dice sites when they stop doing this things.... i don't imagine bet365 or BWIN going down for hours because of maintenance....
The future and growth of dice sites will depend on a different, more secured and trustworthy service for their clients
just my 2 cents....
Hello sir, We are under DDOS attacks for 1 week. The guys who do it didn't contact us. The database is safe. We are doing our best to improve the security against that. But they seem very determined to down us. Our engineers are working on it. Thanks, William Edit : it will take some hours im guessing its walidz  lol well anyway hope you guys can work it out .. being DDOSED just means you guys are getting bigger .. jsut wait for their demands lets see whats their really motive
|
|
|
still not online?  cant wait to play again 
|
|
|
figured it out  and made my 1st script out of your bot.. will test it with live btc ^_^ thank you for your effort will donate and support your bot 
|
|
|
hahaha this guy is busted first of all why would you create an account and accused someone obviously this walidz has a real account cause he know where to post which just means he know how to use bitcointalk forum  Thanks ndnh. I did not watch the video. Btw, I still give a bounty to get the main btctalk account name of walidz (with solid proofs) if i were you i wont bother and waste my energy with this guy.. he's a fraud  you'll just create more of them and get after the bounty ^_^
|
|
|
DiceBot 3.2.2 is now available at https://bot.seuntjie.com/botpage.aspxChange LogNew FeaturesAdded Wealthydice.com Add Seed/hash form Alarm function for programmer mode ching function for programmer mode resetbuiltin function for programmer mode ChangesBitsler reset seed support added Moved profit per hour calculation to run off of total bot running time (ignores stats resets) Increased rollin delays a bit in an attempt to prevent it from randomly stopping Bug FixesBitsler Eth Betterbets balance bugs proxy maximum port Possibly programmer mode bug for rollin quickswitch settings now save and auto load on startup profit per hour calculation fixed Rolling randomly stopping bug wealthydice looks familiar? do they use the same script on betterbets? 
|
|
|
hi guys  what code to use if you want to get the last bet high or lo roll? i need it so i can make a conditional statement that base on rolls whether its lo or hi .. thank you bethigh is the variable. It's true/false. So if (bethigh == true) then The last bet was high. == false would be low. bethigh = !bethigh will flip it from one to the other either low -> high or high -> low. hey thanks i figured it out anyway i want to stop after 3 streaks in a row my code isnt working can you please take a look chance=49.5 base=0.00010000 nextbet = base
function dobet()
lossstreak = 0 lossswitch = 1
if (win) then
lossstreak = 0 lossswitch = 1 nextbet=base
else
lossstreak += 1 nextbet=previousbet*2 if (lossstreak == lossswitch) then bethigh = !bethigh lossswitch += 1 lossstreak = 0 elseif (lossstreak == 3) then lossstreak = 0 stop() end
end
end
thanks in advance
|
|
|
hi guys  what code to use if you want to get the last bet high or lo roll? i need it so i can make a conditional statement that base on rolls whether its lo or hi .. thank you
|
|
|
primedice is not work?
It does work. you need to use your API key to log in, not your password sorry, where i find my api key? and i think proxy settings dont work. i cant set a port > 100 go to your account, enable 2f security then get your api
|
|
|
Hello sir,
We are working on the deposit issue. Just an issue with the wallet. The withdraws are working.
Fixed : we gave 10% of all the deposit as bonus except to you.
Thanks, William
How unprofessional William, also you're site is garbage.  and this makes you professional .. oops im not trying to depend bitsler here ok?  just an observation
|
|
|
strategy is 50/50.... if you are lucky and have a goal... you'll profit
otherwise
you'll end up empty.
goodluck guys
If this is 50/50 win/lose situation then how you can call it a strategy in the first place? Do you have strategy for coin toss too? Toss is and pray it will be up with the side you chose?  if its not 50/50 how do you call it? 
|
|
|
You said you already looked into everything by backreading. FJ logins works perfectly fine for me under following circumstances: FJ does not have their anti ddos capthca active. I'm logged out of my browser, my username and password is correct. Anything I have to say will just be repeating what you've already read.
I did backread and the solution does not work ... is this what you mean by "FJ does not have their anti ddos capthca active" when i tried to login i get this alert message "fortunejack.com has their cloudfare protection on HIGH, this will cause a slight delay in logging in. Please allow up to minute." then after few seconds another alert comes out "failed to login or register a new account!" is that what you meant by that? cause other than that everything i follow, logged out of the browser, username and password is correct of course.. so what am i missing? i know you hate repeating yourself that is why i told you have did a backread and it didnt work out so there is something wrong.. look i appreciate your hard work and i wanted to use it i just need a little help and sorry if i have no idea whatsoever its my 1st time to use your bot and its a perfect tool only if i can make it work so yeah thanks
|
|
|
Hi Seuntjies, I'm trying your bot, I started betting at 2 satoshis with the martingale but everytime that I win 16 satoshi+ (3+ loses in a row) it stops playing (after the win)  I have the default martingale and the default stop settings (all disabled) At what site are you playing? What does it say in the status/current action bar at the bottom of the site? Can you export your settings and send it to me please? you were able to reply on a question after me  hope i get a chance to be answered. thanks
|
|
|
|