0
I want to extract the correct address from a script multi-signature.
I have this real script multi-signature from this ScriptSig (tx index 1), so this is a readme script for this address
OP_2
03385adff37fd3d0a620ebc4e9866e81dda8ba8616e5ebcae899c7f51899267ae7
034c08511718f947d1a3e152195c5e2756588e3e0c2c7730927eb6647af4942107
033da9f8938a5b947a723df21b73fbd3985b719249324d2c705acfb97d63a5df9e
OP_3 OP_CHECKMULTISIG
Now from this resource these value 03385adff37fd3d0a620ebc4e9866e81dda8ba8616e5ebcae899c7f51899267ae7, 034c08511718f947d1a3e152195c5e2756588e3e0c2c7730927eb6647af4942107, 033da9f8938a5b947a723df21b73fbd3985b719249324d2c705acfb97d63a5df9e are the public keys, so this value is a pure public key? and for exstract the address form these I can execute the procedure for build bitcoin primitive address ?
or I'm lost some information for this argument?
an example if I suppose this value is a public key 03385adff37fd3d0a620ebc4e9866e81dda8ba8616e5ebcae899c7f51899267ae7
This should be the compressed public key because it starts with "03" if apply the HASH160 I get this address "14r7XjPtqVijLRhY9BkGAtDqVDp4txsK1X"
Is my reasoning right?
More Information on the why I want to get the address to P2MSH
I don't want to break the privacy of the address 3CD1QW6fjgTwKq3Pj97nty28WZAVkziNom, I'm reading this article and it catalogated the address 3CD1QW6fjgTwKq3Pj97nty28WZAVkziNom how an scam address, but I think this is restrictive affermation, because the address with "3" can to hide more people/address.
I'm only learning and I don't want break the privacy of the people
yes, I understand this, but I think if you build a graph oof address for analyzing the suspicious flows, you should be more analyzing the public key and not the address. So my question is aimed at the process of establishing address to a single public key in a P2MS. – vincenzopalazzo – 2019-11-04T13:10:30.057
The individual public keys here don't matter (mostly). You should only be graphing the utxo chain, which relies only on the entire redeem script - note that there are other types of redeem scripts as well, not only multisig ones. If you rely on a key following approach, you might not be able to work with all transactions. – Raghav Sood – 2019-11-04T13:11:57.593
But this is referer to the script no standard but I think if the bitcoin moved to the 3 different public key I must be represented the 3 nodes and not one. This could mislead the algorithms built on the graphs. also because if I am part of a clan investigated for scam, I can use the public key with the simple P2PKH script and this I shouldn't do it very lightly – vincenzopalazzo – 2019-11-04T13:17:14.907
I'm afraid I don't really follow what you're trying to do. Feel free to join me in chat
– Raghav Sood – 2019-11-04T13:24:04.643