| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |\
| |
| |
| |
| | |
5a283078 cryptonote_protocol: large block sync size before v4 (moneromooo-monero)
7b747607 cryptonote_protocol: kick idle synchronizing peers (moneromooo-monero)
|
| | |
| |
| |
| |
| | |
In case they dropped off downloading for any reason, they'll get
sent to download again.
|
| |/
|
|
| |
Really unique yet consistent spelling mistake
|
| |\
| |
| |
| | |
d1f204d6 miner: set thread name before logging (moneromooo-monero)
|
| | | |
|
| |\ \
| | |
| | |
| | | |
980e476c cryptonote_basic: fix silly CLANG warning about not emitting function (moneromooo-monero)
|
| | | | |
|
| |\ \ \
| | | |
| | | |
| | | | |
c8640a3d difficulty: fix misleading comment (Guillaume LE VAILLANT)
|
| | | | | |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
87b5ede9 miner: fix ignoring battery from command line (moneromooo-monero)
|
| | |/ / / |
|
| | |_|/
|/| | |
|
| | |/
|/|
| |
| |
| | |
Why this was initialized properly before I have no idea, but
it is not anymore. Fix it, which fixes syncing in release mode.
|
| |\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
158c3ecf core: thread most of handle_incoming_tx (moneromooo-monero)
f57ee382 cryptonote_protocol: retry stale spans early (moneromooo-monero)
90df52e1 cryptonote_protocol: light cleanup (moneromooo-monero)
84e23156 cryptonote_protocol: avoid spurious SYNCHRONIZED OK messages (moneromooo-monero)
5be43fcd cryptonote_protocol_handler: sync speedup (moneromooo-monero)
|
| | |/
| |
| |
| |
| |
| |
| |
| | |
A block queue is now placed between block download and
block processing. Blocks are now requested only from one
peer (unless starved).
Includes a new sync_info coommand.
|
| |\ \
| | |
| | |
| | | |
214fd81e some include cleanup (moneromooo-monero)
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
cb0b5594 Move OpenAlias console input back from libs (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.
|
| |\ \
| |/
|/|
| | |
94717021 fix on_battery_power for linux (Ryan Mehta)
|
| | |
| |
| |
| | |
fix ac/battery linux
|
| |/
|
|
|
| |
They were set as uint8_t, which boost was apparently treating
as a character type, rather than a numeric type
|
| |
|
|
|
| |
Implements miner::get_system_times, miner::get_process_time and
miner::on_battery_power for OSX so that background mining works on OSX.
|
| |
|
|
| |
fix a cmakelist
|
| |\
| |
| |
| | |
bff90264 Add expected total reward to RPC "getblocktemplate". Only works from V5 fork onward - returns 0 before that block. (assylias)
|
| | |
| |
| |
| | |
Only works from V5 fork onward - returns 0 before that block.
|
| | | |
|
| |/
|
|
|
|
|
| |
- Performance improvements
- Added `span` for zero-copy pointer+length arguments
- Added `std::ostream` overload for direct writing to output buffers
- Removal of unused `string_tools::buff_to_hex`
|
| |\
| |
| |
| | |
5b632468 core: fix blob size cache, and reenable hash and blob size caches (moneromooo-monero)
|
| | | |
|
| |\ \
| | |
| | |
| | | |
a38343bf miner: add a debug log in pause and resume (moneromooo-monero)
|
| | |/ |
|
| |/ |
|
| |
|
|
| |
Looks like it doesn't work on win64
|
| | |
|
| |
|
|
| |
An idea from smooth
|
| | |
|
| |
|
|
|
|
|
|
|
|
| |
Minimum mixin 4 and enforced ringct is moved from v5 to v6.
v5 is now used for an increased minimum block size (from 60000
to 300000) to cater for larger typical/minimum transaction size.
The fee algorithm is also changed to decrease the base per kB
fee, and add a cheap tier for those transactions which we do
not care if they get delayed (or even included in a block).
|
| |
|
|
| |
BlockchainDB functions virtual again to avoid missing symbols error
|
| |
|
| |
Fix two small typos as mentioned by reddit user nthterm.
|
| |\
| |
| |
| | |
2c468dd4 allow user I/O in millinero, micronero, nanonero, piconero (moneromooo-monero)
|
| | | |
|
| |\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
7a44f38a Add support for the wallet to refresh pruned blocks (moneromooo-monero)
da18898f ringct: do not require range proof in decodeRct/decodeRctSimple (moneromooo-monero)
b49c6ab4 rpc: add a default category for daemon rpc (moneromooo-monero)
f113b92b core: add functions to serialize base tx info (moneromooo-monero)
6fd4b827 node_rpc_proxy: allow caching daemon RPC version (moneromooo-monero)
b5c74e40 wallet: invalidate node proxy cache when reconnecting (moneromooo-monero)
|
| | |/
| |
| |
| |
| | |
That is, information without signatures (for v1) nor range
proofs and MGs (for v2)
|
| |/
|
|
|
| |
should fix a cross dependency betewen cryptonote_basic and
blockchain_db
|
| | |
|
| |\
| |
| |
| |
| |
| | |
a427235e core: add a missing newline on a string to be logged (moneromooo-monero)
b6a2230e unit_tests: fix minor blockchain_db regression (moneromooo-monero)
c488eca5 hardfork: tone down some logs (moneromooo-monero)
|
| | | |
|
| |\ \
| | |
| | |
| | | |
a493c0b1 BACKGROUND_MINING_MINER_MONITOR_INVERVAL_IN_SECONDS was odr-used, so required a definition. (Dion Ahmetaj)
|