Filter
Exclude
Time range
-
Near
sekiwel retweeted
難易度調整の仕組みこそビットコインの神髄、サトシのオリジナリティなのに悲しいね。 デジタル署名、PoW、P2P、ブロックチェーン(タイムスタンプサーバ)はビットコイン誕生以前からあったもの。BitcoinScriptはスマートコントラクト概念の実装だしな。
資金流入のトレンドという意味ではそうですが、検閲体制があり、供給量が固定され、自分で保有できるというコンセプトには影響してないですね。 ちなみに電力の話は難易度調があるのでぶっちゃけ問題ないです。 詳しくは以前以下の動画で解説しました。
6
26
2,157
Replying to @CaffeSatoshi
While you did the dumbest thing possible, I made a platform that validates calculations for drug-protein bindings using fully turing complete multi-state contracts written in Bitcoinscript. It's processed over 150,000 drug bindings in the last two days and made 150,000 reward micropayments out to agents that anyone can run in a browser to do the calculations. In total it has generated over 870,000 transactions which have cost me less than $60. That's because BSV works. moldock.elas.network You moved a number in a database. Good one mate!

1
1
15
OP_CAT是什么? OP_CAT是比特币脚本(BitcoinScript)中的一个操作码(opcode)作用是把栈顶的两个元素拼接成一个元素。举例:如果栈里有data1="Hello"和data2="World",用OP_CAT就会变成"HelloWorld"。 本质:它本来是个非常基础的操作,就像编程里的字符串拼接,但在脚本里却能扩展出复杂逻辑。 历史背景 1、最初存在:OP_CAT在中本聪发布的最早比特币代码里就有。 2、被禁用:2010年,比特币脚本里有一批操作码(包括OP_CAT)被禁用。原因是当时的实现方式可能带来安全风险(比如无限拼接导致内存消耗过大)。 3、社区复兴讨论:在Taproot升级后(2021),比特币脚本的能力被重新关注。部分开发者认为,随着代码更成熟和限制更严格,可以安全地让OP_CAT回归。
如果你还在把 #BTC 当作数字黄金,那你可能正在错过本轮周期最大的技术变革。随着 #OP_CAT 的回归,BTC正在正式从“储值时代”跨入“万亿级可编程时代”。 🔥 OP_CAT Layer 中文区今日正式启航! 想要提前布局 #BTCFi 下一个百倍叙事?核心路径看这里: 🧠 深度解读:看透BTC智能合约底层逻辑 🎁 积分系统:首波生态红利,先到先得 🛠 核心生态全家桶: • 钱包:Catena catenawallet.xyz • 跨链:OP_CAT Bridge bridge.opcatlabs.io • 交易:SatSwap (原生Swap体验)satswap.app • 入口:CatGo (资产发行枢纽)catgo.app 👇 加入中文区唯一官方阵地,捕捉最快资讯: 🔗 t.me/opcat_layer/3 #OP_CAT #BTC #BTCFi #Bitcoin
2
1
4
273
Apr 12
「ビットコインはプロトコルの変更なしで量子耐性を確保できる」――新たな提案が示唆 zerohedge.com/crypto/bitcoin… 新たな研究提案によると、ネットワークの中核となるルールを変更することなく、ビットコインの取引を量子攻撃に対して耐性のあるものにできるという。 この目標は、将来の暗号技術リスクに対する懸念が高まる中で注目を集めている。 4月9日に発表された論文の中で、StarkWareのAvihuLevy氏は「ソフトフォークなしの量子耐性ビットコイン取引」と題した概要を発表し、量子耐性ビットコイン(QSB)と呼ばれるスキームを紹介した。 この設計は、既存のビットコインプロトコルとの互換性を維持しながら、量子コンピュータによる脅威から取引を保護することを目的としている。 この提案は、ビットコインの現行設計における既知の脆弱性を標的としている。 標準的なトランザクションは、secp256k1曲線上のECDSA署名に依存している。 理論的には、ショアのアルゴリズムを実行する十分な性能を持つ量子コンピュータは、離散対数を解くことでこのシステムを破る可能性があり、攻撃者は署名を偽造して資金を浪費することが可能になる。 QSBは、楕円曲線セキュリティへの依存をハッシュベースの仮定に置き換えます。ECDSAを信頼する代わりに、このスキームはそれを検証メカニズムとして使用し、セキュリティをハッシュの原像耐性に移行します。 このアプローチは、ワンタイム署名スキームをBitcoinScriptに組み込んだBinohashとして知られる以前の研究に基づいています。 QSBの中核をなすのは、「ハッシュから署名へ」というパズルである。 このシステムは、トランザクションから生成された公開鍵をRIPEMD-160を用いてハッシュ化し、その出力をECDSA署名の候補として扱います。 ランダムに生成されたハッシュのうち、有効な署名に必要な厳密なフォーマット規則を満たすものはごくわずかであり、これがプルーフ・オブ・ワークの条件となります。 論文では、成功確率は約70兆4000億分の1と推定されています。 ビットコインは量子攻撃に耐性がある このパズルは楕円曲線の難しさではなくハッシュ特性に依存しているため、ショアのアルゴリズムに対して耐性があります。 量子攻撃者はグローバーのアルゴリズムから2乗倍の速度向上しか得られず、十分なセキュリティマージンが残ります。 この論文では、ショアの脅威モデルの下で約118ビット秒の原像耐性があると推定しています。 この仕組みは、ビットコインの既存のスクリプト制限(オペコード数201個、スクリプトサイズ最大1万バイト)の範囲内で動作します。 従来のスクリプト構造を使用し、コンセンサスの変更やソフトフォークを必要としないため、プロトコルの断片化を懸念する開発者にとって魅力的な特徴となるでしょう。 提案書によると、取引プロセスは3つの段階を経て展開される。 まず、「ピン留め」フェーズでは、有効なハッシュから署名への出力を生成するトランザクションパラメータを検索し、トランザクションを固定構造にバインドします。 次に、2回のダイジェストラウンドで、埋め込まれた署名のサブセットを選択し、トランザクションハッシュに関連付けられた追加の証明を生成します。 最後に、トランザクションは必要なすべてのプリイメージと検証データとともに組み立てられます。 この設計にはトレードオフが伴います。QSBトランザクションは標準的なリレーポリシーの制限を超えるため、デフォルト設定ではネットワーク全体に伝播しません。 そのため、Slipstreamなどのサービスを介してマイナーに直接送信する必要があります。 また、スクリプトは相当な容量と計算リソースを消費します。 こうした制約があるにもかかわらず、有効なトランザクションを生成するコストは手の届く範囲にあるようだ。 論文では、クラウドGPUを使用した場合の総計算コストは​​75ドルから150ドルと見積もられており、ワークロードは並列ハードウェア上でスケーリングされる。 初期のテストでは、複数のGPUを使用して数時間後にパズルを解くことに成功したと報告されている。 プロジェクトはまだ完了していません。論文とスクリプト生成ツールは完成していますが、トランザクションの完全な組み立てやブロードキャストを含むパイプラインの一部は、オンチェーンで実証されていません。 とはいえ、この提案は、ビットコインが量子コンピューティングの未来にどのように適応できるかを探る研究の蓄積に新たな知見を加えるものだ。 プロトコルの変更を避けることで、QSBはコンセンサスの更新ではなく既存のルールに依存する道筋を示しており、これは長期的なネットワークセキュリティに関する今後の議論を形成する可能性のある方向性と言える。
1
1
352
That (for the second time) bitcoin is not a programming language, the programming language is C . And if you look to the BitcoinScript language to try to save your argument, maybe you need to read the line 208 in script.cpp in the Bitcoin v0.3.18.
5
39
Correct Bitcoin isn’t a programming language - BitcoinScript absolutely is! weird - BitcoinScript is described as a Forth like language… cope harder hooker!
1
1
99
Unlock the power of Bitcoin smart contracts with Rúnar. Developed by BSV Association’s Siggi Óskarsson, Rúnar lets developers write enterprise-grade smart contracts in different languages and compile them into Bitcoin Script for scalable BSV apps. See how Rúnar is transforming enterprise smart contracts. Read the article below. #Runar #BSV #SmartContracts #BitcoinScript
Rúnar: Compiler making Bitcoin Script more enterprise-ready coingeek.com/runar-compiler-…
1
16
39
1,631
We are excited to invite you to join us for another Web3 Devs Underground event! 🔐₿ Two sessions. Two frontiers. One event. @Web3_Devs × @zama x @RitrekRecovery powered by @MasterkeyVC 📅 March 11th | 17:00 Israel Time | 16:00 CET | 10:00 EDT 📍 Live on X, YouTube & LinkedIn Register Here: luma.com/78qezjr0 Session 1 - FHE & Confidential Smart Contracts @poppyseedDev (Aurora Poppyseed), DevRel at @zama, breaks down how Fully Homomorphic Encryption (FHE) is bringing real confidentiality to the EVM - running computations on encrypted data without ever decrypting it. From private transfers to blind auctions, this is what on-chain privacy actually looks like. Session 2 - TimeLock Recovery for Bitcoin Backup @oren_z0 (Oren Zomer), Founder at @RitrekRecovery, walks through structured wallet recovery using Bitcoin Script - primary to secondary wallet, and what BIP-128 makes possible. Self-sovereign custody, done right. Two of the most technically dense topics in crypto infrastructure - in one session. Whether you're building on EVM or working with Bitcoin Script, this one's for you. 🔗 See full calendar: lnkd.in/dPBqaEMc @MasterkeyVC @SHAP0W @Amit_Masterkey @Web3_Devs @ELuttenberg789 @AlonKivity @al23xyz #Web3 #Bitcoin #FHE #Zama #ZeroKnowledge #BitcoinScript #Cryptography #Web3Dev #Blockchain #DeFi #SmartContracts #MasterkeyVC
6
4
33
1,053
if the predicate is false - ignore everything that follows… - BitcoinScript
1
2
210
If you want to join the early testing group for BitcoinSX send me a DM. I'll be asking for applicants to show some evidence they can code in Bitcoinscript! Anyone accepted gets free pro-tier access until testing is finished, maybe a few weeks. Thanks!!
2
7
33
1,758
If you want to know where the real builders went, they’re right here. Using Bitcoin script to decentralize the safety of our physical world sounds like sci-fi, but the tech is already live. LFG indeed. @Brendan_Lee__ #BitcoinScript #Teranode
There are maybe five people on Earth who can write Bitcoin script fluently. @Brendan_Lee__ is one of them — and he built the tool to prove it. In this episode they go full nerd: live demos of Bitcoin SX, smart contracts that could secure national infrastructure, Teranode stress testing, and why BTC's taproot scripting is basically an Escher staircase going nowhere. Not for the faint-hearted. ❤️‍🔥Absolutely for the curious. LFG!! How Bitcoin Script Could Secure Power Grids, Water Systems & Critical Infrastructure youtu.be/_Fc61SFie2c?si=BhZx…
1
23
503
Replying to @LorenHodl
you cant “unring a bell” in bitcoin - framing anything in #bitcoin as temporary is ridiculous - tinkering with the expressivity of BitcoinScript is infinitely dangerous and shouldnt be taken lightly…
1
96
Replying to @adam3us @satofishi
The move to prioritize "moral and legal" filtering over technical robustness marks a significant shift in Bitcoin's governance philosophy, leaving many concerned about the long-term impact on its utility as a global, neutral settlement layer. #Bitcoin #SoftFork #BIP444 #BitcoinScript #BlockchainGovernance
1
625