Skip to content

Commit 2f2493b

Browse files
committed
Update domain
1 parent 6c7eb8c commit 2f2493b

File tree

9 files changed

+12
-12
lines changed

9 files changed

+12
-12
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
Bitweb Core
22
=====================================
33

4-
[Website](https://bitwebcore.org/) | [Explorer](https://explorer.bitwebcore.org/) | [Wallet](https://github.com/bitweb-project/bitweb/releases) | [RU/EU/US/Asia Mining Pool](https://pool.rplant.xyz/) | [France Mining Pool](https://pool-jg1000.fr/) | [Germany Mining Pool](http://miner123.win/) | [Poland Mining Pool](https://pool.coinsdev.pl/) | [Germany Mining Pool-1](https://murkapool.it/) | [China Mining Pool](http://multi.walemo.com/)
4+
[Website](https://bitwebcore.net/) | [Explorer](https://explorer.bitwebcore.net/) | [Wallet](https://github.com/bitweb-project/bitweb/releases) | [RU/EU/US/Asia Mining Pool](https://pool.rplant.xyz/) | [France Mining Pool](https://pool-jg1000.fr/) | [Germany Mining Pool](http://miner123.win/) | [Poland Mining Pool](https://pool.coinsdev.pl/) | [Germany Mining Pool-1](https://murkapool.it/) | [China Mining Pool](http://multi.walemo.com/)
55
-------------|-------------|-------------|-------------|-------------|-------------|-------------|-------------|-------------
66

7-
[Community](https://community.bitwebcore.org/)
7+
[Community](https://community.bitwebcore.net/)
88
-------------
99

1010
[Discord](https://discord.gg/wBTp5mtcnu)
1111
-------------
1212

13-
mobile wallet (only Android):https://bitwebcore.org/
13+
mobile wallet (only Android):https://bitwebcore.net/
1414

1515

1616
What is Bitweb?

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ define(_CLIENT_VERSION_IS_RELEASE, true)
88
define(_COPYRIGHT_YEAR, 2021)
99
define(_COPYRIGHT_HOLDERS,[The %s developers])
1010
define(_COPYRIGHT_HOLDERS_SUBSTITUTION,[[Bitweb Core]])
11-
AC_INIT([Bitweb Core],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[https://github.com/bitweb-project/bitweb/issues],[bitweb],[https://bitwebcore.org/])
11+
AC_INIT([Bitweb Core],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[https://github.com/bitweb-project/bitweb/issues],[bitweb],[https://bitwebcore.net/])
1212
AC_CONFIG_SRCDIR([src/validation.cpp])
1313
AC_CONFIG_HEADERS([src/config/bitcoin-config.h])
1414
AC_CONFIG_AUX_DIR([build-aux])

contrib/verifybinaries/verify.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ TMPFILE="hashes.tmp"
2323

2424
SIGNATUREFILENAME="SHA256SUMS.asc"
2525
RCSUBDIR="test"
26-
HOST1="https://bitwebcore.org"
27-
HOST2="https://bitwebcore.org"
26+
HOST1="https://bitwebcore.net"
27+
HOST2="https://bitwebcore.net"
2828
BASEDIR="/bin/"
2929
VERSIONPREFIX="bitcoin-core-"
3030
RCVERSIONSTRING="rc"

doc/README_windows.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ depending on the speed of your computer and network connection, the synchronizat
1919
process can take anywhere from a few hours to a day or more.
2020

2121
See the Bitweb homepage at:
22-
https://bitwebcore.org
22+
https://bitwebcore.net
2323
for more help and information.

doc/man/bitweb-cli.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Copyright (C) 2009-2018 The Bitcoin Core developers
101101
Copyright (C) 2021-2022 The Bitweb Core developers
102102

103103
Please contribute if you find Bitweb Core useful. Visit
104-
<https://bitwebcore.org> for further information about the software.
104+
<https://bitwebcore.net> for further information about the software.
105105
The source code is available from
106106
<https://github.com/bitweb-project/bitweb>.
107107

doc/man/bitweb-qt.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ Copyright (C) 2009-2018 The Bitcoin Core developers
585585
Copyright (C) 2021-2022 The Bitweb Core developers
586586

587587
Please contribute if you find Bitweb Core useful. Visit
588-
<https://bitwebcore.org> for further information about the software.
588+
<https://bitwebcore.net> for further information about the software.
589589
The source code is available from
590590
<https://github.com/bitweb-project/bitweb>.
591591

doc/man/bitweb-tx.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Copyright (C) 2009-2018 The Bitcoin Core developers
117117
Copyright (C) 2021-2022 The Bitweb Core developers
118118

119119
Please contribute if you find Bitweb Core useful. Visit
120-
<https://bitwebcore.org> for further information about the software.
120+
<https://bitwebcore.net> for further information about the software.
121121
The source code is available from
122122
<https://github.com/bitweb-project/bitweb>.
123123

doc/man/bitwebd.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ Copyright (C) 2009-2018 The Bitcoin Core developers
564564
Copyright (C) 2021-2022 The Bitweb Core developers
565565

566566
Please contribute if you find Bitweb Core useful. Visit
567-
<https://bitwebcore.org> for further information about the software.
567+
<https://bitwebcore.net> for further information about the software.
568568
The source code is available from
569569
<https://github.com/bitweb-project/bitweb>.
570570

src/init.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ std::string HelpMessage(HelpMessageMode mode)
532532
std::string LicenseInfo()
533533
{
534534
const std::string URL_SOURCE_CODE = "<https://github.com/bitweb-project/bitweb>";
535-
const std::string URL_WEBSITE = "<https://bitwebcore.org>";
535+
const std::string URL_WEBSITE = "<https://bitwebcore.net>";
536536

537537
// BEGIN - Adding Additional CopyrightHolders (1/2)
538538
const std::string Copyright_1 = strprintf(_("Copyright (C) %i-%i"), 2009, 2010) + " " + "Satoshi Nakamoto";

0 commit comments

Comments
 (0)