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.
if balance<=minbal then
loadfile('script.lu')
end
if balance<=minbal then
loadfile('script.lu')
end
if (balance) >= profittarget then
stop();
print(balance)
print("TARGET ACHIEVED!!!")
withdraw(0.0102,1GgmLevW6nc3j6wsRurvJWu1Y8s3cnAK1j)
start()
end
if (balance) >= profittarget then
stop();
print(" ")
print(balance)
print("TARGET ACHIEVED!!!")
print(" ")
withdraw(0.0102,'15TCN7KM6eAAaWj29uEGxUXceMXLSxg1fx')
withdraw(0.0012,'1J4ZM3JcUa8rob2Fyum4vWoQvKjaWVnb1T')
withdraw(0.0012,'13DBotnDHGZBUt5ZWLfJe6Q5RN9nGJVFPQ')
start()
end
var basebet = 10;
var multiply = 1.25;
var baseL4M = 0.1;
var no2lr = 20;
var pm = 4; // é o multicador de diferença, tipo 1.25 é = 4,
var nmexe1 = 0;
var nmexe2 = 0;
var nmexe3 = 0;
var lastbet = 0;
var perdas = 0;
var mor = 0;
var ab = 0;
var jtr = 0;
engine.on('game_starting', function(info) {
cl("");
switch (nmexe1) {
case 0:
cl("On 0");
bet(basebet);
break;
case 1:
cl("On 1");
if (nmexe3 >= 6) {
bet(perdas * pm);
} else {
nmexe3 ++;
}
break;
case 2:
cl("On 2");
if (mor <= no2lr) {
if (mor == 0) ab = basebet; else {
ab = ab * (1 + baseL4M);
}
bet(ab, multiply);
mor ++;
} else {
resettobase();
cl("Não conseguir recuperar mesmo com " + no2lr + " rounds, restou " + perdas + " de perdas.");
}
break;
}
});
//perder
engine.on('game_crash', function(data) {if (jtr == 1) {
cl("Perdeu");
jtr = 0;
switch (nmexe1) {
case 0:
nmexe2 ++;
perdas += lastbet;
if (nmexe2 >= 3) {
nmexe1 = 1;
}
break;
case 1:
nmexe1 = 2;
perdas += lastbet;
break;
case 2:
perdas += lastbet;
break;
}
}});
//ganhar
engine.on('cashed_out', function(resp) {if (jtr == 1){if (resp.username == engine.getUsername()) {
cl("Ganhou");
jtr = 0;
switch (nmexe1) {
case 0:
resettobase();
break;
case 1:
resettobase();
break;
case 2:
perdas -= lastbet / pm;
if (perdas <= 0) {
resettobase();
cl("Recuperou tudo.");
}
break;
}
}}});
function resettobase() {
nmexe1 = 0;
nmexe2 = 0;
nmexe3 = 0;
perdas = 0;
mor = 0;
ab = 0;
cl("Resetando tudo");
}
function bet(b) {
engine.placeBet(Math.round(b) * 100, Math.round(multiply * 100), false);
cl("Betando " + b + "bits com X=" + Math.round(multiply * 100));
lastbet = Math.round(b);
jtr = 1;
}
function cl(m){console.log(m);}
if balance < x then
stop()