danicoin/src
moneromooo-monero ac1aba90f8
wallet2: bias fake outs more towards recent outputs
Two recent papers quantified the real usage bias for the
real output in a ring being the true one, and shows that
the current biasing is much too weak.

While we wait for a better solution, we increase the ratio
of recent-to-total fake outputs, as well as decrease the
time window for recent outputs, so that half the fake outs
are selected within the last 1.8 day. Value plucked from
figure 10, page 11 of An Empirical Analysis of Linkability
in the Monero Blockchain, 2017, Miller et al.

This is also arbitrary, of course, but serves as a stopgap
till a better selection algorithm is chosen.
2017-04-22 10:29:03 +01:00
..
blockchain_db Partial fix #1876, check thread in block_txn_start() 2017-03-19 12:27:03 +00:00
blockchain_utilities blockchain_import: make --log-level understand categories 2017-03-05 19:45:22 +00:00
blocks Add dependency for blocksdat.o 2017-03-04 22:02:10 +00:00
common Merge pull request #1883 2017-03-18 20:30:19 +02:00
crypto IOS CMAKE build settings 2017-04-03 18:38:50 +02:00
cryptonote_basic Merge pull request #1955 2017-04-11 00:34:03 +02:00
cryptonote_core tx_pool: add blob size and fee/byte when logging a new tx 2017-04-04 09:04:11 +01:00
cryptonote_protocol protocol: fix wrong tx being looked up from fluffy block 2017-03-13 19:16:25 +00:00
daemon Merge pull request #1956 2017-04-11 00:34:46 +02:00
daemonizer Merge pull request #1897 2017-03-21 14:10:36 +02:00
mnemonics mnemonics: sanity checks for word lists 2017-03-25 12:14:01 +00:00
p2p p2p: use the fallback seed IPs when not enough seeds are found 2017-03-18 11:40:28 +00:00
platform update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
ringct ringct: move ge_frombytes_vartime failure error to warning 2017-03-22 21:26:38 +00:00
rpc daemon: new relay_tx command and RPC 2017-04-02 12:17:35 +01:00
serialization update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
simplewallet Merge pull request #1949 2017-04-11 00:25:09 +02:00
wallet wallet2: bias fake outs more towards recent outputs 2017-04-22 10:29:03 +01:00
CMakeLists.txt IOS CMAKE build settings 2017-04-03 18:38:50 +02:00
cryptonote_config.h Add intervening v5 fork for increased min block size 2017-03-15 08:32:51 +00:00
version.cmake update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
version.h.in update version to 0.10.3.1 tag 2017-03-26 23:29:31 +02:00