Commit Graph

16 Commits

Author SHA1 Message Date
Ran Aroussi
7daf9870bd
Merge pull request #5 from joemarct/master
Generating addresses for DASH testnet
2018-01-22 16:37:10 +02:00
Joemar Taganna
64bdc5dd4d
Update bip32.py 2018-01-20 00:04:03 +08:00
Joemar Taganna
9b4db25f86
Update bip32.py 2018-01-20 00:02:11 +08:00
Joemar Taganna
791cf2aaaf
Added DASH testnet in get_networks 2018-01-19 23:29:46 +08:00
ran
6387cb4628 version + 2017-12-15 17:13:27 +02:00
Ran Aroussi
dd7e3934fe
Merge pull request #3 from halfss/bug/depends
add depends
2017-12-15 17:11:21 +02:00
halfss
9712b1ce01
add depends
add pycryptodome or will get this
Traceback (most recent call last):
  File "create_btc.py", line 1, in <module>
    from pywallet import wallet
  File "/usr/lib/python3.4/site-packages/pywallet-0.0.5-py3.4.egg/pywallet/wallet.py", line 5, in <module>
    from .utils import (
  File "/usr/lib/python3.4/site-packages/pywallet-0.0.5-py3.4.egg/pywallet/utils/__init__.py", line 5, in <module>
    from .ethereum import (
  File "/usr/lib/python3.4/site-packages/pywallet-0.0.5-py3.4.egg/pywallet/utils/ethereum.py", line 30, in <module>
    from Crypto.Hash import keccak
ImportError: No module named 'Crypto'
2017-12-15 20:13:14 +08:00
ran
ddc1170638 fixed extr /m in bip32_path 2017-11-25 11:20:54 +02:00
ran
3f514ba8a1 v 0.0.4 2017-11-25 02:26:49 +02:00
ran
e637d7f214 bip32 path + prime child xpub on creation 2017-11-25 02:26:38 +02:00
ran
cfb1247d04 import * from network 2017-11-25 02:26:05 +02:00
ran
57a20f2d15 added coin and path to objects 2017-11-25 02:25:28 +02:00
ran
11f3e38e3d updated readme 2017-11-24 10:59:28 +02:00
ran
779b337747 v.0.0.3 2017-11-24 10:51:19 +02:00
ran
7db677e41a added hierarchy path 2017-11-24 10:50:36 +02:00
ran
afe44514f8 first commit 2017-11-22 09:56:31 +02:00