Bitcoin Forum
June 25, 2024, 05:47:37 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 [10] 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 »
  Print  
Author Topic: Monero Support  (Read 82929 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
jwinterm
Legendary
*
Offline Offline

Activity: 3066
Merit: 1115



View Profile
March 10, 2015, 10:41:32 AM
 #181

hi

how to upgrade my wallet from Version 0.8.8.1 to Version 0.8.8.6 ??

now, when I open 0.8.8.6 simplewallet, its auto closed....

There's a bug with the 0.8.8.6 wallet converter that's fixed in 0.8.8.7 (not tagged yet) - are you able to compile the latest version from Github? Alternatively, you can use 0.8.8.6 and restore from your mnemonic seed, or failing that I can see if I can give you a more recent build of simplewallet for your OS.


bitmonero wallet v0.8.8.6-release
Specify wallet file name (e.g., wallet.bin). If the wallet doesn't exist, it wil
l be created.
Wallet file name: mro
password: *****
Error: failed to load wallet: failed to read file "mro"

wallet.bin cant working, what can I do ?

my system is win 2k11

You quoted the solution from fluffypony in your response. You can't use 0.8.8.6 to update old wallets. Look what version you're using.

  • You can build from source following the instructions here: https://github.com/monero-project/bitmonero
  • Or you can restore from your mnemonic seed if you have one.
  • Or you can ask fluffypony to send you a newer 0.8.8.7 version build of simplewallet.

Also, not sure what win 2k11 is...
coomme
Full Member
***
Offline Offline

Activity: 131
Merit: 100


View Profile
March 10, 2015, 10:56:53 AM
 #182

hi

how to upgrade my wallet from Version 0.8.8.1 to Version 0.8.8.6 ??

now, when I open 0.8.8.6 simplewallet, its auto closed....

There's a bug with the 0.8.8.6 wallet converter that's fixed in 0.8.8.7 (not tagged yet) - are you able to compile the latest version from Github? Alternatively, you can use 0.8.8.6 and restore from your mnemonic seed, or failing that I can see if I can give you a more recent build of simplewallet for your OS.


bitmonero wallet v0.8.8.6-release
Specify wallet file name (e.g., wallet.bin). If the wallet doesn't exist, it wil
l be created.
Wallet file name: mro
password: *****
Error: failed to load wallet: failed to read file "mro"

wallet.bin cant working, what can I do ?

my system is win 2k11

You quoted the solution from fluffypony in your response. You can't use 0.8.8.6 to update old wallets. Look what version you're using.

  • You can build from source following the instructions here: https://github.com/monero-project/bitmonero
  • Or you can restore from your mnemonic seed if you have one.
  • Or you can ask fluffypony to send you a newer 0.8.8.7 version build of simplewallet.

Also, not sure what win 2k11 is...

win 2k11 is windows operatoin system server2011 64bit version
thelibertycap
Full Member
***
Offline Offline

Activity: 211
Merit: 100


View Profile
March 10, 2015, 12:16:28 PM
 #183

I am trying to build the blockchain branch on Jessie with gcc-4.9 liblmdb-dev 0.9.14 and it gives these errors:

Linking CXX executable ../../bin/bitmonerod
/tmp/ccl9Rcmi.ltrans22.ltrans.o: In function `cryptonote::BlockchainLMDB::tx_exists(crypto::hash const&) const':
ccl9Rcmi.ltrans22.o:(.text+0x4826): undefined reference to `mdb_get'
ccl9Rcmi.ltrans22.o:(.text+0x48c4): undefined reference to `mdb_txn_begin'
/tmp/ccl9Rcmi.ltrans22.ltrans.o: In function `cryptonote::BlockchainLMDB::get_tx_unlock_time(crypto::hash const&) const':
ccl9Rcmi.ltrans22.o:(.text+0x4cd3): undefined reference to `mdb_txn_begin'
ccl9Rcmi.ltrans22.o:(.text+0x4d37): undefined reference to `mdb_get'
/tmp/ccl9Rcmi.ltrans22.ltrans.o: In function `cryptonote::BlockchainLMDB::get_tx_count() const':
ccl9Rcmi.ltrans22.o:(.text+0x5019): undefined reference to `mdb_txn_begin'
ccl9Rcmi.ltrans22.o:(.text+0x5033): undefined reference to `mdb_stat'
/tmp/ccl9Rcmi.ltrans22.ltrans.o: In function `cryptonote::BlockchainLMDB::get_tx_block_height(crypto::hash const&) const':

...

collect2: error: ld returned 1 exit status
src/daemon/CMakeFiles/daemon.dir/build.make:111: recipe for target 'bin/bitmonerod' failed
make[3]: *** [bin/bitmonerod] Error 1

...

any idea what's wrong? some lib to install?

nobody can help with this??

its a fresh 64bit debian jessie install and it should compile alright - jessie was in RC1 and debian is quite common OS so I think it is not just me that needs this figured out.

btw, i also noticed that i needed to install libboost-all-dev to get boost working (not just libboost-dev) - it was not exactly clear from the build instructions. it would be good to isolate the package that needs to be installed because this -all package links to too many packages that are not needed.
jwinterm
Legendary
*
Offline Offline

Activity: 3066
Merit: 1115



View Profile
March 10, 2015, 12:31:19 PM
 #184

I am trying to build the blockchain branch on Jessie with gcc-4.9 liblmdb-dev 0.9.14 and it gives these errors:

Linking CXX executable ../../bin/bitmonerod
/tmp/ccl9Rcmi.ltrans22.ltrans.o: In function `cryptonote::BlockchainLMDB::tx_exists(crypto::hash const&) const':
ccl9Rcmi.ltrans22.o:(.text+0x4826): undefined reference to `mdb_get'
ccl9Rcmi.ltrans22.o:(.text+0x48c4): undefined reference to `mdb_txn_begin'
/tmp/ccl9Rcmi.ltrans22.ltrans.o: In function `cryptonote::BlockchainLMDB::get_tx_unlock_time(crypto::hash const&) const':
ccl9Rcmi.ltrans22.o:(.text+0x4cd3): undefined reference to `mdb_txn_begin'
ccl9Rcmi.ltrans22.o:(.text+0x4d37): undefined reference to `mdb_get'
/tmp/ccl9Rcmi.ltrans22.ltrans.o: In function `cryptonote::BlockchainLMDB::get_tx_count() const':
ccl9Rcmi.ltrans22.o:(.text+0x5019): undefined reference to `mdb_txn_begin'
ccl9Rcmi.ltrans22.o:(.text+0x5033): undefined reference to `mdb_stat'
/tmp/ccl9Rcmi.ltrans22.ltrans.o: In function `cryptonote::BlockchainLMDB::get_tx_block_height(crypto::hash const&) const':

...

collect2: error: ld returned 1 exit status
src/daemon/CMakeFiles/daemon.dir/build.make:111: recipe for target 'bin/bitmonerod' failed
make[3]: *** [bin/bitmonerod] Error 1

...

any idea what's wrong? some lib to install?

nobody can help with this??

its a fresh 64bit debian jessie install and it should compile alright - jessie was in RC1 and debian is quite common OS so I think it is not just me that needs this figured out.

btw, i also noticed that i needed to install libboost-all-dev to get boost working (not just libboost-dev) - it was not exactly clear from the build instructions. it would be good to isolate the package that needs to be installed because this -all package links to too many packages that are not needed.


I think you need to have libunbound and liblmdb installed (I've only built database version on Windows, where the building of those two is pretty automated). Also, make sure you are not using boost 1.54, as it doesn't work, you need 1.53 or 1.55. Your best bet is probably to ask for help in #monero-dev or #monero on freenode IRC. tewinget is usually helpful with build issues on database version. You might also try to PM GingerAle https://bitcointalk.org/index.php?action=profile;u=399904, as I'm pretty sure he's got it built on Ubuntu...
darkmind
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile
March 10, 2015, 12:39:25 PM
 #185

I am just pissed off at XMR, I've been holding a shit ton since last year, and moved to btc on the drop.. woulda been a lot made last night,... so pisstt Sad

thelibertycap
Full Member
***
Offline Offline

Activity: 211
Merit: 100


View Profile
March 10, 2015, 12:42:05 PM
 #186

I am trying to build the blockchain branch on Jessie with gcc-4.9 liblmdb-dev 0.9.14 and it gives these errors:

Linking CXX executable ../../bin/bitmonerod
/tmp/ccl9Rcmi.ltrans22.ltrans.o: In function `cryptonote::BlockchainLMDB::tx_exists(crypto::hash const&) const':
ccl9Rcmi.ltrans22.o:(.text+0x4826): undefined reference to `mdb_get'
ccl9Rcmi.ltrans22.o:(.text+0x48c4): undefined reference to `mdb_txn_begin'
/tmp/ccl9Rcmi.ltrans22.ltrans.o: In function `cryptonote::BlockchainLMDB::get_tx_unlock_time(crypto::hash const&) const':
ccl9Rcmi.ltrans22.o:(.text+0x4cd3): undefined reference to `mdb_txn_begin'
ccl9Rcmi.ltrans22.o:(.text+0x4d37): undefined reference to `mdb_get'
/tmp/ccl9Rcmi.ltrans22.ltrans.o: In function `cryptonote::BlockchainLMDB::get_tx_count() const':
ccl9Rcmi.ltrans22.o:(.text+0x5019): undefined reference to `mdb_txn_begin'
ccl9Rcmi.ltrans22.o:(.text+0x5033): undefined reference to `mdb_stat'
/tmp/ccl9Rcmi.ltrans22.ltrans.o: In function `cryptonote::BlockchainLMDB::get_tx_block_height(crypto::hash const&) const':

...

collect2: error: ld returned 1 exit status
src/daemon/CMakeFiles/daemon.dir/build.make:111: recipe for target 'bin/bitmonerod' failed
make[3]: *** [bin/bitmonerod] Error 1

...

any idea what's wrong? some lib to install?

nobody can help with this??

its a fresh 64bit debian jessie install and it should compile alright - jessie was in RC1 and debian is quite common OS so I think it is not just me that needs this figured out.

btw, i also noticed that i needed to install libboost-all-dev to get boost working (not just libboost-dev) - it was not exactly clear from the build instructions. it would be good to isolate the package that needs to be installed because this -all package links to too many packages that are not needed.


I think you need to have libunbound and liblmdb installed (I've only built database version on Windows, where the building of those two is pretty automated). Also, make sure you are not using boost 1.54, as it doesn't work, you need 1.53 or 1.55. Your best bet is probably to ask for help in #monero-dev or #monero on freenode IRC. tewinget is usually helpful with build issues on database version. You might also try to PM GingerAle https://bitcointalk.org/index.php?action=profile;u=399904, as I'm pretty sure he's got it built on Ubuntu...

thanks for the reply, i have installed libunbound and also liblmdb-dev 0.9.14. libboost-dev version 1.55. that should be alright.
ok i'll try IRC when i get back home
TheKoziTwo
Legendary
*
Offline Offline

Activity: 1552
Merit: 1047



View Profile
March 12, 2015, 10:46:06 PM
 #187

Problem: Daemon server works for a day or so before getting this error multiple times and shutting down:
[1426196083] libunbound[28839:0] error: can't create socket: Too many open files

Environment:
Ubuntu 14.04
Bitmonero Wallet v.0.8.8.7-1016712

Reproducible:
1. Launch with ip binding
Code:
./bitmonerod --rpc-bind-ip 192.168.10.20 --rpc-bind-port 18081

Question:
Any idea what this could be caused by?

smooth
Legendary
*
Offline Offline

Activity: 2968
Merit: 1198



View Profile
March 12, 2015, 10:57:10 PM
 #188

Problem: Daemon server works for a day or so before getting this error multiple times and shutting down:
[1426196083] libunbound[28839:0] error: can't create socket: Too many open files

Environment:
Ubuntu 14.04
Bitmonero Wallet v.0.8.8.7-1016712

Reproducible:
1. Launch with ip binding
Code:
./bitmonerod --rpc-bind-ip 192.168.10.20 --rpc-bind-port 18081

Question:
Any idea what this could be caused by?

If you run it for a while (say half a day) and look at the open files in proc or using lsof, etc. what do you see?
Barborter
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
March 13, 2015, 07:43:31 AM
 #189

Hello.
hi

how to upgrade my wallet from Version 0.8.8.1 to Version 0.8.8.6 ??

now, when I open 0.8.8.6 simplewallet, its auto closed....

There's a bug with the 0.8.8.6 wallet converter that's fixed in 0.8.8.7 (not tagged yet) - are you able to compile the latest version from Github? Alternatively, you can use 0.8.8.6 and restore from your mnemonic seed, or failing that I can see if I can give you a more recent build of simplewallet for your OS.

bitmonero wallet v0.8.8.6-release
Specify wallet file name (e.g., wallet.bin). If the wallet doesn't exist, it wil
l be created.
Wallet file name: mro
password: *****
Error: failed to load wallet: failed to read file "mro"
wallet.bin cant working, what can I do ?
my system is win 2k11
try mro.bin?
same wrong info or cant find mro.bin wallet, create new one
and, v0.8.8.1 can sync , and receive coins ....
I have analogic trouble, my OS Win 7 64x. I have working simplewallet  v0.8.8.1 and daemon  v0.8.8.6 but!
I recived this message when i sent transfer [RPC0][on_send_raw_tx]: Failed to process tx[\code] 
Can you give me bitmonero wallet v0.8.8.7-release for Win 7 64x? Or, can i migrate  with bitmonero wallet v0.8.8.1 till bitmonero wallet v0.8.8.4 till bitmonero wallet v0.8.8.6? fluffypony
Can you give me bitmonero wallet v0.8.8.4, and i try upgrate my wallet!? I can't foud on network reales wallet v0.8.8.4//.
I tried this variants, which  i found on network:
1. Delete poolstate.bin from %AppData%\bitmonero (win) or .bitmonero (linux). Backup your wallet (the .keys file). Delete the wallet.bin file. Start your wallet as usual and the .bin file will be recreated based on the .keys. Refresh the wallet and try to send the transaction again.
2.  Delete wallet.bin and  use command simplewallet --restore-deterministic-wallet. I got:

C:\Users\AAA\AppData\Roaming\bitmonero>simplewallet re-indexes
bitmonero wallet v0.8.8.6-release
Specify wallet file name (e.g., wallet.bin). If the wallet doesn't exist, it wil
l be created.
Wallet file name: wallet
password: **
Opened wallet: fg5/............

You had been using a deprecated version of the wallet. Please proceed to upgrade
 your wallet.

List of available languages for your wallet's seed:
0 : English
1 : Spanish
2 : Portuguese
3 : Japanese
Enter the number corresponding to the language of your choice: 0
Error: failed to load wallet: file not found "wallet_new"
thx.
Sorry for bad english.
TheKoziTwo
Legendary
*
Offline Offline

Activity: 1552
Merit: 1047



View Profile
March 13, 2015, 02:43:13 PM
 #190

Problem: Daemon server works for a day or so before getting this error multiple times and shutting down:
[1426196083] libunbound[28839:0] error: can't create socket: Too many open files

Environment:
Ubuntu 14.04
Bitmonero Wallet v.0.8.8.7-1016712

Reproducible:
1. Launch with ip binding
Code:
./bitmonerod --rpc-bind-ip 192.168.10.20 --rpc-bind-port 18081

Question:
Any idea what this could be caused by?

If you run it for a while (say half a day) and look at the open files in proc or using lsof, etc. what do you see?

http://pastebin.com/raw.php?i=Q7hrxDZz

smooth
Legendary
*
Offline Offline

Activity: 2968
Merit: 1198



View Profile
March 13, 2015, 07:19:18 PM
 #191

Problem: Daemon server works for a day or so before getting this error multiple times and shutting down:
[1426196083] libunbound[28839:0] error: can't create socket: Too many open files

Environment:
Ubuntu 14.04
Bitmonero Wallet v.0.8.8.7-1016712

Reproducible:
1. Launch with ip binding
Code:
./bitmonerod --rpc-bind-ip 192.168.10.20 --rpc-bind-port 18081

Question:
Any idea what this could be caused by?

If you run it for a while (say half a day) and look at the open files in proc or using lsof, etc. what do you see?

http://pastebin.com/raw.php?i=Q7hrxDZz

Thank you. You can track the issue here: https://github.com/monero-project/bitmonero/issues/240
TheKoziTwo
Legendary
*
Offline Offline

Activity: 1552
Merit: 1047



View Profile
March 13, 2015, 07:43:36 PM
 #192

Problem: Daemon server works for a day or so before getting this error multiple times and shutting down:
[1426196083] libunbound[28839:0] error: can't create socket: Too many open files

Environment:
Ubuntu 14.04
Bitmonero Wallet v.0.8.8.7-1016712

Reproducible:
1. Launch with ip binding
Code:
./bitmonerod --rpc-bind-ip 192.168.10.20 --rpc-bind-port 18081

Question:
Any idea what this could be caused by?

If you run it for a while (say half a day) and look at the open files in proc or using lsof, etc. what do you see?

http://pastebin.com/raw.php?i=Q7hrxDZz

Thank you. You can track the issue here: https://github.com/monero-project/bitmonero/issues/240
Thanks  Smiley

asfaltouklad4ik
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
March 31, 2015, 04:53:02 PM
 #193

Hello. I have not received XMR on my deposit. I am using monero simplewallet.
Here's copypaste from log file:

015-Mar-31 07:17:15.135427 Read command: transfer 0 47sghzufGhJJDQEbScMCwVBimTuq6L5JiRixD8VeGbpjCTA12noXmi4ZyBZLc99e66NtnKff34fHsGR oyZk3ES1s1V4QVcB 7.99 857489e51a87b2c91b3690db18a843899b0a6666feafcc0ec990d95627dd2091

2015-Mar-31 07:17:15.229027 transaction <b84817bda17c624d64f34d9b045faead57bb4ad9a6bc72fe83fe47a18370439b> generated ok and sent to daemon, key_images: [<baf9a342d391857e030972ac8aa6c433369ef07fdb7a636b98dcd4c70b033de2> <ccae4965faf91f9f8a691b3ea507d5ec55cde464fef207a6aee009192efcaa21> <5cfeac1c7055bc3cd7638d9ed464fd07c9366566311d234631d3a4917dce00ca> <235a3c2d154a728e177302cf42aebf22cc088c972200d0281f5208441a1d8763> <8d3ec08a403820b055383464065d97dbec86faed5092ae1d2f5652debef5de8e> <f50cce7634da466347d0054f9db58fb6623e439828719689068ad5772a12c4fe> <3b53172352a29327f6237d66b47061a51c7301a5402da49b93339fec9452e09f> <19797d495508f52d8d95596be56084cc8c159d713449220a613cf3fef1960807> <e7ba903480bf5b23274c204630e0b99d8a9346aa699c74bc4a55e7c3ec54f525> <6163ff0799d8b162bf6e7624cacc8dc0619d6b8750eb7dded34ef8878c310db1> <82a3e9a8426b406123fc98958808a397d1a830a7fa0503470c987d90fe12f203> <435a307e5d37c69e9b245d5526f01365cb583b8bccd85f84418c9c22539f2775> <34b9a896487dc2ba30ceb7b126f536b1171d5c5fc8b90ce0dad40df90432e5a2> <e33b7879c9fa7e5858044f7eedfb7429218fc72e10a80bb0dd1e622bf0fe54db> <6099a591cde8c977ed54aa19641214629a290b9c07709ebecc4a288ae569a6b4> <01cbd7ea9bbf3d07bff6ff6e325fba9b9b4cc8a0df18d32ee6b76036d4a2ec7c> <132039f5c238384682d70c7212875a4904218587040d46d779215bc2eea3563a> <90aa4480c7d15dd4311e02d2511c404cfccbb57d049a4a95fc34c2a9552ca36e> <86780e21bd5e00e54ca1b94529cdc88733cd2e5293cab5c1bb828035055813df> <1ef39a5152150f5e01f582d5b759e4ee63692baa842213ec7c61d453adfd6858> ]
2015-Mar-31 07:17:15.229027 Transaction successfully sent. <<b84817bda17c624d64f34d9b045faead57bb4ad9a6bc72fe83fe47a18370439b>>

Queerly, but can't find that TxID on blockchain explorers:(

Can you help me?  What is your advise?

Thank you.
equipoise
Hero Member
*****
Offline Offline

Activity: 794
Merit: 1000


Monero (XMR) - secure, private, untraceable


View Profile WWW
March 31, 2015, 05:57:53 PM
 #194

Hello. I have not received XMR on my deposit. I am using monero simplewallet.
Here's copypaste from log file:

015-Mar-31 07:17:15.135427 Read command: transfer 0 47sghzufGhJJDQEbScMCwVBimTuq6L5JiRixD8VeGbpjCTA12noXmi4ZyBZLc99e66NtnKff34fHsGR oyZk3ES1s1V4QVcB 7.99 857489e51a87b2c91b3690db18a843899b0a6666feafcc0ec990d95627dd2091

...

2015-Mar-31 07:17:15.229027 Transaction successfully sent. <<b84817bda17c624d64f34d9b045faead57bb4ad9a6bc72fe83fe47a18370439b>>

Queerly, but can't find that TxID on blockchain explorers:(

Can you help me?  What is your advise?

Thank you.
Download the latest binaries and rescan your wallet (you should move/rename .bin file and it will be generated based on the .keys file). Your XMR should be in your wallet and you could spend them with the latest binaries. If this doesn't work then delete the poolstate.bin file from the %AppData%\bitmonerod folder (.bitmonerod folder for linux), wait 24 hours and rescan the wallet again.

About me | zRMicroArray - phase 2 - Gene Expression Analysis software | [Weed Like to Talk - Bulgaria] Start a wave of cannabis seminars in Europe | Monero weighted average price stats: moneroprice.i2p
BTC: 1KoCX7TWKVGwqmmFw3CKyUSrKRSStueZar | NMC: NKhYEYpe1Le9MwHrwKsdSm5617J4toVar9 | XMR (Tip me a beer OpenAlias Monero address): tip.changetheworldwork.com
[XMR] Monero - A secure, private, untraceable cryptocurrency: 4AyRmUcxzefB5quumzK3HNE4zmCiGc8vhG6fE1oJpGVyVZF7fvDgSpt3MzgLfQ6Q1719xQhmfkM9Z2u NXgDMqYhjJVmc6KX
smooth
Legendary
*
Offline Offline

Activity: 2968
Merit: 1198



View Profile
March 31, 2015, 05:59:58 PM
 #195

equipoise gave good advice ^

Also, you might want to try print_cn in the node/daemon to make sure you are actually connecting to the network. If not you may need to address some firewall issues.

asfaltouklad4ik
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
March 31, 2015, 07:31:19 PM
 #196

Hello. I have not received XMR on my deposit. I am using monero simplewallet.
Here's copypaste from log file:

015-Mar-31 07:17:15.135427 Read command: transfer 0 47sghzufGhJJDQEbScMCwVBimTuq6L5JiRixD8VeGbpjCTA12noXmi4ZyBZLc99e66NtnKff34fHsGR oyZk3ES1s1V4QVcB 7.99 857489e51a87b2c91b3690db18a843899b0a6666feafcc0ec990d95627dd2091

...

2015-Mar-31 07:17:15.229027 Transaction successfully sent. <<b84817bda17c624d64f34d9b045faead57bb4ad9a6bc72fe83fe47a18370439b>>

Queerly, but can't find that TxID on blockchain explorers:(

Can you help me?  What is your advise?

Thank you.
Download the latest binaries and rescan your wallet (you should move/rename .bin file and it will be generated based on the .keys file). Your XMR should be in your wallet and you could spend them with the latest binaries. If this doesn't work then delete the poolstate.bin file from the %AppData%\bitmonerod folder (.bitmonerod folder for linux), wait 24 hours and rescan the wallet again.



Thank you so much. I removed the bin and synchronize anew. Coin return) But now I can not send them ... and I get this:

From Simple wallet:

Error: transaction <b58881a6bb351e99d42a876ff5a33d013f986a92ebc8685e0c403181ed46
5916> was rejected by daemon with status "Failed"

And from bitmonerod:

2015-Mar-31 22: 24: 49.160756 [RPC0] ERROR .. \ .. \ src \ cryptonote_core \ tx_pool.cpp: 62
  Transaction with id = <b58881a6bb351e99d42a876ff5a33d013f986a92ebc8685e0c403181e
d465916> used already spent key images
2015-Mar-31 22: 24: 49.190758 [RPC0] Transaction verification failed: <b58881a6bb35
1e99d42a876ff5a33d013f986a92ebc8685e0c403181ed465916>
smooth
Legendary
*
Offline Offline

Activity: 2968
Merit: 1198



View Profile
March 31, 2015, 07:34:44 PM
Last edit: March 31, 2015, 08:03:58 PM by smooth
 #197

Hello. I have not received XMR on my deposit. I am using monero simplewallet.
Here's copypaste from log file:

015-Mar-31 07:17:15.135427 Read command: transfer 0 47sghzufGhJJDQEbScMCwVBimTuq6L5JiRixD8VeGbpjCTA12noXmi4ZyBZLc99e66NtnKff34fHsGR oyZk3ES1s1V4QVcB 7.99 857489e51a87b2c91b3690db18a843899b0a6666feafcc0ec990d95627dd2091

...

2015-Mar-31 07:17:15.229027 Transaction successfully sent. <<b84817bda17c624d64f34d9b045faead57bb4ad9a6bc72fe83fe47a18370439b>>

Queerly, but can't find that TxID on blockchain explorers:(

Can you help me?  What is your advise?

Thank you.
Download the latest binaries and rescan your wallet (you should move/rename .bin file and it will be generated based on the .keys file). Your XMR should be in your wallet and you could spend them with the latest binaries. If this doesn't work then delete the poolstate.bin file from the %AppData%\bitmonerod folder (.bitmonerod folder for linux), wait 24 hours and rescan the wallet again.



Thank you so much. I removed the bin and synchronize anew. Coin return) But now I can not send them ... and I get this:

From Simple wallet:

Error: transaction <b58881a6bb351e99d42a876ff5a33d013f986a92ebc8685e0c403181ed46
5916> was rejected by daemon with status "Failed"

And from bitmonerod:

2015-Mar-31 22: 24: 49.160756 [RPC0] ERROR .. \ .. \ src \ cryptonote_core \ tx_pool.cpp: 62
  Transaction with id = <b58881a6bb351e99d42a876ff5a33d013f986a92ebc8685e0c403181e
d465916> used already spent key images
2015-Mar-31 22: 24: 49.190758 [RPC0] Transaction verification failed: <b58881a6bb35
1e99d42a876ff5a33d013f986a92ebc8685e0c403181ed465916>

1. Delete poolstate.bin and restart node (also move/rename wallet .bin file again)
2. Make sure you have the current version
3. Make sure you are connected to the network with print_cn (daemon command)
4. Wait 24 hours and try again
asfaltouklad4ik
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
April 01, 2015, 06:26:52 AM
 #198

Hello. I have not received XMR on my deposit. I am using monero simplewallet.
Here's copypaste from log file:

015-Mar-31 07:17:15.135427 Read command: transfer 0 47sghzufGhJJDQEbScMCwVBimTuq6L5JiRixD8VeGbpjCTA12noXmi4ZyBZLc99e66NtnKff34fHsGR oyZk3ES1s1V4QVcB 7.99 857489e51a87b2c91b3690db18a843899b0a6666feafcc0ec990d95627dd2091

...

2015-Mar-31 07:17:15.229027 Transaction successfully sent. <<b84817bda17c624d64f34d9b045faead57bb4ad9a6bc72fe83fe47a18370439b>>

Queerly, but can't find that TxID on blockchain explorers:(

Can you help me?  What is your advise?

Thank you.
Download the latest binaries and rescan your wallet (you should move/rename .bin file and it will be generated based on the .keys file). Your XMR should be in your wallet and you could spend them with the latest binaries. If this doesn't work then delete the poolstate.bin file from the %AppData%\bitmonerod folder (.bitmonerod folder for linux), wait 24 hours and rescan the wallet again.



Thank you so much. I removed the bin and synchronize anew. Coin return) But now I can not send them ... and I get this:

