Paul Martin

Results 38 comments of Paul Martin

It's a good idea. I'll have to study how it works first. :) Especially at a binary level.

Unfortunately it seems there are no ElectrumX servers for these coins at the moment, although there were in the past. There was some silly dispute in the Dash community over...

Here's how to provide the servers as input: Create a servers.json file like this: ``` { "hostname_or_ip_address": { "pruning": "-", "t": "50001", "s": "50002", "version": "1.4" } } ``` Once...

Should be ok now in v 2.0.9. Thanks for your assistance, @x011 . ```shell python -m pip install --upgrade cryptos ```

Thanks for opening the issue. Looks like inspect function needs to be updated to support segwit.

What type is mktx or mksend returning? In pytthon 2, mktx uses join so it should return a string.

Sorry for delay in reply. It looks like it might be an issue connecting to the ElectrumX servers. Are you using the latest version? I may need to update the...

When I try to run curl 'localhost:3006/sync_blockchain' I just get a null response. Will try to investigate more in next couple of days and will also try with a fresh...

Should be working in latest version 2.0.4.

Hoping this should work now in latest version 2.0.4, please check.