xmrpeers/man/txpool.init.Rd
2024-10-20 21:06:16 +00:00

28 lines
654 B
R

% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/txpool.R
\name{txpool.init}
\alias{txpool.init}
\title{Initialize txpool archive database}
\usage{
txpool.init(db.file = "xmr-txpool-archive.db")
}
\arguments{
\item{db.file}{Name and path of database file to be created.}
}
\value{
NULL (invisible)
}
\description{
Initializes a database file to record the arrival time of
transactions to the local Monero node.
}
\examples{
\dontrun{
txpool.init()
}
}
\seealso{
\link{txpool.collect}, which collects txpool data and saves it to the
database file and \link{txpool.export}, which exports the database contents to a
CSV file.
}