Infrastructure to build Verge and blockchain-based applications for the next generation of financial technology.
- Trusted P2P Peer
- MongoDB Server >= v3.4
git clone [email protected]:vergecurrency/bitcore.git
cd bitcore
git checkout master
npm install
Example bitcore.config.json
{
"bitcoreNode": {
"chains": {
"XVG": {
"mainnet": {
"chainSource": "p2p",
"trustedPeers": [
{
"host": "127.0.0.1",
"port": 21102
}
],
"rpc": {
"host": "127.0.0.1",
"port": 20102,
"username": "RPCUSER",
"password": "RPCPASS"
}
}
}
}
}
}
Example Verge Mainnet Config
txindex=0
listen=1
server=1
# Make sure port & rpcport matches the
# bitcore.config.json ports for XVG mainnet
# if using Verge Core v5+ prefix
# [main]
port=21102
rpcport=20102
rpcuser=RPCUSER
rpcpassword=RPCPASS
Example Starting a Verge Node
# Path to your verge application and path to the config above
/Applications/Verge-Qt.app/Contents/MacOS/Verge-Qt -datadir=/Users/username/blockchains/verge-core/networks/mainnet/
npm run bootstrap (if you are using ubuntu 18.04 you will need to do this)
npm run node
If you'd like to use Docker go to the docker manual.
- Bitcore Node - A full node with extended capabilities using Bitcoin Core
- 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 Channel - Micropayment channels for rapidly adjusting bitcoin transactions
- Bitcore ECIES - Uses ECIES symmetric key negotiation from public keys to encrypt arbitrarily long data streams
- Bitcore Lib - A pure and powerful JavaScript Bitcoin library
- Bitcore Lib Cash - A pure and powerful JavaScript Bitcoin Cash library
- Bitcore Message - Bitcoin message verification and signing
- Bitcore Mnemonic - Implements mnemonic code for generating deterministic keys
- Bitcore P2P - The peer-to-peer networking protocol for BTC
- Bitcore P2P Cash - The peer-to-peer networking protocol for BCH
- 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-2019 BitPay, Inc. Bitcore is a trademark maintained by BitPay, Inc.