openmonero icon indicating copy to clipboard operation
openmonero copied to clipboard

Fully open sourced implementation of MyMonero backend

Results 21 openmonero issues
Sort by recently updated
recently updated
newest added

[ 34%] Building CXX object src/CMakeFiles/myxmr.dir/OpenMoneroRequests.cpp.o In file included from /root/openmonero/src/../ext/restbed/source/restbed:5, from /root/openmonero/src/OpenMoneroRequests.h:14, from /root/openmonero/src/OpenMoneroRequests.cpp:8: /root/openmonero/src/../ext/restbed/source/corvusoft/restbed/uri.hpp:15:10: fatal error: corvusoft/restbed/byte.hpp: No such file or directory 15 | #include | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation...

From here: https://github.com/moneroexamples/openmonero/issues/121#issuecomment-456610170 ``` 2019-01-23 05:59:21.882 7fd86ffd7700 WARNING blockchain.db.lmdb src/blockchain_db/lmdb/db_lmdb.cpp:73Failed to create a read transaction for the db: MDB_READERS_FULL: Environment maxreaders limit reached 2019-01-23 05:59:21,886 [I,OM,TxSearch.cpp:virtual void xmreg::TxSearch::operator()():139] A1zPXK: analyzing...

Hey! We’re trying to collect the openmonero with monero source code v0.17.2.0 but we’re receiving errors. could you please check the following? 1) Thats the errors we receive: ``` [...

Hello, can you help me please **What do I build?** Openmonero (devel branch [6688a00c](https://github.com/moneroexamples/openmonero/commit/6688a00c2bcc1a9e7596ed2ce2c70e2c03e02a6b)) Monero version: v0.17.0.1 ([1a9a984d](https://github.com/monero-project/monero/commit/1a9a984d2631b7f01637d8119c55f8effd24f72c)) **What machine do I build on?** Ubuntu 20.04.1 LTS (docker image) MacOs...

When it runs many threads like 30+ after a while i get this error `| # ERR: Commands out of sync; you can't run this command now | # ERR:...

I've been stress testing OpenMonero to try and understand the max limits of (1) concurrent imports and (2) search threads. When testing either scenario, I've sporadically run into OM crashing....

Need to check regtest network, as some issues with spending coinbase txs on regtest network were observed.

I noticed that openmonero is EXTREMELY slow. Is there any hints that would help to improve performance. Maybe I need to edit configuration file somehow.

``` oCore::get_tx_amount_output_indices(uint64_t) const': /root/openmonero/src/xmregcore/src/MicroCore.cpp:193:42: error: could not convert 'cryptonote::BlockchainDB::get_tx_amount_output_indices(tx_id, 1)' from 'vector' to 'vector' return core_storage.get_db() ~~~~~~~~~~~~~~~~~~~~~ .get_tx_amount_output_indices(tx_id); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ ```

How can I create a Monero [subaddress](https://monerodocs.org/public-address/subaddress/) from the GUI? It's trivial to create integrated address, but not subaddress. Is this functionality not yet supported?