It was the Bitcointalk forum that inspired us to create Bitcointalksearch.org - Bitcointalk is an excellent site that should be the default page for anybody dealing in cryptocurrency, since it is a virtual gold-mine of data. However, our experience and user feedback led us create our site; Bitcointalk's search is slow, and difficult to get the results you need, because you need to log in first to find anything useful - furthermore, there are rate limiters for their search functionality.
The aim of our project is to create a faster website that yields more results and faster without having to create an account and eliminate the need to log in - your personal data, therefore, will never be in jeopardy since we are not asking for any of your data and you don't need to provide them to use our site with all of its capabilities.
We created this website with the sole purpose of users being able to search quickly and efficiently in the field of cryptocurrency so they will have access to the latest and most accurate information and thereby assisting the crypto-community at large.
This is when I try to use my old wallet.dat
2023-02-19 13:31:08 UpdateTip: new best=00003a26c49cc72d927adb05c3906909a9ca76b309c63a1efc28fb3f1f1f086b height=1239738 log2_work=44.193303 tx=2152043 date=2022-06-13 21:44:28 progress=0.895564 cache=27.7MiB(77535tx)
2023-02-19 13:31:08 Block:CBlockIndex(pprev=0x2ac7b410, nHeight=1239738, merkle=9fcc5d4486ccc37afa6d80aec02c7ea9518a8e2a5cefec49f95458ca50dda1ad, hashBlock=00003a26c49cc72d927adb05c3906909a9ca76b309c63a1efc28fb3f1f1f086b, nNonce=2, nTime=1655156668, location=196669, finalcalculation=1419008988)
2023-02-19 13:31:08 UpdateTip: new best=000059dabcb2fbbd2ecb377f53e1fb5c9ac01cdaf7d1125ca36feded4f67d26e height=1239739 log2_work=44.193303 tx=2152044 date=2022-06-13 21:44:43 progress=0.895564 cache=27.7MiB(77536tx)
2023-02-19 13:31:08 Block:CBlockIndex(pprev=0x2ac7b4b0, nHeight=1239739, merkle=7cdb0e07ac085cb0606b7d1bb59367f90c87d701a5035517841e804e8daa4ada, hashBlock=000059dabcb2fbbd2ecb377f53e1fb5c9ac01cdaf7d1125ca36feded4f67d26e, nNonce=2, nTime=1655156683, location=199883, finalcalculation=1327685232)
2023-02-19 13:31:08 *** System error while flushing: CDB: Error -30974, can't open database
2023-02-19 13:51:08 socket sending timeout: 1201s
2023-02-19 13:51:09 socket sending timeout: 1201s
2023-02-19 14:16:41 ERROR: ProcessNewBlock: ActivateBestChain failed
PANIC: fatal region error detected; run recovery
file wallet.dat has LSN 1/476, past end of log at 1/476
Commonly caused by moving a database from one database environment
to another without clearing the database LSNs, or by removing all of
the log files from a database environment
2023-02-17 19:32:11 GUI: Qt has caught an exception thrown from an event handler. Throwing
exceptions from an event handler is not supported in Qt. You must
reimplement QApplication::notify() and catch all exceptions there.
2023-02-17 19:32:11
************************
EXCEPTION: St13runtime_error
CWallet::GetCredit(): value out of range
C:\Program Files\HOdlcoin\hodlcoin-qt.exe in Runaway exception
if (!MoneyRange(afterInterest))
throw std::runtime_error("CWallet::GetCredit(): value out of range");
/** No amount larger than this (in satoshi) is valid */
static const CAmount MAX_MONEY = 600000000 * COIN;
inline bool MoneyRange(const CAmount& nValue) { return (nValue >= 0 && nValue <= MAX_MONEY); }