PIVX-Project / PIVX

Protected Instant Verified Transactions - Core wallet.
https://www.pivx.org
MIT License
523 stars 717 forks source link

Failed to deploy RPC node #2913

Open imaiops opened 3 months ago

imaiops commented 3 months ago

The startup command is as follows:

pivxd -server -datadir=/pivx -rpcbind=0.0.0.0 -rpcallowip=0.0.0.0/0 -txindex -rpcuser=test -rpcpassword=test

How to fix it? Thanks.

Liquid369 commented 2 months ago

The startup command is as follows:

pivxd -server -datadir=/pivx -rpcbind=0.0.0.0 -rpcallowip=0.0.0.0/0 -txindex -rpcuser=test -rpcpassword=test

How to fix it? Thanks.

What is the error you get upon trying to start the node?

-txindex is always on by default so its not necessary.