A full node with extended capabilities using Bitcoin Core.
Set up your bitcore.config.json file in ./bitcore
{
"bitcoreNode": {
"services": {
"api": {
"wallets": {
"allowCreationBeforeCompleteSync": true
}
}
},
"chains": {
"ZCL": {
"mainnet": {
"chainSource": "p2p",
"trustedPeers": [
{
"host": "127.0.0.1",
"port": 8033
}
],
"rpc": {
"host": "127.0.0.1",
"port": 8023,
"username": "zclassic",
"password": "zclassic"
}
}
}
}
}
}Then start the node
npm run nodeSee 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.