Pages:
Author

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

full member
Activity: 157
Merit: 100
April 11, 2017, 05:07:01 PM
monero worse then bitcoin ....

so few transactions and still they are clogged and stuck for eternity, GJ


36 tx(es), 773209 bytes total (min 12959, max 70009, avg 21478)
fees 1.084068933218 (avg 0.030113025922 per tx)
0 not relayed, 0 failing, 25 older than 10 minutes (oldest 42 minutes ago)
legendary
Activity: 2730
Merit: 1288
April 11, 2017, 09:27:58 AM
Good time!
Yes, I wrote several times to:  [email protected], but did not get an answer. My E-mail: [email protected]
 Maybe you will help.
Thanks
Vlad

What should I help you I dont run the pool nor I have soem system where to rate pools.  on pool page under support you have IRC: https://monerohash.com/#support

Join in and it will lead you to IRC channel that is dedicated to mining. There are different pool operators and different miners. They will most likely be able to tell you if you did something wrong. And since you said this pool support is ignoring your email, that is already strange. People on IRC  will also be able to tell to other miners that this pool operator is a possible scammer.
newbie
Activity: 14
Merit: 0
April 10, 2017, 10:16:26 PM
Good time!
Yes, I wrote several times to:  [email protected], but did not get an answer. My E-mail: [email protected]
 Maybe you will help.
Thanks
Vlad
legendary
Activity: 2730
Merit: 1288
April 10, 2017, 01:52:54 PM
Good time, support!
I can not withdraw a long time my coins: 2.169995054823 XMR  from monerohash.com to my address:47sghzufGhJJDQEbScMCwVBimTuq6L5JiRixD8VeGbpjCTA12noXmi4ZyBZLc99e66NtnKff34fHsGR oyZk3ES1s1V4QVcB.5d7885980c9bb71d8098aeb5dc92854cafc163a9c556dec0ec27162b8e64c7 1f please help if it is possible
Thanks

Maybe send email here [email protected] ?
newbie
Activity: 14
Merit: 0
April 09, 2017, 03:36:09 PM
Good time, support!
I can not withdraw a long time my coins: 2.169995054823 XMR  from monerohash.com to my address:47sghzufGhJJDQEbScMCwVBimTuq6L5JiRixD8VeGbpjCTA12noXmi4ZyBZLc99e66NtnKff34fHsGR oyZk3ES1s1V4QVcB.5d7885980c9bb71d8098aeb5dc92854cafc163a9c556dec0ec27162b8e64c7 1f please help if it is possible
Thanks
legendary
Activity: 2142
Merit: 1131
March 15, 2017, 08:00:19 AM
I have downloaded the Windows x64 gui wallet but when I run the monero-wallet-gui.exe, the splash screen is a blank white borderless windows and stops there.
It doesn't even register on the Task manager as a functioning application.
Is this normal?
Monerod seems to work, it's syncing the blockchain to \bitmonero.
(Acer laptop, W7 x64: The Linux Gui wallet works fine on the Ubuntu partition.)

Personally I just use monerod. Always worked and I'm used to.
member
Activity: 89
Merit: 10
March 11, 2017, 05:11:52 PM

I have downloaded the Windows x64 gui wallet but when I run the monero-wallet-gui.exe, the splash screen is a blank white borderless windows and stops there.

It doesn't even register on the Task manager as a functioning application.

Is this normal?

Monerod seems to work, it's syncing the blockchain to \bitmonero.

(Acer laptop, W7 x64: The Linux Gui wallet works fine on the Ubuntu partition.)
sr. member
Activity: 807
Merit: 423
February 25, 2017, 05:45:37 PM
Crossposted from the Monero announcement thread

Wolfram Warptangent, Point Release 2.1

https://github.com/monero-project/monero/releases

Quote
the 0.10.2.1 point release fixes two sets of RPC issues that affected the 0.10.2 point release
I'm running linux 64 bit 10.1.0 and I just downloaded the 10.2.1 update.  Now how do I update the program?

