Bitcoin Forum
May 23, 2024, 03:36:00 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: How can I generate alot of addresses inside armory?  (Read 880 times)
gweedo (OP)
Legendary
*
Offline Offline

Activity: 1498
Merit: 1000


View Profile
November 27, 2013, 05:16:51 PM
 #1

I would like to generate a lot of addresses using armory since I would only need to back up that code, and be able to restore. How can I do this in the gui? Is it even possible in the gui?
etotheipi
Legendary
*
Offline Offline

Activity: 1428
Merit: 1093


Core Armory Developer


View Profile WWW
November 27, 2013, 07:19:29 PM
 #2

Okay, it is in the GUI, but a warning first:

There's a bug in address generation, that causes generation time to be O(N2) of the number of addresses you want to generate only if the wallet is encrypted.  Therefore, you should only generate up to 500 addresses at a time ,if it's encrypted.  If you make the wallet unencrypted first, you can do any number in O(N).  Of course, most people don't want to write an unencrypted copy of their wallet, but it may be the only real way to work around this. 

There is a work around if you modify the code directly, and make the walletLockTimeout > 10s.  Make it like 10 min.  Then unlock your wallet anywhere in the app, and it will remain unlocked for 10m.  Then go generate your 1,000,000 addresses.   (btw, 237 bytes on disk for every address you calculate)

The new wallet format should resolve this issue.  Until then, you'll have to work around this constraint.

Btw, the operation is in the GUI, in Expert usermode, within the wallet properties.  Click on "# Addressses used"

Founder and CEO of Armory Technologies, Inc.
Armory Bitcoin Wallet: Bringing cold storage to the average user!
Only use Armory software signed by the Armory Offline Signing Key (0x98832223)

Please donate to the Armory project by clicking here!    (or donate directly via 1QBDLYTDFHHZAABYSKGKPWKLSXZWCCJQBX -- yes, it's a real address!)
Pages: [1]
  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!