danicoin/src/daemon
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
..
CMakeLists.txt Use CMAKE_LINKER, not hardcoded "ld" 2016-01-03 08:22:38 +00:00
command_line_args.h updated copyright year 2015-12-31 08:39:56 +02:00
command_parser_executor.cpp New RPC and daemon command to get output histogram 2016-03-26 21:10:43 +00:00
command_parser_executor.h New RPC and daemon command to get output histogram 2016-03-26 21:10:43 +00:00
command_server.cpp New RPC and daemon command to get output histogram 2016-03-26 21:10:43 +00:00
command_server.h updated copyright year 2015-12-31 08:39:56 +02:00
core.h Merge pull request #749 2016-03-25 09:12:25 +02:00
daemon.cpp Revert "Print stack trace upon exceptions" 2016-03-21 10:12:23 +00:00
daemon.h updated copyright year 2015-12-31 08:39:56 +02:00
executor.cpp update version 2015-12-31 23:12:13 +02:00
executor.h updated copyright year 2015-12-31 08:39:56 +02:00
main.cpp move g_test_dbg_lock_sleep from a global to a function level static 2016-02-22 19:34:09 +00:00
p2p.h Revert "Print stack trace upon exceptions" 2016-03-21 10:12:23 +00:00
protocol.h Revert "Print stack trace upon exceptions" 2016-03-21 10:12:23 +00:00
rpc.h Revert "Print stack trace upon exceptions" 2016-03-21 10:12:23 +00:00
rpc_command_executor.cpp New RPC and daemon command to get output histogram 2016-03-26 21:10:43 +00:00
rpc_command_executor.h New RPC and daemon command to get output histogram 2016-03-26 21:10:43 +00:00