Bitcoin Forum
April 27, 2024, 01:47:57 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 [133] 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 »
  Print  
Author Topic: Seuntjies DiceBot -Multi-Site, multi-strategy betting bot for dice. With Charts!  (Read 274493 times)
jackg
Copper Member
Legendary
*
Offline Offline

Activity: 2856
Merit: 3071


https://bit.ly/387FXHi lightning theory


View Profile
June 18, 2018, 08:18:47 PM
 #2641

@Seuntjies, can I connect to this bot through tor? /Do I just use https://127.0.0.1:9050 with tor open in the background or is this not possible?

I have not looked into tor support at all. I'm not familiar with the technical details of how tor works. You can try to use your tor node as a proxy server and see if it works but I can't give any guarantees. Note that not all sites in DiceBot has proxy support.

Thanks for the help anyway seuntjie!

@Seuntjies, can I connect to this bot through tor? /Do I just use https://127.0.0.1:9050 with tor open in the background or is this not possible?

Tor's 9050 port is just a SOCKS5 proxy. If the bot supports SOCKS5, then it does. However, connection reliability is less on tor than on the normal internet.
It's not much different. I have a fast enough itnernet for it to not have too much of an effect, maybe double the time for the data to go through but not much.
1714182477
Hero Member
*
Offline Offline

Posts: 1714182477

View Profile Personal Message (Offline)

Ignore
1714182477
Reply with quote  #2

1714182477
Report to moderator
1714182477
Hero Member
*
Offline Offline

Posts: 1714182477

View Profile Personal Message (Offline)

Ignore
1714182477
Reply with quote  #2

1714182477
Report to moderator
1714182477
Hero Member
*
Offline Offline

Posts: 1714182477

View Profile Personal Message (Offline)

Ignore
1714182477
Reply with quote  #2

1714182477
Report to moderator
Remember that Bitcoin is still beta software. Don't put all of your money into BTC!
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714182477
Hero Member
*
Offline Offline

Posts: 1714182477

View Profile Personal Message (Offline)

Ignore
1714182477
Reply with quote  #2

1714182477
Report to moderator
1714182477
Hero Member
*
Offline Offline

Posts: 1714182477

View Profile Personal Message (Offline)

Ignore
1714182477
Reply with quote  #2

1714182477
Report to moderator
1714182477
Hero Member
*
Offline Offline

Posts: 1714182477

View Profile Personal Message (Offline)

Ignore
1714182477
Reply with quote  #2

1714182477
Report to moderator
winters03
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
June 18, 2018, 08:24:50 PM
Last edit: June 18, 2018, 08:35:44 PM by winters03
 #2642


I'm curious about something. On provably fair sites (particularly bitsler), does the time since the last bet effect the roll?

I'm thinking about using the manual betting option to compensate when the balance dries up. I.e. deposit more and then manually continue the betting sequence (my pattern increases bet on loss). But this might happen a few hours after the bot stopped, which is why I ask.
jackg
Copper Member
Legendary
*
Offline Offline

Activity: 2856
Merit: 3071


https://bit.ly/387FXHi lightning theory


View Profile
June 18, 2018, 08:27:52 PM
 #2643


I'm curious about something. On provably fair sites, does the time since the last bet effect the roll?

I'm thinking about using the manual betting option to compensate when the balance dries up. I.e. deposit more and then manually continue the betting sequence (my pattern increases bet on loss). But this might happen a few hours after the bot stopped, which is why I ask.

I think it depends on the site that you're using, but there were a lot of issues with using timings on provably fair sites (who's time do you use for example and what if it's out by a few milliseconds and someone picks you up on it as a site owner and demands their bet back)?

Though the stats vary from site to site.
winters03
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
June 18, 2018, 08:36:21 PM
 #2644

I'm using bitsler if that helps.

@jackg thanks for the info

jackg
Copper Member
Legendary
*
Offline Offline

Activity: 2856
Merit: 3071


https://bit.ly/387FXHi lightning theory


View Profile
June 18, 2018, 08:48:25 PM
 #2645

I'm using bitsler if that helps.

@jackg thanks for the info



