After downloading the entire Bitcoiin blockchain from a torrent, what are my next steps to link it to Bitcoin...












1














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.



enter image description here










share|improve this question



























    1














    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.



    enter image description here










    share|improve this question

























      1












      1








      1







      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.



      enter image description here










      share|improve this question













      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.



      enter image description here







      bitcoin-core blockchain bitcoin-qt-setup






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked 7 hours ago









      Patoshi パトシ

      3,418105394




      3,418105394






















          1 Answer
          1






          active

          oldest

          votes


















          6














          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.






          share|improve this answer





















          • 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 パトシ
            7 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
            5 hours ago











          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
          });


          }
          });














          draft saved

          draft discarded


















          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









          6














          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.






          share|improve this answer





















          • 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 パトシ
            7 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
            5 hours ago
















          6














          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.






          share|improve this answer





















          • 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 パトシ
            7 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
            5 hours ago














          6












          6








          6






          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.






          share|improve this answer












          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.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered 7 hours ago









          G. Maxwell

          3,3151630




          3,3151630












          • 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 パトシ
            7 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
            5 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 パトシ
            7 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
            5 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 パトシ
          7 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 パトシ
          7 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
          5 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
          5 hours ago


















          draft saved

          draft discarded




















































          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.




          draft saved


          draft discarded














          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





















































          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







          Popular posts from this blog

          Understanding the information contained in the Deep Space Network XML data?

          Ross-on-Wye

          Eastern Orthodox Church