Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 551 Bytes

EXPORT_TO_FILE.md

File metadata and controls

11 lines (10 loc) · 551 Bytes

1. cli выгрузка в файл (sql, csv)

Примеры запуска:

  • выгрузка в csv
bne --mode="simple" --blockchain-rpc-dsn="http://user:password@localhost:1234/wallet/wallet.dat" --output-type=file --output-file-extension="csv"
  • выгрузка в sql
bne --mode="simple" --blockchain-rpc-dsn="http://user:password@localhost:1234/wallet/wallet.dat" --output-type=file --blockchain-database-dsn="postgresql://user:password@localhost:1235/dbName/tableName/?charset=utf8" --output-file-extension="sql"