Skip to content

Commit

Permalink
Premine BURN!!!!!
Browse files Browse the repository at this point in the history
  • Loading branch information
malbit committed Aug 9, 2019
1 parent 23afd09 commit a0ab50c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/blockchain_db/blockchain_db.cpp
Expand Up @@ -401,7 +401,8 @@ void BlockchainDB::fixup()
// Premine Burn Transaction key_images
static const char* const burn_vout_images[] =
{
"", // It has to be Updated after making Burn Transfer along with tx_hash
"55fbaf353dc0750a522a3d5b9dc5500659681b8b8d5e7126e529a34f6887d8c6", // tx_hash: e8642cc515dc92e7fe31a5c5dc0558ed336e7ce5139a173e2f1680d2f46453fc
"c37f0d76d9143384ee1f2cf9d6f05f131ec0f11c8b20b4c69179a5a563cd2792", // tx_hash: e8642cc515dc92e7fe31a5c5dc0558ed336e7ce5139a173e2f1680d2f46453fc
};

for(const auto &kis : burn_vout_images)
Expand Down
2 changes: 1 addition & 1 deletion src/cryptonote_config.h
Expand Up @@ -234,7 +234,7 @@ namespace config

namespace blockchain_settings
{
static constexpr uint64_t PREMINE_BURN = 0; // Will need to be set after knowing exact amount.
static constexpr uint64_t PREMINE_BURN = 5100000000000000; // Will need to be set after knowing exact amount.
static constexpr uint64_t MAXIMUM_BLOCK_SIZE_LIMIT = 2 * 1024 * 1024; // It is set to 2048kB (2MB)
static constexpr uint64_t MINIMUM_BLOCK_SIZE_LIMIT = 1 * 1024 * 1024; // It is set to 1024kB (1MB)
static constexpr uint8_t ARQMA_GENESIS_BLOCK_MAJOR_VERSION = 1;
Expand Down

0 comments on commit a0ab50c

Please sign in to comment.