Author

Topic: [XMR] Monero - A secure, private, untraceable cryptocurrency - page 304. (Read 4671575 times)

legendary
Activity: 2268
Merit: 1141
hi,
i am just installing my monero wallet and would like to ask if there is any chance to change the daemon log path? it is automatically saved on my smaller hard drive which has not enough space left. I was able to change the wallet log path but am uncertain about the daemon log path. i couldnt find anything helpful so far.

Try this:

https://monero.stackexchange.com/questions/3086/how-to-change-location-of-the-blockchain-with-monero-gui
legendary
Activity: 2268
Merit: 1141
Hi there, not sure where is the best place to post a monero support question. Just installed Hydra v0.11.1.0 and started to snyc on a new machine. Got to about 360 days still to sync and getting this message in log:

2017-11-16 11:47:02.061   8500   INFO    global   src/daemon/rpc.h:63   Core rpc server initialized OK on port: 18081
2017-11-16 11:47:02.061   8500   INFO    global   src/daemon/core.h:73   Initializing core...
2017-11-16 11:47:02.061   8500   INFO    global   src/cryptonote_core/cryptonote_core.cpp:323   Loading blockchain from folder C:\ProgramData\bitmonero\lmdb ...
2017-11-16 11:47:02.077   8500   WARN    blockchain.db.lmdb   src/blockchain_db/lmdb/db_lmdb.cpp:1155   LMDB memory map needs to be resized, doing that now.
2017-11-16 11:47:02.077   8500   INFO    global   src/blockchain_db/lmdb/db_lmdb.cpp:494   LMDB Mapsize increased.  Old: 9195MiB, New: 10219MiB
2017-11-16 11:47:02.077   8500   WARN    blockchain.db.lmdb   src/blockchain_db/lmdb/db_lmdb.cpp:72   Failed to query m_blocks: MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
2017-11-16 11:47:02.077   8500   ERROR   cn   src/cryptonote_core/cryptonote_core.cpp:399   Error opening database: Failed to query m_blocks: MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
2017-11-16 11:47:02.077   8500   INFO    global   src/daemon/rpc.h:90   Deinitializing rpc server...
2017-11-16 11:47:02.077   8500   INFO    global   src/daemon/p2p.h:90   Deinitializing p2p...
2017-11-16 11:47:02.092   8500   INFO    global   src/daemon/core.h:89   Deinitializing core...
2017-11-16 11:47:02.092   8500   ERROR   daemon   src/daemon/core.h:94   Failed to deinitialize core...
2017-11-16 11:47:02.092   8500   INFO    global   src/daemon/protocol.h:77   Stopping cryptonote protocol...
2017-11-16 11:47:02.108   8500   INFO    global   src/daemon/protocol.h:81   Cryptonote protocol stopped successfully


Is there any other solution other than deleting blockchain and starting sync from scratch again?

There's the --db-salvage flag, which has to be applied to monerod.exe from the command line, but it's unlikely that it'll "uncorrupt" your blockchain. However, if you'd like to give it a shot, it's done as follows.

1. Exit the GUI and make sure to close the daemon as well.

2. Browse to the directory monero-wallet-gui.exe is located.

3. Open a new command prompt. This is done by first making sure your cursor isn't located on any of the files and subsequently doing SHIFT + right click. It will give you an option to "Open command window here".

4. Now type -> monerod.exe --db-salvage

5. If that doesn't work, you, unfortunately have to resync from scratch. A resync is easily triggered by deleting C:\ProgramData\bitmonero.

Whilst you're syncing the blockchain using the daemon (monerod.exe), always make sure to exit it gracefully. If you're using the CLI, this is done by simply typing "exit" into monerod.exe. In addition, if you're using the GUI, simply click on the x to close the GUI and make sure to close the daemon as well.
newbie
Activity: 33
Merit: 0
hi,
i am just installing my monero wallet and would like to ask if there is any chance to change the daemon log path? it is automatically saved on my smaller hard drive which has not enough space left. I was able to change the wallet log path but am uncertain about the daemon log path. i couldnt find anything helpful so far.
jr. member
Activity: 40
Merit: 2
Hi there, not sure where is the best place to post a monero support question. Just installed Hydra v0.11.1.0 and started to snyc on a new machine. Got to about 360 days still to sync and getting this message in log:

