Bitcoin Forum
May 02, 2024, 03:19:51 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Use of oldest QT wallet  (Read 180 times)
BTC Turkiye (OP)
Sr. Member
****
Offline Offline

Activity: 472
Merit: 254


Anlik Coin Fiyatlari BTCkur.com


View Profile WWW
December 07, 2018, 08:41:19 PM
 #1

Can you still download and use the oldest QT wallet I think the one Satoshi published first in Github?
Is it still going to work?

Farklı Borsaların Anlık Bitcoin, Litecoin, Ethereum ve Bitcoin Cash Kurunu Takip Edebilirsiniz.
BTCkur.com
1714663191
Hero Member
*
Offline Offline

Posts: 1714663191

View Profile Personal Message (Offline)

Ignore
1714663191
Reply with quote  #2

1714663191
Report to moderator
1714663191
Hero Member
*
Offline Offline

Posts: 1714663191

View Profile Personal Message (Offline)

Ignore
1714663191
Reply with quote  #2

1714663191
Report to moderator
1714663191
Hero Member
*
Offline Offline

Posts: 1714663191

View Profile Personal Message (Offline)

Ignore
1714663191
Reply with quote  #2

1714663191
Report to moderator
In order to get the maximum amount of activity points possible, you just need to post once per day on average. Skipping days is OK as long as you maintain the average.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714663191
Hero Member
*
Offline Offline

Posts: 1714663191

View Profile Personal Message (Offline)

Ignore
1714663191
Reply with quote  #2

1714663191
Report to moderator
achow101
Moderator
Legendary
*
expert
Offline Offline

Activity: 3388
Merit: 6577


Just writing some code


View Profile WWW
December 07, 2018, 10:15:57 PM
Merited by Foxpup (5), suchmoon (4), ABCbits (1), bones261 (1)
 #2

First of all, bitcoin-qt wasn't introduced until 0.5.0. Prior to that, Bitcoin used wxWidgets. Secondly, Satoshi didn't publish his code to Github; Bitcoin wasn't really on Github until after Satoshi left the project.

To answer your question, if you were to use Bitcoin 0.1.0, it would not work. The software can start, but it won't be able to connect to other nodes and be able to sync the blockchain. This is not because consensus has changed, but because P2P protocol has changed a bit so it is now incompatible with the very first version. Furthermore, Bitcoin 0.1.0 would not be able to find any nodes to connect to as the node discovery method has changed.

However, you could create a shim that translates the original protocol messages to the modern protocol messages and be able to speak to a specific other node. You will need to do some other hacks in order to get Bitcoin 0.1.0 to be able to find your node to connect it. Once you can get it connected to another node, it can sync the blockchain. This sync though is extremely slow and it is unlikely that it will be able to sync the blockchain. Unfortunately the database design used originally does not work well with large blocks. In fact, due to the BDB locks issue that caused the fork in 2013, it will probably crash. This can be worked around by increasing the number of BDB locks.

BTC Turkiye (OP)
Sr. Member
****
Offline Offline

Activity: 472
Merit: 254


Anlik Coin Fiyatlari BTCkur.com


View Profile WWW
December 07, 2018, 11:00:18 PM
 #3

Thank you very much for the detailed explanation.

Farklı Borsaların Anlık Bitcoin, Litecoin, Ethereum ve Bitcoin Cash Kurunu Takip Edebilirsiniz.
BTCkur.com
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!