Releases: FromHDDtoSSD/SorachanCoin-qt
We released the latest Wallet in Windows version (v3.28.10)
We implemented "getblockmodifierhash" to rpc.
SorachanCoin-qt.zip
We released the latest Wallet in Windows version (v3.26.10)
We have confirmed the normal operation of BLOCK_HASH_MODIFIER.
SorachanCoin-qt.zip
We released the latest Wallet in Windows version (v3.17.10).
implemented BLOCK_HASH_MODIFIER.
SorachanCoin-qt_debug.zip
We released the latest Wallet in Windows version (v3.14.10).
we adjusted around the thread of RPC.
SorachanCoin-qt.zip
We released the latest Wallet in Windows version (v3.10.10).
We had implemented by checkpoints to judge of bip66.
SorachanCoin-qt.zip
We released the latest Wallet in Windows version (v3.9.10).
We released the latest Wallet in Windows version (v3.8.10).
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).
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).
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).
The screen during synchronization and the remaining time have been added.
SorachanCoin-qt.zip