Replying to Avatar Bitcoin Mises

🚀 New release: Live Wallet 0.5.0

https://m.primal.net/KKpZ.mov

🔹 Output Count Selection: Set the number of outputs used in the tx fee estimation.

🔹 Batch vs Single Tx UI: Toggle between creating a fee estimation for a tx with a single UTXO or multiple.

🔹 Customizable Fee Rate Colors: Add or remove fee rate colors to suit your preferences.

Download now at https://github.com/Jwyman328/LiveWallet/releases/tag/0.5.0

Testing...

Reply to this note

Please Login to reply.

Discussion

Once I open the app I got this. Maybe connection problem but I can't access to modify the values

🥲 , loading time is an issue and usually lasts 30 seconds, if it is any longer than that there if most likely an issue.

Opening the app opens a background process on port 5011,

if this process does not start then it will sit in a loading state for 2 minutes until it gives up.

Was the process on port 5011 started.

You can check in the terminal with the command $ lsof -i :5011

I am waiting more than 10 min

Do you know if something was running on port 5011 before the app was opened?

I see one device (when Live wallet is closed)

I don't know what is.

okay this is a structural issue with live wallet's backend process I really should find an open port before I assign the backend to it, right now I just hard coded using port 5011 since it isn't a commonly used port (or at least so I thought).

Can you try to first close Live Wallet, then kill whatever is running on port 5011 before opening Live wallet again.

to kill whatever is on port 5011 you can run

$ lsof -i :5011

- find the PID number then run

$ kill {whatever the PID number is}

That works!

But when I run a wallet but the screen is in white

So when you connect a wallet and hit the connect button, the next screen is all white? Or are there just no utxos?

is this what you see?

Completely white. I Create a new one and I check

Oh weird, that's new to me, I have never been in that state before.

Also, if there was something else already running on port 5011 then the background process will not be able to start.

Thank you 🙏 , let me know if you find any issues that I can fix.