CLI tools for KevaCoin blockchain
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ghost f67240ccf2 add notice on pending pieces available 10 months ago
data/export initial commit 10 months ago
kevacoin add notice on pending pieces available 10 months ago
.gitignore initial commit 10 months ago
LICENSE Initial commit 10 months ago
README.md update readme 10 months ago

README.md

clitor

Keep large objects in small blocks

drivers

put

export FS object to blockchain

php kevacoin/put.php processor filename [length] [delay]
  • processor - path to kevacoin-cli
  • filename - local file path to store
  • length - optional split size, 3072 bytes max
  • delay - optional seconds of parts sending delay to prevent too-long-mempool-chain reject, default 60

get

import from blockchain to FS location

php kevacoin/get.php processor namespace [destination]
  • processor - path to kevacoin-cli
  • namespace - hash received from the put command
  • destination - optional FS location, data/import by default