danicoin/src
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
..
blockchain_db New RPC and daemon command to get output histogram 2016-03-26 21:10:43 +00:00
blockchain_utilities Revert "Print stack trace upon exceptions" 2016-03-21 10:12:23 +00:00
blocks baked-in block headers now go all the way up to 1 million. 1 MILLION 2016-03-16 21:59:21 +02:00
common Revert "Print stack trace upon exceptions" 2016-03-21 10:12:23 +00:00
crypto minor tweaks, add readme for crypto_ops_builder 2016-03-11 22:48:46 +02:00
cryptonote_core New RPC and daemon command to get output histogram 2016-03-26 21:10:43 +00:00
cryptonote_protocol Revert "Print stack trace upon exceptions" 2016-03-21 10:12:23 +00:00
daemon New RPC and daemon command to get output histogram 2016-03-26 21:10:43 +00:00
daemonizer Revert "Print stack trace upon exceptions" 2016-03-21 10:12:23 +00:00
miner Revert "Print stack trace upon exceptions" 2016-03-21 10:12:23 +00:00
mnemonics updated copyright year 2015-12-31 08:39:56 +02:00
p2p Revert "Print stack trace upon exceptions" 2016-03-21 10:12:23 +00:00
platform updated copyright year 2015-12-31 08:39:56 +02:00
rpc New RPC and daemon command to get output histogram 2016-03-26 21:10:43 +00:00
serialization even more typos 2016-01-25 15:05:29 +01:00
simplewallet wallet: add a --generate-from-json flag 2016-03-25 00:56:11 +00:00
wallet wallet: handle rare case where fee adjustment can bump to the next kB 2016-03-26 11:51:58 +00:00
CMakeLists.txt remove connectivity tool, comment it out from munin plugins too 2016-03-25 14:52:19 +02:00
cryptonote_config.h Fix V1/V2 use of hard fork related parameters 2016-01-29 17:21:11 +00:00
version.cmake Fix language 2016-03-03 00:34:19 +00:00
version.h.in update version number 2016-03-21 23:10:48 +02:00