danicoin/src/blockchain_db
moneromooo-monero 600a3cf0c0
New RPC and daemon command to get output histogram
This is a list of existing output amounts along with the number
of outputs of that amount in the blockchain.

The daemon command takes:
- no parameters: all outputs with at least 3 instances
- one parameter: all outputs with at least that many instances
- two parameters: all outputs within that many instances

The default starts at 3 to avoid massive spamming of all dust
outputs in the blockchain, and is the current minimum mixin
requirement.

An optional vector of amounts may be passed, to request
histogram only for those outputs.
2016-03-26 21:10:43 +00:00
..
berkeleydb New RPC and daemon command to get output histogram 2016-03-26 21:10:43 +00:00
lmdb New RPC and daemon command to get output histogram 2016-03-26 21:10:43 +00:00
blockchain_db.cpp read txn/cursor stuff 2016-02-23 20:47:15 +00:00
blockchain_db.h New RPC and daemon command to get output histogram 2016-03-26 21:10:43 +00:00
CMakeLists.txt Need to link boost::chrono in more places now 2016-03-11 16:17:08 +00:00
db_types.h fixed copyrights with bad year references 2015-12-31 08:37:27 +02:00