From 513005c5e2963c74d4249536d34dae414c0db7ed Mon Sep 17 00:00:00 2001 From: Chris Duncan Date: Sat, 14 Mar 2026 01:30:56 -0700 Subject: [PATCH] Update more domain name references.. --- AUTHORS.md | 2 +- CHANGELOG.md | 6 ++++++ README.md | 8 ++++---- docs/nano-pow.1 | 2 +- src/bin/cli.ts | 2 +- src/bin/server.ts | 2 +- 6 files changed, 14 insertions(+), 8 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index 3144002..c78493b 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -3,5 +3,5 @@ SPDX-FileCopyrightText: 2025 Chris Duncan SPDX-License-Identifier: GPL-3.0-or-later --> -Chris Duncan (zoso.dev) +Chris Duncan (codecow.com) Ben Green (numtel.github.io) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c08667..15ecd30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ SPDX-License-Identifier: GPL-3.0-or-later # Changelog +## v5.1.10 + +### Notable Changes + +Update domain. + ## v5.1.9 ### Notable Changes diff --git a/README.md b/README.md index efb5d71..da51296 100644 --- a/README.md +++ b/README.md @@ -247,19 +247,19 @@ A few basic tests are available in the source repository. 1. Compile, minify, and bundle ```console -git clone https://zoso.dev/nano-pow.git +git clone https://codecow.com/nano-pow.git cd nano-pow npm i ``` ## Reporting Bugs -Email: +Email: ## Acknowledgements -[numtel/nano-webgl-pow](https://github.com/numtel/nano-webgl-pow) for his WebGL -implementation +[numtel/nano-webgl-pow](https://github.com/numtel/nano-webgl-pow) for his +original WebGL implementation. ## Licenses diff --git a/docs/nano-pow.1 b/docs/nano-pow.1 index 21a7411..c01bc68 100644 --- a/docs/nano-pow.1 +++ b/docs/nano-pow.1 @@ -169,7 +169,7 @@ $ curl -d '{ Written by Chris Duncan. .SH BUGS -Email . +Email . .SH COPYRIGHT .PP diff --git a/src/bin/cli.ts b/src/bin/cli.ts index e8e10a8..a9e72a5 100755 --- a/src/bin/cli.ts +++ b/src/bin/cli.ts @@ -56,7 +56,7 @@ If validating a nonce, it must be a 16-character hexadecimal value. Effort must be a decimal number between 1-32. Difficulty must be a hexadecimal string between 0-FFFFFFFFFFFFFFFF. -Report bugs: +Report bugs: Full documentation: `) process.exit(0) diff --git a/src/bin/server.ts b/src/bin/server.ts index 32b781b..f3d1acc 100755 --- a/src/bin/server.ts +++ b/src/bin/server.ts @@ -225,7 +225,7 @@ HASH is a big-endian 64-character hexadecimal string. WORK is little-endian 16-character hexadecimal string. DIFFICULTY is an optional 16-character hexadecimal string (default: FFFFFFF800000000) -Report bugs: +Report bugs: Full documentation: `) } -- 2.47.3