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
Your story is a bit confusing: if you got the software (executable) from the torrent then you're likely running malware and you should stop, delete everything, and make sure you get the software from bitcoincore.org and verify that download. If you already got the software from there and the torrent only had data files then you should be ok and only need to be patient.
– Jannes
Jan 1 at 10:40
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 Dec 31 '18 at 19:40
Patoshi パトシPatoshi パトシ
3,7701054102
3,7701054102
Your story is a bit confusing: if you got the software (executable) from the torrent then you're likely running malware and you should stop, delete everything, and make sure you get the software from bitcoincore.org and verify that download. If you already got the software from there and the torrent only had data files then you should be ok and only need to be patient.
– Jannes
Jan 1 at 10:40
add a comment |
Your story is a bit confusing: if you got the software (executable) from the torrent then you're likely running malware and you should stop, delete everything, and make sure you get the software from bitcoincore.org and verify that download. If you already got the software from there and the torrent only had data files then you should be ok and only need to be patient.
– Jannes
Jan 1 at 10:40
Your story is a bit confusing: if you got the software (executable) from the torrent then you're likely running malware and you should stop, delete everything, and make sure you get the software from bitcoincore.org and verify that download. If you already got the software from there and the torrent only had data files then you should be ok and only need to be patient.
– Jannes
Jan 1 at 10:40
Your story is a bit confusing: if you got the software (executable) from the torrent then you're likely running malware and you should stop, delete everything, and make sure you get the software from bitcoincore.org and verify that download. If you already got the software from there and the torrent only had data files then you should be ok and only need to be patient.
– Jannes
Jan 1 at 10:40
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 パトシ
Dec 31 '18 at 20:31
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
Dec 31 '18 at 22:13
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 パトシ
Dec 31 '18 at 20:31
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
Dec 31 '18 at 22:13
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 パトシ
Dec 31 '18 at 20:31
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
Dec 31 '18 at 22:13
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 Dec 31 '18 at 20:21
G. MaxwellG. Maxwell
5,2382839
5,2382839
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 パトシ
Dec 31 '18 at 20:31
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
Dec 31 '18 at 22:13
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 パトシ
Dec 31 '18 at 20:31
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
Dec 31 '18 at 22:13
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 パトシ
Dec 31 '18 at 20:31
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 パトシ
Dec 31 '18 at 20:31
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
Dec 31 '18 at 22:13
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
Dec 31 '18 at 22:13
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.
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
Your story is a bit confusing: if you got the software (executable) from the torrent then you're likely running malware and you should stop, delete everything, and make sure you get the software from bitcoincore.org and verify that download. If you already got the software from there and the torrent only had data files then you should be ok and only need to be patient.
– Jannes
Jan 1 at 10:40