Bitcoin Forum
May 05, 2024, 04:54:32 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: the Bitcoin "bank account"  (Read 2776 times)
FnuGk (OP)
Newbie
*
Offline Offline

Activity: 55
Merit: 0


View Profile
March 01, 2011, 04:07:17 PM
 #1

Hi i just found out about bitcoin about an hour or so ago. My Bitcoin client is current downloading blocks so i am not able to use all its features yet.

but i am wondering with no log in system or anything how do i access my bitcoins when i am not at the computer i just installed the client on? what stops some one else to use my bitcoins and so on?
1714928072
Hero Member
*
Offline Offline

Posts: 1714928072

View Profile Personal Message (Offline)

Ignore
1714928072
Reply with quote  #2

1714928072
Report to moderator
"There should not be any signed int. If you've found a signed int somewhere, please tell me (within the next 25 years please) and I'll change it to unsigned int." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714928072
Hero Member
*
Offline Offline

Posts: 1714928072

View Profile Personal Message (Offline)

Ignore
1714928072
Reply with quote  #2

1714928072
Report to moderator
1714928072
Hero Member
*
Offline Offline

Posts: 1714928072

View Profile Personal Message (Offline)

Ignore
1714928072
Reply with quote  #2

1714928072
Report to moderator
gusti
Legendary
*
Offline Offline

Activity: 1099
Merit: 1000


View Profile
March 01, 2011, 04:36:00 PM
 #2

mybitcoin.com

If you don't own the private keys, you don't own the coins.
kiba
Legendary
*
Offline Offline

Activity: 980
Merit: 1014


View Profile
March 01, 2011, 04:37:50 PM
 #3

Your "bank account" is more like a wallet. It's actually stored on your computer.

Dude65535
Full Member
***
Offline Offline

Activity: 126
Merit: 101


View Profile
March 01, 2011, 04:39:20 PM
 #4

There is a file stored on your computer named wallet.dat that contains the information necessary to spend the bitcoins.

Its exact location varies slightly by which OS you are using but its in \[username]\application data\...\bitcoin

1DCj8ZwGZXQqQhgv6eUEnWgsxo8BTMj3mT
markm
Legendary
*
Offline Offline

Activity: 2940
Merit: 1090



View Profile WWW
March 01, 2011, 04:40:58 PM
 #5

Hmm I think of the wallet as more like your collection of bank cards and passbooks and passwords and PIN numbers.

I regard my actual "bank accounts" as being distributed across the peer to peer network, so everyone and their bitcoind has a backup of my bank accounts complete with balances. But I need some info from my wallet to convince them all that the accounts actually are mine...

-MarkM-

Browser-launched Crossfire client now online (select CrossCiv server for Galactic  Milieu)
Free website hosting with PHP, MySQL etc: http://hosting.knotwork.com/
FnuGk (OP)
Newbie
*
Offline Offline

Activity: 55
Merit: 0


View Profile
March 01, 2011, 04:42:19 PM
 #6

Your "bank account" is more like a wallet. It's actually stored on your computer.

yeah have just been reading through the wiki while waiting for responses. But i cant really find any deeper information about the wallet all i seem to be able to find is this page:
https://en.bitcoin.it/wiki/Data_directory
that shows where the "wallet" data files are stored. Does this mean that if my computer with the wallet goes down my wallet is lost? If i get infected by a worm or trojan will a hacker be able to "steal" my wallet by downloading it to his computer and then deleting it on mine?
kiba
Legendary
*
Offline Offline

Activity: 980
Merit: 1014


View Profile
March 01, 2011, 04:45:17 PM
 #7

Your "bank account" is more like a wallet. It's actually stored on your computer.

yeah have just been reading through the wiki while waiting for responses. But i cant really find any deeper information about the wallet all i seem to be able to find is this page:
https://en.bitcoin.it/wiki/Data_directory
that shows where the "wallet" data files are stored. Does this mean that if my computer with the wallet goes down my wallet is lost? If i get infected by a worm or trojan will a hacker be able to "steal" my wallet by downloading it to his computer and then deleting it on mine?

Yes. It's your responsibility to make sure you secure and backup your wallet.dat as well not downloading Trojans or worms.

Dude65535
Full Member
***
Offline Offline

Activity: 126
Merit: 101


View Profile
March 01, 2011, 04:46:47 PM
 #8

If someone else has access to your wallet.dat file then they could spend your bitcoins. A hacker would be unlikely to delete your wallet file as that would tip you off and you should have a copy somewhere else. If you knew your wallet had been compromised it would be a race to get the coins out to another location.

1DCj8ZwGZXQqQhgv6eUEnWgsxo8BTMj3mT
barbarousrelic
Hero Member
*****
Offline Offline

Activity: 675
Merit: 502


View Profile
March 01, 2011, 04:47:05 PM
 #9

