Bitcoin Forum
April 26, 2024, 10:31:33 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Ghost bitcoin  (Read 3377 times)
nightrow (OP)
Newbie
*
Offline Offline

Activity: 15
Merit: 0


View Profile
October 04, 2010, 05:09:02 PM
 #1

Hi,
This is my first post here, not sure the subject was not already discussed.

The major problem i see with your system is that you propose a system with a total maximum of bitcoin.
To claim ownership on bitcoin, you need the right key. Loose the key, you loose your bitcoin.

So over time, more and more people will inevitabily loose their hard drive, forget they have btc, shred their wallet.dat ... All these bitcoins will become ghost bitcoin, without any practical mean to get access to it. These ghost bitcoin will become as time pass an increasing proportion of all the bitcoin, until it will be such that is will be a big problem.

Is there anything planned to solve this issue ?
1714127493
Hero Member
*
Offline Offline

Posts: 1714127493

View Profile Personal Message (Offline)

Ignore
1714127493
Reply with quote  #2

1714127493
Report to moderator
1714127493
Hero Member
*
Offline Offline

Posts: 1714127493

View Profile Personal Message (Offline)

Ignore
1714127493
Reply with quote  #2

1714127493
Report to moderator
Bitcoin mining is now a specialized and very risky industry, just like gold mining. Amateur miners are unlikely to make much money, and may even lose money. Bitcoin is much more than just mining, though!
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714127493
Hero Member
*
Offline Offline

Posts: 1714127493

View Profile Personal Message (Offline)

Ignore
1714127493
Reply with quote  #2

1714127493
Report to moderator
1714127493
Hero Member
*
Offline Offline

Posts: 1714127493

View Profile Personal Message (Offline)

Ignore
1714127493
Reply with quote  #2

1714127493
Report to moderator
db
Sr. Member
****
Offline Offline

Activity: 279
Merit: 261



View Profile
October 04, 2010, 05:22:04 PM
 #2

It is not a problem. Bitcoins are very divisible. Losing your coins is just a small gift to all other coin owners.
Gavin Andresen
Legendary
*
Offline Offline

Activity: 1652
Merit: 2216


Chief Scientist


View Profile WWW
October 04, 2010, 06:26:41 PM
 #3

There's a built-in mechanism for ensuring that this is never a serious problem:  the more coins that are lost, the more valuable the remaining coins become.

And the more valuable something is, the more careful people are not to lose it.  So there's a nice feedback loop that should naturally limit the number of coins lost.

If Bitcoin becomes the world's stable reserve currency then one bitcoin might end up being worth tens of thousands of dollars and we'll all get much more serious about backing up our wallets and keeping them secure.  Or, I think more likely, most people will use a service that they trust to keep their coins backed up and secure...

How often do you get the chance to work on a potentially world-changing project?
LZ
Legendary
*
Offline Offline

Activity: 1722
Merit: 1072


P2P Cryptocurrency


View Profile
October 05, 2010, 10:35:47 AM
Last edit: January 22, 2018, 08:24:30 AM by LZ
 #4

I made the hard link to the wallet.dat file in the Dropbox directory. So my wallet.dat file backups automaticaly.

The way to make a hard link in Windows NT or higher:
Code:
fsutil hardlink create link_name source_file

The way to make a hard link in Windows Vista or higher:
Code:
mklink /h link_name source_file

The way to make a symbolic link in Windows Vista or higher:
Code:
mklink link_name source_file
For a folder:
Code:
mklink /d link_name source_dir
Or (I prefer this way):
Code:
mklink /j link_name source_dir

The way to make a symbolic link in POSIX/UNIX-like systems:
Code:
ln -s source_file link_name

The way to make a hard link in POSIX/UNIX-like systems:
Code:
ln source_file link_name

My OpenPGP fingerprint: 5099EB8C0F2E68C63B4ECBB9A9D0993E04143362
Anonymous
Guest

October 05, 2010, 10:38:53 AM
 #5

I made a hard link to wallet.dat in Dropbox directory. So my wallet.dat backups automaticaly.

Carbonite http://www.carbonite.com/en/default.aspx
LZ
Legendary
*
Offline Offline

