這是一個困擾 IOTA 新手的問題:究竟 Light wallet、Full wallet、Full node / headless node 有什麼差別?身為一個使用者/投資者,我應該要怎麼選擇?他們的優缺點各是什麼?要怎麼樣選擇才能保障我的 IOTA 資產? …
標籤: 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! …
0x1 Overview In IOTA IRI, it uses rocksdb as its database with column family to separate different data stored. Here is the introduction about the IRI rocksdb data storage structure and how to manipula …
IOTA IRI is the reference implementation of IOTA nodes. Here note the step for others to reduce the pain of installation and running IOTA iri in full node. …