mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Update 'src/cryptonote_config.h'
This commit is contained in:
parent
e49e6ae142
commit
416d71be3c
1 changed files with 4 additions and 4 deletions
|
@ -67,11 +67,11 @@
|
||||||
#define COIN ((uint64_t)100000000000) // pow(10, 11)
|
#define COIN ((uint64_t)100000000000) // pow(10, 11)
|
||||||
|
|
||||||
#define FEE_PER_KB_OLD ((uint64_t)10000000000) // pow(10, 10)
|
#define FEE_PER_KB_OLD ((uint64_t)10000000000) // pow(10, 10)
|
||||||
#define FEE_PER_KB ((uint64_t)2000000000) // 2 * pow(10, 9)
|
#define FEE_PER_KB ((uint64_t)1333333333) // 2 * pow(10, 9)
|
||||||
#define FEE_PER_BYTE ((uint64_t)300000)
|
#define FEE_PER_BYTE ((uint64_t)200000)
|
||||||
#define DYNAMIC_FEE_PER_KB_BASE_FEE ((uint64_t)2000000000) // 2 * pow(10,9)
|
#define DYNAMIC_FEE_PER_KB_BASE_FEE ((uint64_t)1333333333) // 2 * pow(10,9)
|
||||||
#define DYNAMIC_FEE_PER_KB_BASE_BLOCK_REWARD ((uint64_t)10000000000000) // 10 * pow(10,12)
|
#define DYNAMIC_FEE_PER_KB_BASE_BLOCK_REWARD ((uint64_t)10000000000000) // 10 * pow(10,12)
|
||||||
#define DYNAMIC_FEE_PER_KB_BASE_FEE_V5 ((uint64_t)2000000000 * (uint64_t)CRYPTONOTE_BLOCK_GRANTED_FULL_REWARD_ZONE_V2 / CRYPTONOTE_BLOCK_GRANTED_FULL_REWARD_ZONE_V5)
|
#define DYNAMIC_FEE_PER_KB_BASE_FEE_V5 ((uint64_t)1333333333 * (uint64_t)CRYPTONOTE_BLOCK_GRANTED_FULL_REWARD_ZONE_V2 / CRYPTONOTE_BLOCK_GRANTED_FULL_REWARD_ZONE_V5)
|
||||||
#define DYNAMIC_FEE_REFERENCE_TRANSACTION_WEIGHT ((uint64_t)3000)
|
#define DYNAMIC_FEE_REFERENCE_TRANSACTION_WEIGHT ((uint64_t)3000)
|
||||||
|
|
||||||
#define ORPHANED_BLOCKS_MAX_COUNT 100
|
#define ORPHANED_BLOCKS_MAX_COUNT 100
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue