Skip to content

Publish 011 #14

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 23, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,6 @@
<h1 class="Post-title">{{ page.title }}</h1>
<div class="Post-info">
<span>{{ page.date | date_to_string }}</span>
{% if page.meetup %}
<span class="meetup-link">
<a href="{{ page.meetup }}" target="_blank" rel="noopener nofollow">
Link to Meetup
</a>
</span>
{% endif %}
</div>
</div>

Expand All @@ -33,10 +26,8 @@ <h1 class="Post-title">{{ page.title }}</h1>
</div>
{% endif %}
</div>

</div>
<div class="Post-content">

{{ content }}
</div>

Expand Down
64 changes: 47 additions & 17 deletions _posts/2024-01-23-meeting-011.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,25 @@
layout: post
type: socratic
title: "Socratic Seminar 011"
meetup:
published: false
meetup: https://www.meetup.com/dc-bit-devs/events/305399373/
published: true
---
#### Location

## Welcome to BitDevs DC meeting 011
[MicroStrategy HQ](https://maps.app.goo.gl/XCpsxraQBHbGP1dC9),
1850 Towers Crescent Plaza, Tysons Corner, VA 22182

#### Agenda

### January 23, 2024 @ 6:30PM
5:30pm - Doors open and social hour<br>
6:30pm - BitDevs Socratic Seminar<br>
9:30pm - Departure

## Socratic Seminar

As a reminder, the ground rules of BitDevs are as follow:

1. No photos, videos, or recordings.
1. **No photos, videos, or recordings.**
2. [Chatham House Rule](https://en.wikipedia.org/wiki/Chatham_House_Rule): you may
reiterate the contents of the meeting *without* attribution.

Expand All @@ -22,29 +29,52 @@ within the event.

Questions are encouraged, including basic ones!

# Agenda

- Bit Projects
- <https://bitprojects.io/statspage/>

- RadPool
- <https://www.radpool.xyz/1/index.html>
### Bitcoin Projects

- kernel-node
- <https://github.com/TheCharlatan/kernel-node>
- <https://github.com/bitcoin/bitcoin/issues/27587>
- <https://thecharlatan.ch/Kernel/>

- Stratum v2 v1.2.0
- <https://github.com/stratum-mining/stratum/releases/tag/v1.2.0>
- kernel: Move kernel-related cache constants to kernel cache
- <https://github.com/bitcoin/bitcoin/pull/31483>

- Payjoin
- <https://primal.net/e/nevent1qvzqqqqqqypzqk5wtq03dgqjufxj5eqp22k4vgzcevr9u80j36g8cxl6stq4pj96qqsx8k5rlytjf07mexnqh7tg8qt6y0ty54de5rtyql97v0cweg0zxysnnwt3j>
- Bull Bitcoin Wallet
- <https://primal.net/e/nevent1qvzqqqqqqypzqk5wtq03dgqjufxj5eqp22k4vgzcevr9u80j36g8cxl6stq4pj96qqsx8k5rlytjf07mexnqh7tg8qt6y0ty54de5rtyql97v0cweg0zxysnnwt3j>
- Resources
- <https://satsie.dev/zines/payjoin>
- <https://payjoindevkit.org>
- <https://payjoin.org/docs/how-it-works/payjoin-v2-bip-77/>

- 3hr Block Validation Time?
- cluster mempool: Implement changeset interface for mempool
- <https://github.com/bitcoin/bitcoin/pull/31122>

- p2p: track and use all potential peers for orphan resolution
- <https://github.com/bitcoin/bitcoin/pull/31397>

- Stratum V2
- <https://github.com/stratum-mining/stratum/releases/tag/v1.2.0>

### Lightning Projects

- Disclosure: irrevocable fees—stealing from LN using revoked commitment transactions
- <https://delvingbitcoin.org/t/disclosure-irrevocable-fees-stealing-from-ln-using-revoked-commitment-transactions/1314>

- Support Trampoline flag in BOLT12 invoices #3446
- <https://github.com/lightningdevkit/rust-lightning/pull/3446>

- ACINQ Peer storage
- <https://github.com/ACINQ/eclair/pull/2888>

### Research

- RadPool
- <https://www.radpool.xyz/1/index.html>

- Bit Projects
- <https://bitprojects.io/statspage/>

## Submit suggestions for next meeting!

PR on Github: https://github.com/dcbitdevs/dcbitdevs.github.io/pulls
Issues on Github: <https://github.com/dcbitdevs/dcbitdevs.github.io/issues>