Bitcoin Forum

Bitcoin => Bitcoin Technical Support => Topic started by: Cronus1234 on May 18, 2024, 03:41:49 PM



Title: Bitcoin core showing 0 balance after transferring bw sparrow wallets
Post by: Cronus1234 on May 18, 2024, 03:41:49 PM
Hi everyone,

I have core v25 connected to my fulcrum server with sparrow wallet. I recently transferred from one hardware wallet to another within sparrow using my node.

Core shows all the sending transactions but none of the receiving, even though sparrow shows all of the receiving.

How do I get core to view the receiving transactions as a positive balance? I feel like because all the transactions were done within sparrow this should be automatic but I can't seem to get core to see this receiving wallet

Any tips would be appreciated!

Thanks


Title: Re: Bitcoin core showing 0 balance after transferring bw sparrow wallets
Post by: achow101 on May 19, 2024, 03:25:50 AM
Probably Sparrow uses different wallet files for different devices, so there should be a dropdown at the top right of Bitcoin Core that lets you choose a different wallet. Bitcoin Core does not show information for all wallets loaded, you need to choose specifically which wallet you want to view information for, and spend from.


Title: Re: Bitcoin core showing 0 balance after transferring bw sparrow wallets
Post by: nc50lc on May 19, 2024, 05:06:32 AM
I have core v25 connected to my fulcrum server with sparrow wallet.
Hmm, If it's Fulcrum, then there shouldn't be a "mirrored" watch-only wallet in Bitcoin Core since it doesn't work like EPS or Sparrow's direct connection to Bitcoin Core.

What I'm thinking is you might have previously connected Sparrow to Core using either options (not Fulcrum) which created a watching-only wallet.
Thus the wallet where you're seeing the sending transactions.
But now that you're using Fulcrum, your new descriptors from the other (new?) hardware wallet aren't imported to that existing watch-only wallet.

Any tips would be appreciated!
If the above scenario is correct, you can manually import your new wallet's public descriptors to that watching-only wallet.
You can get it from Sparrow Wallet: "Settings Tab->Export>Output Descriptors"
Then import the Bitcoin Core-compatible descriptors to Bitcoin Core using importdescriptors command.


Title: Re: Bitcoin core showing 0 balance after transferring bw sparrow wallets
Post by: Cronus1234 on May 22, 2024, 08:30:15 PM
I have core v25 connected to my fulcrum server with sparrow wallet.
Hmm, If it's Fulcrum, then there shouldn't be a "mirrored" watch-only wallet in Bitcoin Core since it doesn't work like EPS or Sparrow's direct connection to Bitcoin Core.

What I'm thinking is you might have previously connected Sparrow to Core using either options (not Fulcrum) which created a watching-only wallet.
Thus the wallet where you're seeing the sending transactions.
But now that you're using Fulcrum, your new descriptors from the other (new?) hardware wallet aren't imported to that existing watch-only wallet.

Any tips would be appreciated!
If the above scenario is correct, you can manually import your new wallet's public descriptors to that watching-only wallet.
You can get it from Sparrow Wallet: "Settings Tab->Export>Output Descriptors"
Then import the Bitcoin Core-compatible descriptors to Bitcoin Core using importdescriptors command.

Thank you! I managed to fix it with a Core reinstall before I saw your reply, but the logic of *how* to fix it was bugging the heck out of me. Your reply makes a lot of sense so I think it would have fixed it, but unfortunately I won't be able to find out for sure :( Nonetheless you've finally put my mind at ease trying to figure out what the problem was haha.