Bitcoin Forum
May 24, 2024, 09:56:00 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 [21] 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 ... 100 »
401  Bitcoin / Bitcoin Discussion / Re: Desktop wallet software question... on: March 23, 2014, 06:24:09 PM
The offline wallet never knows your balance, it only knows how to sign (authorize) transactions.

You can pre-download the blockchain, but it'll just save you a day or so, it's probably not worth the effort.
402  Bitcoin / Bitcoin Technical Support / Re: how to import wallet.dat on: March 23, 2014, 06:22:05 AM
You can always sweep the private keys.  But you should just figure out what's wrong with bitcoin-qt.
403  Bitcoin / Bitcoin Technical Support / Re: Entered incorrect bitcoin wallet address did not add a 1 on the beginning on: March 23, 2014, 06:20:53 AM
I've diagnosed your problem, you should add a 1 at the beginning of your address in your conf file.
404  Bitcoin / Bitcoin Discussion / Re: Desktop wallet software question... on: March 23, 2014, 02:16:20 AM
I don't think there's much point to using an encrypted drive to move the transactions back and forth, since you're going to publish them publicly anyway.  And you'll need a printer to print your armory backup key as well.
405  Other / Beginners & Help / Re: Is there any BTC bank? on: March 23, 2014, 02:08:14 AM
You have like an 80% chance of getting scammed, so you'd need to charge about 500% interest to come out ahead.
406  Other / Meta / Re: Unwatch topic not working? on: March 23, 2014, 02:06:11 AM
You can delete all your posts in the thread.
407  Bitcoin / Bitcoin Discussion / Re: Desktop wallet software question... on: March 23, 2014, 02:04:36 AM
Edit: Even with a ofline / online setup, I try to kep my systems free of viruses but even with such a setup cant I still be jacked if I missed a virus with he online system ?

All that a virus could do is alter the transaction.  So if you made a transaction to send 0.1 from X to Y, the virus could theoretically change that transaction to send 0.1 from X to Z, where Z is the hacker's address.  Then if you sign that transaction in the offline armory it'll send to Z.  But when you sign with the offline armory it'll ask you to double check that you really want to send to Z.  So as long as you do double check the send-to address when signing you'll see that it's been mysteriously changed and you'll know that you've got problems.  Since the online computer can't sign messages since it doesn't have private keys you're pretty safe.

After you've signed the transaction, say from X to Y, a hacker can't change the destination address because then the signature won't match up.
408  Bitcoin / Bitcoin Discussion / Re: Desktop wallet software question... on: March 23, 2014, 02:01:11 AM
There are two parts to a bitcoin transaction -- the instructions (send 0.1 btc from X to Y) and the signature, which authenticates that you own the coins in X.

The online computer has armory, your addresses, and bitcoin-qt.  It doesn't have your private keys, so it can't actually authorize any transactions.  But it knows your balance, just as if you had typed your address into blockchain.info.  So you can use it to construct an unsigned transaction.

The offline computer has armory and your addresses + private keys.  It has your private keys so it can sign the transaction that the online version created.

To make a transaction:

1.  On your online computer, you create the unsigned transaction.  This says "send 0.1 btc from X to Y".  Save that transaction to a USB drive

2.  Take that USB drive to your offline computer.  Armory will sign the transaction with your private key and save it back to your USB drive.

3.  Take that USB drive back to your online computer and use armory to broadcast the signed transaction over the network.

409  Bitcoin / Bitcoin Discussion / Re: Desktop wallet software question... on: March 23, 2014, 01:40:45 AM
You can use the netbook and install the offline version, then you keep the online version with bitcoin-qt running on your regular computer.  The offline computer doesn't need bitcoin-qt
410  Bitcoin / Bitcoin Technical Support / Re: An old address on: March 23, 2014, 12:29:19 AM
If there aren't any coins at that address then just generate a new one.  You can generate as many as you want, there's no need to try and save them.
411  Economy / Service Announcements / Re: [BTC] Online/Offline Wallet on: March 23, 2014, 12:26:53 AM
How does bitcoind generate a wallet.dat from a passphrase?
412  Other / Beginners & Help / Re: How to unencrypt my private key? on: March 23, 2014, 12:22:58 AM
Yeah you'd have to brute force it.  How's it encrypted? AES?  It'll say at the top.
413  Bitcoin / Bitcoin Discussion / Re: Desktop wallet software question... on: March 23, 2014, 12:21:58 AM
Technically you could use armory on an infected system.  As long as you have a clean usb boot for the offline portion, the online portion doesn't store any private keys.  Now, a really sophisticated virus could technically change your transactions so that you sign one that sends him your bitcoins, but that's really slick and as long as you double check before signing you're ok.
414  Economy / Service Announcements / Re: [BTC] Online/Offline Wallet on: March 23, 2014, 12:18:44 AM
So where is the wallet stored?  It can't be in your cache because if you delete your cache you'd delete your wallet
415  Other / Beginners & Help / Re: How to unencrypt my private key? on: March 23, 2014, 12:14:51 AM
If it's encrypted then you need the passphrase
416  Economy / Service Announcements / Re: [BTC] Online/Offline Wallet on: March 22, 2014, 10:18:51 PM
How do you generate additional addresses?
417  Other / Beginners & Help / Re: Brainwallet app for Android won't work on my Android tablet. Why? on: March 22, 2014, 10:10:30 PM
It's probably a good thing, brain wallets are the worst way to store bitcoins and the app you're downloading is probably a fake anyway.
418  Other / Beginners & Help / Re: How to unencrypt my private key? on: March 22, 2014, 10:09:24 PM
You just need to decrypt it.  Look at the header info and use that encryption and your passphrase.
419  Economy / Service Announcements / Re: [BTC] Online/Offline Wallet on: March 22, 2014, 10:07:36 PM
At your Browser Cache, there is your Wallet,BTC ... saved. If you delete your Cache you still have access to your Coins

But what algorithm do you use to generate the private keys from the passphrase?
420  Other / Beginners & Help / Re: programm the Bitcoin-RPC-Konsole on: March 20, 2014, 06:27:43 PM
You'll probably need a little script to poll for incoming transactions.  You could poll getbalance, listunspent, listsinceblock, listreceivedbyaddress, etc and filter by # of confirmations then match up with some database of already processed transactions.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 [21] 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 ... 100 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!