Pages:
Author

Topic: Monero Support - page 2. (Read 82975 times)

legendary
Activity: 1260
Merit: 1008
August 03, 2018, 07:31:48 AM
hi,
I need some help. our node its running on latest version, and the problem is that its very slow to answer the rpc calls,
there is a way to improve that?

Are you on 0.12.3?

Also, what kind of RPC calls are you sending the daemon?

You could try the new 0MQ stuff that was recently worked into the daemon.
newbie
Activity: 7
Merit: 0
August 03, 2018, 06:36:23 AM
hi,
I need some help. our node its running on latest version, and the problem is that its very slow to answer the rpc calls,
there is a way to improve that?
newbie
Activity: 46
Merit: 0
June 23, 2018, 01:50:26 PM
If you are making long-term cold storage wallets with simplewallet, I suggest saving the exact version of simplewallet you used on a USB stick or some other backup as well.
Then if you run into problems restoring in a future version, just drop your backup simplewallet in knowing that it will definitely restore the wallet and then you can send the XMR to a new wallet.
I had the same problem with the inline/incur bug a few months ago and this way saved me. For some reason when I replaced the words it was giving me an entirely different address, so I had to restore with the old version of simplewallet.
legendary
Activity: 1722
Merit: 1217
June 16, 2018, 10:28:31 PM
1.) Where can I download the full data.mbd? and what is the current size please?

2.) Somewhere I red that blockchain for linux is different from the blockchain for windows, can someone explain it to me please?

1) I don't know where you can get a .mdb file. The link for the most current bootstrap is use this link for the most current bootstrap on https://getmonero.org/downloads/#source but that is .raw format.

2) Yea that's true but with the blockchain linked above it will be converted to the correct database format once you run "monero-blockchain-import" on it.

Generally though I find that downloading from the network vs over ftp is not going to be your bottleneck. The bottleneck is typically going to come from the limitations of your hard drive read write speed. It is highly recommended that you use a SSD instead of an HDD if you can. You can even just use the SSD to bootstrap and copy the data.mdb over to an HDD once you are up to date if you need to conserve space on your HDD for other applications.
legendary
Activity: 1722
Merit: 1217
June 14, 2018, 07:49:17 PM
subbed
legendary
Activity: 1762
Merit: 1011
June 14, 2018, 05:59:46 PM
Updated to 0.9.1 - no problems so far. Do we have an updated list of pools that are running 0.9.1? I'd rather not send my (meager) hash power to a pool operator that isn't paying attention.

Where are you getting those version numbers from? 0.9.x was released more than 2 years ago.

Could be a spam bot. They seem to like to repost old posts from others verbatim to build up their post count or whatever.
legendary
Activity: 2268
Merit: 1141
June 14, 2018, 05:03:53 PM
Anyone else found anything like this? What could be causing that? It also often resets as I start up bitmonerod.. very strange

What particular error are you incurring?
legendary
Activity: 2268
Merit: 1141
June 14, 2018, 05:03:10 PM
Updated to 0.9.1 - no problems so far. Do we have an updated list of pools that are running 0.9.1? I'd rather not send my (meager) hash power to a pool operator that isn't paying attention.

Where are you getting those version numbers from? 0.9.x was released more than 2 years ago.
legendary
Activity: 2268
Merit: 1141
June 14, 2018, 05:02:23 PM
Does anyone know how to uninstall the latest Monero GUI Beta 2 from Ubuntu? I got it to install and created a wallet, but ran into some daemon problems trying to access that wallet so now I'm trying to start fresh. I'm new to Linux, so take that into some consideration.

You can simply delete the Monero GUI Beta 2 folder and update to the most recent version (GUI v0.12.0.0):

https://monero.stackexchange.com/questions/7991/how-do-i-upgrade-my-software-to-v0-12-0-0/7992#7992

Note that, with GUI v0.12.0.0, you may run into this issue:

https://github.com/monero-project/monero-gui/issues/1261
newbie
Activity: 87
Merit: 0
June 14, 2018, 10:04:44 AM
Does anyone know how to uninstall the latest Monero GUI Beta 2 from Ubuntu? I got it to install and created a wallet, but ran into some daemon problems trying to access that wallet so now I'm trying to start fresh. I'm new to Linux, so take that into some consideration.
newbie
Activity: 74
Merit: 0
June 14, 2018, 06:57:21 AM
Updated to 0.9.1 - no problems so far. Do we have an updated list of pools that are running 0.9.1? I'd rather not send my (meager) hash power to a pool operator that isn't paying attention.
newbie
Activity: 27
Merit: 0
June 14, 2018, 05:54:05 AM
Anyone else found anything like this? What could be causing that? It also often resets as I start up bitmonerod.. very strange
legendary
Activity: 1762
Merit: 1011
June 13, 2018, 07:07:23 PM
Doing the export gave the following error, so I guess I *did* need to roll it back further.

Code:
block 1561300/15776252018-06-13 16:05:05.107    4756    ERROR   cn      src/cryptonote_basic/cryptonote_format_utils.cpp:167    Failed to parse transaction from blob
2018-06-13 16:05:05.138 4756    ERROR   bcutil  src/blockchain_utilities/blockchain_export.cpp:198   Exception at [Export error], what=Failed to parse transaction from blob retrieved from the db
legendary
Activity: 1762
Merit: 1011
June 13, 2018, 06:26:40 AM
Yesterday I ran into the following errors. Thought my blockchain copy was corrupt, so I went to a backup from 10 days ago, it synced to the same point again, then the same errors. Should I assume it is corrupt further back? Any ideas what to do to avoid syncing from scratch? Export the blockchain.raw and import it back in from further back?

