Addresses in Mutichain Explorer

0 votes
Hi,

I have a multichain setup with 4 nodes and started multichain explorer on the main/admin node. On the home page of explorer it shows me 3 peers(as expected) and 8 addresses. Now my question is why it is showing 8 addresses when I have only 4 nodes as part of setup and I didn't create any separate addresses on any of the nodes?

Thanks.
asked Apr 26, 2016 by amanc

1 Answer

0 votes
Hi, could be a bug.  Please use the latest version of the explorer (updated today).  Delete the old .sqlite file and then launch the explorer again.  Once the explorer has processed the chain, run the following command and copy the output here.  Thanks.

sqlite3 yourchain.sqlite "select quote(pubkey_hash) from pubkey;"
answered Apr 26, 2016 by simon
...