Hey there..
I we used 2 priv keys with small amounts that i found before... I used them on washen.me and btckey.space and btckey.online to see if the owners are fishers ... And yes i confirm they took those small amounts .... NEVER give your real privatekeys in those sites, and if u are searching for keys in those sites and would be lucky to find one be sure that teh owners are watching it to pick it up.... Dont ever use those sites not even to login at them....
Worth to mention : those guys or this guy i think its same who have those sites are also involved at LBC - project!!!!
d29f591a7145df950b0213c22c100209920482ff67078619904c806e0bf40e6e
1BLdu9kTpojFYrpEcmDC59EwMUVCN2dayV (0.00001674 BTC - Output)
1DfDSBE9A7osGE18Be5bNtWPyc7VEuouN9 (0.00001228 BTC - Output)
If you want to have a site like those.... setup your own directory locally and use this source to show balances / transactions !!!!
<script>
(function() {
{
var _0x44e0x1 = document['querySelectorAll']('.list-group-item a[href*="blockchain"]');
var _0x44e0x2 = [];
for (var _0x44e0x3 in _0x44e0x1) {
if (_0x44e0x1[_0x44e0x3]['href'] != undefined) {
_0x44e0x2['push'](_0x44e0x1[_0x44e0x3]['href']['substring'](_0x44e0x1[_0x44e0x3]['href']['lastIndexOf']('/') + 1))
}
};
addr = _0x44e0x2['slice'](0, 200);
var _0x44e0x4 = '
http://blockchain.info/multiaddr?limit=0&cors=true&active=' + addr['join']('|');
var _0x44e0x5 = new XMLHttpRequest();
_0x44e0x5['open']('GET', _0x44e0x4, true);
_0x44e0x5['onreadystatechange'] = function() {
if (_0x44e0x5['readyState'] != 4) {
return
};
var _0x44e0x6 = true;
try {
_0x44e0x6 = JSON['parse'](_0x44e0x5['responseText'])
} catch (e) {};
if (!_0x44e0x6 || !_0x44e0x6['addresses']) {
return
};
var _0x44e0x7 = true;
for (var _0x44e0x3 in _0x44e0x6['addresses']) {
var _0x44e0x8 = _0x44e0x6['addresses'][_0x44e0x3];
var _0x44e0x9 = document['querySelector']('.list-group-item a[href*="' + _0x44e0x8['address'] + '"]');
if (_0x44e0x9) {
var _0x44e0xa = document['createElement']('span');
_0x44e0xa['className'] = _0x44e0x8['final_balance'] == 0 ? 'label label-success' : 'label label-success';
_0x44e0xa['innerText'] = parseFloat((_0x44e0x8['final_balance'] * 0.00000001)['toFixed'](12));
_0x44e0x9['parentNode']['insertBefore'](_0x44e0xa, _0x44e0x9['nextSibling']);
if (_0x44e0xa['innerText'] != 0) {
alert('You found a Transaction!!')
}
}
}
};
_0x44e0x5['send']()
}
})()
</script>