fix
This commit is contained in:
@@ -28,13 +28,18 @@ Simple wallet daemon for webservers.
|
|||||||
- generates new addresses on request
|
- generates new addresses on request
|
||||||
- private keys are not needed in order to generate new addresses. A neutralized wallet can be used (seed removed)
|
- private keys are not needed in order to generate new addresses. A neutralized wallet can be used (seed removed)
|
||||||
- no gap limit: use 'getnum' to know how many addresses have been created.
|
- no gap limit: use 'getnum' to know how many addresses have been created.
|
||||||
|
|
||||||
|
todo:
|
||||||
|
- return the max gap
|
||||||
|
- add expiration date
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
||||||
host = 'localhost'
|
host = 'localhost'
|
||||||
port = 8444
|
port = 8444
|
||||||
password = 'my_password'
|
password = 'my_password'
|
||||||
path = 'wallet_path'
|
wallet_path = 'wallet_path'
|
||||||
|
|
||||||
interface = Interface()
|
interface = Interface()
|
||||||
wallet = Wallet(interface)
|
wallet = Wallet(interface)
|
||||||
|
|||||||
Reference in New Issue
Block a user