Announcements

Our fourth Socratic Seminar event will be held at a new location:

IMBIBE Taipei 誠安里 Section 3, Civic Blvd, 304號 · Da’an District

Learn about bitcoin development. Share, debate, and discuss trade offs in progress. Skim the discussion topics on GitHub. We discuss a variety of developments, from industry updates and press releases, pull requests in popular git repositories (e.g. Bitcoin Core, lnd, c-lightning, rust-bitcoin, Joinmarket, WasabiWallet), research papers, technical blog posts, IRC logs, network monitors and more. Please add to the discussion topics on GitHub. We’d love to hear from you. After the event the we socialize over food and drinks. New location at the excellent Imbibe Taipei, 5 minutes from Zhongxiao Fuxing Station. Taiwanese food, homemade soft drinks, and cocktails available.

This event is free but everyone must order at least one drink.

我們每月舉辦的蘇格拉底式的研討會活動旨在促進辯論、信息共享和開放討論。在活動前幾週,聚會成員會從各種來源去整理討論主題:流行git倉儲(例如 Bitcoin Core、lnd、c-lightning、rust-bitcoin, Joinmarket、WasabiWallet)中的pull requests、研究論文、技術博客帖文、IRC 日誌、網絡監測等。經過一段時間的討論,一些活動會有來自開源項目、公司、研究和其他相關內容的介紹。隨後是反饋和問答部分。活動結束後,我們會在活動場地進行社交。



Discussion Topics

Taiwan deports Chinese-American Crypto-robbery suspect back to USA

Allegedly stole $3m in girls cryptocurrency and put it in Taiwanese made CoolBit wallets. He entered intto her house. Wallets were siezed.

[新聞] 華裔男在美搶9千萬躲台2個月全靠「冷錢包」

source: English, 中文


The History of Lightning Dev Kit

LDK is a growing lightning implementation written in Rust. It’s used in server side software even though that was not its goal.


Celsius Network “Pauses” Customer Withdrawals

  • Celsius offered enormous yields to customers by allegedly rehypothicating funds
  • Celsius allegedly holds 150k btc, Luna LFG held 80k
  • Funds might get held in litigation for years if MtGox is any clue
  • Canada’s 2nd largest pension fund invested in a $400m equity round of financing for celsius in oct 2021

BIP 47 Payment Code Upgrades (v5?)

BIP47 @PizzaDayPrague discussion

  • reducing space requirements
  • outsourcing notification tx
  • allowing collisions

Participants: @afilini, @kixunil, @SomsenRuben, as well as @danielabrozzoni, @EricSirion, @pavolrusnak, @salvatoshi, and others.

As per this gist, this version of BIP47 (v5?) adds one or two points of complexity and removes a big one:

  • Outsourcing requires private interaction over (presumably) the Lightning Network
  • Detecting new notifications requires custom infrastructure (optional, only if recipient address outputs are avoided to save space)
  • Notification transaction no longer leaks privacy (big)

Fuji: Borow bitcoin-backed stablecoins, synthetic stocks and bonds on Liquid

  • Liquid (Blockstream led Federated Sidechain) based

KYC Free Visa MasterCard Debit Cards are Gaining Steam

get a digital or physical debit card for sats. No KYC requirment because the cards are low (< $1000?) value


Bolt.fun Shock the Web Hackathon 2

4 day hackathon. Thousands of USD in prizes.

build and design web applications that can interact with lightning & WebLN.

Let’s put a Team Taiwan together. Good opportunity for us to set up a space

Shock the Web 2 ⚡️will be starting on Thursday (June 16th) with a day of discussions and workshops. We’ll then let you get on with hacking for the whole weekend until the submission deadline (17th-19th). Of-course, we’re going to have mentors to help you along the way.


El Salvador Introduced 44 Countries to Bitcoin

Bitcoin Magazine coverage

  • El Salvador hosted central bankers and financial authorities from 44 countries for a financial inclusion event this week.
  • All participating members were able to download their own Bitcoin wallets and make purchases with BTC.
  • In July 1944, 44 countries met to determine the Bretton Woods financial system. Once again, 44 countries came together to learn a new system.

Oslo Freedom Forum

