本文將深入介紹 IOTA 如何發起一筆交易。 0. 在開始之前 請務必先行閱讀以下兩篇文章: Bundles – IOTA Documentations Making a Transaction – IOTA Documentations 這將讓你了解有關 IOTA 交易的基本知識。 1. 交易發起的步驟詳解 製作 Bundle 準備輸出的交易 (output transaciton) 準備輸入的交 …
分類: IOTA
IOTA-PearlDiver – Python implement of IOTA transaction nonce searcher
This post will in-depth in-detailed to explain how IOTA making a transaction, from transaction to bundle, from hash to address, from private key to signature message. This is all you need about to know …
Most of the people don't know how IOTA wallet works. You should learn how does wallet work. Here I talk at 2017 Taiwan IOTA Annual Meetup to explain how IOTA wallet works. …
這是一個困擾 IOTA 新手的問題:究竟 Light wallet、Full wallet、Full node / headless node 有什麼差別?身為一個使用者/投資者,我應該要怎麼選擇?他們的優缺點各是什麼?要怎麼樣選擇才能保障我的 IOTA 資產? …
最近很夯的 IOTA tangle,跟以往的區塊鏈 (Blockchain) 有些許的不同,某些與安全相關的部分也有很大的不同。這邊整理出 5 個你一定要知道的 IOTA 必備基礎知識。 0x1 絕對不要在網頁上產生密碼 (Seed) …
IOTA Snapshot (快照) 是一種將整體 Tangle 壓縮為地址與餘額 Pair 的一種節省 Tangle 使用空間的技術。當整體 Tangle 被 Snapshot 後,Snapshot 前的交易紀錄將不會被保存下來,而整個 Tangle 會基於這個 Snapshot 增量處理後續出現的交易。 Snapshot 運作方式解說 我們在這邊想像一個小的 Tangle 網路,來模擬 Snap …
There are plenty of IOTA user claim that there balance in wallet was stolen, but didn't gave develop or other user the information about there situation. This is a list for you to check that why your balance maybe gone, or it is just still there. …
This is a documentation of IOTA IRI configuration options. It contain most of the options, useful options are PORT, UDP_RECEIVER_PORT, TCP_RECEIVER_PORT, NEIGHBORS. …
The target of IOTA-Python is to create a pure Python implementation of IOTA node. Now it can read out the data from IRI rocksdb without IRI RESTful API! …