Bitcoin Forum
August 08, 2024, 02:28:17 PM *
News: Latest Bitcoin Core release: 27.1 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BIS]Bismuth - New Language, Interpretation Engines, Free Set of DAPPs on: August 25, 2017, 05:58:50 PM
I keep getting this error when trying to run Node on Windows: execute(227) Retrying database execute due to no such table: transactions

I've tried removing and reinstalling the latest version (3.926).  I also tried installing it on a different machine and I still get that same error.  ledger.db & mempool.db both exist, but are only 1kb & 2kb, respectively.  I'm guessing they just aren't updating.  Any ideas?

I got same error once. The problem was in the mempool.db, it was empty.
I added the table using sqliteadmin:

Code:
CREATE TABLE transactions (timestamp, address, recipient, amount, signature, public_key, keep, openfield)

If it difficult, you can ask devs in the slack to upload a correct mempool.db to github.
Or you should try move ledger.db to another place (or delete it if it empty) and run node. Maybe it's work, but I don't not sure.
At least in the sources there is a file genesis.py which check only ledger.db and if it found the mempool.db will not be initialized.
But I don't know the node use this code or not.

P.S. https://ufile.io/z0q0g - mempool.db with table, 2KB - press "slow download (free)"

Thank you so much for the help! I checked mempool.db and the transactions table was in there. I ended up deleting ledger.db and mempool.db again. I'm not sure what changed, but this time it was able to rebuild.

Thanks again! Smiley
2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BIS]Bismuth - New Language, Interpretation Engines, Free Set of DAPPs on: August 24, 2017, 11:58:22 PM
I keep getting this error when trying to run Node on Windows: execute(227) Retrying database execute due to no such table: transactions

I've tried removing and reinstalling the latest version (3.926).  I also tried installing it on a different machine and I still get that same error.  ledger.db & mempool.db both exist, but are only 1kb & 2kb, respectively.  I'm guessing they just aren't updating.  Any ideas?
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!