The main themes of the conference were human rights and the struggle against despotism in all its forms. This year, however, the activists were presented with a powerful aid: Bitcoin and its permissionless payments, its individual empowerment, its ability to help raise funds for any cause, anywhere in the world.

Bitcoin Magazine coverage


0-conf BOLT PR

Blue Matt Says:

This allows for interoperability between various lightning implementations in how they negotiate and allow 0-conf channel use, allowing more flexible client/LSP relationships.

This PR does three things:

  • Add support for channel aliases: a made up alias (can be independent for each side) unconnected to the real funding UTXO, by adding a TLV to funding_locked.
  • Allow a peer to insist that the alias always be used, never the real SCID, for privacy, using a new channel_type.
  • Allow a peer to indicate that it trusts the opener, and will allow zeroconf, using a new channel_type.

Rust cln_plugin crate

  • Core Lightning plugin Let’s fedimint’s minimint intercept HTLC contracts to allow someone to buy the preimage of the contract from the federation to complete incoming lightning payments. I think.

Umbrel v0.5 CLN release

  • made over UI
  • includes Core Lightning

Screenshot of Umbrel v0.5 dashboard looking like MacOS


Unbrel removes Umbrel’s proprietary cruft to revert back to lnd

  • Umbrel don’t use a free software license
  • their apple-looking front end is getting heavy
  • people don’t like that so much infrastructure is built on unreliable Raspberry Pi single-board computers either

Ah I missed this was posted here as well, probably needs a bit of context 😅

I created this because there was an accumulation of bad decisions and a lack of action and taking responsibility regarding these decisions regarding Umbrel. Although I do like how accessible Umbrel makes running LN node for everyone, I don’t like the recklessness they seem to have when it comes to releasing and the lack of priority they seem to have regarding the security of critical components.

Although I’m honestly impressed by how Umbrel 0.5.0 looks, this actually reconfirms the feeling they prioritize this over security. They broke quite a lot of useful applications like lightning-shell, haven’t updated the most used tooling (like Thunderhub) in a while. The last drop for me was that they accidentily downgraded the LND container from 0.14.2 to 0.14.1 (while 0.14.3 is out for a while). I know making mistakes is human, but this is only the fraction of the things I noticed which is really reckless.

I know they state their software is beta and experimental, but that is really no excuse for this reckless behaviour which can be easily avoided simply by adding tests and simple checks (e.g. LND version should be greater than or equal than current version).

Since the Umbrel dashboard doesn’t add any functionality, only makes it look nice I didn’t want to be dependent on the Umbrel development team and therefore I created un-brel. With the default settings (configurable through the .env file) it uses the same docker images as Umbrel does, but with a newer version without the need to move the data.

I also added the lines to easily enable RTL, Thunderhub, LNDg and Lightning shell, so the only thing you would miss is the Umbrel dashboard. I have been running it with portainer as stack myself, this really makes updates very easy since projects like RTL and Thunderhub provide up-to-date multi-arch docker images as well. The stack runs stable for two days now, with far less resources than Umbrel.

I’m also thinking of creating a simple status dashboard, but first I want to make sure the bare minimum is working correctly and without problems.

— Djuri, the author, in Shadowy Super Coders telegram


Lightning Muxer

fail-over for incoming Lightning payments. BOLT11 invoices are bound to a single node. If that node goes down, the invoice is no longer payable. The same is true for the node or its peers running out of inbound liquidity.

What lnmux allows you to do is set up a cluster of nodes where each of these nodes can settle any invoice. If a node is unable to accept payments for one of the reasons above, senders will still be able to pay the invoice via one of the other nodes.

Even with all nodes in the cluster available, it can be advantageous for the sender to have multiple routing options to better utilize liquidity and minimise fees. If needed, multi-part payments can be completed through more than one cluster node.


Lightning withdraw Point of Sale via an embedded URL in a NFC card

  • BLIP for standardizing LNURL-withdraw for use at point-of-sale, e.g. over NFC
  • Definitely has security concerns

New York State To Place Moratorium On Non-Renewable Bitcoin Mining

New York’s Senate just voted to place a two-year moratorium on the bitcoin mining industry preventing new applications for carbon-based mining.

source



DEMO: Rare Japanese NFTs

by Koji Higashi

Japan’s early vintage NFTs issued in 2016 and 2017 on Bitcoin with Counterparty