Christian Decker

Results 176 comments of Christian Decker
trafficstars

I made the RPC methods into a check-list, and checked the ones that are already present. Some of the methods you list need disambiguation, as there is no method `broadcastChainTransaction`...

> I guess I should add that I don't think the nodes returned by "seed.bitcoinstats.com" are good. > > My assumptions is that it's just caching all the nodes it's...

So just to add a bit of context here, I was using my own implementation of the seeder in order to add a bit of diversity. However that scanner has...

I spoke with @emzy and I decided to revive this seed, and migrate to a more standard deployment as well. The overhead of the custom solution did not add enough...

I was a bit too late getting this one fixed, apologies. But it is working again now. I'll let it run for a while, let it settle in and prove...

Yeah, I have a patch that actually looks into whether daemons are running or not and decides based on that if it is started or not. That'll fix the stuck-on-started...

Where did you add the `print` statement, and how are you starting the script?

Yes, the docker image contains and runs its own `bitcoind`. There is currently no way of disabling that, though you can probably add `--net=host` so that the `bitcoind` process fails...

Yeah, sorry for not adding more things to kugelblitz lately, it's been rather busy in the Bitcoin/Lightning community :-) I'll definitely come back and move this forward.

In the meantime, did using `--net=host` work as a quick fix?