For those who aren't so great at deciphering javascript gambling scripts... I've coded a script for a "well known dicebot"...
basebet = 0.00000001
basechance = 91.851
firstLossMultiplier = 4
lossMultiplier = 5
lossChance = 79.360
nextbet = basebet
chance = basechance
function dobet()
if (win) then
nextbet = basebet
chance = basechance
else
if currentstreak == -1 then
-- first loss
nextbet = previousbet * firstLossMultiplier
else
nextbet = previousbet * lossMultiplier
end
chance = lossChance
end
end
It seems to have a SHA256 "similar" to: e9474064aaeb4d07689d80952adb4d785d318fcd43947b90ec25c12450876f50 *wink wink*
So, I estimate it's worth about 50 BTC! *cough* #makeMartingaleGreatAgain