Pages:
Author

Topic: Address balance and wallet balance (Read 1656 times)

member
Activity: 81
Merit: 1002
It was only the wind.
December 20, 2013, 06:18:02 AM
#24
You aren't allowed to "delete" an address/private key in any sane wallet software, so the original question is already without basis.

This is like asking, "if I put snow tires on my car, and then take off one of the wheels, will I still be able to drive in the snow?" It's just a strange question.

Yes you can, in Electrum, Armory, Blockchain.info...

I said sane. It is nutty to allow users to shoot themselves in the foot by providing an interface to act on mistaken assumptions like these:

OP: Then I delete the address. Will money still be in the wallet? And I will be able to send money from 1st address? Without a trace?

I think it's nutty not to allow power users to do what they want. Obviously you should hide it and warn the user so the idiots don't use it, but still.
legendary
Activity: 1512
Merit: 1032
December 18, 2013, 10:05:36 PM
#22
You aren't allowed to "delete" an address/private key in any sane wallet software, so the original question is already without basis.

This is like asking, "if I put snow tires on my car, and then take off one of the wheels, will I still be able to drive in the snow?" It's just a strange question.

Yes you can, in Electrum, Armory, Blockchain.info...

I said sane. It is nutty to allow users to shoot themselves in the foot by providing an interface to act on mistaken assumptions like these:

OP: Then I delete the address. Will money still be in the wallet? And I will be able to send money from 1st address? Without a trace?
hero member
Activity: 812
Merit: 1022
No Maps for These Territories
December 18, 2013, 11:08:06 AM
#21
You should probably qualify this with "manually managing keys is an easy way to make money-losing mistakes". If you want to move money into a wallet, just send a transaction.
Right on. Enough sob stories.

Don't be a cheapskate and use a transaction to send coins between wallets.

And in any case, whatever you do, don't mix a wallet managing client such as bitcoin-qt with manually fingering around with keys.

hero member
Activity: 518
Merit: 500
December 18, 2013, 10:49:09 AM
#20
Is dropbox considered a good option, or easily hackable? Let's say that the wallet is encrypted (talking about export feature in bitcoin-qt).

If the wallet is encrypted with a *strong* password, it can be stored anywhere. If its got a weak password, it shouldn't even be on your PC.

No. Preventing potential attackers from getting access to the encrypted wallet file is a good thing. It is the main reason desktop wallets are recommended over something like blockchain.info my wallet - the attacker does not have access to the desktop wallet file and therefore cannot attempt to brute force it.

If you want to backup your wallet buy a USB flash drive and use that. Or burn a DVD/CD. Don't put it in the cloud.

You cannot brute force a *strong* password. Your definition of strong may vary from mine.
legendary
Activity: 3612
Merit: 1564
December 18, 2013, 10:23:05 AM
#19
Is dropbox considered a good option, or easily hackable? Let's say that the wallet is encrypted (talking about export feature in bitcoin-qt).

If the wallet is encrypted with a *strong* password, it can be stored anywhere. If its got a weak password, it shouldn't even be on your PC.

No. Preventing potential attackers from getting access to the encrypted wallet file is a good thing. It is the main reason desktop wallets are recommended over something like blockchain.info my wallet - the attacker does not have access to the desktop wallet file and therefore cannot attempt to brute force it.

If you want to backup your wallet buy a USB flash drive and use that. Or burn a DVD/CD. Don't put it in the cloud.
sr. member
Activity: 672
Merit: 254
December 18, 2013, 08:49:02 AM
#18
Not a good idea to store cold-wallets online.

I personally never encrypt wallets for I use them only to generate public/private key then have them deleted. All of this done on a PC with no internet access.

Step 1. Download wallet(s) to your regular PC and save to USB drive, now insert USB to another offline computer and copy wallet.
 

Step 2. Install wallet(s) on offline PC, go to console and generate several public addresses, use command dumpprivkey to retrieve private key from each public address.


Step 3. Save all public/private key pair to a txt file or write it somewhere safe. Or get Truecrypt and create an encrypted volume if you plan to access your private keys anywhere online.

Step 4. Reformat the offline PC, wallet and all, everything.


Here's the why:
Step 1. Doesn't really matter if your online PC is infected or not, though you may want to turn off USB autorun function.

Step 2.  Addresses are generated offline to prevent keyloggers from phoning home. Thus, in the event the offline PC was already compromised, the reformat will prevent any malware waiting patiently to send all them keys the moment that offline PC finds net access.

Step 3. Encrypting wallet on an offline PC is pointless. If private keys are manually written on paper and the offline PC is reformatted you are completely safe.

Step 4. You're sure several copies are saved offline and/or your Truecrypt volume container has a strong password.

For dropbox storage, you can extract privates and save them in a Truecrypt container or encrypt your wallet. You may be your worst enemy at this point.
hero member
Activity: 518
Merit: 500
December 17, 2013, 10:30:10 PM
#17
Is dropbox considered a good option, or easily hackable? Let's say that the wallet is encrypted (talking about export feature in bitcoin-qt).

If the wallet is encrypted with a *strong* password, it can be stored anywhere. If its got a weak password, it shouldn't even be on your PC.
newbie
Activity: 43
Merit: 0
December 17, 2013, 10:09:32 PM
#16
Is dropbox considered a good option, or easily hackable? Let's say that the wallet is encrypted (talking about export feature in bitcoin-qt).
sr. member
Activity: 672
Merit: 254
December 17, 2013, 09:30:26 PM
#15
Store your private keys somewhere safe that whenever your system crash for whatever hell bent reasons you're able to recover your full balance via another wallet's import function.




