Commit graph

16 commits

Author SHA1 Message Date
philemon
791fc1910f Longer checksum for addrfile, bugfixes, code cleanups 2014-07-31 00:11:28 +04:00
philemon
490879f968 Online signing, new commands for 'mmgen-tool', code cleanups, bugfixes 2014-07-30 00:48:45 +04:00
philemon
38e0a954d0 * better options handling
* code cleanups
* new commands in 'mmgen-tool'
* tx view in 'mmgen-txsend'
2014-07-27 00:33:45 +04:00
philemon
330c3d82a0 Make blockchain rescanning optional for 'mmgen-addrimport' 2014-07-19 11:25:33 +04:00
philemon
0894985bfa Added 'mmgen-tool' utility with following commands:
General operations:
  hexdump      - encode binary data in formatted hexadecimal form
  unhexdump    - decode formatted hexadecimal data

  Bitcoin operations:
  strtob58     - convert a string to base 58
  hextob58     - convert a hexadecimal number to base 58
  b58tohex     - convert a base 58 number to hexadecimal
  b58randenc   - generate a random 32-byte number and convert it to base 58
  randwif      - generate a random private key in WIF format
  randpair     - generate a random private key/address pair
  wif2addr     - generate a Bitcoin address from a key in WIF format

  Mnemonic operations (choose "electrum" (default), "tirosh" or "all" wordlists):
  mn_rand128   - generate random 128-bit mnemonic
  mn_rand192   - generate random 192-bit mnemonic
  mn_rand256   - generate random 256-bit mnemonic
  mn_stats     - show stats for mnemonic wordlist
  mn_printlist - print mnemonic wordlist
2014-07-17 21:50:52 +04:00
philemon
08c5b76805 Version 0.7.0 2014-04-09 22:45:23 +04:00
philemon
1c9b0f8816 mmgen-txcreate interface improvements
utils.py -> util.py rename
2014-04-03 14:02:00 +04:00
philemon
536bfb5221 Modified README.md. Various fixes, improvements. 2014-03-30 12:07:19 +04:00
philemon
9a64bf42e2 Improved handling of user input; code cleanups 2014-03-25 12:18:26 +04:00
philemon
dcab2602b6 Windows port fully functional; fixes, enhancements 2014-03-22 20:39:54 +04:00
philemon
62ddcececc mmgen-addrimport improvements 2014-02-07 00:33:13 +04:00
philemon
cc7011848d HTTP timeout fix for addrimport
modified:   mmgen-addrimport
	modified:   mmgen/config.py
	modified:   mmgen/rpc/connection.py
	modified:   mmgen/rpc/proxy.py
	modified:   mmgen/tx.py
2014-01-29 20:03:59 +04:00
philemon
149121994e Added address list+range capability to mmgen-addrimport
Bugfixes, cleanups
2013-12-10 10:52:17 +04:00
philemon
7cfca299a3 TX script improvements, added features (tx's with both Satoshi and MMGen inputs)
modified:   mmgen-addrgen
	modified:   mmgen-addrimport
	modified:   mmgen-txcreate
	modified:   mmgen-txsend
	modified:   mmgen-txsign
	modified:   mmgen-walletchk
	modified:   mmgen-walletgen
	modified:   mmgen/addr.py
	modified:   mmgen/config.py
	modified:   mmgen/tx.py
	modified:   mmgen/utils.py
2013-12-09 11:20:28 +04:00
philemon
db5ce0295e deleted: mmgen/connection.py
deleted:    mmgen/proxy.py
	new file:   mmgen/rpc/__init__.py
	new file:   mmgen/rpc/config.py
	new file:   mmgen/rpc/connection.py
	new file:   mmgen/rpc/data.py
	new file:   mmgen/rpc/exceptions.py
	new file:   mmgen/rpc/proxy.py
	new file:   mmgen/rpc/util.py
2013-12-08 08:55:03 +04:00
philemon
aa66a44066 TX scripts updates; import address feature added
new file:   mmgen-addrimport
	new file:   mmgen/connection.py
	new file:   mmgen/proxy.py
2013-12-08 07:36:49 +04:00