Code:
2018-06-13 09:47:18.419 [P2P1]  INFO    global  src/cryptonote_protocol/cryptonote_protocol_handler.inl:310     [195.201.21.23:18080 OUT] Sync data returned a new top block candidate: 1592745 -> 1593980 [Your node is 1235 blocks (1 days) behind]
SYNCHRONIZATION started
2018-06-13 09:48:09.970 [P2P1]  WARN    blockchain.db.lmdb      src/blockchain_db/lmdb/db_lmdb.cpp:75   Failed to query m_blocks: MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
2018-06-13 09:48:09.970 [P2P1]  ERROR   txpool  src/cryptonote_core/tx_pool.cpp:254     transaction already exists at inserting in memory pool: Error adding txpool tx metadata to db transaction: MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
2018-06-13 09:48:09.970 [P2P1]  WARN    blockchain.db.lmdb      src/blockchain_db/lmdb/db_lmdb.cpp:75   Failed to query m_blocks: MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
2018-06-13 09:48:09.970 [P2P1]  ERROR   cn      src/cryptonote_core/cryptonote_core.cpp:749     Exception at [core::handle_incoming_txs()], what=Failed to query m_blocks: MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
2018-06-13 09:48:09.986 [P2P1]  WARN    blockchain.db.lmdb      src/blockchain_db/lmdb/db_lmdb.cpp:75   Failed to commit a transaction to the db: MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
2018-06-13 09:48:09.986 [P2P1]  ERROR   blockchain      src/cryptonote_core/blockchain.cpp:3777 Exception in cleanup_handle_incoming_blocks: Failed to commit a transaction to the db: MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
2018-06-13 09:49:26.284 [P2P9]  ERROR   txpool  src/cryptonote_core/tx_pool.cpp:400     internal error: try to insert duplicate iterator in key_image set
2018-06-13 09:49:26.315 [P2P9]  ERROR   txpool  src/cryptonote_core/tx_pool.cpp:400     internal error: try to insert duplicate iterator in key_image set
2018-06-13 09:49:26.378 [P2P9]  ERROR   txpool  src/cryptonote_core/tx_pool.cpp:400     internal error: try to insert duplicate iterator in key_image set
2018-06-13 09:49:26.425 [P2P9]  ERROR   txpool  src/cryptonote_core/tx_pool.cpp:400     internal error: try to insert duplicate iterator in key_image set
2018-06-13 09:49:26.471 [P2P9]  ERROR   txpool  src/cryptonote_core/tx_pool.cpp:400     internal error: try to insert duplicate iterator in key_image set
2018-06-13 09:49:26.487 [P2P9]  WARN    blockchain.db.lmdb      src/blockchain_db/lmdb/db_lmdb.cpp:75   Failed to query m_blocks: MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
2018-06-13 09:49:26.487 [P2P9]  ERROR   txpool  src/cryptonote_core/tx_pool.cpp:254     transaction already exists at inserting in memory pool: Error adding txpool tx metadata to db transaction: MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
2018-06-13 09:49:26.487 [P2P9]  WARN    blockchain.db.lmdb      src/blockchain_db/lmdb/db_lmdb.cpp:75   Failed to query m_blocks: MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
2018-06-13 09:49:26.487 [P2P9]  ERROR   cn      src/cryptonote_core/cryptonote_core.cpp:749     Exception at [core::handle_incoming_txs()], what=Failed to query m_blocks: MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
2018-06-13 09:49:26.487 [P2P9]  WARN    blockchain.db.lmdb      src/blockchain_db/lmdb/db_lmdb.cpp:75   Failed to commit a transaction to the db: MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
2018-06-13 09:49:26.487 [P2P9]  ERROR   blockchain      src/cryptonote_core/blockchain.cpp:3777 Exception in cleanup_handle_incoming_blocks: Failed to commit a transaction to the db: MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
2018-06-13 09:49:51.783 [P2P6]  INFO    global  src/cryptonote_core/blockchain.cpp:1534
newbie
Activity: 79
Merit: 0
May 19, 2018, 06:58:14 PM
 I made a recent transfer and for some reason it was saying that I could only send 12 monero even tho the unlocked balance was much higher.  After a bit of time it did allow me to send more.
newbie
Activity: 91
Merit: 0
May 19, 2018, 05:48:14 AM
Monero's crypto-currency stock market has become a well-known coin recently and attract investors attention. project is a logical investment in the future you are analyzing. Smiley
newbie
Activity: 63
Merit: 0
May 19, 2018, 02:41:00 AM
thank you stoffu, the truth is that i do not have big knowledge regarding the wallet functions and better to ask than sorry Smiley

thank you again, will follow your instructions- i think Kraken is not using payment ID but i would check of course before sweep .. Smiley
newbie
Activity: 28
Merit: 0
May 18, 2018, 10:51:28 PM
Been encountering a strange occurrence when trying to sync blockchain which is that my modem keeps resetting itself at least a couple of times every hour.
newbie
Activity: 28
Merit: 0
May 18, 2018, 11:41:25 AM
I sent Monero from an exchange to the Monero GUI wallet while still "in syncing". I have confirmed the amount is in there but I cant see it on the balance. I have waited for the blocks to end syncing and still waiting.....Will the correct balance show when syncing is completed?

Thanks
newbie
Activity: 35
Merit: 0
May 18, 2018, 08:59:49 AM
Your DOS experience is about equal to my Windows knowledge. Isn't there something you can do with right click and properties to set a command line on an icon? Maybe it has to be a shortcut?
Pages:
Jump to: