Pages:
Author

Topic: [ANN] Kryptohash | Brand new PoW algo | 320bit hash | ed25519 | PID algo for dif - page 7. (Read 149396 times)

sr. member
Activity: 329
Merit: 250
2015-06-24 01:33:37 UpdateTip: new best=00000001214153CAD5BE1445A7C5D61E6935AE9B4D522F166B9226F94A65C1E869E76EE6EEBF2890  height=89815  log2_work=46.837256  tx=239291  TxTime=2015-06-24 01:24:20  nTime=421641  progress=0.999526

Do you see any AddToWallet message before or after that line?

No,I closed the source wallet after I sent coins , then opend the destination wallet,no message was seen.

I assume you're looking inside the debug.log on the destination wallet, right?  Everytime you get coins, you should see AddToWallet entries.

Now, on the destination wallet, go to Help menu, select "Debug Window" and then select Console tab.

type:
dumpwallethex "c:\{destination folder}\wallet.txt"

Open the wallet.txt and search for the address K9rAbsZgBg9pkcCTrszMNzUyk2oW2ejjE5.  Your private key should be there too.  

JUST DON'T POST YOUR PRIV KEY HERE.

I just want to know if your address K9rAbsZgBg9pkcCTrszMNzUyk2oW2ejjE5 has a corresponding Priv Key.


Yes K9rAbsZgBg9pkcCTrszMNzUyk2oW2ejjE5 has a corresponding Priv Key.
# Wallet hexdump created by Kryptohash v0.5.1.0-g0-beta (Wed, 18 Mar 2015 12:59:59 +0000)
# * Created on 2015-06-24T03:54:59Z
# * Best block at time of backup was 89862 (0000000A520A9827BA0E0142BFFEE3A0B1D9D65536A5EDAF834809D24C1DBEB49B540E1D2979BD2 Cool,
#   mined on 2015-06-24T03:50:33Z

addr=aa pubkey=bb privkey=xxx time=2015-04-10T02:33:07Z label=SUM1
addr=K9rAbsZgBg9pkcCTrszMNzUyk2oW2ejjE5 pubkey=bb2 privkey=xxx2 time=2015-04-10T02:33:07Z label=SUM2

Ok, this is great news.  As long as you keep that Private Key secure, you can recover these coins.

You could first try re-indexing the Destination Wallet and see what happens.  

Close the destination wallet, open Command Prompt, navigate to the folder where kryptohash-qt.exe is located and then type:

kryptohash-qt.exe --reindex

This is going to take a while.



Thank you very much for you time.
reindexing ... Smiley

No problem. The re-indexing should take care of the problem.  

But If for some reason it doesn't fix it, close the wallet, rename the region0 folder to region0.bak then, start a fresh wallet. Once the blockchain is downloaded, import the private key using the importprivkeyhex command.

importprivkeyhex "privatekeyhexdata" "label" rescan


And don't forget to upgrade the wallet to version 0.6.1


member
Activity: 79
Merit: 10
2015-06-24 01:33:37 UpdateTip: new best=00000001214153CAD5BE1445A7C5D61E6935AE9B4D522F166B9226F94A65C1E869E76EE6EEBF2890  height=89815  log2_work=46.837256  tx=239291  TxTime=2015-06-24 01:24:20  nTime=421641  progress=0.999526

Do you see any AddToWallet message before or after that line?

No,I closed the source wallet after I sent coins , then opend the destination wallet,no message was seen.

I assume you're looking inside the debug.log on the destination wallet, right?  Everytime you get coins, you should see AddToWallet entries.

Now, on the destination wallet, go to Help menu, select "Debug Window" and then select Console tab.

type:
dumpwallethex "c:\{destination folder}\wallet.txt"

Open the wallet.txt and search for the address K9rAbsZgBg9pkcCTrszMNzUyk2oW2ejjE5.  Your private key should be there too.  

JUST DON'T POST YOUR PRIV KEY HERE.

I just want to know if your address K9rAbsZgBg9pkcCTrszMNzUyk2oW2ejjE5 has a corresponding Priv Key.


Yes K9rAbsZgBg9pkcCTrszMNzUyk2oW2ejjE5 has a corresponding Priv Key.
# Wallet hexdump created by Kryptohash v0.5.1.0-g0-beta (Wed, 18 Mar 2015 12:59:59 +0000)
# * Created on 2015-06-24T03:54:59Z
# * Best block at time of backup was 89862 (0000000A520A9827BA0E0142BFFEE3A0B1D9D65536A5EDAF834809D24C1DBEB49B540E1D2979BD2 Cool,
#   mined on 2015-06-24T03:50:33Z

addr=aa pubkey=bb privkey=xxx time=2015-04-10T02:33:07Z label=SUM1
addr=K9rAbsZgBg9pkcCTrszMNzUyk2oW2ejjE5 pubkey=bb2 privkey=xxx2 time=2015-04-10T02:33:07Z label=SUM2

Ok, this is great news.  As long as you keep that Private Key secure, you can recover these coins.

