Bitcoin Forum
May 13, 2024, 02:27:17 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Local / Italiano (Italian) / Re: Conto bancario Fidor Bank (DE) gratuito con carta - Utile se si usa Kraken on: August 09, 2020, 08:16:49 AM
Sembra che dal 20 agosto cambino il metodo di autenticazione dall'SMS con mTan alla App... ma io non riesco a installare l'App Fidor Smart Banking, dice che non è disponibile in Italia.
Ho già scritto al supporto ma non ho ancora ricevuto risposta.

Qualcuno ha notizie in merito?
2  Local / Трейдеры / Re: Update7! 25.08.2017 on: August 25, 2017, 04:29:24 PM
I love you!  Wink
3  Local / Трейдеры / Re: Update5! Важное! 09.08.2017 on: August 09, 2017, 02:12:59 PM
Fucking pay me back 100% of my coins! FBI didnt announce any funds to be captured! you are lying, this is exit scam, pathetic way to steal 50% of our funds!

PAY BACK ALL OR I WILL THROW AWAY EVEN MORE MONEY AND PAY SOMEONE TO GET YOU BASTARDS!

If so, why they don't get everything? And do you trust more in FBI?
4  Alternate cryptocurrencies / Altcoin Discussion / API to get bitcoin cash (BCC/BCH) address balance on: August 02, 2017, 10:06:08 AM
With bitcoin you can easily get an address balance through API, for example: https://blockchain.info/q/addressbalance/17kJiKkXs2r8GLAmPZdMDTqZH1RfFCGFDb.
How can you do the same for bitcoin cash? So far I've not found any available API around.

Ciao,
IlMao.
5  Other / Beginners & Help / Re: Paper Wallet on bitaddress.org on: December 15, 2013, 10:02:14 AM
Often, the problem with the answers is that someone try to understand the sense of the question rather than simply answer the question Smiley
Ok, here's the reason: I want to make some gift for Christmas, and I have generated a lot of vanity address for every person (the nickname of the person is in the address). So, I would like to put their vanity address on a nice Paper Wallet. This should explain why I'm asking that. Of course I'll warn the people that receive the gift that I could know their private key (though I don't), and they should transfer the money on a new address.
Yes, I'll use the offline javascript, and yes, I know what I'm doing.

Ciao,
IlMao.

Ok, I've done it by myself. I hoped to save some time to not scroll the entire code finding the right place to force an address before to print the Paper Wallet, but the old "If you want something done, do it yourself" is always valid Smiley

Anyway, here is a very simple solution:

Im the bitaddress.org source (I don't explain how to use the offline source, of course), find the line

ninja.wallets.paperwallet.showArtisticWallet(idPostFix, bitcoinAddress, privateKeyWif);

it is in the generateNewWallet function. After this line, add some line like these ones:

            if (idPostFix == 1) ninja.wallets.paperwallet.showArtisticWallet(idPostFix, "1BkitgPRgiQWPYP6uyRE1bYM3gscKne5zT", "5Jiyo6RqEtX5iD6EQFoBUHg1HrxEemhQYEERDftLY1M4gNNZK8i");
            if (idPostFix == 2) ninja.wallets.paperwallet.showArtisticWallet(idPostFix, "1G1tu9fzMYF4GtuDuuNrzQxmdr5ZtzcRwh", "5JDRUi45wjVNi9Z5NzHYg1kiRwJVgHXHprJxRdrkDEqVuFYb1sT");

I believe you have got the point: just substitute the variable bitcoinAddress with your public key, and privateKeyWif with the private one. Then, use a progressive number as for var idPostFix.

That's it! Then generate the Paper Wallet as usual, and program will use your keys to print them, creating art and QR code.

Now I can create my gifts... May be it could be useful for someone else.

Ciao,
IlMao.
6  Other / Beginners & Help / Re: Paper Wallet on bitaddress.org on: December 15, 2013, 08:53:20 AM
Try this for interesting templates:
http://www.bitcoins4barter.com/paperwallets/
Hi honky1492, that's nice but, again, it's a clone of bitaddress.org with new templates, and, again, it doesn't permit to specify an existing address for a Paper Wallet...
7  Other / Beginners & Help / Re: Paper Wallet on bitaddress.org on: December 14, 2013, 10:36:13 PM
Often, the problem with the answers is that someone try to understand the sense of the question rather than simply answer the question Smiley
Ok, here's the reason: I want to make some gift for Christmas, and I have generated a lot of vanity address for every person (the nickname of the person is in the address). So, I would like to put their vanity address on a nice Paper Wallet. This should explain why I'm asking that. Of course I'll warn the people that receive the gift that I could know their private key (though I don't), and they should transfer the money on a new address.
Yes, I'll use the offline javascript, and yes, I know what I'm doing.

Ciao,
IlMao.
8  Other / Beginners & Help / Re: Paper Wallet on bitaddress.org on: December 14, 2013, 05:42:13 PM
If you go to the last tab ("Wallet Details"), you can insert any private key
If you go to "Wallet Details", you can't obtain the nice Paper Wallets that you can obtain in "Paper Wallet"...
9  Other / Beginners & Help / Re: Paper Wallet on bitaddress.org on: December 14, 2013, 05:27:39 PM
Well, at least I know I'm not alone Smiley
10  Other / Beginners & Help / Paper Wallet on bitaddress.org on: December 14, 2013, 03:08:23 PM
Hello,
I would like to use the great bitaddress.org javascript to create some Paper Wallet of a given (and already existing) private key.
Apparently the source doesn't permit that, just freshly generated address.

Has anyone already modified the source to permit that, or can tell me where I could modify it without to scroll the entire code?

Ciao,
IlMao.
11  Other / Beginners & Help / Re: BTC-e Exchange Rates grid on: November 30, 2013, 05:50:02 PM
they have high fees not much people using them
Well, actually the fees are not so much... 0,2% for transaction seems to be lower than other competitors. Anyway, this is not related with php itself; I hadn't an easy way to compare all crypto-currencies strength, with a single glance.
I've a very own version that capture my actual quantities thru BTC-e API, and create another table multiplying the rates by the quantity, obtaining all my assets in every currency in a single table...
Because I've spent some hour to realize that, I thought that it could be useful for someone else.

Ciao,
Claudio.
12  Other / Beginners & Help / Re: What happens to "lost" bitcoins? on: November 30, 2013, 12:02:28 PM
Actually they *are* lost. If you lose your private key, nobody else will be able to spend them anymore.
So, their value will go in the still existing bitcoins.
The fact is that it is hard to distinguish between a "lost" bitcoin and a simply "held" one. You can just do it statistically.

That's not entirely true. Technically you could brute-force the private key and thus gain access to the wallet, but it is highly dependent on luck and the timeframe for actually getting the private key is large enough to be unviable and it is far more profitable to mine with that processing power than try to brute force a private key. But then again, knowing how computer technology advances it may be possible in the future at some point.
If you were right, the entire bitcoin (and crypto changes in general) will be dead! Smiley In any case, you don't need to lose your wallet to permit to brute-force your private key. But, if this would be feasible, I've some interesting address to hack... This one, for example, seems interesting, just while I'm writing... http://blockchain.info/it/address/16TzpBN7bib3sKdvFgfRuduwcTy88KqJMk
13  Other / Beginners & Help / Re: What happens to "lost" bitcoins? on: November 30, 2013, 11:42:03 AM
They are not lost.
They are still there.
Actually they *are* lost. If you lose your private key, nobody else will be able to spend them anymore.
So, their value will go in the still existing bitcoins.
The fact is that it is hard to distinguish between a "lost" bitcoin and a simply "held" one. You can just do it statistically.
14  Other / Beginners & Help / BTC-e Exchange Rates grid on: November 30, 2013, 11:20:00 AM
I've made a little php to show my currencies exchange rates in a grid, so in every combination. May be it could be useful for someone else as well.
Feel free to drop a comment, or tell me is a similar thing already exist (may be done better  Wink)

Go to http://ilmao-bitcoin.blogspot.it/

Ciao,
IlMao.
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!