After downloading the entire Bitcoiin blockchain from a torrent, what are my next steps to link it to Bitcoin...
I downloaded the entire bitcoiin blockchain into my external mounted drive as seen below and named the directory bcore.
I then did a symlink to that folder like this in my home folder (~) location :
ln -s /mnt/xxxx/bcore .bitcoin
I then ran .bitcoind, but I thought I downloaded the entire blockchain. How do I know if its just syncing with what I already downloaded or is it literally downloading everything again? Is there a way to just skip verifying blocks if that is what it is doing. I don't have the time to wait hours for this since I already waited 23 hours to download the blockchain already.
Is there a file I can just download where it skips the block verification?
Also another reason why I think its downloading it again is because when i run bitcoin-qt on the bottom it says: "Syncing with Network" Which leaves me a bit confused.
bitcoin-core blockchain bitcoin-qt-setup
add a comment |
I downloaded the entire bitcoiin blockchain into my external mounted drive as seen below and named the directory bcore.
I then did a symlink to that folder like this in my home folder (~) location :
ln -s /mnt/xxxx/bcore .bitcoin
I then ran .bitcoind, but I thought I downloaded the entire blockchain. How do I know if its just syncing with what I already downloaded or is it literally downloading everything again? Is there a way to just skip verifying blocks if that is what it is doing. I don't have the time to wait hours for this since I already waited 23 hours to download the blockchain already.
Is there a file I can just download where it skips the block verification?
Also another reason why I think its downloading it again is because when i run bitcoin-qt on the bottom it says: "Syncing with Network" Which leaves me a bit confused.
bitcoin-core blockchain bitcoin-qt-setup
add a comment |
I downloaded the entire bitcoiin blockchain into my external mounted drive as seen below and named the directory bcore.
I then did a symlink to that folder like this in my home folder (~) location :
ln -s /mnt/xxxx/bcore .bitcoin
I then ran .bitcoind, but I thought I downloaded the entire blockchain. How do I know if its just syncing with what I already downloaded or is it literally downloading everything again? Is there a way to just skip verifying blocks if that is what it is doing. I don't have the time to wait hours for this since I already waited 23 hours to download the blockchain already.
Is there a file I can just download where it skips the block verification?
Also another reason why I think its downloading it again is because when i run bitcoin-qt on the bottom it says: "Syncing with Network" Which leaves me a bit confused.
bitcoin-core blockchain bitcoin-qt-setup
I downloaded the entire bitcoiin blockchain into my external mounted drive as seen below and named the directory bcore.
I then did a symlink to that folder like this in my home folder (~) location :
ln -s /mnt/xxxx/bcore .bitcoin
I then ran .bitcoind, but I thought I downloaded the entire blockchain. How do I know if its just syncing with what I already downloaded or is it literally downloading everything again? Is there a way to just skip verifying blocks if that is what it is doing. I don't have the time to wait hours for this since I already waited 23 hours to download the blockchain already.
Is there a file I can just download where it skips the block verification?
Also another reason why I think its downloading it again is because when i run bitcoin-qt on the bottom it says: "Syncing with Network" Which leaves me a bit confused.
bitcoin-core blockchain bitcoin-qt-setup
bitcoin-core blockchain bitcoin-qt-setup
asked 3 hours ago
Patoshi パトシ
3,418105394
3,418105394
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
You should not use a torrent to download the blockchain. There is no general purpose to using a torrent, as using it makes synchronization slower because validation (which is the slow part) cannot proceed concurrently with download. Because there is no purpose to using a torrent, I wouldn't trust that any particular torrent wasn't made maliciously and didn't contain things that might be used to exploit your computer.
so your saying just sync it directly with bitcoin core software itself? will download be slower? do I just delete the blocks/ folder and it will resync from the beginning or do I have to delete other files too?
– Patoshi パトシ
2 hours ago
Since Bitcoin Core v0.10 it is generally faster to just let it sync from the network itself than downloading it otherwise yourself.
– Pieter Wuille
54 mins ago
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "308"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fbitcoin.stackexchange.com%2fquestions%2f83295%2fafter-downloading-the-entire-bitcoiin-blockchain-from-a-torrent-what-are-my-nex%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
You should not use a torrent to download the blockchain. There is no general purpose to using a torrent, as using it makes synchronization slower because validation (which is the slow part) cannot proceed concurrently with download. Because there is no purpose to using a torrent, I wouldn't trust that any particular torrent wasn't made maliciously and didn't contain things that might be used to exploit your computer.
so your saying just sync it directly with bitcoin core software itself? will download be slower? do I just delete the blocks/ folder and it will resync from the beginning or do I have to delete other files too?
– Patoshi パトシ
2 hours ago
Since Bitcoin Core v0.10 it is generally faster to just let it sync from the network itself than downloading it otherwise yourself.
– Pieter Wuille
54 mins ago
add a comment |
You should not use a torrent to download the blockchain. There is no general purpose to using a torrent, as using it makes synchronization slower because validation (which is the slow part) cannot proceed concurrently with download. Because there is no purpose to using a torrent, I wouldn't trust that any particular torrent wasn't made maliciously and didn't contain things that might be used to exploit your computer.
so your saying just sync it directly with bitcoin core software itself? will download be slower? do I just delete the blocks/ folder and it will resync from the beginning or do I have to delete other files too?
– Patoshi パトシ
2 hours ago
Since Bitcoin Core v0.10 it is generally faster to just let it sync from the network itself than downloading it otherwise yourself.
– Pieter Wuille
54 mins ago
add a comment |
You should not use a torrent to download the blockchain. There is no general purpose to using a torrent, as using it makes synchronization slower because validation (which is the slow part) cannot proceed concurrently with download. Because there is no purpose to using a torrent, I wouldn't trust that any particular torrent wasn't made maliciously and didn't contain things that might be used to exploit your computer.
You should not use a torrent to download the blockchain. There is no general purpose to using a torrent, as using it makes synchronization slower because validation (which is the slow part) cannot proceed concurrently with download. Because there is no purpose to using a torrent, I wouldn't trust that any particular torrent wasn't made maliciously and didn't contain things that might be used to exploit your computer.
answered 2 hours ago
G. Maxwell
3,3051630
3,3051630
so your saying just sync it directly with bitcoin core software itself? will download be slower? do I just delete the blocks/ folder and it will resync from the beginning or do I have to delete other files too?
– Patoshi パトシ
2 hours ago
Since Bitcoin Core v0.10 it is generally faster to just let it sync from the network itself than downloading it otherwise yourself.
– Pieter Wuille
54 mins ago
add a comment |
so your saying just sync it directly with bitcoin core software itself? will download be slower? do I just delete the blocks/ folder and it will resync from the beginning or do I have to delete other files too?
– Patoshi パトシ
2 hours ago
Since Bitcoin Core v0.10 it is generally faster to just let it sync from the network itself than downloading it otherwise yourself.
– Pieter Wuille
54 mins ago
so your saying just sync it directly with bitcoin core software itself? will download be slower? do I just delete the blocks/ folder and it will resync from the beginning or do I have to delete other files too?
– Patoshi パトシ
2 hours ago
so your saying just sync it directly with bitcoin core software itself? will download be slower? do I just delete the blocks/ folder and it will resync from the beginning or do I have to delete other files too?
– Patoshi パトシ
2 hours ago
Since Bitcoin Core v0.10 it is generally faster to just let it sync from the network itself than downloading it otherwise yourself.
– Pieter Wuille
54 mins ago
Since Bitcoin Core v0.10 it is generally faster to just let it sync from the network itself than downloading it otherwise yourself.
– Pieter Wuille
54 mins ago
add a comment |
Thanks for contributing an answer to Bitcoin Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fbitcoin.stackexchange.com%2fquestions%2f83295%2fafter-downloading-the-entire-bitcoiin-blockchain-from-a-torrent-what-are-my-nex%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown