I was able to import my private keys. Thank you radix42. Thought my coin was lost forever.
It was a pleasant surprise to find that I did in fact backup the previous wallet before wiping that drive. After importing it, my coins are showing up in the application now! Thank you!
Awesome! Donations of any size always accepted
Hi @anon47418038 I sent one ZEC to my bittrex wallet yesterday and I canāt figure it out where it is! Itās neither pending or anything. When I try to see the block in explorer it says āPage not found. If you entered a search query, make sure it was a valid account address (t-address), transaction hash, or block hash.ā
What could this be? Where could that ZEC be?
pop the txid into my Insight explorer at https://zcashnetwork.info it has results for txnās that havenāt been mined yet that are still bouncing from mempool to mempool. If it is still a live txn that got broadcast to the network correctly, it should show up there. If not something more is amiss. Can you paste the txid in the screenshot above in a reply?
txid is 08ed0c253287684c0439873a04d183f0956db1dd6f1339d25e47cd5875df134b
It says no matching records found. Very strange
It sounds like for some reason it was never properly broadcast to the network. Iāve had that happen once or twice in the last 10 months, so its not totally unprecedented. Iād restart it and it will rescan the blockchain for txns involving your wallet, and it should then either disappear from the gui or rebroadcast it, I am not 100% certain.
Iāve restarted a few times without luck. Itās been a long time, hopefully itās not lost
its not, because on the blockchain the only definition of reality is what is mined into blocks. So you control the coins still, your local wallet just thinks that a txn was broadcast that didnāt actually make it onto the network. You may need to manually do a reindex for it to correct your balance. To do that we need to go to the command line. So exit zcash4win, then start up PowerShell, and run these commands:
cd "c:\Program Files\zcash4win\app"
.\zcashd.exe -daemon=0 -showmetrics=1 -reindex=1
It will take a while, but not as long as initial syncing
Thanks a lot! Itās been going for a couple of hours now, how long does it normally take? Bit of a newbie, Iām sorry
I really appreciate your help and work with the wallet.
it can take quite a while, but hours not days
hi radix, i have a question, all is working ok but when i started using the wallet after sending payment it creates a new adress for the rest of my coins, but after some transactions that doesnāt happens anymore, i send coins and the rest remains in the same T-adress, is that normal ?
I left it for about 10 hours and my ZEC is still nowhere to be found. This is so strangeā¦ Took me like 300 hours to mine it haha, really donāt want to lose it
is it still going???
Hi there
When I try to start ZCash4Win client it gets stuck on something like Daemon is taking more than normal to start. I am attaching a screenshot of the problem. Please help. My version is 1.0.11.
Hello there.
I am having the same issue as godfatherezio. I believe the Deomon in not loading correctly. Any ideas?
how long does it sit there like that if you just let it go?
its currently at 1501 seconds and couting
whatās the last screenful or so in the debug file, which is:
%AppData%\Zcash\debug.log
That should tell us something
2017-09-06 19:04:51 Zcash version v1.0.11-a527ab6 (2017-08-23 01:11:01 +0000)
2017-09-06 19:04:51 Using OpenSSL version OpenSSL 1.1.0d 26 Jan 2017
2017-09-06 19:04:51 Using BerkeleyDB version Berkeley DB 6.2.23: (March 28, 2016)
2017-09-06 19:04:51 Default data directory C:\Users\jamie\AppData\Roaming\Zcash
2017-09-06 19:04:51 Using data directory C:\Users\jamie\AppData\Roaming\Zcash
2017-09-06 19:04:51 Using config file C:\Users\jamie\AppData\Roaming\Zcash\zcash.conf
2017-09-06 19:04:51 Using at most 125 connections (2048 file descriptors available)
2017-09-06 19:04:51 Using 4 threads for script verification
2017-09-06 19:04:51 scheduler thread start
2017-09-06 19:04:51 Loading verifying key from C:\Users\jamie\AppData\Roaming\ZcashParams\sprout-verifying.key
2017-09-06 19:04:51 Loaded verifying key in 0.003003s seconds.
2017-09-06 19:04:51 HTTP: creating work queue of depth 16
2017-09-06 19:04:51 HTTP: starting 4 worker threads
2017-09-06 19:04:51 Using wallet wallet.dat
2017-09-06 19:04:51 init message: Verifying walletā¦
2017-09-06 19:04:51 CDBEnv::Open: LogDir=C:\Users\jamie\AppData\Roaming\Zcash\database ErrorFile=C:\Users\jamie\AppData\Roaming\Zcash\db.log
2017-09-06 19:04:51 Bound to [::]:8233
2017-09-06 19:04:51 Bound to 0.0.0.0:8233
2017-09-06 19:04:51 Cache configuration:
2017-09-06 19:04:51 * Using 2.0MiB for block index database
2017-09-06 19:04:51 * Using 32.5MiB for chain state database
2017-09-06 19:04:51 * Using 65.5MiB for in-memory UTXO set
2017-09-06 19:04:51 init message: Loading block indexā¦
2017-09-06 19:04:51 Opening LevelDB in C:\Users\jamie\AppData\Roaming\Zcash\blocks\index
2017-09-06 19:04:51 Opened LevelDB successfully
2017-09-06 19:04:51 Opening LevelDB in C:\Users\jamie\AppData\Roaming\Zcash\chainstate
2017-09-06 19:04:51 Opened LevelDB successfully
2017-09-06 19:04:55 LoadBlockIndexDB: last block file = 39
2017-09-06 19:04:55 LoadBlockIndexDB: last block file info: CBlockFileInfo(blocks=1078, size=32493723, heights=177054ā¦178134, time=2017-09-01ā¦2017-09-03)
2017-09-06 19:04:55 Checking all blk files are presentā¦
2017-09-06 19:04:55 LoadBlockIndexDB: transaction index disabled
2017-09-06 19:04:55 LoadBlockIndexDB: hashBestChain=0000000012c3f8f93996ff2b7ded37a417fd3c1b0d4ddeab8672711c9574d5e3 height=178056 date=2017-09-03 06:58:14 progress=0.988955
2017-09-06 19:04:55 init message: Verifying blocksā¦
2017-09-06 19:04:55 Verifying last 288 blocks at level 3
2017-09-06 19:04:57 No coin database inconsistencies in last 88 blocks (719 transactions)
2017-09-06 19:04:57 block index 5726ms
2017-09-06 19:04:57 init message: Loading walletā¦
2017-09-06 19:04:57 nFileVersion = 1001150
2017-09-06 19:04:57 Keys: 103 plaintext, 0 encrypted, 103 w/ metadata, 103 total
2017-09-06 19:04:57 ZKeys: 0 plaintext, 0 encrypted, 0 w/metadata, 0 total
2017-09-06 19:04:57 wallet 441ms
2017-09-06 19:04:57 init message: Activating best chainā¦
2017-09-06 19:04:57 UpdateTip: new best=0000000000605809f4d0cb7d39aae7c0e454d28a7cb07c97747c7d8eeb198593 height=178057 log2_work=51.260973 tx=1131751 date=2017-09-03 07:01:18 progress=0.988961 cache=2.8MiB(77tx)
2017-09-06 19:04:57 UpdateTip: new best=00000000123c5db29fba436ba09f37876f9e642168a70cc5bd6fc3169ef10808 height=178058 log2_work=51.260997 tx=1131753 date=2017-09-03 07:01:34 progress=0.988962 cache=2.8MiB(79tx)
2017-09-06 19:04:57 UpdateTip: new best=00000000017be3e793b5385b5f528264ef6d7bde20f5068175f991059c4b3a1d height=178059 log2_work=51.261022 tx=1131758 date=2017-09-03 07:05:32 progress=0.988971 cache=3.0MiB(93tx)
2017-09-06 19:04:57 UpdateTip: new best=000000000155c01ccf6a8b59ca0c98f863c33c41380d32ea583e84bf601c5d94 height=178060 log2_work=51.261047 tx=1131760 date=2017-09-03 07:05:48 progress=0.988971 cache=3.1MiB(100tx)
2017-09-06 19:04:57 UpdateTip: new best=000000000705c74e94bf9989fc39a10d455b08d8c937279594c64ec3d817602c height=178061 log2_work=51.261073 tx=1131766 date=2017-09-03 07:06:11 progress=0.988972 cache=3.4MiB(111tx)
2017-09-06 19:04:57 UpdateTip: new best=000000000d517fa704dcf55f5ff75e1332185440463d76a4feffeb1393421ef3 height=178062 log2_work=51.261099 tx=1131768 date=2017-09-03 07:08:10 progress=0.988976 cache=3.4MiB(114tx)
2017-09-06 19:04:58 UpdateTip: new best=0000000011b201b3bd91f2afcff861f711da82d5f6c8c39f2f49066a0809af58 height=178063 log2_work=51.261126 tx=1131786 date=2017-09-03 07:12:59 progress=0.988987 cache=6.7MiB(175tx)
2017-09-06 19:04:58 UpdateTip: new best=0000000003a07b61d2bb002bf93ae8c132f0d6e32f5cf2e4a6e6bd46fea4e7fc height=178064 log2_work=51.261154 tx=1131788 date=2017-09-03 07:11:44 progress=0.988984 cache=6.7MiB(180tx)
2017-09-06 19:04:58 UpdateTip: new best=000000000a3ee74ea32790f62257a30fcb19316f2cf3b4bebaeaaf6c6863467c height=178065 log2_work=51.26118 tx=1131800 date=2017-09-03 07:21:14 progress=0.989005 cache=7.4MiB(218tx)
2017-09-06 19:04:58 UpdateTip: new best=000000000bd9305b31dd89cee56dd152b0887c222caccfa0af5d1f3a5433f911 height=178066 log2_work=51.261208 tx=1131815 date=2017-09-03 07:21:21 progress=0.989005 cache=21.7MiB(415tx)
2017-09-06 19:04:58 UpdateTip: new best=0000000014b1e2f302e0d27cc1b998346af6d3285cd3627d9608c27eca3ff5df height=178067 log2_work=51.261235 tx=1131818 date=2017-09-03 07:23:40 progress=0.989011 cache=22.8MiB(462tx)
2017-09-06 19:04:58 UpdateTip: new best=00000000134523b35f9fd402ffb6ac9213b5b399bfa32f44fb364fe1affd5a01 height=178068 log2_work=51.261263 tx=1131826 date=2017-09-03 07:26:51 progress=0.989018 cache=23.1MiB(476tx)
2017-09-06 19:04:58 UpdateTip: new best=000000000978d8c232c46f88bfa882958a4d5422ce494c621c97b7f11d29ce2a height=178069 log2_work=51.26129 tx=1131836 date=2017-09-03 07:32:40 progress=0.989030 cache=24.1MiB(526tx)
2017-09-06 19:04:58 UpdateTip: new best=0000000003b4bd19757fb254bb0df9f7b4df882220097c059397a069c2a83262 height=178070 log2_work=51.261318 tx=1131843 date=2017-09-03 07:32:53 progress=0.989031 cache=29.8MiB(608tx)
2017-09-06 19:04:58 UpdateTip: new best=0000000013d4a9c000e68706f96c88a7bb0364d7323a862a42d3cbb3ce842aeb height=178071 log2_work=51.261346 tx=1131853 date=2017-09-03 07:36:04 progress=0.989038 cache=30.0MiB(631tx)
2017-09-06 19:04:58 UpdateTip: new best=00000000006052c78e31d58f82da5e4391abbd65d3b58c243d84b1fdd1668a62 height=178072 log2_work=51.261373 tx=1131867 date=2017-09-03 07:39:32 progress=0.989046 cache=30.5MiB(657tx)
2017-09-06 19:04:58 UpdateTip: new best=000000000f78021dcbc1c625bdf36caf5c6fb0dd6aab7c02852bddbaac56c181 height=178073 log2_work=51.261401 tx=1131881 date=2017-09-03 07:43:11 progress=0.989054 cache=31.5MiB(691tx)
2017-09-06 19:04:58 UpdateTip: new best=000000000fd02306052267802d1f97c5ec12e148ba9c98972ff76d6191480c7a height=178074 log2_work=51.261429 tx=1131889 date=2017-09-03 07:48:48 progress=0.989066 cache=34.1MiB(793tx)
2017-09-06 19:04:59 UpdateTip: new best=00000000018e9347ce4c3eb85cc22c2ea763ff02032de3d0b9693c94b0e20265 height=178075 log2_work=51.261456 tx=1131930 date=2017-09-03 08:01:06 progress=0.989093 cache=41.2MiB(971tx)
2017-09-06 19:04:59 UpdateTip: new best=0000000007651a731d90e8a7c56b5dcfa24155aec52f790b1e03fde0489a122a height=178076 log2_work=51.261484 tx=1131934 date=2017-09-03 08:01:41 progress=0.989094 cache=41.4MiB(974tx)
2017-09-06 19:04:59 UpdateTip: new best=0000000003594303c84010119be720b07a196db948993267ee730a8857946e78 height=178077 log2_work=51.261511 tx=1131937 date=2017-09-03 08:03:02 progress=0.989097 cache=41.4MiB(978tx)
2017-09-06 19:04:59 UpdateTip: new best=000000000e56c4f52339d3f04a61e63d70c1ddc42dc98a9e80a278087e5eb2bb height=178078 log2_work=51.261539 tx=1131961 date=2017-09-03 08:09:06 progress=0.989111 cache=42.1MiB(1025tx)
2017-09-06 19:04:59 UpdateTip: new best=0000000009f66fda6c647b71612bf045a172d3dd18ddbeef818c04b4ec6cf801 height=178079 log2_work=51.261566 tx=1131967 date=2017-09-03 08:12:59 progress=0.989119 cache=42.2MiB(1035tx)
2017-09-06 19:04:59 UpdateTip: new best=0000000004fa90cfaf07540c006484358331b487d3a808fc877b210abb827c4f height=178080 log2_work=51.261592 tx=1131975 date=2017-09-03 08:13:04 progress=0.989119 cache=52.9MiB(1287tx)
2017-09-06 19:04:59 UpdateTip: new best=000000000ca0b3f142dfffa4a3a34922dd032da4281ae808d37efad60ec8e9c4 height=178081 log2_work=51.261617 tx=1131978 date=2017-09-03 08:14:01 progress=0.989121 cache=53.9MiB(1304tx)
2017-09-06 19:04:59 UpdateTip: new best=000000000ef85bb20c1f82eba16ff76c3b5e8351c378e959b4f191c3b42827cf height=178082 log2_work=51.261642 tx=1131980 date=2017-09-03 08:16:00 progress=0.989126 cache=53.9MiB(1306tx)
2017-09-06 19:04:59 UpdateTip: new best=0000000013aec4d484ff01ce366f6f881612edb4dedb2728e7c090283aca4e78 height=178083 log2_work=51.261667 tx=1131981 date=2017-09-03 08:17:57 progress=0.989130 cache=53.9MiB(1307tx)
2017-09-06 19:04:59 UpdateTip: new best=000000000456e56fcaaf20507c05aa13491f2be43538307b284bc029dfb1457a height=178084 log2_work=51.261691 tx=1131991 date=2017-09-03 08:21:34 progress=0.989138 cache=54.1MiB(1324tx)
2017-09-06 19:04:59 UpdateTip: new best=0000000007c68dae4e0330321f66db82e7ec52808029633b5ddc1b13fbb4f9b5 height=178085 log2_work=51.261715 tx=1131998 date=2017-09-03 08:23:33 progress=0.989142 cache=54.1MiB(1335tx)
2017-09-06 19:04:59 UpdateTip: new best=000000000a95d9aea218742d99571863891ca61173ca5bbd931e5c24561acbea height=178086 log2_work=51.261739 tx=1132000 date=2017-09-03 08:23:43 progress=0.989143 cache=54.1MiB(1337tx)
2017-09-06 19:04:59 UpdateTip: new best=0000000007913e035bcbdd687106e6ecb5c250c4ed20bae1e7df28803152970e height=178087 log2_work=51.261763 tx=1132014 date=2017-09-03 08:29:48 progress=0.989156 cache=55.4MiB(1372tx)
2017-09-06 19:04:59 UpdateTip: new best=0000000017449bbcf17bbf5af301ed00ad4935d4dd6f46e4e489675be85cbe98 height=178088 log2_work=51.261787 tx=1132019 date=2017-09-03 08:30:48 progress=0.989158 cache=55.5MiB(1378tx)
2017-09-06 19:05:00 UpdateTip: new best=00000000006ef14470a535f6a8a4fa0167500945ed510406d84147cc966ba0d5 height=178089 log2_work=51.261811 tx=1132045 date=2017-09-03 08:37:34 progress=0.989173 cache=60.3MiB(1523tx)
2017-09-06 19:05:00 Corruption: block checksum mismatch
2017-09-06 19:05:00 *** System error while flushing: Database corrupted
2017-09-06 19:05:00 Error: Error: A fatal internal error occurred, see debug.log for details
2017-09-06 19:05:00 Error: Failed to connect best block
2017-09-06 19:05:00 Shutdown: In progressā¦
2017-09-06 19:05:00 scheduler thread interrupt
2017-09-06 19:05:00 StopRPC: waiting for async rpc workers to stop
2017-09-06 19:05:00 StopNode()
2017-09-06 19:05:00 Corruption: block checksum mismatch
2017-09-06 19:05:00 *** System error while flushing: Database corrupted
2017-09-06 19:05:00 Error: Error: A fatal internal error occurred, see debug.log for details
2017-09-06 19:05:00 Shutdown: done