Skip to content

Releases: FromHDDtoSSD/SorachanCoin-qt

We released the latest Wallet in Windows version (v3.28.10)

27 Jun 16:30
Compare
Choose a tag to compare

We released the latest Wallet in Windows version (v3.26.10)

19 Jun 16:57
Compare
Choose a tag to compare

We have confirmed the normal operation of BLOCK_HASH_MODIFIER.
SorachanCoin-qt.zip

We released the latest Wallet in Windows version (v3.17.10).

05 Jun 17:29
Compare
Choose a tag to compare

We released the latest Wallet in Windows version (v3.14.10).

29 May 13:22
Compare
Choose a tag to compare

We released the latest Wallet in Windows version (v3.10.10).

26 Apr 15:01
Compare
Choose a tag to compare

We had implemented by checkpoints to judge of bip66.
SorachanCoin-qt.zip

We released the latest Wallet in Windows version (v3.9.10).

26 Apr 06:13
Compare
Choose a tag to compare

We released the latest Wallet in Windows version (v3.8.10).

20 Apr 16:15
Compare
Choose a tag to compare

using Blockchain DB: replace from LevelDB to latest SQLite (SQLite v3.35.0 Mar-2021)
We have created a database of peers_sql.dat from peers.dat and we enabled automatic checkpoints on a trial basis.
SorachanCoin-qt.zip

We release the latest Wallet in Windows version (v3.5.10).

22 Mar 01:54
Compare
Choose a tag to compare

using Wallet version: replace from BerkeleyDB to latest SQLite (SQLite v3.35.0 Mar-2021)

  • Wallet balance transfer is "fully automatic". Therefore, all you only start wallet as usual.
    The message "Data migrating from BerkeleyDB to SQLite" will appear during startup, and the migration will take place during this time.
  • BerkeleyDB version wallet name is "wallet.dat", SQLite version wallet name is "walletsql.dat".

Benefits of SQLite (A to D):
A, Since the SQL syntax does not change depending on the version, the latest version is always available.
therefore this will increase mobile affinity.
B, Since we can implement the delayed writing by self, which is used for writing the wallet, we can surely implement the secure allocator.
C, Writing to disk by flash can be performed reliably at intervals of 3 seconds.
D, SQL statements allow as further expansion of data structures.
SorachanCoin-qt.zip

We release the latest Wallet in Windows version (v3.4.10).

11 Feb 10:40
Compare
Choose a tag to compare

We have implemented automatic(dynamic) checkpoints that improve the stability of the blockchain.
SorachanCoin-qt.zip

We release the latest Wallet in Windows version (v3.3.10).

04 Feb 15:32
Compare
Choose a tag to compare

The screen during synchronization and the remaining time have been added.
SorachanCoin-qt.zip