Skip to content

insight-decentralized-consensus-lab/monero_lock_times

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Monero lock times

By - Isthmus & TheCharlatan

Analysis and mitigation of information leaks through Monero's plaintext lock time

Data

Lock time data retrieved by:

SELECT 
	block.height,
	encode(tx.hash,'hex'),
        tx.unlock_time
FROM 
	monero block,
	LATERAL UNNEST(block.transactions) tx(hash, version, unlock_time, vin, vout, extra, fee)
ORDER BY 
	height DESC

h/t Neptune for the Monero-SQL database

About

Analysis and mitigation of information leaks through Monero's plaintext lock time

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published