1
0
Fork 0
forked from lthn/blockchain

tn 1 genesis

This commit is contained in:
Snider 2025-09-29 22:40:12 +01:00
parent 90417401ab
commit 248ba5e4bf
5 changed files with 6 additions and 5 deletions

1
src/genesis/.genesis.txt Normal file
View file

@ -0,0 +1 @@
01010000018080a0cfc8e0c8e38a0103858421a2d287027bdde3db5e385b0c728f598ad1647c8e17036d3ef63f61bb98000516f971f914382e875df5655f591c8df7b126d95f5e8331613ba3f5c797f541839c136b49742074616b657320616476616e74616765206f6620746865206e6174757265206f6620696e666f726d6174696f6e206265696e67206561737920746f2073707265616420627574206861726420746f20737469666c652e202d205361746f736869204e616b616d6f746f15000b02660d0e0a0000

View file

@ -6,7 +6,7 @@ target_link_libraries(genesis_generator
currency_core
crypto
common
zlibstatic
ZLIB::ZLIB
${CMAKE_THREAD_LIBS_INIT}
${Boost_LIBRARIES}
OpenSSL::SSL

View file

@ -1,6 +1,6 @@
const std::string ggenesis_tx_pub_key_str = "e6e4c44e117ea47e355ad871cbbf0d0a8aed15c8cd44b9d02a21c90b8831e7f6";
const std::string ggenesis_tx_pub_key_str = "f971f914382e875df5655f591c8df7b126d95f5e8331613ba3f5c797f541839c";
const crypto::public_key ggenesis_tx_pub_key = epee::string_tools::parse_tpod_from_hex_string<crypto::public_key>(ggenesis_tx_pub_key_str);
extern const genesis_tx_dictionary_entry ggenesis_dict[1];
const genesis_tx_dictionary_entry ggenesis_dict[1] = {
{12209970162623619798ULL,0}
{16303433277431939751ULL,0}
};

View file

@ -1,3 +1,3 @@
const genesis_tx_raw_data ggenesis_tx_raw = {{
0xc080800100000101,0x8c0337c1b6d9e9ec,0x4e22a822e89151ed,0x945d81f56c551f9e,0x5a84b14938248553,0x00671298a0463d3a,0x7e114ec4e4e61605,0xbfcb71d85a357ea4,0x44cdc815ed8a0a0d,0x31880bc9212ad0b9,0x6d776f770c13f6e7,0x666f6f7270686375,0x0a0e36ce020b0015},
0xa080800100000101,0x03018ae3c8e0c8cf,0x7b0287d2a2218485,0x720c5b385edbe3dd,0x178e7c64d18a598f,0x98bb613ff63e6d03,0x3814f971f9160500,0x1c595f65f55d872e,0x835e5fd926b1f78d,0xf597c7f5a33b6131,0x2074496b139c8341,0x64612073656b6174,0x20656761746e6176,0x6e2065687420666f,0x666f206572757461,0x616d726f666e6920,0x696562206e6f6974,0x207973616520676e,0x6165727073206f74,0x6168207475622064,0x7473206f74206472,0x202d202e656c6669,0x206968736f746153,0x6f746f6d616b614e,0x0a0e0d66020b0015},
{0x00,0x00}};

View file

@ -1,5 +1,5 @@
struct genesis_tx_raw_data
{
uint64_t const v[13];
uint64_t const v[25];
uint8_t const r[2];
};