phpkevacoinblockchainkevacoin-apicliclitorblockchain-fsdistributed-storagedecentralized-storageblockchain-storagecli-appclitor-php
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
3c2e1c9aac
|
12 months ago | |
---|---|---|
data/export | 12 months ago | |
kevacoin | 12 months ago | |
.gitignore | 12 months ago | |
LICENSE | 12 months ago | |
README.md | 12 months ago |
README.md
clitor
CLI util to operate with large objects in small blocks size
drivers
put
export FS object to blockchain namespace
php kevacoin/put.php processor filename [length] [delay]
processor
- path tokevacoin-cli
filename
- file path to store in blockchainlength
- optional split size,3072
bytes maxdelay
- optional seconds of parts sending delay to preventtoo-long-mempool-chain
reject,60
by default
get
import namespace to FS location
php kevacoin/get.php processor namespace [destination]
processor
- path tokevacoin-cli
namespace
- hash received from theput
commanddestination
- optional file system location,data/import
by default