mirror of
https://github.com/Rucknium/xmrpeers.git
synced 2025-01-03 09:29:52 +00:00
108 lines
5.7 KiB
HTML
108 lines
5.7 KiB
HTML
|
<!DOCTYPE html>
|
||
|
<!-- Generated by pkgdown: do not edit by hand --><html lang="en">
|
||
|
<head>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||
|
<meta charset="utf-8">
|
||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||
|
<title>Analysis of the Monero Cryptocurrency Peer-to-Peer Node Network • xmrpeers</title>
|
||
|
<script src="deps/jquery-3.6.0/jquery-3.6.0.min.js"></script><meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||
|
<link href="deps/bootstrap-5.3.1/bootstrap.min.css" rel="stylesheet">
|
||
|
<script src="deps/bootstrap-5.3.1/bootstrap.bundle.min.js"></script><link href="deps/font-awesome-6.5.2/css/all.min.css" rel="stylesheet">
|
||
|
<link href="deps/font-awesome-6.5.2/css/v4-shims.min.css" rel="stylesheet">
|
||
|
<script src="deps/headroom-0.11.0/headroom.min.js"></script><script src="deps/headroom-0.11.0/jQuery.headroom.min.js"></script><script src="deps/bootstrap-toc-1.0.1/bootstrap-toc.min.js"></script><script src="deps/clipboard.js-2.0.11/clipboard.min.js"></script><script src="deps/search-1.0.0/autocomplete.jquery.min.js"></script><script src="deps/search-1.0.0/fuse.min.js"></script><script src="deps/search-1.0.0/mark.min.js"></script><!-- pkgdown --><script src="pkgdown.js"></script><meta property="og:title" content="Analysis of the Monero Cryptocurrency Peer-to-Peer Node Network">
|
||
|
<meta name="description" content="More about what it does (maybe more than one line) Use four spaces when indenting paragraphs within the Description.">
|
||
|
<meta property="og:description" content="More about what it does (maybe more than one line) Use four spaces when indenting paragraphs within the Description.">
|
||
|
</head>
|
||
|
<body>
|
||
|
<a href="#main" class="visually-hidden-focusable">Skip to contents</a>
|
||
|
|
||
|
|
||
|
<nav class="navbar navbar-expand-lg fixed-top bg-light" data-bs-theme="light" aria-label="Site navigation"><div class="container">
|
||
|
|
||
|
<a class="navbar-brand me-2" href="index.html">xmrpeers</a>
|
||
|
|
||
|
<small class="nav-text text-muted me-auto" data-bs-toggle="tooltip" data-bs-placement="bottom" title="">0.1.0</small>
|
||
|
|
||
|
|
||
|
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbar" aria-controls="navbar" aria-expanded="false" aria-label="Toggle navigation">
|
||
|
<span class="navbar-toggler-icon"></span>
|
||
|
</button>
|
||
|
|
||
|
<div id="navbar" class="collapse navbar-collapse ms-3">
|
||
|
<ul class="navbar-nav me-auto">
|
||
|
<li class="nav-item"><a class="nav-link" href="reference/index.html">Reference</a></li>
|
||
|
</ul>
|
||
|
<ul class="navbar-nav">
|
||
|
<li class="nav-item"><form class="form-inline" role="search">
|
||
|
<input class="form-control" type="search" name="search-input" id="search-input" autocomplete="off" aria-label="Search site" placeholder="Search for" data-search-index="search.json">
|
||
|
</form></li>
|
||
|
</ul>
|
||
|
</div>
|
||
|
|
||
|
|
||
|
</div>
|
||
|
</nav><div class="container template-home">
|
||
|
<div class="row">
|
||
|
<main id="main" class="col-md-9"><div class="section level1">
|
||
|
<div class="page-header"><h1 id="xmrpeers">xmrpeers<a class="anchor" aria-label="anchor" href="#xmrpeers"></a>
|
||
|
</h1></div>
|
||
|
<p><!-- badges: start --> <a href="https://lifecycle.r-lib.org/articles/stages.html" class="external-link"><img src="https://img.shields.io/badge/lifecycle-experimental-orange.svg" alt="Lifecycle: experimental"></a> <a href="https://github.com/Rucknium/xmrpeers/actions/workflows/R-CMD-check.yaml" class="external-link"><img src="https://github.com/Rucknium/xmrpeers/actions/workflows/R-CMD-check.yaml/badge.svg" alt="R-CMD-check"></a> <!-- badges: end --></p>
|
||
|
<p><code>xmrpeers</code> is an alpha project. Expect breaking changes in future versions.</p>
|
||
|
<div class="section level2">
|
||
|
<h2 id="installation">Installation<a class="anchor" aria-label="anchor" href="#installation"></a>
|
||
|
</h2>
|
||
|
<p>Install R. Linux users should install the <code>r-base</code> and <code>r-base-dev</code> system packages.</p>
|
||
|
<p>You can install the development version of xmrpeers from <a href="https://github.com/" class="external-link">GitHub</a> if you have <code>git</code> and <code>curl</code> installed on your system with:</p>
|
||
|
<div class="sourceCode" id="cb1"><pre class="downlit sourceCode r">
|
||
|
<code class="sourceCode R"><span><span class="fu"><a href="https://rdrr.io/r/utils/install.packages.html" class="external-link">install.packages</a></span><span class="op">(</span><span class="st">"remotes"</span><span class="op">)</span></span>
|
||
|
<span><span class="fu">remotes</span><span class="fu">::</span><span class="fu">install_github</span><span class="op">(</span><span class="st">"Rucknium/xmrpeers"</span>, upgrade <span class="op">=</span> <span class="cn">FALSE</span><span class="op">)</span></span></code></pre></div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</main><aside class="col-md-3"><div class="license">
|
||
|
<h2 data-toc-skip>License</h2>
|
||
|
<ul class="list-unstyled">
|
||
|
<li><a href="LICENSE.html">Full license</a></li>
|
||
|
<li><small>GPL (>= 2)</small></li>
|
||
|
</ul>
|
||
|
</div>
|
||
|
|
||
|
|
||
|
<div class="citation">
|
||
|
<h2 data-toc-skip>Citation</h2>
|
||
|
<ul class="list-unstyled">
|
||
|
<li><a href="authors.html#citation">Citing xmrpeers</a></li>
|
||
|
</ul>
|
||
|
</div>
|
||
|
|
||
|
<div class="developers">
|
||
|
<h2 data-toc-skip>Developers</h2>
|
||
|
<ul class="list-unstyled">
|
||
|
<li> Rucknium <br><small class="roles"> Maintainer, author, copyright holder </small> <a href="https://orcid.org/0000-0001-5999-8950" target="orcid.widget" aria-label="ORCID" class="external-link"><span class="fab fa-orcid orcid" aria-hidden="true"></span></a> </li>
|
||
|
</ul>
|
||
|
</div>
|
||
|
|
||
|
|
||
|
|
||
|
</aside>
|
||
|
</div>
|
||
|
|
||
|
|
||
|
<footer><div class="pkgdown-footer-left">
|
||
|
<p>Developed by Rucknium.</p>
|
||
|
</div>
|
||
|
|
||
|
<div class="pkgdown-footer-right">
|
||
|
<p>Site built with <a href="https://pkgdown.r-lib.org/" class="external-link">pkgdown</a> 2.1.1.</p>
|
||
|
</div>
|
||
|
|
||
|
</footer>
|
||
|
</div>
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
</body>
|
||
|
</html>
|