readme updated

add_selenium_testing
moneroexamples 8 years ago
parent 3633a33643
commit aeb6e66f0e

@ -26,10 +26,16 @@ Tor users:
- [http://xmrblocksvckbwvx.onion](http://xmrblocksvckbwvx.onion)
Non tor users, can try tor proxy, e.g.,
Non tor users, can try tor proxy, e.g.,
- [http://xmrblocksvckbwvx.onion.to](http://xmrblocksvckbwvx.onion.to)
## Still under development
The Onion Monero Blockchain Explorer is still under development and testing.
So not everything can work as expected and the explorer can be offline from time
to time, when changes are being made to it.
## Onion Monero Blockchain Explorer features
The key features of the Onion Monero Blockchain Explorer are

@ -1503,6 +1503,10 @@ namespace xmreg {
tx_search_results["output_public_keys"],
"output_public_keys");
cout << "tx_search_results[\"output_public_keys\"]"
<< tx_search_results["output_public_keys"].size() << endl;
all_possible_tx_hashes.push_back(
make_pair("output_public_keys",
tx_search_results["output_public_keys"]));

Loading…
Cancel
Save