getumbrel / umbrel-os

umbrelOS for Raspberry Pi 4 (only). Covert your Raspberry Pi into a home server in one click. For other hardware, checkout https://github.com/getumbrel/umbrel
https://umbrel.com
BSD 3-Clause "New" or "Revised" License
586 stars 55 forks source link

Not able to see addresses details in mempool app #182

Closed zatJUM closed 3 years ago

zatJUM commented 3 years ago

Great work! I'm trying to find the balance of a bc1 address, and I came to the point they're not supported yet on umbrel. Is there is reason why "addresstype=bech32" is not set in bitcoin.conf?

downet commented 3 years ago

When I choose Bitcoin and deposit, I see bc1 address..

zatJUM commented 3 years ago

Yes, so do I :thinking: So it must be a mempool config problem?

downet commented 3 years ago

But which problem do you have?

zatJUM commented 3 years ago

I cannot see a bc1 address in the mempool app: "Error: Connection to server lost, please retry" But if I enter a txid, server answers.

downet commented 3 years ago

For me it´s working well.

image

Can you try to run via ssh following command: docker logs --tail=200 -f mempool_api_1 and try to search bc1 address, if you will see some error :)

zatJUM commented 3 years ago

I see nothing strange

downet commented 3 years ago

Means you do not see any log or any error?

zatJUM commented 3 years ago

Many things like these:

Feb 23 20:45:15 [80] DEBUG: Fetched transaction 1 / 12
Feb 23 20:45:15 [80] DEBUG: Fetched transaction 2 / 12
Feb 23 20:45:15 [80] DEBUG: Fetched transaction 3 / 12
Feb 23 20:45:15 [80] DEBUG: Fetched transaction 4 / 12
Feb 23 20:45:15 [80] DEBUG: Fetched transaction 5 / 12
Feb 23 20:45:15 [80] DEBUG: Fetched transaction 6 / 12
Feb 23 20:45:15 [80] DEBUG: Fetched transaction 7 / 12
Feb 23 20:45:15 [80] DEBUG: Fetched transaction 8 / 12
Feb 23 20:45:15 [80] DEBUG: Fetched transaction 9 / 12
Feb 23 20:45:15 [80] DEBUG: Fetched transaction 10 / 12
Feb 23 20:45:15 [80] DEBUG: Fetched transaction 11 / 12
Feb 23 20:45:15 [80] DEBUG: Fetched transaction 12 / 12
Feb 23 20:45:16 [80] DEBUG: New mempool size: 18137 Change: 12
Feb 23 20:45:16 [80] DEBUG: Mempool updated in 0.917 seconds
Feb 23 20:45:18 [80] DEBUG: Updating mempool
Feb 23 20:45:18 [80] DEBUG: Fetched transaction 1 / 11
Feb 23 20:45:18 [80] DEBUG: Fetched transaction 2 / 11

but no error it seems

zatJUM commented 3 years ago

Well, it's not related to bech32 addresses: http://umbrel.local:3006/address/1CX2ybqJHuE9D5gKP1uPTCzpz2te2LLo5m returns Error loading address data. Error: Connection to server lost, please retry too

downet commented 3 years ago

Did you tried to reinstall it? That is last thing which is in my mind :)

zatJUM commented 3 years ago

Yes! In fact I had already removed and reinstalled, but this time, it worked :-) Thanks for your help