Skip to content

Latest commit

 

History

History
283 lines (169 loc) · 3.21 KB

File metadata and controls

283 lines (169 loc) · 3.21 KB

keygen.py

Keys generation for user (.JSON and )

params

default

  • show help

help -h

  • show help

Create Key

  • user "coma,separated,tags" [entropy 10]
  • node master-user-name "coma,separated,tags" [entropy 10]

Change Key

  • change
    • change current keypair in users key file

node.py

List nodes and information about specific node

params

default

  • list my nodes

-h help

  • Select current node from my nodes

add

  • Join remote node and add to My nodes list

info

  • Show info about node

user.py

Different actions with user (userinfo, balance, etc)

params

default

  • userinfo for current node

-h help

out

  • take out funds

master.py

Node management

params

default

  • show help

-h help

info

  • Show info about node

out

prng.py

PRNG client

params

default

-h help

-s --seed

-n --numbers

-i256

-h256

pd-dir.py

directory listing

params

default

  • show root directory listing

-h --help

  • show "dirname" directory listing

pd-upload.py

upload file

params

default

  • show help

-h --help

[remote filepath]

pd-download.py

download file

params

default

  • show help

-h --help

pd-move.py

move file to another directory

params

default

  • show help

-h --help

pd-remove.py

delete remote file

params

default

  • show help

-h --help

pd-info.py

info about file

params

default

  • show help

-h --help

pd-sync.py

syncronise selected directory

params

default

  • show help

-h --help

+++


=== key.py

Actions with keys

params

List Keys

  • list {dirpath]
    • List all keys in selected directory or current directory

Show Key

  • show

    • Show all contents of keyfile
  • nvs

    • show nvs name (for blockchain)
  • worm

    • Show for blockchain (if there are any)
  • list

    • Show all encrypted keys (if there are any)

Pack keyfiles into encrypted keyfile

  • pack <keyfile1,keyfile2, ...>

Unpack keyfiles from encrypted keyfile

  • unpack

Save local keyfiles into encrypted keyfile

  • save

Restore local keyfiles from encrypted keyfile

  • restore

Tasks