Bitcoin Forum
June 21, 2024, 04:01:11 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Development & Technical Discussion / Re: New Testnet Faucet (tBTC, tBCH, tLTC, tDOGE, tDGB, tGRS)! Testnet-Faucet.com! on: July 05, 2020, 12:34:58 PM
Hello Tech1k, I send you ~1.4 tbtc, it allowed me for lighting-network experiments some time ago

txid d64d0b7083efdf46785c42a643dcdc4c473789712254de48f2e107d58a673dea

good luck  Wink
2  Bitcoin / Bitcoin Technical Support / Re: Why has my newly created Bitcoin address already been used? on: May 16, 2020, 08:36:37 PM
It's obviously scam, person who bought walletgenerator, has also bitcoinpaperwallet.

After some research, please look at this:
https://medium.com/mycrypto/disclosure-key-generation-vulnerability-found-on-walletgenerator-net-potentially-malicious-3d8936485961

and then you can find directory listing is enabled:
https://bitcoinpaperwallet.com/bitcoinpaperwallet/

and finally this modified website:
https://bitcoinpaperwallet.com/bitcoinpaperwallet/generate-walletfe23t9u2fhjnj3f32.html

random generator is broken in same way as in the article:
Code:
        var coinImgUrl = "https://bitcoinpaperwallet.com/bitcoinpaperwallet/images/logo-" + whichDesign + ".png";
...
        var base64 = "data:image/png;base64," + btoa([].reduce.call(new Uint8Array(this.response),function(p,c){return p+String.fromCharCode(c)},''));
                for(var i = 0; i < base64.length; i++)
                {
                    if(i+3 < base64.length)
                    {
                        if(base64.charCodeAt(i) != 0 && base64.charCodeAt(i+1) != 0 && base64.charCodeAt(i+2) != 0 && base64.charCodeAt(i) != 1 && base64.charCodeAt(i+1) != 1 && base64.charCodeAt(i+2) != 1)
                        {
                            SecureRandom.seedInt((base64.charCodeAt(i) * base64.charCodeAt(i+1) * base64.charCodeAt(i+2))*(i+1));
                        }
                    }
                }
                SecureRandom.loaded = 1;
            };

So, beware of bitcoinpaperwallet.com and walletgenerator.net, they will steal your coins !!!

3  Bitcoin / Bitcoin Technical Support / Re: Recovering weird old wallet on: August 15, 2018, 07:09:47 PM
Hi, it's Armory paper backup, you shoud download Armory and you will able to recover entire wallet.
4  Bitcoin / Bitcoin Technical Support / Re: Help - I've just lost my Bitcoin! on: January 05, 2018, 01:21:31 PM
I just created an account to show you my discovery, because after saw post and clicked on your nickname, I found this:
https://bitcoin-investors.co.uk
...and then I saw this:
https://bitcoin-investors.co.uk/page/3/
and this:
https://bitcoin-investors.co.uk/2017/11/how-to-claim-the-bitcore-bitcoin-2nd-snapshot-airdrop/
I think you (or somebody) published first part of your wallet globally 2 months ago.
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!