nymkappa

Results 53 comments of nymkappa

Got the same issue earlier this week. I got rid of it by resetting the rust-gbt folder to its initial state: - `rm -r ./rust-gbt` - `git checkout rust-gbt` -...

Re-opening because we are now 3 different people who experienced this issue.

> Please post repro steps... > > Can someone compress their entire mempool folder (node_modules and all as-is) into a tarball or zip and send it to me so I...

Also, the UI is overflowing with some languages, need to truncate the left column if the text is too long.

It's an issue with your setup. Your nodejs backend probably cannot access your bitcoin core RPC.

> @nymkappa should the healthcheck handle connection errors to the services better? "Worst" case scenario now dumps the following: ``` { "core": { "height": -1, "error": "connect ECONNREFUSED 127.0.0.1:8332" },...

> On the indexing section, perhaps you could include the indexing percentage along with the indexedBlockCount? Also added indexing progress ``` "mempool": { "height": 810283, "indexing": { "enabled": true, "blocks":...

> I think the problem with this solution is that every time someone pings the health API, we do calls to Bitcoin Core and multiple SQL queries. > > Is...

@wiz @knorrium is this still needed

I don't really understand the purpose of this feature. Do you have any example in mind?