pycoinnet icon indicating copy to clipboard operation
pycoinnet copied to clipboard

wallet.py

Open Picktarget opened this issue 8 years ago • 4 comments

hi richardkiss, I found it's really hard to use the wallet.py. when I run the wallet.py ,I use command "python wallet.py -p ./". there is an error about no sqlite3 module? should I install the db named sqlite3.

Picktarget avatar Apr 15 '16 08:04 Picktarget

Sounds like your Python 3 doesn't include the sqlite3 module. You need this module. The way you build python 3 with sqlite3 probably depends upon what OS you're using. Ask Google.

richardkiss avatar Apr 18 '16 19:04 richardkiss

ok ,thanks for ur fantastic anwser .I have sloved the problem before.but now I have other problems on "wallet.py create -o "output file" payable" . Does the output file record the transactions? "wallet.py exclude path_to_tx" the "path_to_tx" is the output file? where could I found my wallet address? should I use ku to create a wallet address? what the contents are in the file named watch_address?

Picktarget avatar Apr 19 '16 01:04 Picktarget

The watch_address file just contains a list of addresses. They can be any addresses you're interested in, but I'd suggest you create a BIP32 address, then add a bunch of subkeys so there is only one private key to manage. The idea is to pass in the BIP32 private key when signing transactions (although I don't recall how far along this functionality is). Remember, this is project is not complete!!

richardkiss avatar Apr 19 '16 01:04 richardkiss

ok,I got them.Thanks for ur help

Picktarget avatar Apr 19 '16 01:04 Picktarget