You could first try re-indexing the Destination Wallet and see what happens.  

Close the destination wallet, open Command Prompt, navigate to the folder where kryptohash-qt.exe is located and then type:

kryptohash-qt.exe --reindex

This is going to take a while.



Thank you very much for you time.
reindexing ... Smiley
sr. member
Activity: 329
Merit: 250
2015-06-24 01:33:37 UpdateTip: new best=00000001214153CAD5BE1445A7C5D61E6935AE9B4D522F166B9226F94A65C1E869E76EE6EEBF2890  height=89815  log2_work=46.837256  tx=239291  TxTime=2015-06-24 01:24:20  nTime=421641  progress=0.999526

Do you see any AddToWallet message before or after that line?

No,I closed the source wallet after I sent coins , then opend the destination wallet,no message was seen.

I assume you're looking inside the debug.log on the destination wallet, right?  Everytime you get coins, you should see AddToWallet entries.

Now, on the destination wallet, go to Help menu, select "Debug Window" and then select Console tab.

type:
dumpwallethex "c:\{destination folder}\wallet.txt"

Open the wallet.txt and search for the address K9rAbsZgBg9pkcCTrszMNzUyk2oW2ejjE5.  Your private key should be there too.  

JUST DON'T POST YOUR PRIV KEY HERE.

I just want to know if your address K9rAbsZgBg9pkcCTrszMNzUyk2oW2ejjE5 has a corresponding Priv Key.


Yes K9rAbsZgBg9pkcCTrszMNzUyk2oW2ejjE5 has a corresponding Priv Key.
# Wallet hexdump created by Kryptohash v0.5.1.0-g0-beta (Wed, 18 Mar 2015 12:59:59 +0000)
# * Created on 2015-06-24T03:54:59Z
# * Best block at time of backup was 89862 (0000000A520A9827BA0E0142BFFEE3A0B1D9D65536A5EDAF834809D24C1DBEB49B540E1D2979BD2 Cool,
#   mined on 2015-06-24T03:50:33Z

addr=aa pubkey=bb privkey=xxx time=2015-04-10T02:33:07Z label=SUM1
addr=K9rAbsZgBg9pkcCTrszMNzUyk2oW2ejjE5 pubkey=bb2 privkey=xxx2 time=2015-04-10T02:33:07Z label=SUM2

Ok, this is great news.  As long as you keep that Private Key secure, you can recover these coins.

You could first try re-indexing the Destination Wallet and see what happens.  

Close the destination wallet, open Command Prompt, navigate to the folder where kryptohash-qt.exe is located and then type:

kryptohash-qt.exe --reindex

This is going to take a while.


member
Activity: 79
Merit: 10
2015-06-24 01:33:37 UpdateTip: new best=00000001214153CAD5BE1445A7C5D61E6935AE9B4D522F166B9226F94A65C1E869E76EE6EEBF2890  height=89815  log2_work=46.837256  tx=239291  TxTime=2015-06-24 01:24:20  nTime=421641  progress=0.999526

Do you see any AddToWallet message before or after that line?

No,I closed the source wallet after I sent coins , then opend the destination wallet,no message was seen.

I assume you're looking inside the debug.log on the destination wallet, right?  Everytime you get coins, you should see AddToWallet entries.

Now, on the destination wallet, go to Help menu, select "Debug Window" and then select Console tab.

type:
dumpwallethex "c:\{destination folder}\wallet.txt"

Open the wallet.txt and search for the address K9rAbsZgBg9pkcCTrszMNzUyk2oW2ejjE5.  Your private key should be there too.  

JUST DON'T POST YOUR PRIV KEY HERE.

I just want to know if your address K9rAbsZgBg9pkcCTrszMNzUyk2oW2ejjE5 has a corresponding Priv Key.


Yes K9rAbsZgBg9pkcCTrszMNzUyk2oW2ejjE5 has a corresponding Priv Key.
# Wallet hexdump created by Kryptohash v0.5.1.0-g0-beta (Wed, 18 Mar 2015 12:59:59 +0000)
# * Created on 2015-06-24T03:54:59Z
# * Best block at time of backup was 89862 (0000000A520A9827BA0E0142BFFEE3A0B1D9D65536A5EDAF834809D24C1DBEB49B540E1D2979BD2 Cool,
#   mined on 2015-06-24T03:50:33Z

addr=aa pubkey=bb privkey=xxx time=2015-04-10T02:33:07Z label=SUM1
addr=K9rAbsZgBg9pkcCTrszMNzUyk2oW2ejjE5 pubkey=bb2 privkey=xxx2 time=2015-04-10T02:33:07Z label=SUM2
sr. member
Activity: 329
Merit: 250
Are you still there? It's been 30 mins since your last reply.
sr. member
Activity: 329
Merit: 250
2015-06-24 01:33:37 UpdateTip: new best=00000001214153CAD5BE1445A7C5D61E6935AE9B4D522F166B9226F94A65C1E869E76EE6EEBF2890  height=89815  log2_work=46.837256  tx=239291  TxTime=2015-06-24 01:24:20  nTime=421641  progress=0.999526

