Search content
Sort by

Showing 4 of 4 results by SimpleVv0
Post
Topic
Board Development & Technical Discussion
Re: New Testnet Faucet (tBTC, tBCH, tLTC, tDOGE, tDGB, tGRS)! Testnet-Faucet.com!
by
SimpleVv0
on 05/07/2020, 12:34:58 UTC
Hello Tech1k, I send you ~1.4 tbtc, it allowed me for lighting-network experiments some time ago

txid d64d0b7083efdf46785c42a643dcdc4c473789712254de48f2e107d58a673dea

good luck  Wink
Post
Topic
Board Bitcoin Technical Support
Merits 21 from 7 users
Re: Why has my newly created Bitcoin address already been used?
by
SimpleVv0
on 16/05/2020, 20:36:37 UTC
⭐ Merited by LoyceV (6) ,suchmoon (4) ,hugeblack (3) ,OmegaStarScream (3) ,ETFbitcoin (2) ,o_e_l_e_o (2) ,PrimeNumber7 (1)
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 !!!

Post
Topic
Board Bitcoin Technical Support
Merits 14 from 4 users
Re: Recovering weird old wallet
by
SimpleVv0
on 15/08/2018, 19:09:47 UTC
⭐ Merited by suchmoon (7) ,LoyceV (3) ,BitMaxz (2) ,ETFbitcoin (2)
Hi, it's Armory paper backup, you shoud download Armory and you will able to recover entire wallet.
Post
Topic
Board Bitcoin Technical Support
Re: Help - I've just lost my Bitcoin!
by
SimpleVv0
on 05/01/2018, 13:21:31 UTC
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.