internal/

directory
v0.0.0-...-bcfd2cf Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 10, 2023 License: GPL-3.0

Directories

Path Synopsis
Package analysis applicability vs reliability: applicability describes in a deterministic way if an heuristic is applicable to a transaction based on its conditions while reliability is the degree of reliability the heuristic provides whether it is applicable to the transaction.
Package analysis applicability vs reliability: applicability describes in a deterministic way if an heuristic is applicable to a transaction based on its conditions while reliability is the degree of reliability the heuristic provides whether it is applicable to the transaction.
backward
Package backward heuristic It checks the transactions that come before the one in which we want to find the change address.
Package backward heuristic It checks the transactions that come before the one in which we want to find the change address.
behaviour
Package behaviour client heuristic This heuristic checks if there are output addresses that are the first time they appear in the Blockchain.
Package behaviour client heuristic This heuristic checks if there are output addresses that are the first time they appear in the Blockchain.
forward
Package forward heuristic It checks the transactions that come after the one in which we want to find the change address.
Package forward heuristic It checks the transactions that come after the one in which we want to find the change address.
locktime
Package locktime heuristic It checks for each output of a transaction, if the spending transactions locktime is the same of the original transaction.
Package locktime heuristic It checks for each output of a transaction, if the spending transactions locktime is the same of the original transaction.
optimal
Package optimal change heuristic It tries to locate in the output set of a transaction an address that receives an amount which is smaller or equal than all inputs values.
Package optimal change heuristic It tries to locate in the output set of a transaction an address that receives an amount which is smaller or equal than all inputs values.
peeling
Package peeling chain heuristic Since in this case we are looking for a set of transactions that have different length, can be really difficult to be sure that a series of transactions that have one input and two outputs is a peeling chains transaction, also because a chain can be connected in the middle point of another chain.
Package peeling chain heuristic Since in this case we are looking for a set of transactions that have different length, can be really difficult to be sure that a series of transactions that have one input and two outputs is a peeling chains transaction, also because a chain can be connected in the middle point of another chain.
power
Package power of ten heuristic It checks if in the outputs set there are addresses that have an amount in Satoshi that is a power of ten.
Package power of ten heuristic It checks if in the outputs set there are addresses that have an amount in Satoshi that is a power of ten.
reuse
Package reuse heuristic This heuristic just checks if an address that appears in the input set, appears also in the output set, we just need to count the number of transactions in which this condition is satisfied.
Package reuse heuristic This heuristic just checks if an address that appears in the input set, appears also in the output set, we just need to count the number of transactions in which this condition is satisfied.
shadow
Package shadow heuristic This heuristic checks if there are output addresses that are the first time they appear in the Blockchain.
Package shadow heuristic This heuristic checks if there are output addresses that are the first time they appear in the Blockchain.
type
Package class heuristic This heuristic is the address type heuristic and it checks if the all the inputs are of the same type and then try to locate only one output that is of the same type.
Package class heuristic This heuristic is the address type heuristic and it checks if the all the inputs are of the same type and then try to locate only one output that is of the same type.
spider
bitcoinabuse
Package bitcoinabuse Spider for address tags resource from bitcoinabuse.com
Package bitcoinabuse Spider for address tags resource from bitcoinabuse.com
blockchain
Package blockchain Spider for address tags resource from blockchain.com
Package blockchain Spider for address tags resource from blockchain.com
checkbitcoinaddress
Package checkbitcoinaddress Spider for address tags resource from checkbitcoinaddress.com
Package checkbitcoinaddress Spider for address tags resource from checkbitcoinaddress.com
walletexplorer
Package walletexplorer Spider for address tags resource from walletexplorer.com
Package walletexplorer Spider for address tags resource from walletexplorer.com
storage
db
kv
Package utxoset package to keep track of utxoset during parsing.
Package utxoset package to keep track of utxoset during parsing.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL