Commit Graph

24 Commits

Author SHA1 Message Date
Vivek Teegalapally
96f7200e9e Adding new code to accomodate FLO blockchain
FLO is a blockchain which has comment feature built into it. These are the additions required in the code to accomodate it.
2018-08-09 11:10:07 +05:30
Ran Aroussi
bcf569759c
Merge pull request #9 from armatusmiles/master
update create address for ETH
2018-02-07 14:59:53 +02:00
armatusmiles
e2a0a9830b update create address for ETH 2018-02-07 00:41:55 +02:00
Ran Aroussi
a64fd853e3
Merge pull request #7 from sirmaahe/patch-1
Update README.rst
2018-01-28 12:50:06 +02:00
Anton
fd05a73e0f
Update README.rst
If you added a example with ETH, then plz add ETH in a title
2018-01-27 12:08:17 +03:00
ran
aba2bfd190 deleted some stuff :) 2018-01-22 16:50:58 +02:00
ran
a11b097c3d updated version 2018-01-22 16:50:51 +02:00
ran
edac7b03ec fixed Lightcoin xpub (issue #6) 2018-01-22 16:50:43 +02:00
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