Open a terminal and go to the directory where you downloaded monero-linux-x64-v0.10.2.1.tar.bz2
Optional, but recommended: check the sha256 of the file with this:
Code:
sha256sum monero-linux-x64-v0.10.2.1.tar.bz2
The output should match 9edba6ca91c35c6c2eb6816f9342931c88648de5beb471943ea63d0b16c9a2e4
Unzip the file with
Code:
tar -xf monero-linux-x64-v0.10.2.1.tar.bz2

Now you have the directory containing the latest programs (binaries). Go into that directory and use this to open the daemon (to sync the blockchain):
Code:
./monerod

If you're updating from a previous version of Monero, and if you've had the node running, the sync should take a few minutes at most. While that's happening, you can either create a new wallet or copy your existing wallet into the new directory. To run your wallet, open another terminal where the wallet file is located and:
Code:
./monero-wallet-cli --wallet-file [nameOfYourWalletFileHere,withoutBrackets]
Thanks.  I'm clear now on the basics.  It's just a new version of the daemon, everything else stays the same, my lmdb and wallet files etc.
What I did was extract 2.1 in a new folder and then just copied my wallet files into the new folder.  Everything runs good.
It's nice to have competent people putting out good software.  It's amazing how much room for improvement there is even after all this time.
Cryptonote started out so crippled that it's almost like evolving a new life form.
hero member
Activity: 850
Merit: 1000
February 25, 2017, 04:15:39 PM
Crossposted from the Monero announcement thread

Wolfram Warptangent, Point Release 2.1

https://github.com/monero-project/monero/releases

Quote
the 0.10.2.1 point release fixes two sets of RPC issues that affected the 0.10.2 point release
I'm running linux 64 bit 10.1.0 and I just downloaded the 10.2.1 update.  Now how do I update the program?

Open a terminal and go to the directory where you downloaded monero-linux-x64-v0.10.2.1.tar.bz2
Optional, but recommended: check the sha256 of the file with this:
Code:
sha256sum monero-linux-x64-v0.10.2.1.tar.bz2
The output should match 9edba6ca91c35c6c2eb6816f9342931c88648de5beb471943ea63d0b16c9a2e4
Unzip the file with
Code:
tar -xf monero-linux-x64-v0.10.2.1.tar.bz2

Now you have the directory containing the latest programs (binaries). Go into that directory and use this to open the daemon (to sync the blockchain):
Code:
./monerod

If you're updating from a previous version of Monero, and if you've had the node running, the sync should take a few minutes at most. While that's happening, you can either create a new wallet or copy your existing wallet into the new directory. To run your wallet, open another terminal where the wallet file is located and:
Code:
./monero-wallet-cli --wallet-file [nameOfYourWalletFileHere,withoutBrackets]
sr. member
Activity: 807
Merit: 423
February 25, 2017, 08:39:16 AM
Crossposted from the Monero announcement thread

Wolfram Warptangent, Point Release 2.1

https://github.com/monero-project/monero/releases

Quote
the 0.10.2.1 point release fixes two sets of RPC issues that affected the 0.10.2 point release
I'm running linux 64 bit 10.1.0 and I just downloaded the 10.2.1 update.  Now how do I update the program?
legendary
Activity: 2282
Merit: 1050
Monero Core Team
February 24, 2017, 09:02:51 PM
Crossposted from the Monero announcement thread

Wolfram Warptangent, Point Release 2.1

https://github.com/monero-project/monero/releases

Quote
the 0.10.2.1 point release fixes two sets of RPC issues that affected the 0.10.2 point release
donator
Activity: 2772
Merit: 1019
February 24, 2017, 04:32:33 PM
How to speed up?

In this post by you (where you posted contents of your terminal), it looks like you pasted the line

Quote
bitmonerod --out-peers 1 --p2p-bind-ip 127.0.0.1 --db-sync-mode fast:async:1000

into the terminal while bitmonerod was already running. Then it wont have any effect.

Instead, you should start an empty terminal with a shell (on windows: start -> execute program -> cmd). This should give you a prompt waiting for your commands. Thats when you start bitmonerod by entering the command above.

Then it will be fast.
newbie
Activity: 19
Merit: 0
February 24, 2017, 02:24:37 PM
That is the last output:

2017-Feb-24 19:07:03.528922 [P2P8][91.121.46.222:18080 OUT]Sync data returned unknown top block: 1220521 -> 1220521 [0 blocks (0 days) behind]
SYNCHRONIZATION started

