Max Node version (we found working): v20.9.0 Max NPM version (we found working): 10.1.0
Make sure to create bitcore.config.json (or other name and specify that other path in .env)
Create .env inside of packages/bitcore-node
BITCORE_CONFIG_PATH=/home/node/bitcore/bitcore-custom.config.js
MONGO_DB_USERNAME=
MONGO_DB_PASSWORD=
MONGO_DB_HOST=
MONGO_DB_PORT=
MONGO_DB_NAME=
BTC_NODE_USERNAME=
BTC_NODE_PASSWORD=
BTC_NODE_HOST=127.0.0.1
BTC_NODE_PORT=
BTC_NODE_RPC_PORT=
BCH_NODE_USERNAME=
BCH_NODE_PASSWORD=
BCH_NODE_HOST=127.0.0.1
BCH_NODE_PORT=
BCH_NODE_RPC_PORT=
LTC_NODE_USERNAME=
LTC_NODE_PASSWORD=
LTC_NODE_HOST=127.0.0.1
LTC_NODE_PORT=
LTC_NODE_RPC_PORT=
DASH_NODE_USERNAME=
DASH_NODE_PASSWORD=
DASH_NODE_HOST=127.0.0.1
DASH_NODE_PORT=
DASH_NODE_RPC_PORT=
DOGE_NODE_USERNAME=
DOGE_NODE_PASSWORD=
DOGE_NODE_HOST=127.0.0.1
DOGE_NODE_PORT=
DOGE_NODE_RPC_PORT=
Infrastructure to build Bitcoin and blockchain-based applications for the next generation of financial technology.
- Bitcore Node - A standardized API to interact with multiple blockchain networks
- Bitcore Wallet - A command-line based wallet client
- Bitcore Wallet Client - A client for the wallet service
- Bitcore Wallet Service - A multisig HD service for wallets
- Bitpay Wallet - An easy-to-use, multiplatform, multisignature, secure bitcoin wallet
- Insight - A blockchain explorer web user interface
- Bitcore Lib - A powerful JavaScript library for Bitcoin
- Bitcore Lib Cash - A powerful JavaScript library for Bitcoin Cash
- Bitcore Lib Doge - A powerful JavaScript library for Dogecoin
- Bitcore Lib Litecoin - A powerful JavaScript library for Litecoin
- Bitcore Mnemonic - Implements mnemonic code for generating deterministic keys
- Bitcore P2P - The peer-to-peer networking protocol for Bitcoin
- Bitcore P2P Cash - The peer-to-peer networking protocol for Bitcoin Cash
- Bitcore P2P Doge DEPRECATED1 - The peer-to-peer networking protocol for Dogecoin
- Crypto Wallet Core - A coin-agnostic wallet library for creating transactions, signing, and address derivation
- Bitcore Build - A helper to add tasks to gulp
- Bitcore Client - A helper to create a wallet using the bitcore-v8 infrastructure
See CONTRIBUTING.md on the main bitcore repo for information about how to contribute.
Code released under the MIT license.
Copyright 2013-2023 BitPay, Inc. Bitcore is a trademark maintained by BitPay, Inc.
Footnotes
-
The Bitcore P2P Doge library is no longer maintained as all the core functionality is contained in Bitcore P2P ↩