You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nice suggestion! I'll take note of this. I'll be reviewing the UI of the tool (messages, interactions, etc) soon, and it looks like a good improvement.
Great! Since you will be reviewing the tool soon, I also suggest that you add input parameter to pass the secret pass ode as a string, and a flag to stop the process once you've scanned all the addresses, and the output of this "automated" way of running it will be the total balance only.
I would pipe that to a file so I can automate my Crypto balance updates ( that I normally do with XPUBs, but as you told me, those do not work with the Muun architecture).
When scanning the addresses, the "Sats found" number is just a number . It would be good to have it "Thouthands" separated to make it more readable.
import (
"golang.org/x/text/language"
"golang.org/x/text/message"
)
func main() {
p := message.NewPrinter(language.English)
p.Printf("%d\n", 1000)
}
The text was updated successfully, but these errors were encountered: