It was the Bitcointalk forum that inspired us to create Bitcointalksearch.org - Bitcointalk is an excellent site that should be the default page for anybody dealing in cryptocurrency, since it is a virtual gold-mine of data. However, our experience and user feedback led us create our site; Bitcointalk's search is slow, and difficult to get the results you need, because you need to log in first to find anything useful - furthermore, there are rate limiters for their search functionality.
The aim of our project is to create a faster website that yields more results and faster without having to create an account and eliminate the need to log in - your personal data, therefore, will never be in jeopardy since we are not asking for any of your data and you don't need to provide them to use our site with all of its capabilities.
We created this website with the sole purpose of users being able to search quickly and efficiently in the field of cryptocurrency so they will have access to the latest and most accurate information and thereby assisting the crypto-community at large.
chance = 39.6
martimulti = 1.85
streak = 20
risk = (martimulti ^ streak) * (streak/(streak *(martimulti - 1)))
print(risk)
boomstreak = 10
boomrisk = (martimulti ^ boomstreak) * (boomstreak/(boomstreak *(martimulti - 1)))
startbalance = balance
nextbet = balance / risk
basebet = balance / risk
savefactor = 1.25
target = .01
targetbalance = balance + target
bethigh = true
low = 0
high = 0
losecount = 0
stopnow = false
totallose = 0
wincount = 0
nextwinbet = basebet * martimulti
function dobet()
if (win) then
wincount += 1
totallose = 0
newbalance = balance
nextbet = balance / risk
base = true
if (stopnow) then stop() end
if (wincount > 2 ) then
nextbet = previousbet + (lastBet.profit /2)
base = false
else
R = math.random(1,20)
if(R == 17) then
nextbet = balance / boomrisk
print("BOOM")
end
end
losecount = 0
if (balance > targetbalance) then
invest((balance - targetbalance)+target)
targetbalance = targetbalance + target
newbalance = targetbalance
end
if (newbalance > startbalance * savefactor) then
invest(balance-startbalance)
targetbalance = startbalance + target
startbalance = startbalance * savefactor
end
else
if (losecount == 0 and !base) then
nextbet = balance / risk
base = true
else
nextbet = previousbet * martimulti
base = false
end
losecount += 1
print(losecount)
if (math.random() < .1) then bethigh = !bethigh end
wincount = 0
end
end
chance= 49
base=0.00000001
bethigh = true
investtarget = .001
nextbet = base
investprofit = 0
wincount = 0
stopnow = false
first = true
second = false
secondwin = false
third = false
function dobet()
-- switch high/low every bet
-- bethigh = !bethigh
investprofit += currentprofit
done = false
if win then
-- switch high/low every win
-- bethigh = !bethigh
if(first) then
-- switch high/low on the first win
-- bethigh = !bethigh
nextbet = base
if(stopnow) then stop() end
end
if(second) then
-- switch high/low on the second win
-- bethigh = !bethigh
secondwin = true
second = false
third = true
done = true
end
if(third and !done) then
-- switch high/low on the third win
-- bethigh = !bethigh
if(secondwin) then
-- switch high/low on the second and third win
-- bethigh = !bethigh
nextbet = base
if(stopnow) then stop() end
else
-- switch high/low on one and two lose third win
-- bethigh = !bethigh
nextbet = previousbet * 3
end
third = false
first = true
end
if (investprofit > investtarget) then
invest(investtarget)
investprofit = 0
end
else
-- switch high/low on the every lose
-- bethigh = !bethigh
if(first and !done) then
-- switch high/low on the first lose
-- bethigh = !bethigh
first = false
second = true
done = true
end
if(second and !done) then
-- switch high/low on the second lose
-- bethigh = !bethigh
secondwin = false
second = false
third = true
done = true
end
if(third and !done) then
-- switch high/low on the third lose
-- bethigh = !bethigh
third = false
first = true
print("lose side")
if (secondwin) then
-- switch high/low on the one lose two in thrird lose
-- bethigh = !bethigh
nextbet = previousbet * 3
else
-- switch high/low only if all three lose
-- bethigh = !bethigh
nextbet = previousbet * 4
end
done = true
end
end
end
chance= 49
base=0.00000001
bethigh = true
investtarget = .001
nextbet = base
investprofit = 0
wincount = 0
stopnow = false
first = true
second = false
secondwin = false
third = false
function dobet()
-- switch high/low every bet
-- bethigh = !bethigh
investprofit += currentprofit
done = false
if win then
-- switch high/low every win
-- bethigh = !bethigh
if(first) then
-- switch high/low on the first win
-- bethigh = !bethigh
nextbet = base
if(stopnow) then stop() end
end
if(second) then
-- switch high/low on the second win
-- bethigh = !bethigh
secondwin = true
second = false
third = true
done = true
end
if(third and !done) then
-- switch high/low on the third win
-- bethigh = !bethigh
if(secondwin) then
-- switch high/low on the second and third win
-- bethigh = !bethigh
nextbet = base
if(stopnow) then stop() end
else
-- switch high/low on one and two lose third win
-- bethigh = !bethigh
nextbet = previousbet * 3
end
third = false
first = true
end
if (investprofit > investtarget) then
invest(investtarget)
investprofit = 0
end
else
-- switch high/low on the every lose
-- bethigh = !bethigh
if(first and !done) then
-- switch high/low on the first lose
-- bethigh = !bethigh
first = false
second = true
done = true
end
if(second and !done) then
-- switch high/low on the second lose
-- bethigh = !bethigh
secondwin = false
second = false
third = true
done = true
end
if(third and !done) then
-- switch high/low on the third lose
-- bethigh = !bethigh
third = false
first = true
print("lose side")
if (secondwin) then
-- switch high/low on the one lose two in thrird lose
-- bethigh = !bethigh
nextbet = previousbet * 3
else
-- switch high/low only if all three lose
-- bethigh = !bethigh
nextbet = previousbet * 4
end
done = true
end
end
end
chance= 49
base=0.00000001
bethigh = true
investtarget = .001
nextbet = base
investprofit = 0
wincount = 0
stopnow = false
first = true
second = false
secondwin = false
third = false
function dobet()
investprofit += currentprofit
done = false
if win then
if(first) then
nextbet = base
if(stopnow) then stop() end
end
if(second) then
secondwin = true
second = false
third = true
done = true
end
if(third and !done) then
if(secondwin) then
nextbet = base
if(stopnow) then stop() end
else
print("win side")
nextbet = previousbet * 3
end
third = false
first = true
end
if (investprofit > investtarget) then
invest(investtarget)
investprofit = 0
end
else
if(first and !done) then
first = false
second = true
done = true
end
if(second and !done) then
secondwin = false
second = false
third = true
done = true
end
if(third and !done) then
third = false
first = true
print("lose side")
if (secondwin) then
nextbet = previousbet * 3
else
nextbet = previousbet * 4
end
done = true
end
end
end
chance= 49
base=0.00000001
bethigh = true
investtarget = .001
nextbet = base
investprofit = 0
wincount = 0
stopnow = false
first = true
second = false
secondwin = false
third = false
function dobet()
investprofit += currentprofit
done = false
if win then
if(first) then
nextbet = base
if(stopnow) then stop() end
end
if(second) then
secondwin = true
second = false
third = true
done = true
end
if(third and !done) then
if(secondwin) then
nextbet = base
if(stopnow) then stop() end
else
print("win side")
nextbet = previousbet * 3
end
third = false
first = true
end
if (investprofit > investtarget) then
invest(investtarget)
investprofit = 0
end
else
if(first and !done) then
first = false
second = true
done = true
end
if(second and !done) then
secondwin = false
second = false
third = true
done = true
end
if(third and !done) then
third = false
first = true
print("lose side")
if (secondwin) then
nextbet = previousbet * 3
else
nextbet = previousbet * 4
end
done = true
end
end
end
chance= 49
base=0.00000001
bethigh = true
investtarget = .001
nextbet = base
investprofit = 0
wincount = 0
stopnow = false
first = true
second = false
secondwin = false
third = false
function dobet()
investprofit += currentprofit
done = false
if win then
if(first) then
nextbet = base
if(stopnow) then stop() end
end
if(second) then
secondwin = true
second = false
third = true
done = true
end
if(third and !done) then
if(secondwin) then
nextbet = base
if(stopnow) then stop() end
else
print("win side")
nextbet = previousbet * 3
end
third = false
first = true
end
if (investprofit > investtarget) then
invest(investtarget)
investprofit = 0
end
else
if(first and !done) then
first = false
second = true
done = true
end
if(second and !done) then
secondwin = false
second = false
third = true
done = true
end
if(third and !done) then
third = false
first = true
print("lose side")
if (secondwin) then
nextbet = previousbet * 3
else
nextbet = previousbet * 4
end
done = true
end
end
end