Activity: 1722
Merit: 1072


P2P Cryptocurrency


View Profile
October 05, 2010, 11:10:20 AM
 #6

Carbonite is free for 15 days only.

My OpenPGP fingerprint: 5099EB8C0F2E68C63B4ECBB9A9D0993E04143362
BioMike
Legendary
*
Offline Offline

Activity: 1658
Merit: 1001


View Profile
October 05, 2010, 11:18:08 AM
 #7

Or in a Tahoe-lafs share.
Anonymous
Guest

October 05, 2010, 11:54:51 AM
 #8

Or in a Tahoe-lafs share.

yep
GeorgeH
Member
**
Offline Offline

Activity: 83
Merit: 10


View Profile
October 07, 2010, 04:36:07 AM
 #9

I made a hard link to wallet.dat in Dropbox directory. So my wallet.dat backups automaticaly.

Way to make a hard link in Windows NT and higher:
Code:
fsutil hardlink create link_name source_file

Way to make a hard link in Windows Vista and higher:
Code:
mklink /h link_name source_file

Way to make a symbolic link in Windows Vista and higher:
Code:
mklink link_name source_file

Way to make a symbolic link in POSIX/UNIX-like systems:
Code:
ln -s source_file link_name

Way to make a hard link in POSIX/UNIX-like systems:
Code:
ln source_file link_name

WOW!! I didn't know that was possible! Thanks, you just made my day (perhaps the next two days... seeing as there are only 25 minutes left in this one...)

1DSpPtPTGXTYjkZehPsiAbjkXLkB1jsZ2x
bitcoinex
Sr. Member
****
Offline Offline

Activity: 350
Merit: 252


probiwon.com


View Profile WWW
October 07, 2010, 09:38:01 AM
 #10

I made a hard link to wallet.dat in Dropbox directory. So my wallet.dat backups automaticaly.

This is very dangerous! Dropbox is not stable - it crashes when you save it in a large number of small files (git repo, for example). Who knows, maybe one day he will overwrite your wallet?

New bitcoin lottery: probiwon.com
- Moжeт, ты eщё и в Heвидимyю Pyкy Pынкa вepyeшь? - Зaчeм жe вepoвaть в тo, чтo мoжнo нaблюдaть нeпocpeдcтвeннo?
LZ
Legendary
*
Offline Offline

Activity: 1722
Merit: 1072


P2P Cryptocurrency


View Profile
October 17, 2010, 05:40:33 AM
Last edit: January 22, 2018, 08:14:40 AM by LZ
 #11

Dropbox allows to roll back old files. With keypool it will be safe. Bitcoin 0.3.13.4 already support it.

My OpenPGP fingerprint: 5099EB8C0F2E68C63B4ECBB9A9D0993E04143362
bitcoinex
Sr. Member
****
Offline Offline

Activity: 350
Merit: 252


probiwon.com


View Profile WWW
October 17, 2010, 09:08:13 PM
 #12

Dropbox allows to roll back old files. With keypool it will be safe. Bitcoin 0.3.13.4 already support it.

I'm about what dropbox not guarantee saving the new versions of files.

New bitcoin lottery: probiwon.com
- Moжeт, ты eщё и в Heвидимyю Pyкy Pынкa вepyeшь? - Зaчeм жe вepoвaть в тo, чтo мoжнo нaблюдaть нeпocpeдcтвeннo?
LZ
Legendary
*
Offline Offline

Activity: 1722
Merit: 1072


P2P Cryptocurrency


View Profile
January 14, 2011, 09:50:59 PM
Last edit: January 15, 2011, 01:10:12 AM by lzsaver
 #13

I see no problem here if I use keypool. Especially if it is big enough. I can always roll back to an old version.

My OpenPGP fingerprint: 5099EB8C0F2E68C63B4ECBB9A9D0993E04143362
davout
Legendary
*
Offline Offline

Activity: 1372
Merit: 1007


1davout


View Profile WWW
January 14, 2011, 10:10:17 PM
 #14

Me = big key pool + hourly cron job + PGP + e-mail to gmail boom

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!