Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-01-13 | rpc: add a command to get info about the current blockchain | moneromooo-monero | 1 | -0/+18 | |
About the tip of the main chain, and the last N blocks | |||||
2016-12-21 | make openalias also available for solo miner; introduce namespace ↵ | kenshi84 | 1 | -7/+25 | |
tools::dns_utils; support integrated address with dns lookup | |||||
2016-12-17 | rpc: new function and RPC to get alternative chain info | moneromooo-monero | 1 | -0/+11 | |
2016-10-23 | daemon: add a print_pool_stats daemon command | moneromooo-monero | 1 | -0/+7 | |
Helps see what's going on now that Monero is getting used | |||||
2016-10-10 | changed params from start/end index to height/count | Dion Ahmetaj | 1 | -8/+8 | |
2016-10-10 | attempted to remove whitespace spam | Dion Ahmetaj | 1 | -10/+10 | |
2016-10-10 | added print_coinbase_tx_sum option | Dion Ahmetaj | 1 | -10/+32 | |
2016-10-03 | Removed all code related to fast_exit | NanoAkron | 1 | -6/+0 | |
2016-09-18 | epee: optionally restrict HTTP service to a configurable user agent | moneromooo-monero | 1 | -1/+2 | |
This is intended to catch traffic coming from a web browser, so we avoid issues with a web page sending a transfer RPC to the wallet. Requiring a particular user agent can act as a simple password scheme, while we wait for 0MQ and proper authentication to be merged. | |||||
2016-08-30 | Fix incorrect help usage for the threads option to start_mining | Quanah Gibson-Mount | 1 | -1/+1 | |
2016-03-26 | New RPC and daemon command to get output histogram | moneromooo-monero | 1 | -0/+18 | |
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-21 | Revert "Print stack trace upon exceptions" | moneromooo-monero | 1 | -1/+0 | |
Ain't nobody got time for link/cmake skullduggery. This reverts commit fff238ec94ac6d45fc18c315d7bc590ddfaad63d. | |||||
2016-03-19 | Print stack trace upon exceptions | moneromooo-monero | 1 | -0/+1 | |
Useful for debugging users' logs | |||||
2016-01-30 | new flush_txpool command, and associated RPC call | moneromooo-monero | 1 | -0/+18 | |
It can flush a particular tx, or the whole pool (the RPC command can flush a list of transactions too) | |||||
2016-01-02 | daemon: fix ban length using wrong parameter | moneromooo-monero | 1 | -1/+1 | |
2015-12-31 | updated copyright year | Riccardo Spagni | 1 | -1/+1 | |
2015-11-26 | add RPC calls and commands to get/set bans | moneromooo-monero | 1 | -0/+29 | |
2015-10-28 | rpc: fix start_mining and status RPC crashes | moneromooo-monero | 1 | -1/+3 | |
They check whether they're running on testnet by accessing the m_rpc_server object, which does not exist when in RPC mode. Also, fix hard_fork_info being called with the wrong API. | |||||
2015-10-25 | daemon: add a status command | moneromooo-monero | 1 | -0/+7 | |
Displays current block height and target, net hash, hard fork basic info, and connections. Useful as a basic user friendly "what's going on here" command. | |||||
2015-09-19 | Add an RPC call and daemon command to get info on hard fork voting | moneromooo-monero | 1 | -0/+22 | |
2015-08-11 | Add a is_key_image_spent daemon command and RPC call | moneromooo-monero | 1 | -0/+20 | |
2015-05-31 | cleaning up, removing redundant files, renaming, fixing incorrect licenses | Riccardo Spagni | 1 | -7/+7 | |
2015-05-17 | print limits when running limit commands with no arguments | moneromooo-monero | 1 | -3/+12 | |
It's more user friendly that an error message saying the command does not exist. | |||||
2015-04-01 | remerged; commands JSON. logging upgrade. doxygen | rfree2monero | 1 | -0/+37 | |
2015-03-27 | Restore daemon interactive mode | Thomas Winget | 1 | -1/+3 | |
Daemon interactive mode is now working again. RPC mapped calls in daemon and wallet have both had connection_context removed as an argument as that argument was not being used anywhere. | |||||
2015-02-24 | Daemonize changes pulled in -- daemon builds | Thomas Winget | 1 | -0/+297 | |
many RPC functions added by the daemonize changes (and related changes on the upstream dev branch that were not merged) were commented out (apart from return). Other than that, this *should* work...at any rate, it builds, and that's something. |