I seem to be missing something.
I've parsed and run clustering a litecoin blockchain upto the latest block.
Now I am searching clusters for a specific address.
It seems when I use the litecoin address format I cannot use chain.address_from_string.
For example this ltc address LfrrHCNQouXJC3fJx11qTPtq7ZrRdjsb1X in blocksci is represented like this PubkeyHashAddress(1Mdu1z4ajFHEwEy9ms2YBNq4uMV9RqqqiV)
Is there any way I can alter the format so the addresses are displayed in the LTC style?
Edit: From doing a bit of digging the addresses are parsed from the scriptsig bitcoin style which is why they all are output like this. I'll work around by parsing the addresses I want into this format before searching.
Thanks.
I seem to be missing something.
I've parsed and run clustering a litecoin blockchain upto the latest block.
Now I am searching clusters for a specific address.
It seems when I use the litecoin address format I cannot use
chain.address_from_string.For example this ltc address
LfrrHCNQouXJC3fJx11qTPtq7ZrRdjsb1Xin blocksci is represented like thisPubkeyHashAddress(1Mdu1z4ajFHEwEy9ms2YBNq4uMV9RqqqiV)Is there any way I can alter the format so the addresses are displayed in the LTC style?
Edit: From doing a bit of digging the addresses are parsed from the scriptsig bitcoin style which is why they all are output like this. I'll work around by parsing the addresses I want into this format before searching.
Thanks.