2017-11-16 11:47:02.061   8500   INFO    global   src/daemon/rpc.h:63   Core rpc server initialized OK on port: 18081
2017-11-16 11:47:02.061   8500   INFO    global   src/daemon/core.h:73   Initializing core...
2017-11-16 11:47:02.061   8500   INFO    global   src/cryptonote_core/cryptonote_core.cpp:323   Loading blockchain from folder C:\ProgramData\bitmonero\lmdb ...
2017-11-16 11:47:02.077   8500   WARN    blockchain.db.lmdb   src/blockchain_db/lmdb/db_lmdb.cpp:1155   LMDB memory map needs to be resized, doing that now.
2017-11-16 11:47:02.077   8500   INFO    global   src/blockchain_db/lmdb/db_lmdb.cpp:494   LMDB Mapsize increased.  Old: 9195MiB, New: 10219MiB
2017-11-16 11:47:02.077   8500   WARN    blockchain.db.lmdb   src/blockchain_db/lmdb/db_lmdb.cpp:72   Failed to query m_blocks: MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
2017-11-16 11:47:02.077   8500   ERROR   cn   src/cryptonote_core/cryptonote_core.cpp:399   Error opening database: Failed to query m_blocks: MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
2017-11-16 11:47:02.077   8500   INFO    global   src/daemon/rpc.h:90   Deinitializing rpc server...
2017-11-16 11:47:02.077   8500   INFO    global   src/daemon/p2p.h:90   Deinitializing p2p...
2017-11-16 11:47:02.092   8500   INFO    global   src/daemon/core.h:89   Deinitializing core...
2017-11-16 11:47:02.092   8500   ERROR   daemon   src/daemon/core.h:94   Failed to deinitialize core...
2017-11-16 11:47:02.092   8500   INFO    global   src/daemon/protocol.h:77   Stopping cryptonote protocol...
2017-11-16 11:47:02.108   8500   INFO    global   src/daemon/protocol.h:81   Cryptonote protocol stopped successfully


Is there any other solution other than deleting blockchain and starting sync from scratch again?
legendary
Activity: 2212
Merit: 1038
Cli = for server model
Gui = for end user


Ahahaha don't fight gui and cli same guys what prefer used. Up to you. Happy mining Wink

Xmr is not much power consumption. I try used that voinhive my procie is good (i7). Profit. Now minergate is bad not single day profit.

You'll need a Radeon RX or R9 GPU if you want to mine XMR and profit.

full member
Activity: 1179
Merit: 210
only hodl what you understand and love!
sr. member
Activity: 882
Merit: 250
Founder Nur1Labs
Cli = for server model
Gui = for end user


Ahahaha don't fight gui and cli same guys what prefer used. Up to you. Happy mining Wink

Xmr is not much power consumption. I try used that voinhive my procie is good (i7). Profit. Now minergate is bad not single day profit.
sr. member
Activity: 364
Merit: 250
There are NO safe online wallets period, even using a lite wallet puts you at risk to a MITM attack. If you use a lite wallet then make sure you trust the node.

MyMonero has had a few users that lost large quantities of coins so like any online wallet if you must use it just use it for pocket change. There have also been phishing sites similar to mymonero.com so make sure you are the correct url by using a bookmark to get there, you don't want a mistype to compromise your wallet.
legendary
Activity: 1722
Merit: 1217
the wallet is really bad. it's pretty confusing using this on windows..
Ignore the trolls.
I don't like the GUI wallet either.  Does is work for you and you just don't like it, or are you having a real problem that makes it unusable?
I would suggest the support thread, but it's pretty dead.

