Jamal James

Results 132 comments of Jamal James

Sadly, my Ubuntu VM won't boot up so I can't troubleshoot your scenario in my own environment. I could be wrong, but I suspect the root cause is related to...

@riccardobl Thanks for the update and the workaround. @antonilol would you mind trying to reinstall docker to see if this works for you as well?

Ah right. you were running into a slightly different issue. I haven't had a chance to get a Ubuntu VM setup to investigate further.

> My only guess is that this has something to do with the `dockerode` dependency? For what its worth, it appears that once Polar is started, it respects `DOCKER_HOST`. I...

Awesome! That would be very helpful. Thanks 🥇

Thank for looking into this. 👍 I haven't confirmed myself but that electron issue seems like it could be the issue. I'll work on a fix when time permits.

I haven't seen this issue before. The bitcoind wallet should be automatically created for you when you start the network. Are you trying to run the network via the `docker-compose`...

Are you facing this issue too @ConorOkus? Polar already [creates a default wallet](https://github.com/jamaljsr/polar/blob/master/src/lib/bitcoin/bitcoindService.ts#L28) if one doesn't already exist, during the [network startup](https://github.com/jamaljsr/polar/blob/master/src/store/models/network.ts#L626) process. This is why I asked @oldeucryptoboi if...

Can either of you provide any additional details on how & when you run into this issue. I've been trying but am unable to reproduce the problem myself.

Thanks for the feedback. This shouldn't be difficult to implement, though I haven't looked into it.