Pages:
Author

Topic: If all block chain copies get deleted, what would happen? (Read 2143 times)

hero member
Activity: 603
Merit: 500
Well, simple. Bitcoin is gone forever if block chain get deleted... but is it even possible?
EMP strikes knocking out power to the entire world wouldn't do it, so no, not really. I hear there's a blockchain in space being worked on, too.
EMP would not even affect the existing copies of the blockchain as it would only make the computers unusable, it would not delete the information contained on the computers.

This plus the fact that there are many computers (some of which likely are running as a full node - a computer that will contain the full block chain) that are somehow protected from EMP via shilds

If there is a catastrophic event causing a major power outage or internet outage, bitcoiners within the region affected will not be able to spend their bitcoin until they have both power and internet.

But still the historical transactions won't be affected.
member
Activity: 84
Merit: 10
Well, simple. Bitcoin is gone forever if block chain get deleted... but is it even possible?
EMP strikes knocking out power to the entire world wouldn't do it, so no, not really. I hear there's a blockchain in space being worked on, too.
EMP would not even affect the existing copies of the blockchain as it would only make the computers unusable, it would not delete the information contained on the computers.

This plus the fact that there are many computers (some of which likely are running as a full node - a computer that will contain the full block chain) that are somehow protected from EMP via shilds
cp1
hero member
Activity: 616
Merit: 500
Stop using branwallets
So if that happens, where can we get help so that we can get our btc back?

If something catastrophic happens and wipes out data all over the world you're going to have bigger things to worry about.
newbie
Activity: 37
Merit: 0
Well, simple. Bitcoin is gone forever if block chain get deleted... but is it even possible?

So if that happens, where can we get help so that we can get our btc back?
donator
Activity: 1218
Merit: 1015
Well, simple. Bitcoin is gone forever if block chain get deleted... but is it even possible?
EMP strikes knocking out power to the entire world wouldn't do it, so no, not really. I hear there's a blockchain in space being worked on, too.
sr. member
Activity: 273
Merit: 250
Well, simple. Bitcoin is gone forever if block chain get deleted... but is it even possible?
legendary
Activity: 1750
Merit: 1009
the same as if all bank backup of customer's data happens to be destroyed: we start again from 0, with no idea about the previous status of the accounts.

But it is 100x more unlikely such thing happens with BTC because it is decentralized
cp1
hero member
Activity: 616
Merit: 500
Stop using branwallets
Then I'd implement the final step in my plan -- broadcast the difficulty 1 sidechain I've been working on this whole time, whose only difference is I've skimmed off about 100,000 BTC to my own address.
sr. member
Activity: 280
Merit: 250
if this happens, then all accounts using blockchain.info would have disturbed the contents walletnya least be involved subject, so I thought, all of the customer account data stored blockchain.info very safe on that is, until now have not heard any problems from blockchain .info, both the sending and receipt of bitcoin, I hope this can last very long ...  Cool
member
Activity: 110
Merit: 10
I think there are near no ways to occur that all block chain copies get deleted; since there are lots of mirror.
legendary
Activity: 1554
Merit: 1026
★Nitrogensports.eu★
The advantage of having a distributed ledger is that there are multiple copies of the block chain. So it is highly unlikely that they will all get deleted at the same time.

This might be a problem with fiat banks - what happens when all copies of their ledger get corrupted at the same time.  Grin
legendary
Activity: 1960
Merit: 1130
Truth will out!
There are almost 7000 full nodes https://getaddr.bitnodes.io/, meaning there are at least that number of full copies of blockchain distributed around the world. So I wouldn't be worried about the situation you described to happen.

And at least you and me we have another copy of it  Cheesy Cheesy


OP, It's very difficult to get all copies deleted... keep in mind that for example in my case I have periodic copies from all the blockchain and wallets on many USB devices... so if other people do the same, we have at least two more blockchain copies  Tongue

I've never though about that. But it's 99'9999^99% impossible, wallets and blockchain copies can't disappear like magically  Roll Eyes
full member
Activity: 474
Merit: 111
Govts or Bankers might choose to corrupt them.
hero member
Activity: 568
Merit: 500
There are almost 7000 full nodes https://getaddr.bitnodes.io/, meaning there are at least that number of full copies of blockchain distributed around the world. So I wouldn't be worried about the situation you described to happen.
hero member
Activity: 700
Merit: 500
What would happen if all block chain copies get deleted at one time?
It would be an unusual scenario to say the least
I would assume it would resolve and restart from the next longest chainstate someone has a copy of
That or a fork if the main chain broke for some weird reason or other (not likely to happen again) unless some new software comes out that makes its own sidechain.

