onion-monero-blockchain-explorer icon indicating copy to clipboard operation
onion-monero-blockchain-explorer copied to clipboard

Onion Monero Blockchain Explorer

Results 28 onion-monero-blockchain-explorer issues
Sort by recently updated
recently updated
newest added

Tried to run the following command: `docker build --no-cache -t xmrblocks .` Output tail: ``` 127.1 [ 57%] Building CXX object src/rpc/CMakeFiles/obj_rpc.dir/rpc_payment.cpp.o 127.2 [ 57%] Linking CXX executable utf8_fuzz_tests 127.3...

I think it should be essential to be able to search for stealth addresses, so Monero users can monitor their privacy more effectively, not only analyst teams. I find it...

Added `/api/transaction/private/` to the block explorer API so users can request transaction information in a private way. Related to https://github.com/moneroexamples/onion-monero-blockchain-explorer/issues/284

Hi, I've been working on a PHP SDK to accompany this project. To date, I've been testing with real moneroj! I'd assumed I'd be able to use `stagenet.xmrchain.net/api/...` instead, but...

Hey @moneroexamples, when using your [docker-compose example](https://github.com/moneroexamples/onion-monero-blockchain-explorer#docker-compose-example) I get this error: `Given path ""/home/monero/.bitmonero/lmdb"" is not a folder or does not exist` I tried these two images and both produce...

For a locked transaction with an unlock_time set, in the outputs endpoint the "tx_confirmations" is 0 and the "tx_timestamp" is 0, but in the transaction endpoint the "confirmations" is 218170...

I see #252 which would provide prebuilt Docker images. I'm trying to install it on my Raspberry Pi 4 8GB and it has crashed during compilation twice now (taking an...

The current block explorer implementation has privacy flaws as sensitive information can be learned from a user's requests. This includes IP addresses which can be linked to transaction ID's when...

Tring to build the explorer but keep running into the following error. /home/xcash/onion-monero-blockchain-explorer/src/MicroCore.cpp: In constructor ‘xmreg::MicroCore::MicroCore()’: /home/xcash/onion-monero-blockchain-explorer/src/MicroCore.cpp:23:9: error: ‘cryptonote::tx_memory_pool::tx_memory_pool(cryptonote::Blockchain&)’ is private within this context 23 | m_mempool(m_blockchain_storage), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In...

Basically the title. For example, if you go onto the site right now and request block ID , you will get an internal server error response. This block *used* to...