Merge pull request 'Updated asmap.dat to use 1764864000_asmap_unfilled.dat from upstream commit 17f2e06cf62df7c4455492692b92cfb685d1d7f7' (#482) from jahway603 into dev
Reviewed-on: https://git.hush.is/hush/hush3/pulls/482
This commit is contained in:
@@ -2,5 +2,6 @@
|
||||
|
||||
Files relating to -asmap=... feature, to use ASNs
|
||||
|
||||
From https://github.com/asmap/asmap-data/blob/main/1730210400_asmap.dat
|
||||
[Upstream Commit dcce69e48211facdbd52a461cfce333d5800b7de](https://github.com/asmap/asmap-data/commit/dcce69e48211facdbd52a461cfce333d5800b7de)
|
||||
From https://github.com/asmap/asmap-data/blob/main/2025/1764864000_asmap_unfilled.dat
|
||||
[Upstream Merge Request #38](https://github.com/asmap/asmap-data/pull/38)
|
||||
[Upstream Commit 17f2e06cf62df7c4455492692b92cfb685d1d7f7](https://github.com/asmap/asmap-data/commit/17f2e06cf62df7c4455492692b92cfb685d1d7f7)
|
||||
|
||||
Binary file not shown.
@@ -1,3 +1,20 @@
|
||||
hush (3.10.4) stable; urgency=medium
|
||||
|
||||
* Updated seed node list
|
||||
* z_sendmany change: Now supports UTF8 strings as memos instead of hex
|
||||
* New optional z_sendmany 5th argument allows an OP_RETURN for the transaction
|
||||
* New CLI option -clearnet=0 which disables clearnet networking
|
||||
* Using -mineraddress with -clearnet=0 disallowed since would reduce privacy
|
||||
* Add CLI options -disableipv4 and -disableipv6 to disable IPv4 or IPv6
|
||||
* New HAC CLI consensus option -ac_minopreturnfee
|
||||
* Updated ASmap, which maps IP addresses to Autonomous System (AS) numbers
|
||||
* Added ASmap health check, which logs stats about the ASmap once per 24 hours
|
||||
* Improved cjdns/i2p/tor docs
|
||||
* Updated protocol version
|
||||
* Fixed warnings caused by newer compiler versions
|
||||
|
||||
-- Hush Core <myhushteam@gmail.com> Sun, 06 Jul 2025 09:48:13 -0400
|
||||
|
||||
hush (3.10.3) stable; urgency=high
|
||||
|
||||
* Use WolfSSL 4.8.1 to prevent nodes from getting stuck and when shutting down
|
||||
|
||||
@@ -4,8 +4,8 @@ Priority: optional
|
||||
Maintainer: Hush <myhushteam@gmail.com>
|
||||
Homepage: https://hush.is
|
||||
Build-Depends: autoconf, automake, bsdmainutils, build-essential,
|
||||
git, g++-multilib, libc6-dev, libtool,
|
||||
m4, ncurses-dev, pkg-config, python,
|
||||
cmake, curl, git, g++-multilib, libc6-dev, libsodium-dev,
|
||||
libtool, m4, ncurses-dev, pkg-config, python,
|
||||
unzip, wget, zlib1g-dev
|
||||
Vcs-Git: https://git.hush.is/hush/hush3.git
|
||||
Vcs-Browser: https://git.hush.is/hush/hush3
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Files: *
|
||||
Copyright: 2016-2024, The Hush developers
|
||||
Copyright: 2016-2026, The Hush developers
|
||||
2009-2016, Bitcoin Core developers
|
||||
License: GPLv3
|
||||
Comment: https://hush.is
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
DEBIAN/manpages/hush-cli.1
|
||||
DEBIAN/manpages/hush-tx.1
|
||||
DEBIAN/manpages/hushd.1
|
||||
|
||||
296
doc/man/hush-cli.html
Normal file
296
doc/man/hush-cli.html
Normal file
@@ -0,0 +1,296 @@
|
||||
<!-- Creator : groff version 1.23.0 -->
|
||||
<!-- CreationDate: Mon Jan 5 14:12:33 2026 -->
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
|
||||
"http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<meta name="generator" content="groff -Thtml, see www.gnu.org">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<meta name="Content-Style" content="text/css">
|
||||
<style type="text/css">
|
||||
p { margin-top: 0; margin-bottom: 0; vertical-align: top }
|
||||
pre { margin-top: 0; margin-bottom: 0; vertical-align: top }
|
||||
table { margin-top: 0; margin-bottom: 0; vertical-align: top }
|
||||
h1 { text-align: center }
|
||||
</style>
|
||||
<title>HUSH-CLI</title>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<h1 align="center">HUSH-CLI</h1>
|
||||
|
||||
<a href="#NAME">NAME</a><br>
|
||||
<a href="#DESCRIPTION">DESCRIPTION</a><br>
|
||||
<a href="#Usage:">Usage:</a><br>
|
||||
<a href="#OPTIONS">OPTIONS</a><br>
|
||||
<a href="#COPYRIGHT">COPYRIGHT</a><br>
|
||||
|
||||
<hr>
|
||||
|
||||
|
||||
<h2>NAME
|
||||
<a name="NAME"></a>
|
||||
</h2>
|
||||
|
||||
|
||||
<p style="margin-left:9%; margin-top: 1em">hush-cli -
|
||||
manual page for hush-cli v3.10.4</p>
|
||||
|
||||
<h2>DESCRIPTION
|
||||
<a name="DESCRIPTION"></a>
|
||||
</h2>
|
||||
|
||||
|
||||
<p style="margin-left:9%; margin-top: 1em">Hush RPC client
|
||||
version v3.10.4-7e63e2f01-dirty</p>
|
||||
|
||||
<p style="margin-left:9%; margin-top: 1em">In order to
|
||||
ensure you are adequately protecting your privacy when using
|
||||
Hush, please see <https://hush.is/security/>.</p>
|
||||
|
||||
<h3>Usage:
|
||||
<a name="Usage:"></a>
|
||||
</h3>
|
||||
|
||||
|
||||
<p style="margin-left:9%; margin-top: 1em">hush-cli
|
||||
[options] <command> [params]</p>
|
||||
|
||||
<p style="margin-left:18%;">Send command to Hush</p>
|
||||
|
||||
<p style="margin-left:9%;">hush-cli [options] help</p>
|
||||
|
||||
<p style="margin-left:18%;">List commands</p>
|
||||
|
||||
<p style="margin-left:9%;">hush-cli [options] help
|
||||
<command></p>
|
||||
|
||||
<p style="margin-left:18%;">Get help for a command</p>
|
||||
|
||||
<h2>OPTIONS
|
||||
<a name="OPTIONS"></a>
|
||||
</h2>
|
||||
|
||||
|
||||
<table width="100%" border="0" rules="none" frame="void"
|
||||
cellspacing="0" cellpadding="0">
|
||||
<tr valign="top" align="left">
|
||||
<td width="9%"></td>
|
||||
<td width="3%">
|
||||
|
||||
|
||||
<p style="margin-top: 1em">-?</p></td>
|
||||
<td width="88%">
|
||||
</td></tr>
|
||||
</table>
|
||||
|
||||
<p style="margin-left:18%; margin-top: 1em">This help
|
||||
message</p>
|
||||
|
||||
<table width="100%" border="0" rules="none" frame="void"
|
||||
cellspacing="0" cellpadding="0">
|
||||
<tr valign="top" align="left">
|
||||
<td width="9%"></td>
|
||||
<td width="15%">
|
||||
|
||||
|
||||
<p style="margin-top: 1em"><b>-conf=</b><file></p></td>
|
||||
<td width="76%">
|
||||
</td></tr>
|
||||
</table>
|
||||
|
||||
<p style="margin-left:18%; margin-top: 1em">Specify
|
||||
configuration file (default: HUSH3.conf)</p>
|
||||
|
||||
<table width="100%" border="0" rules="none" frame="void"
|
||||
cellspacing="0" cellpadding="0">
|
||||
<tr valign="top" align="left">
|
||||
<td width="9%"></td>
|
||||
<td width="18%">
|
||||
|
||||
|
||||
<p style="margin-top: 1em"><b>-datadir=</b><dir></p></td>
|
||||
<td width="73%">
|
||||
</td></tr>
|
||||
</table>
|
||||
|
||||
<p style="margin-left:18%; margin-top: 1em">Specify data
|
||||
directory (this path cannot use ’˜’)</p>
|
||||
|
||||
<table width="100%" border="0" rules="none" frame="void"
|
||||
cellspacing="0" cellpadding="0">
|
||||
<tr valign="top" align="left">
|
||||
<td width="9%"></td>
|
||||
<td width="10%">
|
||||
|
||||
|
||||
<p style="margin-top: 1em"><b>-testnet</b></p></td>
|
||||
<td width="81%">
|
||||
</td></tr>
|
||||
</table>
|
||||
|
||||
<p style="margin-left:18%; margin-top: 1em">Use the test
|
||||
network</p>
|
||||
|
||||
<table width="100%" border="0" rules="none" frame="void"
|
||||
cellspacing="0" cellpadding="0">
|
||||
<tr valign="top" align="left">
|
||||
<td width="9%"></td>
|
||||
<td width="10%">
|
||||
|
||||
|
||||
<p style="margin-top: 1em"><b>-regtest</b></p></td>
|
||||
<td width="81%">
|
||||
</td></tr>
|
||||
</table>
|
||||
|
||||
<p style="margin-left:18%; margin-top: 1em">Enter
|
||||
regression test mode, which uses a special chain in which
|
||||
blocks can be solved instantly. This is intended for
|
||||
regression testing tools and app development.</p>
|
||||
|
||||
<table width="100%" border="0" rules="none" frame="void"
|
||||
cellspacing="0" cellpadding="0">
|
||||
<tr valign="top" align="left">
|
||||
<td width="9%"></td>
|
||||
<td width="20%">
|
||||
|
||||
|
||||
|
||||
<p style="margin-top: 1em"><b>-rpcconnect=</b><ip></p> </td>
|
||||
<td width="71%">
|
||||
</td></tr>
|
||||
</table>
|
||||
|
||||
<p style="margin-left:18%; margin-top: 1em">Send commands
|
||||
to node running on <ip> (default: 127.0.0.1)</p>
|
||||
|
||||
<table width="100%" border="0" rules="none" frame="void"
|
||||
cellspacing="0" cellpadding="0">
|
||||
<tr valign="top" align="left">
|
||||
<td width="9%"></td>
|
||||
<td width="19%">
|
||||
|
||||
|
||||
|
||||
<p style="margin-top: 1em"><b>-rpcport=</b><port></p> </td>
|
||||
<td width="72%">
|
||||
</td></tr>
|
||||
</table>
|
||||
|
||||
<p style="margin-left:18%; margin-top: 1em">Connect to
|
||||
JSON-RPC on <port> (default: 18030 )</p>
|
||||
|
||||
<table width="100%" border="0" rules="none" frame="void"
|
||||
cellspacing="0" cellpadding="0">
|
||||
<tr valign="top" align="left">
|
||||
<td width="9%"></td>
|
||||
<td width="10%">
|
||||
|
||||
|
||||
<p style="margin-top: 1em"><b>-rpcwait</b></p></td>
|
||||
<td width="81%">
|
||||
</td></tr>
|
||||
</table>
|
||||
|
||||
<p style="margin-left:18%; margin-top: 1em">Wait for RPC
|
||||
server to start</p>
|
||||
|
||||
<table width="100%" border="0" rules="none" frame="void"
|
||||
cellspacing="0" cellpadding="0">
|
||||
<tr valign="top" align="left">
|
||||
<td width="9%"></td>
|
||||
<td width="19%">
|
||||
|
||||
|
||||
|
||||
<p style="margin-top: 1em"><b>-rpcuser=</b><user></p> </td>
|
||||
<td width="72%">
|
||||
</td></tr>
|
||||
</table>
|
||||
|
||||
<p style="margin-left:18%; margin-top: 1em">Username for
|
||||
JSON-RPC connections</p>
|
||||
|
||||
<table width="100%" border="0" rules="none" frame="void"
|
||||
cellspacing="0" cellpadding="0">
|
||||
<tr valign="top" align="left">
|
||||
<td width="9%"></td>
|
||||
<td width="22%">
|
||||
|
||||
|
||||
|
||||
<p style="margin-top: 1em"><b>-rpcpassword=</b><pw></p> </td>
|
||||
<td width="69%">
|
||||
</td></tr>
|
||||
</table>
|
||||
|
||||
<p style="margin-left:18%; margin-top: 1em">Password for
|
||||
JSON-RPC connections</p>
|
||||
|
||||
<table width="100%" border="0" rules="none" frame="void"
|
||||
cellspacing="0" cellpadding="0">
|
||||
<tr valign="top" align="left">
|
||||
<td width="9%"></td>
|
||||
<td width="27%">
|
||||
|
||||
|
||||
|
||||
<p style="margin-top: 1em"><b>-rpcclienttimeout=</b><n></p> </td>
|
||||
<td width="64%">
|
||||
</td></tr>
|
||||
</table>
|
||||
|
||||
<p style="margin-left:18%; margin-top: 1em">Timeout in
|
||||
seconds during HTTP requests, or 0 for no timeout. (default:
|
||||
900)</p>
|
||||
|
||||
<table width="100%" border="0" rules="none" frame="void"
|
||||
cellspacing="0" cellpadding="0">
|
||||
<tr valign="top" align="left">
|
||||
<td width="9%"></td>
|
||||
<td width="8%">
|
||||
|
||||
|
||||
<p style="margin-top: 1em"><b>-stdin</b></p></td>
|
||||
<td width="83%">
|
||||
</td></tr>
|
||||
</table>
|
||||
|
||||
<p style="margin-left:18%; margin-top: 1em">Read extra
|
||||
arguments from standard input, one per line until EOF/Ctrl-D
|
||||
(recommended for sensitive information such as
|
||||
passphrases)</p>
|
||||
|
||||
<h2>COPYRIGHT
|
||||
<a name="COPYRIGHT"></a>
|
||||
</h2>
|
||||
|
||||
|
||||
<p style="margin-left:9%; margin-top: 1em">In order to
|
||||
ensure you are adequately protecting your privacy when using
|
||||
Hush, please see <https://hush.is/security/>.</p>
|
||||
|
||||
<p style="margin-left:9%; margin-top: 1em">Copyright (C)
|
||||
2016-2025 Duke Leto and The Hush Developers</p>
|
||||
|
||||
<p style="margin-left:9%; margin-top: 1em">Copyright (C)
|
||||
2016-2020 jl777 and SuperNET developers</p>
|
||||
|
||||
<p style="margin-left:9%; margin-top: 1em">Copyright (C)
|
||||
2016-2018 The Zcash developers</p>
|
||||
|
||||
<p style="margin-left:9%; margin-top: 1em">Copyright (C)
|
||||
2009-2014 The Bitcoin Core developers</p>
|
||||
|
||||
<p style="margin-left:9%; margin-top: 1em">This is
|
||||
experimental Free Software! Fuck Yeah!!!!!</p>
|
||||
|
||||
<p style="margin-left:9%; margin-top: 1em">Distributed
|
||||
under the GPLv3 software license, see the accompanying file
|
||||
COPYING or
|
||||
<https://www.gnu.org/licenses/gpl-3.0.en.html>.</p>
|
||||
<hr>
|
||||
</body>
|
||||
</html>
|
||||
2681
doc/man/hushd.html
Normal file
2681
doc/man/hushd.html
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user