A VDS blockchain explorer and API.
- VDS P2P Peer
- npm >=8.4.0
- MongoDB Server >= v3.4
$ sudo apt install nodejs
Edit the "bitcore.config.json" file:
{
"bitcoreNode": {
"modules": ["./vds"],
"services": {
"api": {
"wallets": {
"allowCreationBeforeCompleteSync": true
}
}
},
"chains": {
"VDS": {
"mainnet": {
"chainSource": "p2p",
"trustedPeers": [
{
"host": "127.0.0.1", //VDS节点公网IP
"port": 6533 //VDS节点端口
}
],
"rpc": {
"host": "127.0.0.1",
"port": 6532,
"username": "xxxxxxxx",
"password": "xxxxxxxx"
}
}
}
}
}
}$ sudo apt-get install mongodb
$ npm install
$ npm run node
This software is developed by www.ivds.org.