Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-03-16 | ringdb: use the genesis block as a db name | moneromooo-monero | 1 | -1/+3 | |
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. | |||||
2018-03-16 | wallet: make ringdb an object with database state | moneromooo-monero | 1 | -4/+6 | |
2018-03-16 | blockchain_utilities: new blockchain_blackball tool | moneromooo-monero | 1 | -0/+423 | |
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 |