Does this mean that if my computer with the wallet goes down my wallet is lost? If i get infected by a worm or trojan will a hacker be able to "steal" my wallet by downloading it to his computer and then deleting it on mine?

Yes, and possibly yes. It is very important to keep your wallet backed up somewhere safe, and to keep your computer secure.

As of now there is no known virus that steals wallet files.

Do not waste your time debating whether Bitcoin can work. It does work.

"Early adopters will profit" is not a sufficient condition to classify something as a pyramid or Ponzi scheme. If it was, Apple and Microsoft stock are Ponzi schemes.

There is no such thing as "market manipulation." There is only buying and selling.
markm
Legendary
*
Offline Offline

Activity: 2940
Merit: 1090



View Profile WWW
March 01, 2011, 09:33:20 PM
 #10

Quote: "As of now there is no known virus that steals wallet files."

Other than the "backup your wallet" one implemented and transmitted by Organic Peripheral Engineering, you mean?

-MarkM-

Browser-launched Crossfire client now online (select CrossCiv server for Galactic  Milieu)
Free website hosting with PHP, MySQL etc: http://hosting.knotwork.com/
grondilu
Legendary
*
Offline Offline

Activity: 1288
Merit: 1076


View Profile
March 01, 2011, 09:40:47 PM
 #11

If you knew your wallet had been compromised it would be a race to get the coins out to another location.

Interesting situation.  Would it be fine to just run something like:

bitcoind sendtoaddress $(bitcoind getnewaddress) $(bitcoind getbalance)

which means:  create a new address, and send all my bitcoins to it?

Dude65535
Full Member
***
Offline Offline

Activity: 126
Merit: 101


View Profile
March 01, 2011, 09:47:48 PM
 #12

Interesting situation.  Would it be fine to just run something like:

bitcoind sendtoaddress $(bitcoind getnewaddress) $(bitcoind getbalance)

which means:  create a new address, and send all my bitcoins to it?


Yes in theory, no in practice. The client pregenerates batches of addresses so that you don't have to back up your wallet as often.

1DCj8ZwGZXQqQhgv6eUEnWgsxo8BTMj3mT
barbarousrelic
Hero Member
*****
Offline Offline

Activity: 675
Merit: 502


View Profile
March 01, 2011, 09:55:34 PM
 #13

Quote: "As of now there is no known virus that steals wallet files."

Other than the "backup your wallet" one implemented and transmitted by Organic Peripheral Engineering, you mean?

-MarkM-

That is not a virus. It's just somebody asking people to send in their wallets.

Do not waste your time debating whether Bitcoin can work. It does work.

"Early adopters will profit" is not a sufficient condition to classify something as a pyramid or Ponzi scheme. If it was, Apple and Microsoft stock are Ponzi schemes.

There is no such thing as "market manipulation." There is only buying and selling.
grondilu
Legendary
*
Offline Offline

Activity: 1288
Merit: 1076


View Profile
March 01, 2011, 09:59:27 PM
 #14

Yes in theory, no in practice. The client pregenerates batches of addresses so that you don't have to back up your wallet as often.

Ok, what about that then?

Code:

# get balance
balance=$(bitcoind getbalance)

# stop bitcoin
bitcoind stop

# rename corrupted wallet
mv .bitcoin/wallet.dat{,-CORRUPTED}

# restart bitcoin (thus creating a new wallet)
bitcoind

# generate a new address
addr=$(bitcoind getnewaddress)

# stop bitcoin
bitcoind stop

# backup new wallet
mv .bitcoin/wallet.dat{,-BRANDNEW}

# put the corrupted wallet back
mv .bitcoin/wallet.dat{-CORRUPTED,}

# start bitcoin
bitcoind

# send all bitcoins to addr
bitcoind sendtoaddress $addr $balance



Dude65535
Full Member
***
Offline Offline

Activity: 126
Merit: 101


View Profile
March 01, 2011, 10:10:27 PM
 #15

That procedure should work. Though obviously you will want to switch back to the new wallet at the end of it.

1DCj8ZwGZXQqQhgv6eUEnWgsxo8BTMj3mT
grondilu
Legendary
*
Offline Offline

Activity: 1288
Merit: 1076


View Profile
March 01, 2011, 10:14:46 PM
 #16

That procedure should work. Though obviously you will want to switch back to the new wallet at the end of it.

Well, I would not try it on a healthy wallet though.   But I'll keep it in mind just in case...

opticbit
Hero Member
*****
Offline Offline

Activity: 695
Merit: 502


PGP: 6EBEBCE1E0507C38


View Profile WWW
March 03, 2011, 12:00:50 AM
 #17

There is an android app now, once set up you can use it to send the commands to a linux box.

Bitrated user: opticbit.
https://www.bitrated.com/opticbit
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!