You should probably qualify this with "manually managing keys is an easy way to make money-losing mistakes". If you want to move money into a wallet, just send a transaction.

Even bitcoin developers have stories of fat-fingering these things. It can be much worse for people who aren't clear on how wallets handle keys. There are quite tragic stories which show up on IRC and the development list from time to time, and with bitcoin valued as highly as it is, this is not the sort of mistake you want to make.


Bitcoin developers having stories of fat-fingering does make you wonder, eh Grin

Personally, having to rely on a program to maintain my balance is a little uncomfortable with bitcoin valued as highly as it is Tongue
full member
Activity: 179
Merit: 151
-
December 17, 2013, 06:35:33 PM
#14
@OP go to your wallet help-->console then type dumpprivkey [your btc address here] hit enter.
The result is your private key, now you may delete your wallet however you wish. Create as many new address you want and then dump all the private keys. That private key is considered your password to that public bitcoin address.

To spend btc from your private key to someone, use wallet import command (same flow as the above) on any new wallet, your new wallet will reflect balance after sync.
Or import via Blockchain.info's advance settings.

You should probably qualify this with "manually managing keys is an easy way to make money-losing mistakes". If you want to move money into a wallet, just send a transaction.

Even bitcoin developers have stories of fat-fingering these things. It can be much worse for people who aren't clear on how wallets handle keys. There are quite tragic stories which show up on IRC and the development list from time to time, and with bitcoin valued as highly as it is, this is not the sort of mistake you want to make.
newbie
Activity: 43
Merit: 0
December 17, 2013, 05:38:02 PM
#13
Thanks for explanations, guys! I guess I will just read explanations on bitcoin, because I really have a lot I wonder about. But I get the bigger picture, I guess. Smiley
sr. member
Activity: 672
Merit: 254
December 17, 2013, 01:49:18 PM
#12
@OP go to your wallet help-->console then type dumpprivkey [your btc address here] hit enter.
The result is your private key, now you may delete your wallet however you wish. Create as many new address you want and then dump all the private keys. That private key is considered your password to that public bitcoin address.

To spend btc from your private key to someone, use wallet import command (same flow as the above) on any new wallet, your new wallet will reflect balance after sync.
Or import via Blockchain.info's advance settings.
hero member
Activity: 518
Merit: 500
December 17, 2013, 01:11:27 PM
#11
You aren't allowed to "delete" an address/private key in any sane wallet software, so the original question is already without basis.

This is like asking, "if I put snow tires on my car, and then take off one of the wheels, will I still be able to drive in the snow?" It's just a strange question.

Just a lack of technical knowledge by the OP. Private keys aren't the easiest things to understand for most people. And "addresses" as been discussed before is quite a misleading term.
legendary
Activity: 1512
Merit: 1032
December 17, 2013, 08:56:22 AM
#10
You aren't allowed to "delete" an address/private key in any sane wallet software, so the original question is already without basis.

This is like asking, "if I put snow tires on my car, and then take off one of the wheels, will I still be able to drive in the snow?" It's just a strange question.
hero member
Activity: 518
Merit: 500
December 17, 2013, 05:51:11 AM
#9
At risk of my server being killed by the load, I'll post this here:
http://download.wpsoftware.net/bitcoin/bitcoin-faq.pdf

I think your server is pretty safe, its just a PDF file Smiley
full member
Activity: 179
Merit: 151
-
December 17, 2013, 01:37:11 AM
#8
At risk of my server being killed by the load, I'll post this here:
http://download.wpsoftware.net/bitcoin/bitcoin-faq.pdf
kjj
legendary
Activity: 1302
Merit: 1025
December 17, 2013, 12:45:41 AM
#7
Ok, it is just that I didn't know. Thanks for the explanation. Is it possible to choose which address I want to send from in Bitcoin-Qt? Is it possible to see address balance there? (not only the total balance in the main tab).

Coins do not come from addresses, and addresses do not have balances.  Please see any of the other approximately 9000 threads on these subjects.
newbie
Activity: 43
Merit: 0
December 16, 2013, 09:36:41 PM
#6
Ok, it is just that I didn't know. Thanks for the explanation. Is it possible to choose which address I want to send from in Bitcoin-Qt? Is it possible to see address balance there? (not only the total balance in the main tab).
legendary
Activity: 1078
Merit: 1016
760930
December 16, 2013, 09:20:58 PM
#5
Ok, so wallet is just a collection of addresses? From the start, I was talking about the usual PC wallet with some addresses. Never heard that address deletition also removes BTC from account. Didn't know it is that easy to lose BTC, just delete address with it. Then why does wallet not showing balance on different addresses? I guess it must be a "must-have" feauture.

Some clients do have that feature - if I'm not mistaken: Electrum, Armory, Blockchain.info wallet.
newbie
Activity: 43
Merit: 0
December 16, 2013, 09:17:31 PM
#4
Ok, so wallet is just a collection of addresses? From the start, I was talking about the usual PC wallet with some addresses. Never heard that address deletition also removes BTC from account. Didn't know it is that easy to lose BTC, just delete address with it. Then why does wallet not showing balance on different addresses? I guess it must be a "must-have" feauture.
Pages:
Jump to: