ldb read and websocket

Hey devs @Support,

I have 2 questions.

1- Months ago I tried to read ldb files via leveldb tools but couldn’t succeed. I consider retrying this, should I go ahead? Is there any obstable to read them leveldb tools?

2- Is there anything other than rpcwslisten parameter to enable websocket endpoints on my fullnode? Once I try to connect websocket endpoint, my ws client returns “connection refused” error.

Thanks.

1 Like

Hello,

1/ Leveldb files should be read by leveldb engine. It is key-value database, so you must know which key you want to read, and make leveldb engine help you.

2/ Websocket is not actively maintained currently. It is developed for testing purposes only.

1 Like