Age | Commit message (Collapse) | Author | Files | Lines |
|
361513a blockchain_blackball: use a bit less memory (moneromooo-monero)
|
|
|
|
|
|
afed978 Fixes #3645: error on freebsd lambda return values forced to std::string (rockhouse)
|
|
|
|
These are unlikely to happen at random, but Wijaya et al made
a paper about it, so people might try it on purpose now (and it
turns out it's easy to add anyway)
|
|
|
|
It doesn't like the explicit NULL dereference (which is fine, honest)
|
|
This will avoid careless forkers polluting the shared database
even if they make their own chain. They'll then automatically
start using another subdb, and any key-reusing fork of those
forks will reuse their subdbs.
|
|
|
|
It scans for known spent outputs and stores their public keys
in a database which can then be read by the wallet, which can
then avoid using those as fake outs in new transactions.
Usage: monero-blockchain-blackball db1 db2...
This uses the shared database in ~/.shared-ringdb
|