Bitcoin Forum
June 15, 2024, 03:39:34 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Scripting library?  (Read 535 times)
amspir (OP)
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
March 26, 2014, 03:02:44 AM
 #1

Here's what I want to do:

I want to write a script that runs a secure computer that generates pairs of bitcoin addresses and private keys; a manageable amount like 1000.

I want the script to write two files, one with just the addresses, and the other with both that is stored securely.

The idea is to upload the pool of addresses to a web server, and a present each customer with a unique bitcoin address to send payment.   When the order is received, the corresponding private key is imported into a hot wallet under supervision, then swept into a cold-storage address.

I'd like to reseed the PRNG between each iteration with hashed data from a random source such as a freshly recorded audio file or jpg image that is later destroyed.

I'd like to write my script in Perl, but any common scripting language would work.  Is there a trusted/good set of libraries to do this?
fbueller
Sr. Member
****
Offline Offline

Activity: 412
Merit: 275


View Profile
March 27, 2014, 12:45:58 AM
 #2

Use deterministic addresses. Electrum or bip32.

Bitwasp Developer.
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!