Forum Home
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Popular
    Feathercoin daemon and wallet production version 0.19.1
    Old daemon and wallet version 0.18.3

    Wallet stopped working

    Guides
    2
    3
    2000
    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.
    • jimmy24651
      jimmy24651 last edited by

      The wallet for one of my miners stopped working last night. I’m not sure what happened. I’ve tried uninstalling, reinstalling, etc with no luck…

      The error I get is “Connect a new block to chainActive, Failed to read block.”

      What is this all about?

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

        @jimmy24651 said in Wallet stopped working:

        Failed to read block

        This is the c-code causing the message:

         if (!ReadBlockFromDisk(block, pindexDelete))
            return AbortNode(state, "Failed to read block");
        

        The pindexDelete is just an example. there are for different pindexes called to perform the checks, before adding a block to the block chain, so there are four lines the create the Message.
        It seems a block can’t be read from Disk.
        Is your filesystem full?

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

        jimmy24651 1 Reply Last reply Reply Quote 1
        • jimmy24651
          jimmy24651 @Wellenreiter last edited by

          @wellenreiter

          no.

          i dont know what happened. when i got home this morning, my solo operation had stopped running. i restarted ccminer, and it wouldnt work. when i restarted the wallet, thats when i got this error. im not sure what the deal was. im in the process of reinstalling the wallet fresh now.

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