Marco Argentieri

Results 157 comments of Marco Argentieri

> I got it working, or at least I think it works. > > Small tip, stupid macOS (of course) uses port 5000 when AirPlay receiver is turned on which...

PS: @keblek FYI we adding support for LN (regtest mode for now) with both LND and CLN ran at same time https://github.com/vulpemventures/nigiri/pull/144 Maybe you interested to follow this too 👍

Thank you for reporting this! It should have cleaned up with https://github.com/vulpemventures/nigiri-installer-script, will investigate why this was not the case!

we do something like the bash script below or just an quick & dirty `sleep 3` should work :) ```bash function waitForNode () { while true; do if $1 getblockchaininfo...

But we can offer a HTTP endpoint like `/ready` https://github.com/vulpemventures/nigiri-chopsticks that does this for you if you prefer

Binaries can be found here https://github.com/tiero/nigiri/releases/tag/v0.4.0-rc.0

It requires some little work to make it compatible with master. We have stopped on this direction, as the interest from the user wasnt there anymore, and we prefer to...

Can you update your docker-compose to latest version? It should not be needed to touch the compose in your nigiri datadir https://docs.docker.com/compose/install/#install-compose

I think it's matter to create manually a block via Bitcoin RPC? Looks like to me a general Bitcoin Core question, rather Nigiri specific. Maybe you need two nodes to...

May be linked? https://t.me/liquid_community/12289