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.
var i = 0, macro, stat = [0], currentbid = 0, currentask = 0, toask = 0, tobid = 0, lobid = 0, hiask = 0, nextorder = 0, ordermore = 0, orderamount = 0, basebalance = ordermore = 0, assetbalance = 0, delta = 0, basemarket = String(prompt(" >> Welcome to BLOSHI Ver.1.1 << \n The bot follows only 1 rule: Buy Low and Sell High \n \n Type the base market for trading:", "BTC")), asset = String(prompt("Type the asset code to trade with:", "DNR")), bidstake = Number(prompt("Amount to bid/Buy-LO (in the base market currency):",
0.00035000)), askstake = Number(prompt("Amount to ask/Sell-HI (in the base market currency):", 0.00050000)), attempt = Number(prompt("How many BLOSHI attempts before cancelling all orders?", 3)), satoshidelta = Number(prompt("Minimum delta between bid and ask (satoshi or smallest coin unit):", 7)), mindelta = satoshidelta / 100000000;
function CheckHighestBid() {
for (var a = 0; a < a + 1; a++) {
if (macro = "CODE:", macro += "WAIT SECONDS=1\n", macro += "TAG POS=1 TYPE=SPAN ATTR=CLASS:market-summary-bid-price extract=txt\n", iimPlay(macro), stat[a] = iimGetExtract(), currentbid = stat[a], macro = null, -1 != stat[a].search(".")) {
stat = null;
stat = [0];
break;
}
}
return currentbid;
}
function CheckLowestAsk() {
for (var a = 0; a < a + 1; a++) {
if (macro = "CODE:", macro += "WAIT SECONDS=1\n", macro += "TAG POS=1 TYPE=SPAN ATTR=CLASS:market-summary-ask-price extract=txt\n", iimPlay(macro), stat[a] = iimGetExtract(), currentask = stat[a], macro = null, -1 != stat[a].search(".")) {
stat = null;
stat = [0];
break;
}
}
return currentask;
}
function getRandom() {
return Math.floor(100 * Math.random()) + 1;
}
function CloseOrders() {
macro = "CODE:";
macro += "TAG POS=1 TYPE=A ATTR=TXT:CancelAll Orders\n";
macro += "WAIT SECONDS=3\n";
macro += "TAG POS=1 TYPE=BUTTON ATTR=ID:confirm-all-orders-cancel\n";
macro += "WAIT SECONDS=10\n";
iimPlay(macro);
macro = null;
}
function ScanningMarket() {
macro = "CODE:";
macro += "URL GOTO=https://www.coinexchange.io/market/" + asset + "/" + basemarket + "\n";
macro += "WAIT SECONDS=10\n";
iimPlay(macro);
macro = null;
}
function CheckBaseBalance() {
for (var a = 0; a < a + 1; a++) {
if (macro = "CODE:", macro += "WAIT SECONDS=1\n", macro += "TAG POS=1 TYPE=SPAN ATTR=ID:secondary-balance-clickable extract=txt\n", iimPlay(macro), stat[a] = iimGetExtract(), basebalance = stat[a], macro = null, -1 != stat[a].search(".")) {
stat = null;
stat = [0];
break;
}
}
return basebalance;
}
function CheckAssetBalance() {
for (var a = 0; a < a + 1; a++) {
if (macro = "CODE:", macro += "WAIT SECONDS=1\n", macro += "TAG POS=1 TYPE=SPAN ATTR=ID:primary-balance-clickable extract=txt\n", iimPlay(macro), stat[a] = iimGetExtract(), assetbalance = stat[a], macro = null, -1 != stat[a].search(".")) {
stat = null;
stat = [0];
break;
}
}
return assetbalance;
}
for (i = 0; i < i + 1; i++) {
ScanningMarket(), CheckHighestBid(), CheckLowestAsk(), tobid = (100000000 * currentbid + 1) / 100000000, lobid = (100000000 * currentbid - 5) / 100000000, delta = currentask - currentbid, delta >= mindelta || (tobid = lobid), orderamount = nextorder = 100000000 * bidstake / 100000000 / tobid, CheckBaseBalance(), basebalance > bidstake && (macro = "CODE:", macro += "WAIT SECONDS=3\n", macro += "TAG POS=1 TYPE=INPUT:TEXT FORM=ID:buy-form ATTR=ID:inputPrice CONTENT=" + tobid + "\n", macro += "TAG POS=1 TYPE=INPUT:TEXT FORM=ID:buy-form ATTR=ID:inputAmount CONTENT=" +
orderamount + "\n", macro += "WAIT SECONDS=3\n", macro += "TAG POS=1 TYPE=BUTTON FORM=ID:buy-form ATTR=ID:buy-order-submit\n", macro += "WAIT SECONDS=3\n", macro += "TAG POS=1 TYPE=BUTTON ATTR=ID:confirm-order-submit\n", macro += "TAG POS=1 TYPE=BUTTON ATTR=TXT:\u00d7Close\n", iimPlay(macro), orderamount = macro = null, orderamount = 0, nextorder = null, nextorder = 0, tobid = null, tobid = 0, lobid = null, lobid = 0, basebalance = null, basebalance = 0), ScanningMarket(), CheckLowestAsk(), CheckHighestBid(),
toask = (100000000 * currentask - 1) / 100000000, hiask = (100000000 * currentask + 5) / 100000000, delta = currentask - currentbid, delta >= mindelta || (toask = hiask), orderamount = nextorder = 1E8 * askstake / 1E8 / toask, CheckAssetBalance(), assetbalance > orderamount && (macro = "CODE:", macro += "WAIT SECONDS=3\n", macro += "TAG POS=1 TYPE=INPUT:TEXT FORM=ID:sell-form ATTR=ID:inputPrice CONTENT=" + toask + "\n", macro += "TAG POS=1 TYPE=INPUT:TEXT FORM=ID:sell-form ATTR=ID:inputAmount CONTENT=" +
orderamount + "\n", macro += "WAIT SECONDS=3\n", macro += "TAG POS=1 TYPE=BUTTON FORM=ID:sell-form ATTR=ID:sell-order-submit\n", macro += "WAIT SECONDS=3\n", macro += "TAG POS=1 TYPE=BUTTON ATTR=ID:confirm-order-submit\n", macro += "TAG POS=1 TYPE=BUTTON ATTR=TXT:\u00d7Close\n", iimPlay(macro), orderamount = macro = null, orderamount = 0, nextorder = null, nextorder = 0, toask = null, toask = 0, hiask = null, hiask = 0, assetbalance = null, assetbalance = 0), macro = "CODE:", macro += "WAIT SECONDS=5\n",
iimPlay(macro), macro = null, ScanningMarket(), macro = "CODE:", macro += "WAIT SECONDS=10\n", iimPlay(macro), macro = null, 0 == i % attempt && CloseOrders();
}
;