mongodb-dumper
mongodb-dumper copied to clipboard
Dump DeSo chain data into MongoDB
Getting this error `Error: Invalid UTF-8 string in BSON document` when I try to access the db by running `deso> db.data.find( ).limit(1)` How to ignore the error and still read...
I ran mongo-dumper thrice. In all the three times, it gets stuck at around block 7000 and then stops. First it got stuck at block 7818. The 2nd time it...
What is up with the transaction ids like `AtKc7wqJuLy/VXGIR1MxVo46zOGrML+HwFDmiTv137Op` instead of `3JuETz96LrotPgv9db7awdfENVW4p149HgEjQ33wtNxM7o9gLF8Q53`? Looking at this [block](https://www.bitcloutpulse.com/explorer/blocks/000000000000bb022da16a8b0990995b05431cc4ddbd9977278cec5dea3d1e78?search=000000000000bb022da16a8b0990995b05431cc4ddbd9977278cec5dea3d1e78), its first transaction should be `3JuETz96LrotPgv9db7awdfENVW4p149HgEjQ33wtNxM7o9gLF8Q53` but it appears as `AtKc7wqJuLy/VXGIR1MxVo46zOGrML+HwFDmiTv137Op` when I do...
I've noticed when I try and use the badgerdb directory from my live running backend, it complains about a .mem file. The only solution I've found is to copy -r...
I want the user interaction data like who is following whom or we can say how the network is interacting as I wish to do some network analysis on that...
``` I0521 00:42:26.033010 1 server.go:1171] Server._handleBlock: Received block ( 9113 / 26259 ) from Peer [ Remote Address: 35.232.92.5:17000 PeerID=2 ] I0521 00:42:26.035622 1 server.go:1171] Server._handleBlock: Received block ( 9114...