Category: crypto

  • IOTA-Python – A Pure-Python implementation of IOTA node

    IOTA-Python – A Pure-Python implementation of IOTA node

    IOTA-Python – A Pure-Python implementation of IOTA node The target of IOTA-Python is to create a pure Python implementation of IOTA node, and to learn about how IRI works. Currently, it can read out the data from IRI rocksdb without IRI RESTful API. Why? It gave you the full access power of the IRI database! GitHub:…

  • IOTA IRI rocksdb data storage structure

    IOTA IRI rocksdb data storage structure

    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 manipulate in Python. 0x2 Column Families In IOTA rocksdb, just think column families as a sheet to separate data stored. No high technique…

  • Deploy IOTA IRI (IOTA Refernce Implementation) full node on Arch Linux

    Deploy IOTA IRI (IOTA Refernce Implementation) full node on Arch Linux

    IOTA IRI is the reference implementation of IOTA nodes. There are some pain about IOTA documentation on the GitHub, after some explore, I note the step for others to reduce the pain of install and running IOTA iri in full node. 0x1 Installation of IRI on Arch Linux On Arch Linux, there have a aur/iri, so…