v0.31.0
What changed
- The credit deposit is now a choice:
nmts deposit [credits]reads and sets what this account
sets aside per credit-paid file (0 to 64, default 64), andput --deposit <n>/push --deposit <n>set it for one run.0sets nothing aside, and a release of that file costs twice the fee
from the balance instead. nmts balancenames the default and the ceiling the server states, and what each file with a
deposit set aside and has spent;nmts erase --release-storagesays what the release cost and
whether it came out of the deposit, and refuses with both numbers when the balance cannot cover
a doubled fee.
Install
From the registry:
npm install -g @needmoretruth/nmts-cli@0.31.0
Or straight from this repository, without the registry:
npm install -g github:needmoretruth/nmts-cli#v0.31.0
Or, without a clone, from the tarball attached below:
npm install -g https://github.com/needmoretruth/nmts-cli/releases/latest/download/nmts.tgz
Node 22 or newer. Nothing is compiled by a C compiler and there is no native build
step; the encryption engine is a WebAssembly module carried in the package.