System Information (if applicable)
BlockSci version: 0.5
Using AMI: no
Total memory: 32GB
auto a = getAddressFromString("3ChVP627KU5w4zu2rieFPF3wGXWQgmhvrs",chain->getAccess());
auto equivAddress = (*a).getEquivAddresses(false);
auto pointers = equivAddress.getOutputPointers() | ranges::to_vector;
std::cout << "Equiv Address: " << pointers.size() << " pointers" << std::endl;
----- Result --------
Equiv Address: 1 pointers
But according to blockchain.info address got 59 transactions
https://www.blockchain.com/btc/address/3ChVP627KU5w4zu2rieFPF3wGXWQgmhvrs
I suspect I miss something regarding the type of the address as my parser folder seems sain.
Can someone help me with that ?
Thanlks in advance,
Clément
System Information (if applicable)
BlockSci version: 0.5
Using AMI: no
Total memory: 32GB
----- Result --------
Equiv Address: 1 pointers
But according to blockchain.info address got 59 transactions
https://www.blockchain.com/btc/address/3ChVP627KU5w4zu2rieFPF3wGXWQgmhvrs
I suspect I miss something regarding the type of the address as my parser folder seems sain.
Can someone help me with that ?
Thanlks in advance,
Clément