oxen-core/src/cryptonote_basic
Jason Rhinelander 36b06c52e7 Increase fee by 80x at Heimdall fork (#663)
* Increase fee by 80x at Heimdall fork

Loki's current fees are far too cheap, which makes a potential
deanonymization attack (whereby someone floods the network with
transactions that they later use to identify decoys) very cheap.

This commit increases the tx fee by 80x.  Transactions will still be
cheap (a typical tx will go from around 0.00052 LOKI to 0.04 LOKI, which
is around half a US cent at the time of this commit.

This also provides a better estimate for the FEE_PER_BYTE value (both
before and after the fork), which was using a wrong estimate from Monero
(which has 3 extra decimal places!)

Finally this commit removes some related constants from
cryptonode_config.h that have never applied to Loki.

* Remove Loki-impossible values from wallet code
2019-06-25 19:22:43 +10:00
..
account.cpp Update monero copyright to 2019 pre-emptively to make merge simpler 2019-04-12 14:36:43 +10:00
account.h Update monero copyright to 2019 pre-emptively to make merge simpler 2019-04-12 14:36:43 +10:00
account_boost_serialization.h Update monero copyright to 2019 pre-emptively to make merge simpler 2019-04-12 14:36:43 +10:00
blobdatatype.h Update monero copyright to 2019 pre-emptively to make merge simpler 2019-04-12 14:36:43 +10:00
CMakeLists.txt Update monero copyright to 2019 pre-emptively to make merge simpler 2019-04-12 14:36:43 +10:00
connection_context.h Update monero copyright to 2019 pre-emptively to make merge simpler 2019-04-12 14:36:43 +10:00
cryptonote_basic.h Relax deregistration rules 2019-06-23 22:37:53 -03:00
cryptonote_basic_impl.cpp Increase fee by 80x at Heimdall fork (#663) 2019-06-25 19:22:43 +10:00
cryptonote_basic_impl.h Unify and move responsibility of voting to quorum_cop (#615) 2019-05-31 11:06:42 +10:00
cryptonote_boost_serialization.h Relax deregistration rules 2019-06-23 22:37:53 -03:00
cryptonote_format_utils.cpp Relax deregistration rules 2019-06-23 22:37:53 -03:00
cryptonote_format_utils.h Relax deregistration rules 2019-06-23 22:37:53 -03:00
cryptonote_stat_info.h Update monero copyright to 2019 pre-emptively to make merge simpler 2019-04-12 14:36:43 +10:00
difficulty.cpp Update monero copyright to 2019 pre-emptively to make merge simpler 2019-04-12 14:36:43 +10:00
difficulty.h Update monero copyright to 2019 pre-emptively to make merge simpler 2019-04-12 14:36:43 +10:00
hardfork.cpp Merge commit '581994b' into LokiMergeUpstream 2019-05-02 14:15:02 +10:00
hardfork.h Update monero copyright to 2019 pre-emptively to make merge simpler 2019-04-12 14:36:43 +10:00
miner.cpp Integration Test: Granular block mining (#625) 2019-06-05 12:34:54 +10:00
miner.h Integration Test: Granular block mining (#625) 2019-06-05 12:34:54 +10:00
subaddress_index.h Update monero copyright to 2019 pre-emptively to make merge simpler 2019-04-12 14:36:43 +10:00
tx_extra.h Relax deregistration rules 2019-06-23 22:37:53 -03:00
verification_context.h Unify and move responsibility of voting to quorum_cop (#615) 2019-05-31 11:06:42 +10:00