1
0
Fork 0
forked from lthn/blockchain
blockchain/cmake/currency_configs/example.cmake
2025-09-25 16:38:18 +01:00

20 lines
688 B
CMake

set(currency_display_decimal_point 12)
set(coin 1000000000000)
set(base_reward_dust_threshold 1000000)
set(default_dust_threshold 0)
set(tx_default_fee 10000000000)
set(tx_minimum_fee 10000000000)
set(difficulty_pow_starter 1)
set(difficulty_pos_target 120)
set(difficulty_pow_target 120)
set(difficulty_window 720)
set(difficulty_lag 15)
set(difficulty_cut 60)
set(p2p_default_port 36942)
set(rpc_default_port 36941)
set(stratum_default_port 36940)
set(p2p_maintainers_pub_key "8f138bb73f6d663a3746a542770781a09579a7b84cb4125249e95530824ee607")
set(currency_name_abr "NF")
set(currency_name_base "NotFake")
set(currency_name_short_base "NotFake")
set(premine_amount 4000000000000000000)