| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |\ \
| | |
| | |
| | | |
328bebbe daemon: some more include cleanup (moneromooo-monero)
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
214fd81e some include cleanup (moneromooo-monero)
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
d37e8f88 daemon: add average seconds per block in bc_dyn_stats (moneromooo-monero)
|
| | |/ |
|
| |/
|
|
|
|
|
| |
Library code should definitely not ask for console input unless
it's clearly an input function. Delegating the user interaction
part to the caller means it can now be used by a GUI, or have a
decision algorithm better adapted to a particular caller.
|
| |\
| |
| |
| | |
c3bb6bec daemon: fix status in command line mode if using restricted rpc (moneromooo-monero)
|
| | | |
|
| |/
|
|
|
|
| |
When there are more than 50txs, the timestamp for the last
bin was printed incorrectly. Subtracting "now" was omitted by mistake
in 3fc22e7b78ab1dd409de4f3e8f5bff27be19735b
|
| | |
|
| |
|
|
| |
Since we're just counting txs, there's no reason to deserialize all the blobs.
|
| |\
| |
| |
| | |
4b932ff3 changed crypto to cncrypto so it generated libcncrypto (Gentian)
|
| | |
| |
| |
| | |
fix a cmakelist
|
| |/ |
|
| |\
| |
| |
| |
| |
| | |
eb20f720 daemon: print average fee per byte in print_pool_stats (moneromooo-monero)
37be70bb daemon: add fee/byte when print pool transaction info (moneromooo-monero)
893f5a30 tx_pool: add blob size and fee/byte when logging a new tx (moneromooo-monero)
|
| | | |
|
| | | |
|
| |/ |
|
| | |
|
| |\
| |
| |
| | |
44a5b038 create a foreground non-interactive mode (Noah Watkins)
|
| | |
| |
| |
| | |
Signed-off-by: Noah Watkins <noahwatkins@gmail.com>
|
| | |
| |
| |
| | |
Reported by assylias_ on IRC
|
| | | |
|
| | |
| |
| |
| | |
BlockchainDB functions virtual again to avoid missing symbols error
|
| | |
| |
| |
| |
| | |
To make sure it gets regenerated whenever checkpoints.dat changes
Likewise for blocks.o and testnet_blocks.o
|
| |\ \
| | |
| | |
| | | |
11a00df6 daemon: fix bc_dyn_stats via rpc (moneromooo-monero)
|
| | | | |
|
| |\ \ \
| | | |
| | | |
| | | | |
378d2bb1 Revert attempt to write to console on daemon shutdown (Nano Akron)
|
| | |/ / |
|
| |\ \ \
| | | |
| | | |
| | | | |
12adb4a3 core: move hardfork back to cryptonote_core (moneromooo-monero)
|
| | |/ /
| | |
| | |
| | |
| | | |
should fix a cross dependency betewen cryptonote_basic and
blockchain_db
|
| |/ /
| |
| |
| |
| | |
subcommands "check", "download", and "update".
update is not yet implemented.
|
| | | |
|
| | | |
|
| |/ |
|
| |
|
|
|
|
|
|
|
|
| |
You're wondering how this fixes core tests, aren't you...
It prevents the miner (initialized by cryptonote::core) from
breaking trying to access arguments that were not added.
Since the tests don't use the miner directly, it makes more
sense to have cryptonote_core add those, since it also uses
the miner.
|
| |\
| |
| |
| | |
b560ed4a daemon: silence spurious warning about uninitialized variable (moneromooo-monero)
|
| | |
| |
| |
| | |
Also fixes a leak
|
| |/
|
|
|
|
| |
Added an extra path to check for linux power supply status.
Added ignore battery option. If set to true, then when we can't figure out
the power status, we'll assume the system is plugged in.
|
| |\
| |
| |
| | |
cf2e75eb daemon: fix crash on exit when mining (moneromooo-monero)
|
| | |
| |
| |
| |
| |
| |
| | |
When exiting while the miner is running, finding a block after
the p2p layer has been shutdown will cause a crash as the now
uninitialized p2p layer is asked to relay the found block to
any peers.
|
| | |
| |
| |
| | |
was resetting bg mining enabled instead of started. Upped the miner threshold. Also moved setting of enabled on start above miner thread creation since starting with true, then stopping, then starting with false resulted in race condition.
|
| |/
|
|
|
|
|
|
|
|
|
| |
source, and CPU has been idle for some time, then begin mining to some
threshold (don't destroy the users' CPU).
This patch only supports windows and linux (I've only tested on Win64 and
Ubuntu).
The variables currently default to pretty conservative values (i.e. 20%
CPU mining threshold).
|
| |\
| |
| |
| | |
ce7fcbb4 Add server auth to monerod, and client auth to wallet-cli and wallet-rpc (Lee Clagett)
|
| | | |
|
| |\ \
| | |
| | |
| | | |
db0a5392 Clarify in/out connections for users (NanoAkron)
|
| | |/ |
|
| |/ |
|
| | |
|