bitcore
bitcore copied to clipboard
A full stack for bitcoin and blockchain-based applications
Hi, I am new to this, I manage to successfully install Bitcore Node to WSL (window subsystem for Linux). Just in case for those who are using WSL and fail...
* https://github.com/bitpay/bitcore/archive/refs/tags/v8.25.12.tar.gz * ubuntu 18.04 * node -v v12.16.0 * npm -v 6.13.4 ``` shell # sudo npm install --unsafe-perm=true --allow-root > @8.25.8 postinstall /data/BTC/btc-index-8.25.12 > npm run bootstrap &&...
Hello, running `npm install -g bitcore` does not work on my end. I am running under Mac OS Mojave and have tried all recommended versions of node, by using nvm....
Cannot find .env folder, when running `docker-compose`: ___/bitcore-8.25.25/.env___ So this is the `docker-compose.yml` script portion calling it: ```yaml # ... bitcore-node: build: . image: bitcore-node links: - database ports: -...
Hi, What prune settings are possible when running an erigon ETH Node for bitcore-node? I like to keep the impact on diskspace at a minimun while not loosing functionality.
Hi Everyone, I noticed the implementation of sighash [here](https://github.com/bitpay/bitcore/blob/08e87ed0dd41b82520674359ef93ff22ba486746/packages/bitcore-lib/lib/transaction/sighashwitness.js#L28) does not use cached values of hashPrevouts, hashSequence and hashOutputs. Instead, it generates these values for every transaction input. Caching these...
I'm syncing a new node with `mainnet`, on modern hardware (6 cores, i9-9900K CPU @ 3.60GHz), achieving approximately 400 blocks per minute. This seems excessively slow, at about 75 days...