SORA Neural Network

AI-NFT Web3.0 FromHDDtoSSD

chapter314, [SORA][FInexDriveChain] We will improve the access method of the Blockchain.

We will improve the access method of the Blockchain.We next to wallet migration is Blockchain.Currently, we are trying v...
AI-NFT Web3.0 FromHDDtoSSD

chapter313, [SORA][FinexDriveChain] From v4, BerkeleyDB will be removed.

From v4, BerkeleyDB will be removed.Therefore, to take over the balance, etc., first you start v3, then you will need to...
AI-NFT Web3.0 FromHDDtoSSD

chapter312, [SORA][v3.5.10] We released the latest Wallet in Windows version (v3.5.10).

AI-NFT Web3.0 FromHDDtoSSD

chapter311, [SORA][FinexDriveChain] We also try SQLite on the Blockchain.

We also try SQLite on the Blockchain.If all goes well, library that we will need one less.From now on, when developing t...
AI-NFT Web3.0 FromHDDtoSSD

chapter310, [SORA][Wallet by latest SQLite] We have completed the operation check on large size by SQlite wallet today.

We have completed the operation check on large size by SQlite wallet today.(transactions: 59,917)
AI-NFT Web3.0 FromHDDtoSSD

chapter309, [SORA][FinexDriveChain] We have successfully migrated data from BerkeleyDB to SQLite.

We have successfully migrated data from BerkeleyDB to SQLite.We can now say goodbye to the older version (Apr-2010) of B...
AIデータ復旧サービスについて

chapter308, [SORA][FinexDriveChain] We have successfully ported in wallet from BerkeleyDB to SQLite.

When ported, the latest version is available, which is advantageous for environmental portability.Also, the flush proces...
AI-NFT Web3.0 FromHDDtoSSD

chapter307, [SORA][FinexDriveChain] we was able to confirm the correct operation of the wallet with the latest version of SQLite!

We was able to confirm the correct operation of the wallet with the latest version of SQLite!Now that we are going to te...
AI-NFT Web3.0 FromHDDtoSSD

chapter306, [SORA][FinexDriveChain] We are trying …

In addition, we are trying SQLite on database.SQLite is very stable, including builds, and our other project has been ru...
AI-NFT Web3.0 FromHDDtoSSD

chapter305, [SORA][Wallet] We implemented wallet database by LevelDB.

We have implemented a wallet database in LevelDB via a SecureAllocator.We are currently testing a transaction on testnet...
AI-NFT Web3.0 FromHDDtoSSD

chapter304, [SORA][FinexDriveChain] implement txfinexdrivechain and txwallet

We can now process different databases for LevelDB at the same time.In addition to txleveldb, two types have been added....
BLOCKCHAIN

chapter303, [SORA][FinexDriveChain] implement CLevelDB::const_iterator

The code that handles LevelDB has been greatly improved.After improvement it as finely as possible, we implemented the i...
AI-NFT Web3.0 FromHDDtoSSD

chapter302, [SORA] [FinexDriveChain] implement CDBStream.

We have implemented CDBStream as an alternative to CDataStream for reading and writing only to the blockchain, which doe...
AI-NFT Web3.0 FromHDDtoSSD

chapter301, [SORA][finexDriveChain] We will prepare three types of “wallet.dat”.

Like CWallet and CWalletDB, we will develop by making full use of inheritance.wallet.dat: (CWallet, CWalletDB)This metho...
AI-NFT Web3.0 FromHDDtoSSD

chapter300, [SORA] We have fixed the exclusive lock of database processing.

One of the rare cause of wallet corruption is to the exclusive lock on the database that is not working properly.Therefo...