Post
Topic
Board Альтернативные криптовалюты
Re: CryptoMon
by
tlmoscow
on 24/10/2014, 07:35:56 UTC
Делаю проект, для которого надо парсить блокчейн через апи в свою ДБ.
- а точно ли нужно перекладывать (и затем синхронизировать) блокчейн из БД (базы данных) некста в другую БД ?
Начиная с версии 1.3.0 работа напрямую с базой некста значительно упростилась:

Quote from: Jean-Luc link=https://nxtforum.org/index.php?topic=5990.0
DbShellServlet:
A command line access to the H2 database at runtime is now possible at:
http://localhost:7876/dbshell
This page uses the H2 shell tool to allow querying the database at runtime,
directly from the browser, without having to enable auto server mode in the jdbc
url. This servlet is only enabled if nxt.enableDebugAPI=true, and is very unwise
to enable on a publicly accessible node as it allows full read and write access
to the database.

Да и и раньше можно было блоки и транзакции собирать напрямую из H2, но опыта работы с этой БД у меня нет. Да и вообще я далеко не гуру программирования  Smiley
MySQL как-то ближе. Roll Eyes