Forum Home
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Popular

    Feathercoin 0.8.5 Client

    Technical Development
    13
    75
    37582
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Bushstar
      Bushstar last edited by

      Wrapper, I am unable to recreate the problem on Kubuntu. I tested a heavily used 0.6.4.4 wallet and dropped it into the Feathercoin datadir and ran 0.8.5. Everything has come across without error.

      I am wondering if your wallet.dat is corrupt.

      Let’s do “wallet surgery”. We will dump your private keys and import them back into a 0.6.4.4 wallet to try the test over again.

      Go to the console in the Qt client and do the following.

      If you’ve encrypted your wallet you’ll need to unlock it

      [b]walletpassphrase [passphrase] 1000[/b]

      Then enter in dumpprivkey and your public address. This will generate the private key for your public key, make a note of this key.

      [b]dumpprivkey [feathercoin address][/b]

      Once you have all the private keys exported close the client down, backup and remove your wallet.dat from the Feathercoin datadir. Run the program to generate a new wallet.dat and then run the following to import your private keys.

      [b]importprivkey [feathercoin private key][/b]

      The client will freeze a little while it rescans the blockchain. Once all keys have been imported you will have a brand new shiny wallet.dat file ready to import to 0.8.5. I hope it works this time round :)

      Donate: 6hf9DF8H67ZEoW9KmPJez6BHh4XPNQSCZz

      1 Reply Last reply Reply Quote 0
      • Bushstar
        Bushstar last edited by

        Wellenreiter, I have tested your change to the QR dialogue box and have now pulled it into 0.8.5. Thanks for that :)

        Hopefully Wrapper’s issue is just a local one.

        [attachment deleted by admin]

        Donate: 6hf9DF8H67ZEoW9KmPJez6BHh4XPNQSCZz

        1 Reply Last reply Reply Quote 0
        • wrapper
          wrapper Moderators last edited by

          Cheers for the info Peter.

          I’m trying to get round to that (private key extraction), ASAP…

          I need to learn how to do that anyway…

          Did you find a Database viewer that works with the wallet.dat or blockchain database? (for support / help )

          • I added a “Trying to go Backwards in wallet versions”… - “mode of failure” in Support Docs
          1 Reply Last reply Reply Quote 0
          • Bushstar
            Bushstar last edited by

            I do not have any visualisers for wallet.dat or the blockchain. I know that people have tried making such things in the past for Bitcoin though I’m not sure how well they stack up.

            Does anyone know of any good tools that could be ported to Feathercoin?

            Donate: 6hf9DF8H67ZEoW9KmPJez6BHh4XPNQSCZz

            1 Reply Last reply Reply Quote 0
            • wrapper
              wrapper Moderators last edited by

              The password timer went out on my wallet private key extraction. Which is what Peter kindly told me error -4 means.

              I’ve now done the main (key extraction), so that is a work around for update glitches… I’ll test import next…

              Otherwise it’s working fine in my “sanity / breaking” tests. Once I get the keys extracted I’ll do another test compile / import.

              Do we have a potential release date?

              Tomorrow? So we can fix bugs, Before the potential - Christmas / holiday rush, or after?

              1 Reply Last reply Reply Quote 0
              • Bushstar
                Bushstar last edited by

                I am happy with tomorrow. I will ask Wellenreiter to update the version on his Feathercoin Linux distro page.

                Donate: 6hf9DF8H67ZEoW9KmPJez6BHh4XPNQSCZz

                1 Reply Last reply Reply Quote 0
                • wrapper
                  wrapper Moderators last edited by

                  Just finished the import of Private keys, it took 2 hours, 20 keys…

                  I suppose I could of sped it up, by just typing them all in and letting is scan once at the end? I needed my wallet working, so didn’t think/risk till after I finished.

                  I noticed after import keys, my descriptions were lost, there are no receive addresses…

                  I’m gonna have to import a wallet old style in Virtualbox and copy the descriptions back out to my wallet.

                  I’ll add a note to support FAQ, to get your “address descriptions” before the, “private key export / import”.

                  1 Reply Last reply Reply Quote 0
                  • Wellenreiter
                    Wellenreiter Moderators last edited by

                    Latest versions for Linux are packaged and available at

                    [url=http://software.opensuse.org/package/feathercoin]http://software.opensuse.org/package/feathercoin[/url]

                    Feathercoin development donation address: 6p8u3wtct7uxRGmvWr2xvPxqRzbpbcd82A
                    Openpgp key: 0x385C34E77F0D74D7 (at keyserver.ubuntu.com)/fingerprint: C7B4 E9EA 17E1 3D12 07AB 1FDB 385C 34E7 7F0D 74D7

                    1 Reply Last reply Reply Quote 0
                    • Q
                      qwertybo last edited by

                      “cant open database file wallet.dat error” before several other errors and client crashing during block chain update, whats going on here?

                      i did copy my wallet.dat file into the roaming folder before opening the client, was this incorrect? am i supposed to create a new wallet with each new qt update?

                      EDIT:

                      problem is fixed however my client now crashes when i close, the error i get says…

                      "A fatal error occurered. Feathercoin can no longer continue safely and will quit.

                      EXCEPTION: St13runtime_error
                      CDB() : can’t open database file wallet.dat, error -30974
                      directory\feathercoin-qt.exe in Runaway exception

                      debug log:
                      opencon thread interrupt
                      addcon thread interrupt
                      dumpaddr thread stop
                      msghand thread interrupt
                      net thread interrupt
                      Shutdown : In progress…
                      Flush(false)
                      wallet.dat refcount=0
                      wallet.dat checkpoint
                      wallet.dat detach
                      wallet.dat closed
                      DBFlush(false) ended 0ms
                      StopNode()
                      Flushed 12626 addresses to peers.dat 38ms

                      ************************
                      EXCEPTION: St13runtime_error
                      CDB() : can’t open database file wallet.dat, error -30974
                      C:\Program Files (x86)\Feathercoin\feathercoin-qt.exe in Runaway exception

                      EnvShutdown exception: DB_RUNRECOVERY: Fatal error, run database recovery (-30974)

                      1 Reply Last reply Reply Quote 0
                      • wrapper
                        wrapper Moderators last edited by

                        qwertybo
                        Did you fix your upgrade?. Mode of failure 3 in support has instruction to copy out you private keys, in an emergency.

                        Can you tell the forum some more details? what versions from where?

                        restore your 0.6.4.4 system, and wallet.dat. Export your receive addresses, export your private keys.

                        Re-name 0.8.5 wallet, restart to build a new wallet. Import your private keys.

                        With any database system there is a slight chance of corruption, especially during upgrade. Any further information you can glean may help others…

                        1 Reply Last reply Reply Quote 0
                        • Q
                          qwertybo last edited by

                          I ended up making a thread about my current problem over here : [url=http://forum.feathercoin.com/index.php/topic,6171.0.html]http://forum.feathercoin.com/index.php/topic,6171.0.html[/url]

                          I can’t open the client with that wallet anymore without it crashing so any chance of dumping my priv keys is impossible as far as right now… a reply to my current thread would be appreciated

                          1 Reply Last reply Reply Quote 0
                          • R
                            RyanAuraWallet last edited by

                            The client looks interesting, I will check it out tonight.

                            1 Reply Last reply Reply Quote 0
                            • E
                              estrabd Regular Member last edited by

                              xposted this, but looking for testers for the FreeBSD port of 0.8.5 - please direct direct feedback to the [DEV] thread I created about it.

                              Cheers,

                              1 Reply Last reply Reply Quote 0
                              • First post
                                Last post