S
Skrutch
Guest
Hello all, please help me 1 month more can't correctly up Dash node.
OS: Debian 9.3 (x86_64)
Install step-by-step https://dashpay.atlassian.net/wiki/spaces/DOC/pages/86278560/Installation+Configuration
I gen. address with RPC:
Exp.is: XoAgi2UZbDamXQNYdvJiRuaaByzW9gfNs4
But why I can't see it in blockchain
https://explorer.dash.org/search?q=XoAgi2UZbDamXQNYdvJiRuaaByzW9gfNs4
Network is: livenet
Sync Status: 100%
dashd.conf
bitcore-node-dash.json
Thanks.
P.S. Also in AppConfig.js where I can change NODE_ENV (development/production)?
OS: Debian 9.3 (x86_64)
Install step-by-step https://dashpay.atlassian.net/wiki/spaces/DOC/pages/86278560/Installation+Configuration
I gen. address with RPC:
Code:
require_once('easybitcoin.php');
$dash = new Bitcoin('dash','local321','127.0.0.1','9998');
$new_address = $dash->getnewaddress();
echo $new_address;
But why I can't see it in blockchain
https://explorer.dash.org/search?q=XoAgi2UZbDamXQNYdvJiRuaaByzW9gfNs4
Network is: livenet
Sync Status: 100%
dashd.conf
Code:
listen=1
server=1
whitelist=127.0.0.1
txindex=1
addressindex=1
timestampindex=1
spentindex=1
zmqpubrawtx=tcp://127.0.0.1:28332
zmqpubrawtxlock=tcp://127.0.0.1:28332
zmqpubhashblock=tcp://127.0.0.1:28332
rpcallowip=127.0.0.1
rpcport=9998
rpcuser=dash
rpcpassword=local321
uacomment=bitcore
debug=1
bitcore-node-dash.json
Code:
{
"network": "livenet",
"port": 3001,
"services": [
"bitcoind",
"dash-payment-processor",
"insight-api-dash",
"insight-ui-dash",
"web"
],
"servicesConfig": {
"bitcoind": {
"spawn": {
"datadir": "/root/.bitcore/data",
"exec": "/root/.bitcore/data/dashd"
}
}
}
}
Thanks.
P.S. Also in AppConfig.js where I can change NODE_ENV (development/production)?
Last edited: