Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

It's all DUST... #52

Open
horologger opened this issue Dec 4, 2024 · 5 comments
Open

It's all DUST... #52

horologger opened this issue Dec 4, 2024 · 5 comments

Comments

@horologger
Copy link

Currently (0.0.5) my wallet balance shows that the entire balance is dust.

spaces balance
{
"balance": 0,
"details": {
"immature": 0,
"trusted_pending": 0,
"untrusted_pending": 0,
"confirmed": 808590,
"dust": 808590
}
}

I have watch only wallet in Sparrow showing 808,590 sats spendable sats.

This state had me unable to register a name due to lack of funds.

Reach out to me for confirmation / test of a solution.

@buffrr
Copy link
Member

buffrr commented Dec 4, 2024

Have you updated spaced to v0.0.5 (not just space-cli)?

@horologger
Copy link
Author

I have. Is the current state of the repo at 0.0.5?

@buffrr
Copy link
Member

buffrr commented Dec 5, 2024

Yes, tagged at v0.0.5. This issue should have been resolved. If you're absolutely sure you're running this exact version verifying with spaced --version, i will look into it

@horologger
Copy link
Author

OK, I tried to verify the version of spaced and space-cli and they were actually at 0.0.4. This seems to stem from docker caching a layer where the source was pulled so it wasn't actually grabbing the latest, just used the cached layer. I'm getting this update in my container and will reinstall and check. Stay tuned.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@buffrr @horologger and others