]> Git Repo - VerusCoin.git/blobdiff - doc/release-notes.md
estimatefee / estimatepriority RPC methods
[VerusCoin.git] / doc / release-notes.md
index f16eec32a29e241a4da6366fd0cf9b4acf2be60f..9272d427cdc95f8b254ec5bd4597a0702ec62de9 100644 (file)
@@ -1,2 +1,21 @@
 (note: this is a temporary file, to be added-to by anybody, and moved to
 release-notes at release time)
+
+New RPC methods
+===============
+
+Fee/Priority estimation
+-----------------------
+
+estimatefee nblocks : Returns approximate fee-per-1,000-bytes needed for
+a transaction to be confirmed within nblocks. Returns -1 if not enough
+transactions have been observed to compute a good estimate.
+
+estimatepriority nblocks : Returns approximate priority needed for
+a zero-fee transaction to confirm within nblocks. Returns -1 if not
+enough free transactions have been observed to compute a good
+estimate.
+
+Statistics used to estimate fees and priorities are saved in the
+data directory in the 'fee_estimates.dat' file just before
+program shutdown, and are read in at startup.
This page took 0.023913 seconds and 4 git commands to generate.