Look at how their provably fairness works (I can't access the site without making an account).
Most likely it's a few seeds that they use to get the number for your dice roll.
winters03
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
June 18, 2018, 10:07:26 PM
 #2646

According to bitsler this is their dice game's rng method. I don't see anything relating to the time, so that answers my question.

'luckyNumber' is the roll, and is between [0 - 99.999]. This version seems to be PHP.

Code:
$seed = $serverSeed.'-'.$clientSeed.'-'.$nonce;
do {
     $seed = sha1($seed);
     $lucky = hexdec(substr($seed,0,8));
} while ($lucky > 4294960000);

$luckyNumber = ($lucky % 10000) / 100;

if ($luckyNumber < 0)
     $luckyNumber = -$luckyNumber;


echo $luckyNumber;

Source: When logged in, go to bottom of the page and click 'verification'.
BetKing.io
Legendary
*
Offline Offline

Activity: 1400
Merit: 1021



View Profile WWW
June 18, 2018, 11:18:31 PM
 #2647

the bot should work OK on betking.io now
seuntjie (OP)
Legendary
*
Offline Offline

Activity: 1717
Merit: 1125



View Profile WWW
June 19, 2018, 08:38:40 AM
 #2648

@Seuntjies, can I connect to this bot through tor? /Do I just use https://127.0.0.1:9050 with tor open in the background or is this not possible?

I have not looked into tor support at all. I'm not familiar with the technical details of how tor works. You can try to use your tor node as a proxy server and see if it works but I can't give any guarantees. Note that not all sites in DiceBot has proxy support.

Thanks for the help anyway seuntjie!

@Seuntjies, can I connect to this bot through tor? /Do I just use https://127.0.0.1:9050 with tor open in the background or is this not possible?

Tor's 9050 port is just a SOCKS5 proxy. If the bot supports SOCKS5, then it does. However, connection reliability is less on tor than on the normal internet.
It's not much different. I have a fast enough itnernet for it to not have too much of an effect, maybe double the time for the data to go through but not much.

Then tor should work for any site that I have implemented proxy support for in DiceBot, as long as you configure the proxy in DiceBot before trying to log in. I don't really have a list of sites that has proxy support, I'll try to make a list at some point.

seuntjie (OP)
Legendary
*
Offline Offline

Activity: 1717
Merit: 1125



View Profile WWW
June 19, 2018, 08:49:05 AM
Merited by HCP (1)
 #2649


I'm curious about something. On provably fair sites (particularly bitsler), does the time since the last bet effect the roll?

I'm thinking about using the manual betting option to compensate when the balance dries up. I.e. deposit more and then manually continue the betting sequence (my pattern increases bet on loss). But this might happen a few hours after the bot stopped, which is why I ask.

Time is never a factor in any provably fair game, because it is too easy to manipulate. The site could receive the bet, calculate the outcome and if it's not what they want, recalculate the bet for 1 millisecond later until it's the outcome they want and there would be no way to prove they cheated.

For nonce based sites, like bitsler, the moment you set your client seed and server seed, your rolls are determined until you reset your seed again. This does not give the site power to cheat at all. In fact it takes the power away from them, because they have no idea if you will be betting high or low, big or small, at which chance or for how many bets with that seed pair.

With per bet based sites, like 999dice, your roll is set the moment you decide on a client seed. Again, this removes control from the site, because the site can only pick a server seed and wait for your client seed (which is usually sent with the bet). They cannot change the server seed once they've received the bet, otherwise the hashes will differ. Again, the value of the client seed depends completely on the user or client and is not dependent on the time between bets.

winters03
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
June 19, 2018, 09:42:41 AM
 #2650

@seuntjie Thank you, very informative!
Red Fish
Sr. Member
****
Offline Offline

Activity: 435
Merit: 251


View Profile
June 19, 2018, 01:12:48 PM
 #2651

If you are serious player, you can play with the bot, it is just much smarter decision. Just drink your coffee or etc. and see how bot is working in your place. Then withdraw the profit and start again. But the question is - dice sites allow the bot or no ?
seuntjie (OP)
Legendary
*
Offline Offline

Activity: 1717
Merit: 1125



View Profile WWW
June 19, 2018, 06:25:20 PM
 #2652

If you are serious player, you can play with the bot, it is just much smarter decision. Just drink your coffee or etc. and see how bot is working in your place. Then withdraw the profit and start again. But the question is - dice sites allow the bot or no ?

Don't expect to make money while using a bot. Don't expect to make money while gambling. Gambling is just paying for entertainment, like any other form of entertainment. And DiceBot is not meant to make money, it's meant to make the simple game of dice more fun and interesting.

Sites have no problem with DiceBot and all of the supported sites do not mind if you use it there. (If they minded, the site would not be supported)

BTCevo
Legendary
*
Offline Offline

Activity: 1834
Merit: 1008


View Profile
June 20, 2018, 02:55:44 PM
 #2653

If you are serious player, you can play with the bot, it is just much smarter decision. Just drink your coffee or etc. and see how bot is working in your place. Then withdraw the profit and start again. But the question is - dice sites allow the bot or no ?

Don't expect to make money while using a bot. Don't expect to make money while gambling. Gambling is just paying for entertainment, like any other form of entertainment. And DiceBot is not meant to make money, it's meant to make the simple game of dice more fun and interesting.

Sites have no problem with DiceBot and all of the supported sites do not mind if you use it there. (If they minded, the site would not be supported)

But sometimes because of the variances that you have on your bot, it will let people become more creative on setting their bet too. Yes it is not a guarantee but it can be profitable if you do not play in a long term. And I agree, bot is for players to have easy way of betting but it does not mean we as players can't be profitable. And still I prefer to use your dicebot instead of using site bot, unless they can make more variances. But until this day, I never saw any site have as much variance as your bot has
adaseb
Legendary
*
Offline Offline

Activity: 3738
Merit: 1708



View Profile
June 21, 2018, 07:39:06 AM
 #2654

If you are serious player, you can play with the bot, it is just much smarter decision. Just drink your coffee or etc. and see how bot is working in your place. Then withdraw the profit and start again. But the question is - dice sites allow the bot or no ?

Don't expect to make money while using a bot. Don't expect to make money while gambling. Gambling is just paying for entertainment, like any other form of entertainment. And DiceBot is not meant to make money, it's meant to make the simple game of dice more fun and interesting.

Sites have no problem with DiceBot and all of the supported sites do not mind if you use it there. (If they minded, the site would not be supported)

But sometimes because of the variances that you have on your bot, it will let people become more creative on setting their bet too. Yes it is not a guarantee but it can be profitable if you do not play in a long term. And I agree, bot is for players to have easy way of betting but it does not mean we as players can't be profitable. And still I prefer to use your dicebot instead of using site bot, unless they can make more variances. But until this day, I never saw any site have as much variance as your bot has

I think the people that use this bot instead of the gambling sites main autobot is most likely because its 3rd party and they can trust it.

I am sure most people here already know that due to the house edge being geared against them, they will always lose towards the house.

There are some strategies that I would like to try, something like rolling 100,000 losses on 9900x and going all in for the next 50,000 rolls hoping to find a few winners here and there.

There are strategies, some work better than others, most have risk just like in any kind of trading. However nobody will share their secret on here if their strategy works even slightly.

.BEST..CHANGE.███████████████
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
███████████████
..BUY/ SELL CRYPTO..
Legendsmaydie
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
June 22, 2018, 12:54:19 AM
 #2655

First i want to say thank you for your bot and all the hard work you put in! I donated you some bucks.

Is it possible to set a custom seed for example for crypto-games.net?
I already tried View-SeedInput but i got an exception error, parameter:length.

greets
houseworx
Full Member
***
Offline Offline

Activity: 319
Merit: 100


View Profile
June 23, 2018, 09:47:05 AM
Last edit: June 23, 2018, 09:58:40 AM by houseworx
 #2656

Hey, I want to know what is problem, why there is no possible to connect to bit-exo altcoin currency's like FLASH, GRLC, ADK?!

bot is not connecting with api key, when logged in they shows 0.00000000 balance...

its "visual" BUG, i can play, even if my balance shows = 0.00000000, and all session profit will appear like balance till seed reset (something like that) Cheesy

████          O W N R   W A L L E T          ████   VISA PREPAID CARD    ████  Use crypto to pay in stores with OWNR  ████
❱❱❱❱ ❱❱❱ ❱❱ ❱     Buy, send, receive and exchange crypto        VISA    mastercard   SPA    UnionPay     ❰ ❰❰ ❰❰❰ ❰❰❰❰
BLOG       TWITTER     ██ █▌█ ▌     Manage crypto and VISA card in OWNR Wallet app    ▐ █▐█ ██     REDDIT   YOUTUBE
BTCevo
Legendary
*
Offline Offline

Activity: 1834
Merit: 1008


View Profile
June 25, 2018, 04:24:16 AM
 #2657

If you are serious player, you can play with the bot, it is just much smarter decision. Just drink your coffee or etc. and see how bot is working in your place. Then withdraw the profit and start again. But the question is - dice sites allow the bot or no ?

Don't expect to make money while using a bot. Don't expect to make money while gambling. Gambling is just paying for entertainment, like any other form of entertainment. And DiceBot is not meant to make money, it's meant to make the simple game of dice more fun and interesting.

Sites have no problem with DiceBot and all of the supported sites do not mind if you use it there. (If they minded, the site would not be supported)

But sometimes because of the variances that you have on your bot, it will let people become more creative on setting their bet too. Yes it is not a guarantee but it can be profitable if you do not play in a long term. And I agree, bot is for players to have easy way of betting but it does not mean we as players can't be profitable. And still I prefer to use your dicebot instead of using site bot, unless they can make more variances. But until this day, I never saw any site have as much variance as your bot has

I think the people that use this bot instead of the gambling sites main autobot is most likely because its 3rd party and they can trust it.

I am sure most people here already know that due to the house edge being geared against them, they will always lose towards the house.

There are some strategies that I would like to try, something like rolling 100,000 losses on 9900x and going all in for the next 50,000 rolls hoping to find a few winners here and there.

There are strategies, some work better than others, most have risk just like in any kind of trading. However nobody will share their secret on here if their strategy works even slightly.

Yes and seuntjie bot is very well known on most big site. The variances that he made is sometimes leading to our profit as well. Due to the house edge, people will end up busted but the point is how long are you going to play before your got busted. If you have enough profit then you can stop it, there is no coercion to keep on playing unless you are greedy

Btw about what you asking a strategy like that is imppssible to do, how are you going to all in on 9900x 50k time? Does not make any sense here
jackg
Copper Member
Legendary
*
Offline Offline

Activity: 2856
Merit: 3071


https://bit.ly/387FXHi lightning theory


View Profile
June 30, 2018, 12:06:46 PM
 #2658


Yes and seuntjie bot is very well known on most big site. The variances that he made is sometimes leading to our profit as well. Due to the house edge, people will end up busted but the point is how long are you going to play before your got busted. If you have enough profit then you can stop it, there is no coercion to keep on playing unless you are greedy


That's true you can set a stop if x amount is lost and stop if y amount is run which makes if a bit better as you don't lose to much and as long as you're sensible, you could do well for profits or not lose too much either.
eldrin
Full Member
***
Offline Offline

Activity: 644
Merit: 142



View Profile WWW
July 07, 2018, 09:06:46 AM
 #2659

Hi Seuntjie, on version 3.3.19, it says that Primedice tipping has been fixed, I've tried it but seems it's still not working. My code is as follows:
Code:
if (profit>0.001) then
tip(mybank,0.0005)
resetstats()
end

Am not that good in coding but I think nothing is wrong with the code. The message being returned at the console is "Tipping 0.0005 to".

bitcoinfuck
Full Member
***
Offline Offline

Activity: 634
Merit: 106


Europe Belongs To Christians


View Profile
July 08, 2018, 04:10:51 PM
 #2660

you bot just stole my money, it withdrawn them to an account without my permission my 0.2 BTC is lost

very smart of you to have open source and then, have scam in compiled bot.


i am waiting for confirmation by primedice team and i wil open scam accusation after confirmation

[/url]
Pages: « 1 ... 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 [133] 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!