We are the bleeding edge of sig-int resistant decentralized underground cypher punk crypto currency. Let that sink in for a second. Think of where you are and what you are doing. Now go learn how to use the damned command line!
I don't know if you were talking to him or me, but the cli wallet is what I use.

Him. I think I just quoted you because your comment is where I read his comment  Cheesy. But really it was directed at all of the (probably) trolls that keep coming around and whining about the gui all the time.
sr. member
Activity: 882
Merit: 250
Founder Nur1Labs
now mine monero so hard
i'm using minergate I dont know that minergate problem or what because now block not find
for backup I'm use coinhive and so perfect but low rate Cheesy

That payment?
sr. member
Activity: 807
Merit: 423
the wallet is really bad. it's pretty confusing using this on windows..
Ignore the trolls.
I don't like the GUI wallet either.  Does is work for you and you just don't like it, or are you having a real problem that makes it unusable?
I would suggest the support thread, but it's pretty dead.

We are the bleeding edge of sig-int resistant decentralized underground cypher punk crypto currency. Let that sink in for a second. Think of where you are and what you are doing. Now go learn how to use the damned command line!
I don't know if you were talking to him or me, but the cli wallet is what I use.
sr. member
Activity: 289
Merit: 251
Hi guys. Does Monero have a serious equivalent to an Electrum lite wallet?

I don't want to download the chain and I don't want to use any centralized website wallet services.

Please let me know.
You can always trust a remote node if you don't want to hold the entire blockchain and be as safe as you can be

https://getmonero.org/resources/user-guides/remote_node_gui.html

Ahhhhh, yeah. thanks gary, this is kinda what I was looking for. Very cool, I didn't know I could just do it like this.
full member
Activity: 406
Merit: 105
Chosŏn Minjujuŭi Inmin Konghwaguk
Hi guys. Does Monero have a serious equivalent to an Electrum lite wallet?

I don't want to download the chain and I don't want to use any centralized website wallet services.

Please let me know.
You can always trust a remote node if you don't want to hold the entire blockchain and be as safe as you can be

https://getmonero.org/resources/user-guides/remote_node_gui.html
sr. member
Activity: 289
Merit: 251
Hi guys. Does Monero have a serious equivalent to an Electrum lite wallet?

I don't want to download the chain and I don't want to use any centralized website wallet services.

Please let me know.
legendary
Activity: 2702
Merit: 2053
Free spirit
What are advanteges of your coin expect security.What are other innovations?

Fundamentally different than all the hundreds of Bitcoin fork based coins.

Design focus not capitalisation.

Sustainable, with small tail emission for securing the blockchain. An issue BTC has yet to address.

And the upcoming multi sig transactions, enabling in protocol escrow.

All good stuff and much more.




legendary
Activity: 2268
Merit: 1141
sr. member
Activity: 882
Merit: 250
Founder Nur1Labs
Alert, there are 3 coins ie IOTA, ETC and NEM are approaching Monero marketcap, I'm afraid the 3 coins will replace Monero and XMR will out of the top 10.

Those can not sustain the achievement in case if they over take marketcap of Monero. They need millions o dollars daily trading volume to be there which is very hard without being supported by large community and support. Monero has these two things so watch things is large perspective and you will not see anything to be worried about.

Agreed hope price will stable on 0.02 btc or high. As today xmr profit for less process mining
hero member
Activity: 980
Merit: 500
Alert, there are 3 coins ie IOTA, ETC and NEM are approaching Monero marketcap, I'm afraid the 3 coins will replace Monero and XMR will out of the top 10.

Those can not sustain the achievement in case if they over take marketcap of Monero. They need millions o dollars daily trading volume to be there which is very hard without being supported by large community and support. Monero has these two things so watch things is large perspective and you will not see anything to be worried about.
sr. member
Activity: 882
Merit: 250
Founder Nur1Labs
full member
Activity: 518
Merit: 102
now mine monero so hard
i'm using minergate I dont know that minergate problem or what because now block not find
for backup I'm use coinhive and so perfect but low rate Cheesy
Jump to: