IOTA Permanode

Indroduction

iotaWayBack - viewing transactions from previous snapshots

Workaround

git clone https://github.com/alon-e/iotaWayBack.git
$ mkdir DB ; cd DB
$ wget http://207.154.238.55/db_snapshot/db_22_09_2017.tar.gz
$ sudo apt-get install mysql-server
$ sudo sudo apt-get install libmysqld-dev
$ sudo pip install -e .
$ mysql -u root -p
  mysql> CREATE DATABASE iotaWayBack;
$ python parse_and_store.py

Usage

$ mysql -u root -p

Example:
$ SELECT * FROM iotaWayBack.transactions WHERE tag='KRLFYOTFNDUXYXCCAPIEJNPVCE9';
(ignore ...)
71882 rows in set (21.19 sec)

Use IOTA official database

Alon Elmaliah [5:31 PM] 
`mysql -u iota --host alon-e.com -p iotaWayBack`
`user: iota ; password: iotaWayBack`
this user has only "SELECT" rights.

Reference

tags:permanode