Skip to content

Commit a13dbcb

Browse files
authored
Update 2026-01-21-socratic-seminar-28.md
1 parent 3c9d2d2 commit a13dbcb

File tree

1 file changed

+24
-13
lines changed

1 file changed

+24
-13
lines changed

_posts/2026-01-21-socratic-seminar-28.md

Lines changed: 24 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -26,23 +26,23 @@ Learn about bitcoin development. Share, debate, and discuss trade offs in progre
2626

2727
### wallet migration bug causes Core v30 and v30.1 to be removed 1/6/2026
2828
- the issue: wallet/ directory can be deleted during the migration process in core V30
29-
- doesn't effect modern wallets >v.20
30-
- not that "rare", normal use can result in this bug (pruned nodes or corrupted db log data)
29+
1. doesn't effect modern wallets >v.20
30+
2. not that "rare", normal use can result in this bug (pruned nodes or corrupted db log data)
3131
- wallet migration -> convert wallet.dat BDB key-values to Sqlite descriptor wallets
3232
- why this bug popped up now?
33-
- migration wasn't mandatory before v30
34-
- proposed fixes to failed migrations broke tests
35-
- legacy wallets use the root wallet/ directory
36-
- legacy wallets are unnamed by default called \[default wallet\]
33+
1. migration wasn't mandatory before v30
34+
2. proposed fixes to failed migrations broke tests
35+
3. legacy wallets use the root wallet/ directory
36+
4. legacy wallets are unnamed by default called \[default wallet\]
3737
- what are legacy wallets?
38-
- wallet.dat private keys vs descriptors
39-
- BerkeleyDB vs Sqlite
40-
- Past issues with BerkeleyDB -- Bitcoin uses a specific version (4.8.30) of BerkeleyDB chosen by Satoshi to fit Bitcoin's MIT license(?)
41-
- block 225430 (2013)
42-
- inflation bug (CVE-2018-17144 2018)
38+
1. wallet.dat private keys vs descriptors
39+
2. BerkeleyDB vs Sqlite
40+
3. Past issues with BerkeleyDB -- Bitcoin uses a specific version (4.8.30) of BerkeleyDB chosen by Satoshi to fit Bitcoin's MIT license(?)
41+
1. block 225430 (2013)
42+
2. inflation bug (CVE-2018-17144 2018)
4343
- the fix so far (v30.2, v31)
44-
- remove wallets, not the folder
45-
- long term: remove wallet functionality in Core entirely
44+
1. remove wallets, not the folder
45+
2. long term: remove wallet functionality in Core entirely
4646

4747
[Core Announcement](https://x.com/bitcoincoreorg/status/2008284092983369886)
4848

@@ -110,6 +110,17 @@ BIP 2 was written in 2016. This BIP revisits aspects of the BIP 2 process th
110110

111111
[link](https://github.com/bitcoin/bips/blob/master/bip-0003.md)
112112

113+
114+
### Venezuela could be sitting on a big Bitcoin stash
115+
116+
Following the United States’ capture of Nicolás Maduro, a report came out claiming that Venezuela had $60 billion stored in Bitcoin—leading to speculation that the U.S. could lay claim to cryptocurrency as well as oil. Despite numerous reports of the huge Venezuelan Bitcoin stash, however, a crypto forensic firm is skeptical of the claims.
117+
118+
Venezuela Bitcoin Mining industry had been a victim of the regime which could explain the rumor
119+
120+
[link](https://www.cnbc.com/2026/01/06/venezuela-could-be-sitting-on-a-big-bitcoin-stash-experts-say-heres-what-could-happen-next-.html)
121+
122+
[A Venezuelan Escape Story with Mauricio and Daniel Di Bartolomeo](https://www.youtube.com/watch?v=IGMsg9b1vhc)
123+
113124
### YouTube-alternative video app Rumble implements Bitcoin tipping
114125
Rumble, a video-sharing platform with over 51 million monthly users, is partnering with Tether to roll out tipping in Bitcoin (and other crypto) by mid-December. The move aims to empower creators with additional monetisation tools beyond ads.
115126

0 commit comments

Comments
 (0)