Skip to content

Releases: Ergon-moe/Bitcoin-Static

24.0.5

21 Jul 11:11
Compare
Choose a tag to compare

This release includes a fix to the exploit that occurred on June 24th, the activation is scheduled on 30th of July.

Changes:

  • Fixed the difficulty adjustment to handle bad input,
  • Changed the Moore's correction parameter to 2.3y, which was previously erroneous on 1.1y,
  • Added parameter -emaactivation to set the activation of the current update

23.1.3

12 May 14:05
v23.1.3
Compare
Choose a tag to compare

Default node policy reduced to 0.01 fix/b. Default data folder changed to bitcoin-static, manual intervention is required. Some more rebranding fixes and full C++17 migration.

Migration guide from 23.0.0 to 23.1.3

The default data folder has been changed from Bitcoin to Bitcoin Static. It means that the version 23.1.3 won't be able to see your coins unless you do the manual migration. The recommended way to migrate between those version:

  1. (optional) The new version implements a reduced transaction fee. If you have many utxos that might need combining and you want to do it on the older node version, add the following options to your bitcoin.conf file.
    dustrelayfee=0.0000001
    minrelaytxfee=0.0000001
    blockmintxfee=0.0000001
    mintxfee=0.0000001

  2. Download 23.1.3 but keep the 23.0.0 binary file for your architecture,

  3. Launch Bitcoin Static 23.1.3 Qt wallet and select the default directory,

  4. Select the receive tab, click request payment and copy the address and paste it to a text file,

  5. Close the Bitcoin Static 23.1.3 window and turn on Bitcoin Static 23.0.0,

  6. Go to Send tab and send all the coins to the address.

If you prefer to keep the addresses you're using, you need to export private keys corresponding to the addresses and import them to the new version.

v23.1.2

11 May 20:22
v23.1.2
Compare
Choose a tag to compare

Default node policy reduced to 0.01 fix/b. Default data folder changed to bitcoin-static, manual intervention is required. Some more rebranding fixes and full C++17 migration.

Migration guide from 23.0.0 to 23.1.2

The default data folder has been changed from Bitcoin to Bitcoin Static. It means that the version 23.1.2 won't be able to see your coins unless you do the manual migration. The recommended way to migrate between those version:

  1. (optional) The new version implements a reduced transaction fee. If you have many utxos that might need combining and you want to do it on the older node version, add the following options to your bitcoin.conf file.
    dustrelayfee=0.0000001
    minrelaytxfee=0.0000001
    blockmintxfee=0.0000001
    mintxfee=0.0000001

  2. Download 23.1.2 but keep the 23.0.0 binary file for your architecture,

  3. Launch Bitcoin Static 23.1.2 Qt wallet and select the default directory,

  4. Select the receive tab, click request payment and copy the address and paste it to a text file,

  5. Close the Bitcoin Static 23.1.2 window and turn on Bitcoin Static 23.0.0,

  6. Go to Send tab and send all the coins to the address.

If you prefer to keep the addresses you're using, you need to export private keys corresponding to the addresses and import them to the new version.

First release

04 May 08:08
Compare
Choose a tag to compare

This is the first release of Bitcoin Static, implementing proportional reward
system, different DAA, burning half of the fees, new magic numbers, new genesis
block, decreased minimum difficulty, "ergon:" address prefix, client rebranding,
default 288 block finalization (compare 10 block finalization in bitcoin cash) and May
poison pill removed.