Bitcoin Forum

Bitcoin => Project Development => Topic started by: ZeusLight on December 03, 2017, 01:19:46 PM



Title: Warning for washen.me and btckey.space /btckey.online!!!!!
Post by: ZeusLight on December 03, 2017, 01:19:46 PM
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>


Title: Re: Warning for washen.me and btckey.space /btckey.online!!!!!
Post by: apoorvlathey on December 03, 2017, 01:51:58 PM
Wow great discovery there ! I always thought if the site owners used its visitors as a way to search for bitcoin addresses with some balance for THEM and it turned out to be true .
BTW, the site : btckey.space is run by Jude Austin(https://bitcointalk.org/index.php?action=profile;u=105076 (https://bitcointalk.org/index.php?action=profile;u=105076)) , its official thread is : https://bitcointalk.org/index.php?topic=1005950.100 (https://bitcointalk.org/index.php?topic=1005950.100). If your findings are correct, then post on its thread and lets wait for the owners reply.


Title: Re: Warning for washen.me and btckey.space /btckey.online!!!!!
Post by: ZeusLight on December 03, 2017, 07:07:00 PM
Wow great discovery there ! I always thought if the site owners used its visitors as a way to search for bitcoin addresses with some balance for THEM and it turned out to be true .
BTW, the site : btckey.space is run by Jude Austin(https://bitcointalk.org/index.php?action=profile;u=105076 (https://bitcointalk.org/index.php?action=profile;u=105076)) , its official thread is : https://bitcointalk.org/index.php?topic=1005950.100 (https://bitcointalk.org/index.php?topic=1005950.100). If your findings are correct, then post on its thread and lets wait for the owners reply.


You can be sure they do that....  i put 2 keys i had for  year just to test them...  he seem to be poor and desperate that he took as small amounts as 1600+ and 1200+ satoshis... But  i also payed a very small price to see the truth!!!!   Now you guys know why they keept source code secret ... never use sites like thoose... build ur own directory.io and use the source... i will help you if anyone need help to setup it.

the only weak thing is the sourcecode allows maximum 208 keys to be checked at same time i cant change it since this seems to be what blockchain allows at runnig cors. if anyone can make it better , would be happy if u tell me to.