| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
|
|
| |
Here lies dozens of unused files. This commit is ONLY file deletions except
for the removing of a couple of #includes and removing filenames from CmakeLists
where appropriate.
|
| | |
|
| | |
|
| |\
| |
| |
| | |
dfee15e RPC and ZeroMQ APIs to support p2pool (SChernykh)
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Adds the following:
- "get_miner_data" to RPC API
- "json-miner-data" to ZeroMQ subscriber contexts
Both provide the necessary data to create a custom block template. They are used by p2pool.
Data provided:
- major fork version
- current height
- previous block id
- RandomX seed hash
- network difficulty
- median block weight
- coins mined by the network so far
- mineable mempool transactions
|
| |/
|
|
|
| |
Co-authored-by: selsta <selsta@sent.at>
Co-authored-by: tobtoht <thotbot@protonmail.com>
|
| | |
|
| |\
| |
| |
| | |
673c6d2 Reduce compilation time of epee/portable_storage_template_helper.h (mj-xmr)
|
| | | |
|
| |\ \
| |/
|/|
| | |
cf266d6 bootstrap_daemon: proxy configuration support (xiphon)
|
| | | |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
There are quite a few variables in the code that are no longer
(or perhaps never were) in use. These were discovered by enabling
compiler warnings for unused variables and cleaning them up.
In most cases where the unused variables were the result
of a function call the call was left but the variable
assignment removed, unless it was obvious that it was
a simple getter with no side effects.
|
| |/ |
|
| |\
| |
| |
| | |
56748e1d7 ban lists may now include subnets (moneromooo-monero)
|
| | | |
|
| |/
|
|
|
| |
do not include blocked hosts in peer lists or public node lists by default,
warn about no https on clearnet and about untrusted peers likely being spies
|
| | |
|
| |\
| |
| |
| | |
65903d2cf Add rpc-restricted-bind-ip option (Howard Chu)
|
| | |
| |
| |
| | |
Fixes #6369
|
| |\ \
| |/
|/|
| | |
83da867 Update error messages in daemon (tmoravec)
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
When given a wrong argument, some daemon commands failed with "unknown
command" error, instead of a meaningful error message. This patch
brings consistency into the error messages.
In several places, this patch removes relatively useful messages,
and replaces them with more generic ones. E.g.,
- std::cout << "use: print_pl [white] [gray] [<limit>] [pruned]
[publicrpc]" << std::endl;
+ std::cout << "Invalid syntax: Too many parameters. For more
details, use the help command." << std::endl;
There are two reasons for this:
1. Consistency.
2. Removing duplicates.
The detailed information about the parameters is present in
the help messages already. Having it in two places increases
the risk that the messages would get out of date.
|
| | | |
|
| |\ \
| | |
| | |
| | | |
8baa7bb23 daemon: don't print "(pruned)" for coinbase txes (moneromooo-monero)
|
| | | |
| | |
| | |
| | |
| | | |
Pruned coinbase txes are the same as unpruned ones, so the
prunable data is empty
|
| |\ \ \
| | | |
| | | |
| | | |
| | | | |
afd002c31 daemon: print sampling time in print_net_stats (moneromooo-monero)
ec7bba079 util: fix kilo prefix typo (K instead of k) (moneromooo-monero)
|
| | | |/
| |/| |
|
| |\ \ \
| | | |
| | | |
| | | | |
fb31167b1 Wallet, daemon: From 'help_advanced' back to 'help', and new 'apropos' command (rbrunner7)
|
| | | | | |
|
| |/ / / |
|
| |\ \ \
| | | |
| | | |
| | | | |
a6803231e daemon: complain if data dir resides on FAT32 volume (Windows) (xiphon)
|
| | |/ / |
|
| |\ \ \
| | | |
| | | |
| | | | |
8656a8c9f remove double includes (sumogr)
|
| | | | | |
|
| |\ \ \ \
| |_|_|/
|/| | |
| | | | |
5ef0607da Update copyright year to 2020 (SomaticFanatic)
|
| | | |/
| |/|
| | |
| | | |
Update copyright year to 2020
|
| |/ / |
|
| |\ \
| |/
|/|
| | |
5ef7138 daemon: fix print_net_stats RPC calls (moneromooo-monero)
|
| | | |
|
| |\ \
| | |
| | |
| | | |
6810150 daemon: if no banned IPs print something (sumogr)
|
| | | | |
|
| |\ \ \
| |_|/
|/| |
| | | |
c61abf8 remove empty statements (shopglobal)
|
| | | |
| | |
| | |
| | | |
Cleaning up a little around the code base.
|
| |\ \ \
| | | |
| | | |
| | | | |
987c3139 print_coinbase_tx_sum now supports 128 bits sums (moneromooo-monero)
|
| | | | |
| | | |
| | | |
| | | | |
The tail emission will bring the total above 64 bits
|
| |\ \ \ \
| |_|_|/
|/| | |
| | | | |
5985c5af rpc: add bad-blocks to flush_cache RPC (moneromooo-monero)
|
| | |/ /
| | |
| | |
| | | |
Flushes m_invalid_blocks in Blockchain.
|
| |\ \ \
| |_|/
|/| |
| | | |
5f2a32c daemon: run with -rpc-payment-address and --rpc-restricted-bind-port (moneromooo-monero)
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
a633f85d daemon: allow printing N blocks from the end of the chain (moneromooo-monero)
|