Skip to content

Commit fc2f3ab

Browse files
updates oct 2025 post
1 parent c1eaff5 commit fc2f3ab

File tree

1 file changed

+64
-11
lines changed

1 file changed

+64
-11
lines changed

_posts/2025-10-09-socratic-seminar-70.md

Lines changed: 64 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
type: socratic
4-
title: "Socratic Seminar 70"
4+
title: "Socratic Seminar 70 - Spooky Edition"
55
meetup: https://www.meetup.com/chibitdevs/events/310891272
66
---
77

@@ -13,21 +13,74 @@ Doors open at 6pm with discussion starting shortly after!
1313

1414
[Follow ChiBitDevs on twitter](https://x.com/chibitdevs)
1515

16-
# A Bitcoin Scripting Proposal BIP Quartet
17-
Rusty Russell posted to the Bitcoin mailing list about restoring Bitcoin's scripting capabilities
18-
https://groups.google.com/g/bitcoindev/c/GisTcPb8Jco
16+
# Great Script Resurrection (Restoration)
17+
Rusty Russell posted to the Bitcoin mailing list about a quartet of BIP proposals included in the Great Script Restoration (GSR):
18+
1. Varops Budget for Script Runtime Contraint
19+
2. Restoration of Script Capabilities
20+
3. OP_TX
21+
4. New Tapscript Opcodes (OP_CHECKSIGFROMSTACK, OP_SEGMENT, OP_BYTEREV, OP_ECPOINTADD, OP_INTERNALKEY and OP_MULTI)
1922

20-
# Bitcoin v30.0
21-
Set to be tagged tomorrow
22-
https://github.com/bitcoin/bitcoin/releases/tag/v30.0rc2
23+
<https://groups.google.com/g/bitcoindev/c/GisTcPb8Jco>
2324

24-
# Undeprecation of datacarrier and datacarriersize in Bitcoin Core
25-
This was a controversial change which undeprecates these two configs
26-
https://github.com/bitcoin/bitcoin/pull/33453
25+
# Corpse of Holy Bitcoin (Bitcoin Core v30.0 Release)
26+
27+
In remembrance of the dearly departed we ask that you take a moment to go through the Bitcoin Core v30 Testing Guide.
28+
29+
<https://github.com/bitcoin-core/bitcoin-devwiki/wiki/30.0-Release-Candidate-Testing-Guide>
30+
31+
Bitcoin Core v30.0 is scheduled to be released on October 10.
32+
33+
<https://github.com/bitcoin/bitcoin/releases/tag/v30.0rc2>
34+
35+
# Immortality of `datacarrier` and `datacarriersize` Options
36+
PR to undeprecate `datacarrier` and `datacarriersize` configuration options has been merged into Bitcoin Core and will be included in v30. The undeprecation simply removes warning messages when using these settings. Many Bitcoin Core Users still desire to use these configuration options and with no clear plan for deprecation it did not make sense to have deprecation warnings.
37+
38+
<https://github.com/bitcoin/bitcoin/pull/33453>
2739

2840
# Bitcoin-p2p
2941
theuni proposed seperating the p2p code in Bitcoin Core and to put it in a seperate binary
30-
https://github.com/theuni/bitcoin/tree/multiprocess_p2p
42+
43+
<https://github.com/theuni/bitcoin/tree/multiprocess_p2p>
44+
45+
# Sparrow Wallet Casts Spell of Silent Payments in v2.3.0 Release
46+
47+
This release adds support for sending to silent payment addresses. Silent payment addresses are a new form of static payment address, where the actual bitcoin address that you send to is determined from both the silent payment address and the transaction inputs. This means you can pay to the same silent payments address while ensuring bitcoin addresses are never reused. This both simplifies the payment experience and makes it more private, at the cost of increasing the burden on the recipient to scan incoming transactions for payments.
48+
49+
This release also supports BIP353, also known as DNS payment instructions. You can now pay to an address that looks similar to ₿user@domain.com, which resolves to a DNSSEC-signed bitcoin: URI. For privacy reasons it's best to use only a silent payments address (and BOLT12 invoice) in the URI.
50+
51+
<https://x.com/SparrowWallet/status/1974047429575258173>
52+
53+
# The Haunting Evolution of PayJoin: Ghosting Surveillance, One Transaction at a Time”
54+
55+
Payjoin is a transformative protocol that enables wallets to communicate and create collaborative, smarter, and more efficient Bitcoin transactions. It offers payment batching technology that exchanges and payment processors can use to save on fees (opens new window)and protect their own and their users' financial privacy (opens new window)while scaling (opens new window)Bitcoin.
56+
57+
<https://payjoindevkit.org/2025/03/18/the-evolution-of-payjoin/>
58+
59+
# UK, Switzerland Unlease Curse of Digital ID
60+
61+
UK moves to require digital ID for employment in attempt to fight immigration fraud. Swiss vote to approve use of digital ID by narrow margin.
62+
63+
<https://www.gov.uk/guidance/digital-identity>
64+
<https://www.bbc.com/news/articles/cdr624j16jpo>
65+
66+
# 10,000 Souls in Her Pocket: The Coinbase Horror Files
67+
68+
New court filing provides a closer look at one suspect and how she helped carry out the breach, which is the worst in Coinbase history.
69+
70+
<https://fortune.com/crypto/2025/09/16/coinbase-hack-taskus-indore-india-ashita-mishra-coinbase-employees/>
71+
72+
# $56 Million Sacrificed to the Canadian Compliance Gods
73+
74+
Canadian authorities confirmed that the exchange TradeOgre has been seized. In total, the funds now in possession of Canadian authorities amount to over $56,000,000. The funds seized appear to belong to TradeOgre customers, and no charges have been filed.
75+
76+
<https://www.therage.co/tradeogre-seized-canada/>
77+
78+
# The (extremely grey) Tor Witch Hunt
79+
80+
A former Tor operator, refused to help the FBI decrypt Tor traffic. They retaliated by using an old CFAA offense to arrest him and accused him of using a "graphics driver to access the dark web” to keep him in pre-trial detention for 3 years. Now he's been jailed again in Michigan.
81+
82+
<https://x.com/vxunderground/status/1967983933951295923>
83+
<https://news.ycombinator.com/item?id=45262053>
3184

3285
# Privacy Tech
3386
### Coinjoins

0 commit comments

Comments
 (0)