![]() |
|
![]() |
|
![]() |
|
![]() |
|
![]() |
|
![]() |
|
![]() |
|
![]() |
|
![]() |
|
![]() |
|
![]() |
|
![]() |
|
![]() |
|
![]() |
|
![]() |
|
이 장의 내용은 기사를 기반으로 설명합니다 (비트 코인의 메타 프로토콜에 대한 stanteles 및 검증 가능한 실행 계층) (참조 링크 1 참조).
When people mention Bitcoin, the first attributes that come to mind are usually 'decentralization' and 'immutability'. However, when you actually want to use it to buy a cup of coffee, you will quickly encounter an awkward problem: waiting for transaction confirmation takes longer than waiting for the coffee, and sometimes the transaction fee is even more expensive than the coffee itself. Assets on Bitcoin are still 'as immovable as a mountain'—mainly relying on HODL, unable to be lent, combined, or interoperate.
사람들이 비트 코인을 언급 할 때, 가장 먼저 떠오르는 속성은 일반적으로 '분산'과 '불변성'입니다. 그러나 실제로 커피 한 잔을 구매하기 위해 사용하려면 신속하게 어색한 문제가 발생합니다. 거래 확인을 기다리는 데는 커피를 기다리는 것보다 시간이 오래 걸리며 때로는 거래 수수료가 커피 자체보다 훨씬 비쌉니다. 비트 코인의 자산은 여전히 '산처럼 움직일 수없는 것'입니다. HODL에 의존하거나 빌려 지거나 결합하거나 상호 운용 할 수 없습니다.
The script structure of Bitcoin Script is extremely conservative, limiting most off-chain interaction scenarios. It was not designed to handle thousands of payments per second. However, the reality is that people want Bitcoin to be usable, even if it's just to buy a game skin or give a tip while watching a video, without waiting for ten minutes.
비트 코인 스크립트의 스크립트 구조는 매우 보수적이며 대부분의 오프 체인 상호 작용 시나리오를 제한합니다. 초당 수천 개의 지불을 처리하도록 설계되지 않았습니다. 그러나 현실은 사람들이 게임 스킨을 구입하거나 비디오를 보면서 10 분 동안 기다리지 않고 팁을 제공하더라도 비트 코인을 사용할 수 있기를 원한다는 것입니다.
The Bitcoin main chain is like a highway, while the Lightning Network is akin to a toll fast lane built alongside it. Its core concept stems from a compromise on main chain transaction efficiency: since there is a speed bottleneck in on-chain transactions, the focus is no longer on recording every transaction on-chain, but rather on establishing dedicated 'payment channels' between users for high-frequency bookkeeping, ultimately syncing the state of funds only when the channel is closed. This model is similar to friends settling up after alternating who treats for meals each week—people do not immediately transfer money to the bank after every meal, but rather settle accounts in one go after accumulating several meals. The Lightning Network is essentially a transaction network woven together by thousands of such payment channels.
비트 코인 메인 체인은 고속도로와 같지만 번개 네트워크는 그와 함께 제작 된 빠른 차선과 유사합니다. 핵심 개념은 본체 트랜잭션에 속도 병목 현상이 있기 때문에 더 이상 모든 트랜잭션 온 체인을 녹음하는 데 중점을 두지 않고 고주파 부기용 사용자간에 전용 '지불 채널'을 설정하는 데 중점을두고 채널이 폐쇄 될 때만 자금 상태를 동기화하는 데 중점을 둡니다. 이 모델은 매주 식사를 위해 누가 식사를하는지 교대로 정착 한 친구와 비슷합니다. 사람들은 매 식사 후에 즉시 은행으로 돈을 옮기지 않고 오히려 여러 식사를 축적 한 후 한 번에 계정을 정산합니다. 번개 네트워크는 본질적으로 수천 개의 지불 채널에 의해 함께 짜여진 트랜잭션 네트워크입니다.
However, this seemingly ingenious system exposes multiple dilemmas in practical applications. First is the high threshold for channel construction; users must pre-lock funds to establish a trading channel, which means that to trade with any party, a dedicated channel connection must be established in advance. Second is the complex routing problem; when user A and B lack a direct connection, even if there is an indirect path A-C-B, if the intermediate channel lacks funds or the nodes along the path are unavailable, the transaction will still fail. More severely, there are security risks; the system requires users to remain online to prevent the counterparty from submitting expired transactions for fraud when the channel is closed, which imposes unrealistic operational demands on ordinary users' devices.
그러나이 겉보기에 독창적 인 시스템은 실제 응용 분야에서 여러 딜레마를 노출시킵니다. 첫 번째는 채널 구성의 높은 임계 값입니다. 사용자는 거래 채널을 설정하기 위해 자금을 미리 잠금해야합니다. 즉, 모든 당사자와 거래하려면 전용 채널 연결이 사전에 설정되어야합니다. 둘째는 복잡한 라우팅 문제입니다. 사용자 A와 B에 직접 연결이 부족한 경우 간접 경로 ACB가 있더라도 중간 채널에 자금이 없거나 경로를 따라 노드를 사용할 수 없으면 거래는 여전히 실패합니다. 더 심각하게 보안 위험이 있습니다. 이 시스템은 채널이 폐쇄 될 때 상대방이 사기에 대한 만료 된 거래를 제출하는 것을 방지하기 위해 사용자가 온라인 상태를 유지해야하며, 이는 일반 사용자 장치에 대한 비현실적인 운영 요구를 부과합니다.
Despite the Lightning Network being operational for many years, these structural flaws have prevented its practical application from breaking through bottlenecks. Public data shows that the total locked amount in the entire Lightning Network currently only maintains around 100 million USD, which is nearly marginalized in relation to the trillion-dollar valuation of the Bitcoin system. This raises deep industry reflections: can we build a more complete off-chain payment protocol to break through the existing predicament?
번개 네트워크가 수년 동안 작동하고 있음에도 불구하고 이러한 구조적 결함으로 인해 실제 적용이 병목 현상을 뚫지 못하게했습니다. 공개 데이터에 따르면 전체 Lightning Network의 총 잠긴 금액은 현재 약 1 억 USD 만 유지되며, 이는 비트 코인 시스템의 1 억 달러 규모의 평가와 관련하여 거의 소외됩니다. 이것은 산업 반성을 제기합니다. 기존의 곤경을 극복하기 위해보다 완전한 오프 체인 결제 프로토콜을 구축 할 수 있습니까?
According to Chain Catcher news on April 15, HSBC disclosed in an official news release that Bitcoin Thunderbolt is the most milestone technical upgrade for Bitcoin in the past decade. The overall observation of Thunderbolt resembles 'Lightning Network 2.0', but it is not just an upgrade; it is more like a reconstruction of the off-chain Bitcoin interaction paradigm.
4 월 15 일 Chain Catcher News에 따르면, HSBC는 Bitcoin Thunderbolt가 지난 10 년간 Bitcoin의 가장 이정표 기술 업그레이드라고 공식 보도 자료에 공개했습니다. Thunderbolt의 전반적인 관찰은 'Lightning Network 2.0'과 유사하지만 단순한 업그레이드는 아닙니다. 그것은 오프 체인 비트 코인 상호 작용 패러다임의 재구성과 비슷합니다.
Bitcoin Thunderbolt is a soft fork upgrade method based on the Bitcoin base layer. It does not rely on second-layer networks or cross-chain bridge compromises, but instead modifies the protocol level of the Bitcoin main chain, fundamentally enhancing Bitcoin's scalability, transaction performance, and programmability.
Bitcoin Thunderbolt는 비트 코인베이스 레이어를 기반으로하는 소프트 포크 업그레이드 방법입니다. 2 층 네트워크 또는 크로스 체인 브리지 타협에 의존하지 않고 대신 비트 코인 메인 체인의 프로토콜 수준을 수정하여 비트 코인의 확장 성, 트랜잭션 성능 및 프로그래밍 성을 근본적으로 향상시킵니다.
From a performance perspective, Nubit, using UTXO (Unspent Transaction Output) Bundling technology, has achieved significant optimization of the traditional Bitcoin transaction processing model. The traditional Bitcoin network, due to its single UTXO model, has clear limitations on transaction speed and throughput. UTXO Bundling allows multiple UTXOs to be aggregated for processing, effectively compressing the transaction data volume, thus enhancing transaction speed by about 10 times without sacrificing security.
성능 관점에서, Nubit는 UTXO (UNSPENT TRANSACTION OUTPUT) 번들링 기술을 사용하여 전통적인 비트 코인 트랜잭션 처리 모델의 상당한 최적화를 달성했습니다. 단일 UTXO 모델로 인해 기존 비트 코인 네트워크는 트랜잭션 속도 및 처리량에 대한 명확한 제한이 있습니다. UTXO 번들링은 처리를 위해 여러 UTXO를 집계하여 트랜잭션 데이터 볼륨을 효과적으로 압축시켜 보안을 희생하지 않고 트랜잭션 속도를 약 10 배 향상시킵니다.
In terms of programmability, Bitcoin Thunderbolt reintroduces and expands the OP_CAT opcode (which was present in early versions of Bitcoin and later removed). OP_CAT allows for data concatenation operations, enabling developers to build more complex script logic, thereby directly implementing smart contracts on the Bitcoin main chain. The most direct benefit of this upgrade is: developers can deploy decentralized applications (dApps) on the native Bitcoin network without relying on side chains, Rollups, or cross-chain bridges.
프로그래밍 가능성 측면에서 Bitcoin Thunderbolt는 OP_CAT OPCODE (초기 버전의 비트 코인에 존재하고 나중에 제거됨)를 재 도입하고 확장합니다. OP_CAT는 데이터 연결 작업을 허용하여 개발자가보다 복잡한 스크립트 로직을 구축 할 수 있도록하여 비트 코인 메인 체인에서 스마트 계약을 직접 구현할 수 있습니다. 이 업그레이드의 가장 직접적인 이점은 다음과 같습니다. 개발자는 측쇄, 롤업 또는 크로스 체인 브리지에 의존하지 않고 기본 비트 코인 네트워크에 분산 응용 프로그램 (DAPP)을 배포 할 수 있습니다.
In terms of asset protocol integration, Nubit advocates and implements a unified standard called Goldinals. Goldinals provides a framework for asset issuance based on zero-knowledge proofs and state commitments. In simple terms, this is a 'Bitcoin native' token standard that does not rely on external trust institutions and does not require complex cross-chain bridges to verify the existence and status of each token on-chain. BitMM, running on Bitcoin, integrates fragmented protocols such as BRC-20, Runes, and Ordinals. Nubit has also made significant breakthroughs in trustless transactions. Its BitMM (Bitcoin Message Market) system supports users in conducting trustless transaction matching
자산 프로토콜 통합 측면에서 Nubit은 Goldinals라는 통합 표준을 옹호하고 구현합니다. Goldinals는 제로 지식 증거 및 국가 약속을 기반으로 자산 발행을위한 프레임 워크를 제공합니다. 간단히 말해서, 이것은 외부 신탁 기관에 의존하지 않고 각 토큰 온쇄의 존재와 상태를 확인하기 위해 복잡한 크로스 체인 브리지가 필요하지 않은 '비트 코인 네이티브'토큰 표준입니다. Bitcoin에서 실행되는 Bitmm은 BRC-20, 룬 및 조례와 같은 조각난 프로토콜을 통합합니다. Nubit은 또한 신뢰할 수없는 거래에서 상당한 돌파구를 만들었습니다. Bitmm (Bitcoin Message Market) 시스템은 사용자가 신뢰할 수없는 거래 일치를 수행하는 데 도움이됩니다.
부인 성명:info@kdj.com
제공된 정보는 거래 조언이 아닙니다. kdj.com은 이 기사에 제공된 정보를 기반으로 이루어진 투자에 대해 어떠한 책임도 지지 않습니다. 암호화폐는 변동성이 매우 높으므로 철저한 조사 후 신중하게 투자하는 것이 좋습니다!
본 웹사이트에 사용된 내용이 귀하의 저작권을 침해한다고 판단되는 경우, 즉시 당사(info@kdj.com)로 연락주시면 즉시 삭제하도록 하겠습니다.