In rippled.cfg, what to use for [node_db] on Windows?

0

I am trying to run rippled, but it is stating that I am missing [node_db] from rippled.cfg. In that file I can see

# Note that HyperLevelDB is unavailable on Windows platforms
#
[node_db]
type=HyperLevelDB
path=db/hyperldb

What should I put in for [node_db] on Windows?

ThePiachu

Posted 2013-10-16T06:04:28.597

Reputation: 41 594

This was asked and answered on the Ripple forums: https://ripple.com/forum/viewtopic.php?f=2&t=3908

dchapes 2013-10-16T17:37:50.797

Answers

0

At the time only SQLite is available on Windows platform, so the correct configuration is:

[node_db]
type=Sqlite
path=hashnode.db

ThePiachu

Posted 2013-10-16T06:04:28.597

Reputation: 41 594

I thought LevelDB was available on Windows.David Schwartz 2013-10-16T21:06:21.113