From Simple wallet:

Error: transaction <b58881a6bb351e99d42a876ff5a33d013f986a92ebc8685e0c403181ed46
5916> was rejected by daemon with status "Failed"

And from bitmonerod:

2015-Mar-31 22: 24: 49.160756 [RPC0] ERROR .. \ .. \ src \ cryptonote_core \ tx_pool.cpp: 62
  Transaction with id = <b58881a6bb351e99d42a876ff5a33d013f986a92ebc8685e0c403181e
d465916> used already spent key images
2015-Mar-31 22: 24: 49.190758 [RPC0] Transaction verification failed: <b58881a6bb35
1e99d42a876ff5a33d013f986a92ebc8685e0c403181ed465916>

1. Delete poolstate.bin and restart node (also move/rename wallet .bin file again)
2. Make sure you have the current version
3. Make sure you are connected to the network with print_cn (daemon command)
4. Wait 24 hours and try again



Thank you again. All is OK now.
xa4
Member
**
Offline Offline

Activity: 71
Merit: 10


View Profile
April 01, 2015, 03:25:06 PM
 #199

I have an 0.8.8.3 wallet (3 files : xxx.bin, xxx.bin.keys and xxx.bin.address.txt) and opened it in 0.8.8.6. I got following message "You had been using a deprecated version of the wallet. Your wallet file format is being upgraded now" and everything looks fine.