Do you see any AddToWallet message before or after that line?

No,I closed the source wallet after I sent coins , then opend the destination wallet,no message was seen.

I assume you're looking inside the debug.log on the destination wallet, right?  Everytime you get coins, you should see AddToWallet entries.

Now, on the destination wallet, go to Help menu, select "Debug Window" and then select Console tab.

type:
dumpwallethex "c:\{destination folder}\wallet.txt"

Open the wallet.txt and search for the address K9rAbsZgBg9pkcCTrszMNzUyk2oW2ejjE5.  Your private key should be there too.  

JUST DON'T POST YOUR PRIV KEY HERE.

I just want to know if your address K9rAbsZgBg9pkcCTrszMNzUyk2oW2ejjE5 has a corresponding Priv Key.

sr. member
Activity: 329
Merit: 250
sr. member
Activity: 329
Merit: 250
sr. member
Activity: 329
Merit: 250
sr. member
Activity: 329
Merit: 250
I used wallet v0.5.1 to send 50K*7 KHC to another address,but I received nothing .  Angry Angry


I can see your transactions with the block explorer.  The destination address is: K9rAbsZgBg9pkcCTrszMNzUyk2oW2ejjE5

KRYPTOHASH BLOCK 89815
http://xplorer.kryptohash.org:3000/block/00000001214153CAD5BE1445A7C5D61E6935AE9B4D522F166B9226F94A65C1E869E76EE6EEBF2890

    http://xplorer.kryptohash.org:3000/tx/C3CB034460B649091735B7D6BAB6C2A51466A4552806A58DAEA36460D933261D794A47220A54D372
    http://xplorer.kryptohash.org:3000/tx/E81E4F78EE3DDFA425A1C6137C9148B3007E40F7B418730DCE82CB4396406D4C7F47C540726BB1E1
    http://xplorer.kryptohash.org:3000/tx/AD711B8CDA9E5AB536EEE68654959A3531ED1AB7FCF983109BCD73BD95FA0528282713622E8DBC4E

KRYPTOHASH BLOCK 89816
http://xplorer.kryptohash.org:3000/block/00000006BCDBFBB3289B637C8B7D55EC908FC7FB40505223E91BEFDD26D5422FA8E51B0100B87C98

    http://xplorer.kryptohash.org:3000/tx/01A2EB609E5ADEEE094F1C64F10FF7361E8C3BA0233A330FB48CAE1CBA42081EA9872DCA02F6AB96
    http://xplorer.kryptohash.org:3000/tx/9E8503731FD4D9D640F0DB3F31AEA60B87F93B7A04781B1C1950230D95AB176363D779DED6F29E79
    http://xplorer.kryptohash.org:3000/tx/CDFC046DD8746323D8A9BA32E870738D47F970AFF9319C17CA35D32FF80934561CD363A119EBE5D8
    http://xplorer.kryptohash.org:3000/tx/E1355003199AC5D2107DF0897672A5731EBB8DD624CCE5776B2A3A3FC34F75DE77C399CA3718DCE9

KRYPTOHASH BLOCK 89818
http://xplorer.kryptohash.org:3000/block/00000005B962BA8C1CBA6E3F3C3BABB433F19B6CF771FC17A44891813F8D64B53980806879DB8D78

    http://xplorer.kryptohash.org:3000/tx/B77332CD02FEFB7C271A168080F49F09F70799A064C82C02D05E03515D9873F1B6BDC4D8B0575D78
member
Activity: 79
Merit: 10
I used wallet v0.5.1 to send 50K*7 KHC to another address,but I received nothing .  Angry Angry
sr. member
Activity: 329
Merit: 250
full member
Activity: 177
Merit: 100
Vote for
https://c-cex.com/?id=vote#rowkhc
https://bter.com/voting/#KHC

If somebody know how to improve block explorer, it would be cool. A lot of exchanges request for working explorer.
http://www.bitexp.net/explorer.php?coin=Kryptohash this is stock.
working http://www.kryptohash.org/khcbc.php

We need a bigger trading platform!
full member
Activity: 140
Merit: 100
I have redownloaded blockchain from scratch.But I can't solo mine now. Angry

 [2015-06-23 00:08:12] Waiting for new work from Pool 0

How long did you wait? 

Peers don't relay mempool transactions to new peers coming online before a new block is mined.  And some blocks could take longer than others to solve so, you could end up waiting for work for few minutes when you launch the Wallet.

Minutes laters,everything went well.Thanks!
sr. member
Activity: 329
Merit: 250
I have redownloaded blockchain from scratch.But I can't solo mine now. Angry

 [2015-06-23 00:08:12] Waiting for new work from Pool 0

How long did you wait? 

Peers don't relay mempool transactions to new peers coming online before a new block is mined.  And some blocks could take longer than others to solve so, you could end up waiting for work for few minutes when you launch the Wallet.
sr. member
Activity: 298
Merit: 250
We need a bigger trading platform!
Pages:
Jump to: