Skip to content

Birake (BIR) v4.0.1.0 Mandatory Update

Choose a tag to compare

@crypt0p3t3r crypt0p3t3r released this 30 Nov 02:09
· 473 commits to master since this release

Dear Birake (BIR) community,

This release is mandatory and includes support to the SAPP and TRTT airdrop.

For those that are in a fork please execute the following instructions:

First Step: backup your wallet data.

execute this command on debug console or by RPC: invalidateblock 5f782bbc730bc2080c68d57705dba37b57a2f9cdb58907446895ceac7eaae129

it is possible that other peers are banned on your wallet so please execute also this command: clearbanned

If this does not help you, bootstrap your node by using the following bootstrap file: https://explorer.decenomy.net/bootstraps/BIR/bootstrap.zip

About the airdrop procedure

The BIR fork block (#1700001) has the hash 595da30b729235a1840e313a02dfeb7db6ddddab0d8ba6915f80b665fa46328d and the timestamp 1638164205, Mon Nov 29 2021 05:36:45 UTC

The balances of SAPP and TRTT that will considered for the airdrop are from blocks with a timestamp lower than 1638164205

On SAPP: block 1354354 Mon Nov 29 05:35:15 2021 f89dfc4f210b057f362cacc7d05d96b6ef14ee5b4d4388491b0281905b577112

gettxoutsetinfo
{
  "height": 1354354,
  "bestblock": "f89dfc4f210b057f362cacc7d05d96b6ef14ee5b4d4388491b0281905b577112",
  "transactions": 2729927,
  "txouts": 2880917,
  "hash_serialized_2": "82c1a54c596deb9d2a3370bcf40e2759c0723ec8ae13c56ae0b8b10890da6683",
  "total_amount": 718121503.57970434,
  "disk_size": 143820360
}

code for the export is available on branch https://github.com/sappcoin-com/SAPP/tree/bir_export

the export is available on file sapp_bir_utxo.txt

On TRTT: block 358034 Mon Nov 29 05:32:15 2021 f4960364fbefa600f626a91d55c289faafe5471c3e92df49ec589895ac187d4f

gettxoutsetinfo
{
  "height": 358034,
  "bestblock": "f4960364fbefa600f626a91d55c289faafe5471c3e92df49ec589895ac187d4f",
  "transactions": 727831,
  "txouts": 953465,
  "hash_serialized_2": "2539cb48e7b2316c35deadae2a84fe28084783cf76e985b6cf18a9323190a992",
  "total_amount": 574052761.48862512,
  "disk_size": 49798692
}

code for the export is available on branch https://github.com/Trittium/trittium/tree/bir_export

the export is available on file trtt_bir_utxo.txt

All balances on SAPP were transferred with a 100:1 ratio
All the TRTT balances were transferred with a 1000:1 ratio
The private keys are the same, so they can be used to claim you airdropped BIR

On SAPP/TRTT execute dumpwallet <full_destination_file_path>, on BIR do importwallet <full_destination_file_path>

<full_destination_file_path> means that you place the file on a folder that you have permissions to read and write, like C:\sapp_wallet.txt on Windows or /home/<your_username>/sapp_wallet.txt as possible examples.

VERY IMPORTANT: DELETE THE DUMP FILES AT THE END