pluracoin-block-explorer-php
PluraCoin Block Explorer with PHP API
SETUP
- Upload to your website and change
'api'
variable inconfig.js
to point yourpluracoind
daemon - Scripts take data from
pluracoind
daemon. You can runpluracoind
available from the internet with following command
./pluracoind --restricted-rpc --enable-blockchain-indexes --rpc-bind-ip=0.0.0.0 --rpc-bind-port=19214 --enable-cors *
Don't forget to allow incoming requests to port 19214
on your firewall if the block explorer and daemon will run on separate machines. If you run the pluracoind
daemon and block explorer on the same machine then changes at firewall are not needed.