2017-Feb-24 19:07:03.724818 [P2P3][91.121.46.222:18080 OUT] SYNCHRONIZED OK

but current block is not 1220521..
legendary
Activity: 2730
Merit: 1288
February 24, 2017, 01:28:08 PM
Hey,

i downloaded  https://downloads.getmonero.org/blockchain.raw  and imported it.

Now i started monerod and it is steel 43days behind and doesn't sync.

It showed me 1220521 -> 1253282, but now shows

SYNCHRONIZED OK
but

only 1220521 blocks are sync.

How can i sync all the blocks up to current block 1253282 please?



To me when i open GUI it starting syncing blockchain as in any other coin.  You imported block chain so should sync from last block in that blockchain on.
newbie
Activity: 19
Merit: 0
February 24, 2017, 12:33:21 PM
Hey,

i downloaded  https://downloads.getmonero.org/blockchain.raw  and imported it.

Now i started monerod and it is steel 43days behind and doesn't sync.

It showed me 1220521 -> 1253282, but now shows

SYNCHRONIZED OK
but

only 1220521 blocks are sync.

How can i sync all the blocks up to current block 1253282 please?

newbie
Activity: 84
Merit: 0
January 19, 2017, 11:41:06 AM
Make a copy of the files. Move the wallet.bin and wallet.bin.address from the folder (only the .keys file stays). The password it asks is the NEW password you are giving to your wallet and not an old one. If this is not the case you could get some assistance in freenode - #monero or #monero-dev channels.

I was thinking the same at the beginning but the client ask me for a password to unlock the wallet.  Cry
Ok thanks, I will check freenode to get some assistance.

Please take a look:
http://img11.hostingpics.net/pics/861506monerocli.jpg

When I check monero-wallet-cli file :
Quote
2017-Jan-19 16:34:43.412102 Monero 'Wolfram Warptangent' (v0.10.1.0-dd580d7)
2017-Jan-19 16:34:43.412604 Setting log level = 0
2017-Jan-19 16:34:43.412604 default_log: C:\Users\Christian\Desktop\monero-wallet-gui\monero-wallet-cli.log
2017-Jan-19 16:34:43.412604 Logging at log level 0 to C:\Users\Christian\Desktop\monero-wallet-gui\monero-wallet-cli.log
2017-Jan-19 16:37:32.303330 ERROR C:/msys64/DISTRIBUTION-BUILD/contrib/epee/include/storages/portable_storage.h:161 portable_storage: wrong binary format - signature missmatch
2017-Jan-19 16:37:32.303330 ERROR C:/msys64/DISTRIBUTION-BUILD/src/wallet/wallet2.cpp:1959 !r. THROW EXCEPTION: error::invalid_password
2017-Jan-19 16:37:32.303330 C:/msys64/DISTRIBUTION-BUILD/src/wallet/wallet2.cpp:1959:N5tools5error16invalid_passwordE: invalid password
2017-Jan-19 16:37:32.303831 Error: failed to load wallet: invalid password
2017-Jan-19 16:37:32.304207 ERROR C:/msys64/DISTRIBUTION-BUILD/src/simplewallet/simplewallet.cpp:1086 failed to open account
2017-Jan-19 16:37:32.304207 ERROR C:/msys64/DISTRIBUTION-BUILD/src/simplewallet/simplewallet.cpp:3937 Failed to initialize wallet

I'm using/used the version 0.22.0 :
http://img11.hostingpics.net/pics/527880monerox.jpg
hero member
Activity: 794
Merit: 1000
Monero (XMR) - secure, private, untraceable
January 19, 2017, 08:33:52 AM
Hello,

I need some help to recover my monero wallet. Last time I used it, it was... in 2014. I used the monero client developped by Jojatekok, MoneroX, as you know this client doesn't have any support since 2016.  Cry
I still can open my wallet on this client, I can see my balance but the client can't connect to the network after the support was stopped.
So, I still have 3 files : wallet.bin - wallet.bin.address - wallet.bin.keys

