Browse Source

server: Update README.md

prometheus-integration
Alexis Hernandez 6 years ago
parent
commit
f9765c0f20
  1. 2
      server/README.md

2
server/README.md

@ -1,7 +1,7 @@
# XSN Block Explorer - Server
## Run
1. We need the xsn rpc server running, download the latest one from [xsn releases](https://github.com/X9Developers/XSN/releases), then, start the rpc server with: `bin/xsnd -txindex -addressindex -spentindex -rpcport=51473 -rpcuser=dummy -rpcpassword=replaceme`
1. We need the xsn rpc server running, download the latest one from [xsn releases](https://github.com/X9Developers/XSN/releases), then, start the rpc server with: `bin/xsnd -txindex -rpcport=51473 -rpcuser=dummy -rpcpassword=replaceme`
2. Edit the [application.conf](server/conf/application.conf).

Loading…
Cancel
Save