bitcore-explorers
bitcore-explorers copied to clipboard
Blockchain APIs for bitcore
My app has a smooth connection to Bitpay network for Months now. Today i started having error "525 Origin SSL Handshake Error". This a a strange error and this only...
Hi! As I noticed the 525 Error is relevant for a long time, but the problem is still not resolved. I would be grateful for help solving this problem, I...
Running insight to getUnspentUtxos for a testnet address shows the following error: ` throw new TypeError('Address has mismatched network type.'); ^TypeError: Address has mismatched network type.` Code: ` var Insight...
IncomingMessage { _readableState: ReadableState { objectMode: false, highWaterMark: 16384, buffer: BufferList { head: null, tail: null, length: 0 }, length: 0, pipes: null, pipesCount: 0, flowing: true, ended: true, endEmitted:...
https://lodash.com/docs/3.10.1#every
It appears that bitcore-explorers is using an older version of bitcore-lib and isn't able to function nicely in projects using the most recent version of bitcore-lib. If your project uses...
I do get **"version": "1.0.1"** Yet it comes with the old **Insight.prototype.getUnspentUtxos**
Self-hosting insight would not work, as `Insight` requests `/api/` and the self-hosted instance on `bitcored` would respond to `/insight-api/`.