Download PON-Reader v1.2 is 100% is Free for personal or commercial use (~180 KB)
View the PON-Reader End-User License here.VirusTotal Certification
System requirements
- Any x86-64 Linux distribution
- Recommended hardware 1Gb of RAM
- Available disk space: ~500 MB for test files, the Reader takes up less than 200Kb.
Download components
First, obtain the necessary binary and test files:
Option 1:
Copy and paste the commands and run it all in one click!(recommended)
https://huggingface.co/buckets/pondbengine/ponfiles/tree/pon-db-reader
https://huggingface.co/buckets/pondbengine/ponfiles/tree/1M.jsonl
https://huggingface.co/buckets/pondbengine/ponfiles/tree/1M.jsonl.pon
https://huggingface.co/buckets/pondbengine/ponfiles/tree/masterkey_X1tdU6vy_2026-07-23.bin
Download PON-Reader
[ Dowload PON-Reader (Linux x86-64) ]
Test:
perf stat ./pon-db-engine 1M.jsonl.pon query "tx_id=745123" --key=masterkey_X1tdU6vy_2026-07-23.bin
{"tx_id":745123,"tx_hash":"0x0501b248ad404130bc63ba601a565c36d97db33a7082477db9dad747a7a9dca3","timestamp":"2026-06-24T02:44:35.575Z","symbol":"ADA_EUR","type":"MARKET_BUY","status":"REJECTED","price":119.7921,"amount":493.09617,"total_value":59069.0257,"fee":58.8232,"account_id":"ACC-138159","counterparty_id":"ACC-226113","mempool_latency_ns":811,"engine_id":"ME-CORE-02"}
Performance counter stats for './pon-db-engine 1M.jsonl.pon query tx_id=745123 --key=masterkey_X1tdU6vy_2026-07-23.bin':
14.11 msec task-clock:HG # 0.930 CPUs utilized
0 context-switches:HG # 0.000 /sec
0 cpu-migrations:HG # 0.000 /sec
87 page-faults:HG # 6.165 K/sec
15,362,452 cycles:HG # 1.089 GHz
11,852,444 instructions:HG # 0.77 insn per cycle
2,087,410 branches:HG # 147.913 M/sec
28,079 branch-misses:HG # 1.35% of all branches
0.015179140 seconds time elapsed
0.005611000 seconds user
0.009351000 seconds sys
/usr/bin/time -v ./pon-db-engine 1M.jsonl.pon query "tx_id=745123" --key=masterkey_X1tdU6vy_2026-07-23.bin
{"tx_id":745123,"tx_hash":"0x0501b248ad404130bc63ba601a565c36d97db33a7082477db9dad747a7a9dca3","timestamp":"2026-06-24T02:44:35.575Z","symbol":"ADA_EUR","type":"MARKET_BUY","status":"REJECTED","price":119.7921,"amount":493.09617,"total_value":59069.0257,"fee":58.8232,"account_id":"ACC-138159","counterparty_id":"ACC-226113","mempool_latency_ns":811,"engine_id":"ME-CORE-02"}
Command being timed: "./pon-db-engine 1M.jsonl.pon query tx_id=745123 --key=masterkey_X1tdU6vy_2026-07-23.bin"
User time (seconds): 0.00
System time (seconds): 0.00
Percent of CPU this job got: 75%
Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
Average shared text size (kbytes): 0
Average unshared data size (kbytes): 0
Average stack size (kbytes): 0
Average total size (kbytes): 0
Maximum resident set size (kbytes): 2432
Average resident set size (kbytes): 0
Major (requiring I/O) page faults: 0
Minor (reclaiming a frame) page faults: 99
Voluntary context switches: 1
Involuntary context switches: 0
Swaps: 0
File system inputs: 0
File system outputs: 0
Socket messages sent: 0
Socket messages received: 0
Signals delivered: 0
Page size (bytes): 4096
Exit status: 0