bismuthfoundation / BismuthRPC

[Released] A Json-RPC Server for Bismuth Crypto Currency
GNU General Public License v3.0
7 stars 8 forks source link

Help anyone? (2) #5

Closed EggPool closed 6 years ago

EggPool commented 6 years ago

https://github.com/EggPool/BismuthRPC/blob/257d20cd43574b8148d13db89c63ac73fa7c46e1/RPCServer/rpcwallet.py#L194

If you want to help, I'm trying to define small isolated tasks.

EggPool commented 6 years ago

Here is what the file should contain
txt file, one address per line.
a single account can hold many addresses
separator is a single space
privkey as in the json wallet (be it encrypted or not), RESERVED (timestamp in future version), then pairs of properties, for now just account and address

# Wallet dump created by bismuthd v0.1.2
# * Created on 2014-04-29T20:46:09Z
# Wallet is Uncrypted

privkey1 RESERVED account=account1 addr=address1
privkey2 RESERVED account=account1 addr=address2
privkey3 RESERVED account=account2 addr=address3
rvanduiven commented 6 years ago

PR created

EggPool commented 6 years ago

Looked good, merged. Thanks!