98 Commits

Author SHA1 Message Date
fad05d3ab4 doc: regenerate manpages for v1.2.0
They still described v1.0.3-4caf2fc68, so none of the options added
since -- -autoshield and its four companions, -mnemonic,
-mnemonicsaplinggap -- appeared anywhere in them.

Generated from a binary built at a clean tree on an annotated v1.2.0
tag, which is what makes util/genbuild.sh emit BUILD_DESC "v1.2.0"
rather than a version with a commit suffix. Note that genbuild.sh uses
`git describe --abbrev=0`, which ignores lightweight tags; v1.0.0
through v1.0.3 were lightweight, which is why those releases all
reported themselves as v1.0.x-<sha>. Tag releases annotated.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01FU87LdsJZiZkfq1eXubpeo
2026-08-25 18:42:18 -05:00
3dd667b127 net: add two seed nodes and reserve names for three more
node6.dragonx.is (13.140.58.251) and node7.dragonx.is (5.104.83.100)
are new full nodes in regions the existing five did not cover. Both go
into the compiled-in fixed-seed list and into the DRAGONX -addnode set.

node8 through node10 are reserved names with no DNS records yet. A
hostname that does not resolve is harmless on this path --
ThreadOpenAddedConnections simply fails to open the connection and
retries on its normal cycle -- and reserving the names in the binary
means a future seed can be brought into the default addnode set by
creating a single DNS record, with no release and no waiting for users
to upgrade. seed.dragonx.is already gives the DNS-seed path that
property; this extends it to the addnode path.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01FU87LdsJZiZkfq1eXubpeo
2026-08-25 18:36:03 -05:00
9c6ccbb726 Fix dragonx-cli -rpcport help default: 18030 (hush) -> 21769 (DragonX)
The -rpcport help string in bitcoin-cli.cpp hardcoded hush's 18030; the actual default (BaseParams().RPCPort()) is DragonX's 21769, so this was misleading help text only (the CLI already connects to 21769). Set to 21769 and regenerated doc/man/dragonx-cli.1 from the rebuilt binary. NOTE: a separate hush 18030 leftover remains in src/rpc/net.cpp:357 (getpeerinfo help example address) - daemon RPC help, out of scope here. Staged on 176; not pushed.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-07 06:35:46 +02:00
34432e5848 Harvest DragonX packaging + legal artifacts from compliant-rebrand
Legal: correct GPLv3 LICENSE (fixes garbled 'GENERAL GENERAL'), AUTHORS DragonX attribution, COPYING. Packaging: man pages REGENERATED from the 1.0.3 binaries via help2man (dragonxd/dragonx-cli/dragonx-tx.1 -> v1.0.3, correct dates), wired into doc/man/Makefile.am (dist_man1_MANS), orphaned hush*.1 removed. Init/openrc/systemd scripts, Debian packaging (control/changelog/copyright rebranded hush->dragonx + install stubs), example confs taken from origin/compliant-rebrand (c05134e77). REMAINING follow-ups: (1) debian/changelog still tops at 1.0.0 - add a 1.0.3 entry; (2) dragonx-cli --help hardcodes rpcport default 18030 (hush) - fix the HelpMessage string in source then regen. Staged on 176 for review; not pushed.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-07 06:35:46 +02:00
Duke
07738d75ab Update man pages for 3.10.5 2026-03-02 11:49:27 -05:00
jahway603
e740d6fee7 Added web versions of our unix manpages for hushd and hush-cli 2026-01-05 09:13:57 -05:00
Duke
1faf679a50 Update man pages via ./util/gen-manpages.sh 2025-07-03 12:57:20 -04:00
onryo
c561d7129a make manpages 2024-02-28 19:58:55 +01:00
Duke
ee17cbe635 Update manpages 2024-01-02 09:07:37 -05:00
Duke
09bdb25959 Update man pages 2023-11-27 20:26:59 -05:00
fekt
9e524663e2 Update manpages 2023-06-29 22:28:39 -04:00
Duke
2c083978e0 update manpages 2023-02-09 17:27:25 -05:00
jahway603
23d4a2cb73 re-fixing spacing in manpages 2022-09-27 22:27:54 -04:00
Jonathan "Duke" Leto
5d2307a709 Update copyrights to 2022 2022-09-19 15:45:30 -07:00
Duke Leto
c7c2a98eaf Update manpages and add 'make manpages' target 2022-09-19 11:41:31 -04:00
Duke Leto
f11d50d17e Update manpages to remove zmq options 2022-09-12 19:54:32 -04:00
jahway603
2efa9652e2 fixed spacing in manpages 2022-07-15 22:21:41 -04:00
Duke Leto
5a3de32fbd update manpages 2022-01-24 12:16:50 -05:00
Duke Leto
21388aed31 update man pages 2021-10-21 10:02:49 -04:00
Duke Leto
b0a1395f21 Fix unix manpage stuff 2021-09-16 23:02:09 -04:00
Duke Leto
f9c4da8122 Add release notes for 3.8.0 2021-07-09 15:25:48 -04:00
Duke Leto
9be07c1452 man pages 2021-04-18 11:50:31 -04:00
Duke Leto
26b340c8cf man pages 2021-03-27 07:59:10 -04:00
Your Name
9e6fa11e42 update man pages 2021-02-26 07:36:24 -05:00
Duke Leto
5ac04de029 Update manpages 2021-02-21 08:21:31 -05:00
Duke Leto
000ef4ac91 Keeping HUSH on the down low 2021-01-27 13:39:27 -05:00
Duke Leto
cde6d33ad1 The term 'whitelist' is racist and so we choose to call this feature 'allowlist' 2021-01-10 10:46:22 -05:00
Duke Leto
f29e55a0df update manpages, yet again 2020-12-07 09:41:18 -05:00
Duke Leto
fdf1ed1d0a update unix manpages 2020-12-06 22:03:35 -05:00
Duke Leto
6e547b9f1b Update manpages 2020-12-05 08:03:41 -05:00
Duke Leto
5f81723a26 update unix man pages 2020-12-04 09:18:13 -05:00
DenioD
e2b6c0c453 push version to 3.5.2 and update man pages 2020-10-22 22:00:56 +02:00
Duke Leto
4e9f822a2d update man pages 2020-10-06 07:00:42 -04:00
Duke Leto
a7f88a87aa Update copyright URL to be https 2020-09-20 13:17:38 -04:00
Duke Leto
37c115bf44 Update manpages 2020-09-18 17:01:15 -04:00
Duke Leto
fd456ec146 Bump version to 3.5.0 and update unix man pages 2020-07-26 08:47:59 -04:00
Duke Leto
717533f711 Update unix man pages 2020-06-13 11:09:41 -04:00
Duke Leto
5870f6f059 Update unix man pages 2020-03-08 09:06:06 -04:00
Duke Leto
4c39efccce Add/update unix manpages 2020-01-18 09:07:22 -05:00
Duke Leto
166f6b614e Update man pages 2019-12-14 08:33:31 -05:00
Jonathan "Duke" Leto
f2d4e74cd7 Merge branch 'dev' into duke 2019-12-02 04:38:21 -08:00
Duke Leto
9444d8de85 update manpages 2019-11-26 08:21:32 -05:00
Duke Leto
f80fc3c002 update manpages and other junk 2019-11-04 11:01:52 -05:00
Duke Leto
1071e3c7c5 update manpages 2019-10-27 17:36:19 -04:00
Jonathan "Duke" Leto
258d04e0a0 Remove agama dingleberries and fix manpages 2019-10-18 11:31:17 -07:00
Jonathan "Duke" Leto
7c413bfaf6 update contrib 2019-10-17 07:32:55 -07:00
Jonathan "Duke" Leto
111dfaca97 build system updates 2019-10-17 07:23:21 -07:00
Jonathan "Duke" Leto
ee5b2481ae update versions and manpages 2019-10-17 07:08:30 -07:00
Jonathan "Duke" Leto
9372a95d49 Update versions, copyrights and man pages 2019-06-25 11:02:06 -07:00
miketout
6023e8ab75 Merge branch 'dev' of https://github.com/miketout/komodo into dev 2018-10-27 20:29:09 -07:00