Can I upgrade this wallet to a deterministic wallet with seed or do I have to create a new wallet with seed and transfer the coins ? I think I remember reading somewhere you could upgrade an old wallet without seed to a wallet with seed, but I'm not sure. 



equipoise
Hero Member
*****
Offline Offline

Activity: 794
Merit: 1000


Monero (XMR) - secure, private, untraceable


View Profile WWW
April 01, 2015, 06:11:21 PM
 #200

^You can't convert non-deterministic wallet to deterministic one. You should create a new wallet if you want to use this functionality.

Edited...

About me | zRMicroArray - phase 2 - Gene Expression Analysis software | [Weed Like to Talk - Bulgaria] Start a wave of cannabis seminars in Europe | Monero weighted average price stats: moneroprice.i2p
BTC: 1KoCX7TWKVGwqmmFw3CKyUSrKRSStueZar | NMC: NKhYEYpe1Le9MwHrwKsdSm5617J4toVar9 | XMR (Tip me a beer OpenAlias Monero address): tip.changetheworldwork.com
[XMR] Monero - A secure, private, untraceable cryptocurrency: 4AyRmUcxzefB5quumzK3HNE4zmCiGc8vhG6fE1oJpGVyVZF7fvDgSpt3MzgLfQ6Q1719xQhmfkM9Z2u NXgDMqYhjJVmc6KX
Pages: « 1 2 3 4 5 6 7 8 9 [10] 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!