@ Kluge thats neat thanks for sharing.
donator
Activity: 1218
Merit: 1015
Looking at checkpoints file, I'd guess everyone'd start at the genesis block (hard-coded in the client) until we get to block 11111, the earliest block acting as a checkpoint. I'm not sure what'd happen when a client reaches that block, but since difficulty isn't hard-coded, we'd reach block 11111 pretty quickly... I'd guess it'd either cause "misbehavior score" to increase, resulting in clients banning themselves, or the client notices this and presents some kind of "your data's corrupted" message and stops trying to process blocks until the client's restarted.

Ahh, I wasn't aware that the genesis block was hard coded into the client.

Whatever the case, resetting Bitcoin would destroy all companies involved in it, and remove the likelihood of anyone trusting Bitcoin ever again.
Yup. It's in chainparams.cpp and even includes Satoshi's message:

        const char* pszTimestamp = "The Times 03/Jan/2009 Chancellor on brink of second bailout for banks";
        CTransaction txNew;
        txNew.vin.resize(1);
        txNew.vout.resize(1);
        txNew.vin[0].scriptSig = CScript() << 486604799 << CScriptNum(4) << vector((const unsigned char*)pszTimestamp, (const unsigned char*)pszTimestamp + strlen(pszTimestamp));
        txNew.vout[0].nValue = 50 * COIN;
        txNew.vout[0].scriptPubKey = CScript() << ParseHex("04678afdb0fe5548271967f1a67130b7105cd6a828e03909a67962e0ea1f61deb649f6bc3f4cef3 8c4f35504e51ec112de5c384df7ba0b8d578a4c702b6bf11d5f") << OP_CHECKSIG;
        genesis.vtx.push_back(txNew);
        genesis.hashPrevBlock = 0;
        genesis.hashMerkleRoot = genesis.BuildMerkleTree();
        genesis.nVersion = 1;
        genesis.nTime    = 1231006505;
        genesis.nBits    = 0x1d00ffff;
        genesis.nNonce   = 2083236893;

        hashGenesisBlock = genesis.GetHash();
        assert(hashGenesisBlock == uint256("0x000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce26f"));
        assert(genesis.hashMerkleRoot == uint256("0x4a5e1e4baab89f3a32518a88c31bc87f618f76673e2cc77ab2127b7afdeda33b"));

The source is really well-explained. I was surprised. I only just finally started to really look through it after 3 or 4 years... It's massive (relative to the tiny little things I've done in a short time), though.
legendary
Activity: 1120
Merit: 1038
Looking at checkpoints file, I'd guess everyone'd start at the genesis block (hard-coded in the client) until we get to block 11111, the earliest block acting as a checkpoint. I'm not sure what'd happen when a client reaches that block, but since difficulty isn't hard-coded, we'd reach block 11111 pretty quickly... I'd guess it'd either cause "misbehavior score" to increase, resulting in clients banning themselves, or the client notices this and presents some kind of "your data's corrupted" message and stops trying to process blocks until the client's restarted.

Ahh, I wasn't aware that the genesis block was hard coded into the client.

Whatever the case, resetting Bitcoin would destroy all companies involved in it, and remove the likelihood of anyone trusting Bitcoin ever again.
legendary
Activity: 3542
Merit: 1352
Cashback 15%
If ever the blockchain is deleted simultaneously (which is very unlikely to happen), there will be no bitcoin, of course. But if someone ever backed up a copy of the chain, we can use that as our main chain in order to continue the blockchain.

It may be very improbable, but there's always a possibility (like some very tragic or catastrophic event) for things like this to happen.
hero member
Activity: 658
Merit: 500
There are so many backups of the blockchain, we would never have to start over. The problem is when we have different copies with different block heights, which one should we choose to be the main chain.
donator
Activity: 1218
Merit: 1015
Looking at checkpoints file, I'd guess everyone'd start at the genesis block (hard-coded in the client) until we get to block 11111, the earliest block acting as a checkpoint. I'm not sure what'd happen when a client reaches that block, but since difficulty isn't hard-coded, we'd reach block 11111 pretty quickly... I'd guess it'd either cause "misbehavior score" to increase, resulting in clients banning themselves, or the client notices this and presents some kind of "your data's corrupted" message and stops trying to process blocks until the client's restarted.
Pages:
Jump to: