Gap Limit, is always a problem possible to fix?Blockchain gap limit

How do free-speech protections in the United States apply in public to corporate misrepresentations?

Why does this query, missing a FROM clause, not error out?

Write a function that checks if a string starts with or contains something

Can the removal of a duty-free sales trolley result in a measurable reduction in emissions?

Analogy between an unknown in an argument, and a contradiction in the principle of explosion

How can I make 12 tone and atonal melodies sound interesting?

Java Servlet & JSP simple login

If I leave the US through an airport, do I have to return through the same airport?

Did Apple bundle a specific monitor with the Apple II+ for schools?

Grep Match and extract

Is there a DSLR/mirorless camera with minimal options like a classic, simple SLR?

Who won a Game of Bar Dice?

Smart-expansion of a range to a list of numbers

Does putting salt first make it easier for attacker to bruteforce the hash?

Can a human be transformed into a Mind Flayer?

tabular: caption and align problem

How to safely destroy (a large quantity of) valid checks?

Solving ‘Null geometry…’ error during distance matrix operation?

How to add arrows in smartdiagram (descriptive diagram)

Russian word for a male zebra

What would be the way to say "just saying" in German? (Not the literal translation)

Should I put programming books I wrote a few years ago on my resume?

What does the pair of vertical lines in empirical entropy formula mean?

Teaching a class likely meant to inflate the GPA of student athletes



Gap Limit, is always a problem possible to fix?


Blockchain gap limit













1















I want to accept BTC payments but I'm a bit worried about the gap limit.

I've read our wallet could miss the funds beyond the gap limit if that happen.

But I also read that we could fix that easily increasing the gap limit in Electrum for example.

So I'm a bit confused right now, is possible to loose the funds due a gap limit or that problem is just something we can fix easily in our wallet changing the settings?










share|improve this question


























    1















    I want to accept BTC payments but I'm a bit worried about the gap limit.

    I've read our wallet could miss the funds beyond the gap limit if that happen.

    But I also read that we could fix that easily increasing the gap limit in Electrum for example.

    So I'm a bit confused right now, is possible to loose the funds due a gap limit or that problem is just something we can fix easily in our wallet changing the settings?










    share|improve this question
























      1












      1








      1








      I want to accept BTC payments but I'm a bit worried about the gap limit.

      I've read our wallet could miss the funds beyond the gap limit if that happen.

      But I also read that we could fix that easily increasing the gap limit in Electrum for example.

      So I'm a bit confused right now, is possible to loose the funds due a gap limit or that problem is just something we can fix easily in our wallet changing the settings?










      share|improve this question














      I want to accept BTC payments but I'm a bit worried about the gap limit.

      I've read our wallet could miss the funds beyond the gap limit if that happen.

      But I also read that we could fix that easily increasing the gap limit in Electrum for example.

      So I'm a bit confused right now, is possible to loose the funds due a gap limit or that problem is just something we can fix easily in our wallet changing the settings?







      hd-wallet payment-processors






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Jun 3 at 2:04









      EnriqueEnrique

      1666




      1666




















          1 Answer
          1






          active

          oldest

          votes


















          5














          You won't ever lose funds due to the gap limit; they don't become lost forever. You can still retrieve them.



          The gap limit is really only an issue for restoring backups. When restoring a backup, the gap limit is used by the wallet to know how many addresses to lookahead in order to ensure that all funds are seen. If the gap limit is too small, then a long string of unused addresses can cause the wallet to miss funds at higher indexed addresses as it does not generate them when restoring the backup.



          The gap limit is not an issue for normal use. It only effects backup restoration and, when doing such restores, it is easy to just increase the gap limit if you find that not all of your funds were seen by the wallet,






          share|improve this answer























          • The gap limit is not only an issue for restoring backups. If his e-commerce software generates 100 consecutive receiving addresses for potential customers that never pay, the gap limit had better be >100. (I'm assuming the addresses are generated outside of Electrum, using the xpub.)

            – Bitcoin Hodler
            Jun 4 at 4:35












          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%2f88128%2fgap-limit-is-always-a-problem-possible-to-fix%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









          5














          You won't ever lose funds due to the gap limit; they don't become lost forever. You can still retrieve them.



          The gap limit is really only an issue for restoring backups. When restoring a backup, the gap limit is used by the wallet to know how many addresses to lookahead in order to ensure that all funds are seen. If the gap limit is too small, then a long string of unused addresses can cause the wallet to miss funds at higher indexed addresses as it does not generate them when restoring the backup.



          The gap limit is not an issue for normal use. It only effects backup restoration and, when doing such restores, it is easy to just increase the gap limit if you find that not all of your funds were seen by the wallet,






          share|improve this answer























          • The gap limit is not only an issue for restoring backups. If his e-commerce software generates 100 consecutive receiving addresses for potential customers that never pay, the gap limit had better be >100. (I'm assuming the addresses are generated outside of Electrum, using the xpub.)

            – Bitcoin Hodler
            Jun 4 at 4:35
















          5














          You won't ever lose funds due to the gap limit; they don't become lost forever. You can still retrieve them.



          The gap limit is really only an issue for restoring backups. When restoring a backup, the gap limit is used by the wallet to know how many addresses to lookahead in order to ensure that all funds are seen. If the gap limit is too small, then a long string of unused addresses can cause the wallet to miss funds at higher indexed addresses as it does not generate them when restoring the backup.



          The gap limit is not an issue for normal use. It only effects backup restoration and, when doing such restores, it is easy to just increase the gap limit if you find that not all of your funds were seen by the wallet,






          share|improve this answer























          • The gap limit is not only an issue for restoring backups. If his e-commerce software generates 100 consecutive receiving addresses for potential customers that never pay, the gap limit had better be >100. (I'm assuming the addresses are generated outside of Electrum, using the xpub.)

            – Bitcoin Hodler
            Jun 4 at 4:35














          5












          5








          5







          You won't ever lose funds due to the gap limit; they don't become lost forever. You can still retrieve them.



          The gap limit is really only an issue for restoring backups. When restoring a backup, the gap limit is used by the wallet to know how many addresses to lookahead in order to ensure that all funds are seen. If the gap limit is too small, then a long string of unused addresses can cause the wallet to miss funds at higher indexed addresses as it does not generate them when restoring the backup.



          The gap limit is not an issue for normal use. It only effects backup restoration and, when doing such restores, it is easy to just increase the gap limit if you find that not all of your funds were seen by the wallet,






          share|improve this answer













          You won't ever lose funds due to the gap limit; they don't become lost forever. You can still retrieve them.



          The gap limit is really only an issue for restoring backups. When restoring a backup, the gap limit is used by the wallet to know how many addresses to lookahead in order to ensure that all funds are seen. If the gap limit is too small, then a long string of unused addresses can cause the wallet to miss funds at higher indexed addresses as it does not generate them when restoring the backup.



          The gap limit is not an issue for normal use. It only effects backup restoration and, when doing such restores, it is easy to just increase the gap limit if you find that not all of your funds were seen by the wallet,







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Jun 3 at 4:05









          Andrew ChowAndrew Chow

          35.4k42666




          35.4k42666












          • The gap limit is not only an issue for restoring backups. If his e-commerce software generates 100 consecutive receiving addresses for potential customers that never pay, the gap limit had better be >100. (I'm assuming the addresses are generated outside of Electrum, using the xpub.)

            – Bitcoin Hodler
            Jun 4 at 4:35


















          • The gap limit is not only an issue for restoring backups. If his e-commerce software generates 100 consecutive receiving addresses for potential customers that never pay, the gap limit had better be >100. (I'm assuming the addresses are generated outside of Electrum, using the xpub.)

            – Bitcoin Hodler
            Jun 4 at 4:35

















          The gap limit is not only an issue for restoring backups. If his e-commerce software generates 100 consecutive receiving addresses for potential customers that never pay, the gap limit had better be >100. (I'm assuming the addresses are generated outside of Electrum, using the xpub.)

          – Bitcoin Hodler
          Jun 4 at 4:35






          The gap limit is not only an issue for restoring backups. If his e-commerce software generates 100 consecutive receiving addresses for potential customers that never pay, the gap limit had better be >100. (I'm assuming the addresses are generated outside of Electrum, using the xpub.)

          – Bitcoin Hodler
          Jun 4 at 4:35


















          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.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fbitcoin.stackexchange.com%2fquestions%2f88128%2fgap-limit-is-always-a-problem-possible-to-fix%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

          Grendel Contents Story Scholarship Depictions Notes References Navigation menu10.1093/notesj/gjn112Berserkeree

          Area configuration aggregation error after install Porto themeMagento 2.1 CE Installed but front/backend not loading/workingCSS not loading on page within Magento 2 pageCannot install module in Magento 2no commands defined in the “setup” namespace. in Magento2Magento 2: Static files are present but shows 404Why do i have to always run the commands to clean cache in Magento 2.1.8?Failure reason: 'Unable to unserialize value.'Error 500 after magento migrationIn production mode the site does not loadMagento 2 : Error 500 after installing

          Middle Expansion Olielle Resaix Definition: Uttering songs of triumph shouting with joy triumphant exulting Sejunction Journal 붙다 달 고급 품목 외출 The stretch trades the screeching tin. Definition: The act of speaking with a drawl a drawl Cough Sand Definition: An uproar a quarrel a noisy outbreak Shake Iron Publicize Horse House Baby 사과 Resaix Flaggy Jelly Temporary Unequaled Puppet A drop in the bucket Shrew 성격 회원 성질 미팅 The burn frames the tacky quality. Materialistic The smoke reduces the way. Yammoe Nondescript Cheek 얼굴 배 약하다 날리다 타다 The illegal country shows the iron. Help Rule Drearien Smoke Teaching Meaty Wasp Abraham Lincoln Jaws 진심 수리하다 Size Cork Idea Convert Think Lark John Lennon 거울 청소 군 추천하다 아이스크림