Compare commits

...

16 Commits
pi-ci ... v1.10

Author SHA1 Message Date
Nerfzooka
3c207ac909 Update FAQ.md (#4387)
Typo on the word REPAIR
2024-02-09 16:20:50 +01:00
Glen Cooper
f2fde48542 Update FAQ.md. Typo: rebuild -> rebuilt (#4223) 2023-11-14 14:34:17 +01:00
/rootzoll
63d5974e40 Merge pull request #4200 from raspiblitz/dev
v1.10.0 merge
2023-09-28 17:56:24 +02:00
/rootzoll
828874b9f8 Merge pull request #4186 from raspiblitz/dev
images v1.10.0rc6
2023-09-22 14:31:25 +02:00
/rootzoll
3975454887 Merge pull request #4184 from raspiblitz/dev
merge v1.10.0rc6 fixes
2023-09-21 22:45:47 +02:00
/rootzoll
d237e10b8c Merge pull request #4162 from raspiblitz/dev
Prepare v1.10.0
2023-09-10 17:18:47 +02:00
/rootzoll
0478d2066c Merge pull request #4142 from raspiblitz/dev
v1.10.0rc5 images
2023-08-30 01:18:37 +02:00
/rootzoll
e04df01acb Merge pull request #4141 from raspiblitz/dev
merge v1.10.0rc5
2023-08-29 21:46:23 +02:00
/rootzoll
4b5e3b7e0f Merge pull request #4137 from raspiblitz/dev
publish v1.10.0rc4 images
2023-08-27 23:03:57 +02:00
/rootzoll
d158345bab Merge pull request #4135 from raspiblitz/dev
v1.10.0rc4 merge
2023-08-27 17:46:43 +02:00
/rootzoll
94d91b663f Merge pull request #4079 from raspiblitz/dev
images v1.10.0rc3
2023-08-14 02:08:32 +02:00
/rootzoll
4fa4edd310 Merge pull request #4077 from raspiblitz/dev
v1.10.0rc3 merge
2023-08-13 15:27:02 +02:00
/rootzoll
3997b3badf Merge pull request #4061 from raspiblitz/dev
new v1.10.0rc2 images
2023-08-03 00:16:58 +02:00
/rootzoll
1e28523705 Merge pull request #4059 from raspiblitz/dev
fix Bitcoin mainnet being actived
2023-08-02 16:47:22 +02:00
/rootzoll
8685987f9e Merge pull request #4057 from raspiblitz/dev
v1.10.0rc2 download links
2023-08-02 12:46:33 +02:00
/rootzoll
bb57156f90 Merge pull request #4056 from raspiblitz/dev
merge V1.10.0rc2
2023-08-02 00:09:58 +02:00

4
FAQ.md
View File

@@ -343,11 +343,11 @@ Once you finished all the transfers, the Raspiblitz will make a quick-check on t
### Bitcoind tells me to reindex - how can I do this?
To find/access information fast in large data sets like the Bitcoin blockchain indexes are needed. Those indexes can get corrupted on your HDD/SSD and to repair them they need to be rebuild - re-indexed. Bitcoind has two different options to do this - a fast way called "reindex-chainstate" (which just rebuilds the UTXO set from the blocks as you have them) and the slow but complete way called just "reindex" that would even recheck all your block data - see for details here: https://bitcoin.stackexchange.com/questions/60709/when-should-i-use-reindex-chainstate-and-when-reindex
To find/access information fast in large data sets like the Bitcoin blockchain indexes are needed. Those indexes can get corrupted on your HDD/SSD and to repair them they need to be rebuilt - re-indexed. Bitcoind has two different options to do this - a fast way called "reindex-chainstate" (which just rebuilds the UTXO set from the blocks as you have them) and the slow but complete way called just "reindex" that would even recheck all your block data - see for details here: https://bitcoin.stackexchange.com/questions/60709/when-should-i-use-reindex-chainstate-and-when-reindex
So if you read in your debug logs of bitcoind that you should "reindex" you can try first just to do a fast "reindex-chainstate" and if that didnt worked a slow and full "reindex".
See the raspiblitz script `./config.scripts/network.reindex.sh` or the REAPIR menu to start these processes.
See the raspiblitz script `./config.scripts/network.reindex.sh` or the REPAIR menu to start these processes.
### Why is my "final sync" taking so long?