I downloaded monero-wallet-gui and put the files in, I opened wallet.bin.key with this client (monero-wallet-gui) but the problem is... the client ask me for a password.  Lips sealed
I never used any password when I used my wallet on the old client and it never asked me to create one so I'm confused. I don't know what to do now... I am desperate to get back my +25 moneros.  Cry

I tried with monero-wallet-cli, same issue, I need to put a password. I tried to just press "enter" but doesn't work.

I asked myself about "what if I forgot my password ?" so I created a new wallet with moneroX (the old client). No password created with the wallet, he just instant created it and opened it. So, I moved the new .keys and tried to open the new wallet i just created, with gui and cli but still the same issue, I need to put a password but I don't have it...

This confirmed that I'm 100% sure I never had a password for my wallet.

Do you have any ideas ?

Thank you and have a nice day !
Make a copy of the files. Move the wallet.bin and wallet.bin.address from the folder (only the .keys file stays). The password it asks is the NEW password you are giving to your wallet and not an old one. If this is not the case you could get some assistance in freenode - #monero or #monero-dev channels.
newbie
Activity: 84
Merit: 0
January 19, 2017, 08:06:44 AM
Hello,

I need some help to recover my monero wallet. Last time I used it, it was... in 2014. I used the monero client developped by Jojatekok, MoneroX, as you know this client doesn't have any support since 2016.  Cry
I still can open my wallet on this client, I can see my balance but the client can't connect to the network after the support was stopped.
So, I still have 3 files : wallet.bin - wallet.bin.address - wallet.bin.keys

I downloaded monero-wallet-gui and put the files in, I opened wallet.bin.key with this client (monero-wallet-gui) but the problem is... the client ask me for a password.  Lips sealed
I never used any password when I used my wallet on the old client and it never asked me to create one so I'm confused. I don't know what to do now... I am desperate to get back my +25 moneros.  Cry

I tried with monero-wallet-cli, same issue, I need to put a password. I tried to just press "enter" but doesn't work.

I asked myself about "what if I forgot my password ?" so I created a new wallet with moneroX (the old client). No password created with the wallet, he just instant created it and opened it. So, I moved the new .keys and tried to open the new wallet i just created, with gui and cli but still the same issue, I need to put a password but I don't have it...

This confirmed that I'm 100% sure I never had a password for my wallet.

Do you have any ideas ?

Thank you and have a nice day !
hyc
member
Activity: 88
Merit: 16
December 21, 2016, 05:58:28 PM
Had a powercut earier today so my desktop PC turned off whilst running 10.1.0 when i rebooted and tried running Monerod again i am now getting this error and the daemon quits. Is there any easy fix?


Unfortunately, not likely. You're going to have to delete the LMDB folder and resync.

Next time, after the daemon finishes syncing, you should stop it and restart with "--db-sync-mode safe"

In a future release I'd like to patch the daemon to switch into safe mode automatically after it finishes syncing.

jr. member
Activity: 40
Merit: 2
December 21, 2016, 03:29:16 PM
Had a powercut earier today so my desktop PC turned off whilst running 10.1.0 when i rebooted and tried running Monerod again i am now getting this error and the daemon quits. Is there any easy fix?

2016-Dec-21 19:23:54.032126 Loading blockchain from folder C:\ProgramData\bitmonero\lmdb ...
2016-Dec-21 19:23:54.032126 option: fast
2016-Dec-21 19:23:54.032126 option: async
2016-Dec-21 19:23:54.034626 option: 1000
2016-Dec-21 19:23:54.034626 Failed to query m_blocks: MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
2016-Dec-21 19:23:54.034626 ERROR C:/msys64/DISTRIBUTION-BUILD/src/cryptonote_core/cryptonote_core.cpp:391 Error opening database: Failed to query m_blocks: MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
2016-Dec-21 19:23:54.037126 Deinitializing rpc server...
2016-Dec-21 19:23:54.037126 Deinitializing p2p...
2016-Dec-21 19:23:54.067127 Deinitializing core...
2016-Dec-21 19:23:54.074627 Failed to deinitialize core...
2016-Dec-21 19:23:54.074627 Stopping cryptonote protocol...
2016-Dec-21 19:23:54.077127 Cryptonote protocol stopped successfully
Pages:
Jump to: