Bitcoin Forum
May 06, 2024, 01:07:03 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 [2]  All
  Print  
Author Topic: Gap limit setting missing in 1.9?  (Read 3767 times)
adamas
Legendary
*
Offline Offline

Activity: 1014
Merit: 1003


VIS ET LIBERTAS


View Profile WWW
December 17, 2013, 12:31:50 PM
 #21

I placed it immediately before the seed version. eg.

'imported_keys': {}, 'seed_version': 6}

becomes,

'imported_keys': {}, 'gap_limit': 10, 'seed_version': 6}
Doesn't work for me. Labels/addr are still red!

"Es ist kein Zeichen geistiger Gesundheit, gut angepasst an eine kranke Gesellschaft zu sein."
1714957623
Hero Member
*
Offline Offline

Posts: 1714957623

View Profile Personal Message (Offline)

Ignore
1714957623
Reply with quote  #2

1714957623
Report to moderator
1714957623
Hero Member
*
Offline Offline

Posts: 1714957623

View Profile Personal Message (Offline)

Ignore
1714957623
Reply with quote  #2

1714957623
Report to moderator
Remember that Bitcoin is still beta software. Don't put all of your money into BTC!
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714957623
Hero Member
*
Offline Offline

Posts: 1714957623

View Profile Personal Message (Offline)

Ignore
1714957623
Reply with quote  #2

1714957623
Report to moderator
1714957623
Hero Member
*
Offline Offline

Posts: 1714957623

View Profile Personal Message (Offline)

Ignore
1714957623
Reply with quote  #2

1714957623
Report to moderator
Abdussamad
Legendary
*
Offline Offline

Activity: 3612
Merit: 1564



View Profile
December 17, 2013, 05:18:07 PM
 #22

However, I did find that if your add a 'gap_limit': 10 at top level in the wallet file then it does behave correctly and respect new addresses. ie. red addresses become normal.
Doesn't work for me. Where exactly do you have to place it?
I placed it immediately before the seed version. eg.

'imported_keys': {}, 'seed_version': 6}

becomes,

'imported_keys': {}, 'gap_limit': 10, 'seed_version': 6}

You don't have to mess about with the json wallet file. Just type the following in the electrum gui console:

wallet.storage.put( 'gap_limit', 100)

The above command sets it to a 100 but you can, of course, use any number you like. Remember to restart electrum after you do the above!
adamas
Legendary
*
Offline Offline

Activity: 1014
Merit: 1003


VIS ET LIBERTAS


View Profile WWW
December 17, 2013, 05:30:03 PM
 #23


You don't have to mess about with the json wallet file. Just type the following in the electrum gui console:

wallet.storage.put( 'gap_limit', 100)

The above command sets it to a 100 but you can, of course, use any number you like. Remember to restart electrum after you do the above!
Yes but I want to get rid of this red color.

"Es ist kein Zeichen geistiger Gesundheit, gut angepasst an eine kranke Gesellschaft zu sein."
Abdussamad
Legendary
*
Offline Offline

Activity: 3612
Merit: 1564



View Profile
December 17, 2013, 06:36:45 PM
 #24


You don't have to mess about with the json wallet file. Just type the following in the electrum gui console:

wallet.storage.put( 'gap_limit', 100)

The above command sets it to a 100 but you can, of course, use any number you like. Remember to restart electrum after you do the above!
Yes but I want to get rid of this red color.

Then do what I said and increase the gap limit and restart electrum.
RHavar
Legendary
*
Offline Offline

Activity: 2557
Merit: 1886



View Profile
March 03, 2015, 06:52:23 PM
 #25

Code:
wallet.storage.put( 'gap_limit', 100)

This still works for electrum 2.0, if anyone's wondering. It'd be nice to have this exposed in the GUI though

Check out gamblingsitefinder.com for a decent list/rankings of crypto casinos. Note: I have no affiliation or interest in it, and don't even agree with all the rankings ... but it's the only uncorrupted review site I'm aware of.
ThomasV
Moderator
Legendary
*
Offline Offline

Activity: 1896
Merit: 1353



View Profile WWW
March 03, 2015, 09:36:37 PM
 #26

Code:
wallet.storage.put( 'gap_limit', 100)

This still works for electrum 2.0, if anyone's wondering. It'd be nice to have this exposed in the GUI though

better do this:
Code:
wallet.change_gap_limit(100)


Electrum: the convenience of a web wallet, without the risks
xephyr
Sr. Member
****
Offline Offline

Activity: 285
Merit: 250


View Profile
March 03, 2015, 11:39:44 PM
 #27

What is the command to display current gap limit of an Electrum 1.9.8 wallet? Thanks.
dinox
Full Member
***
Offline Offline

Activity: 126
Merit: 100


View Profile
March 04, 2015, 09:42:55 AM
 #28

What is the command to display current gap limit of an Electrum 1.9.8 wallet? Thanks.
wallet.gap_limit

blockchain.info/fb/1dinox - 1Dinox3mFw8yykpAZXFGEKeH4VX1Mzbcxe
Active trader on #bitcoin-otc - See here - Proof that my nick is dinox here
Pages: « 1 [2]  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!