Skip to content

Commit

Permalink
Windows build changes
Browse files Browse the repository at this point in the history
  • Loading branch information
cpu6502 committed May 9, 2024
1 parent cd42cb3 commit 95a6a12
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 22 deletions.
26 changes: 13 additions & 13 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
AC_PREREQ([2.69])
define(_CLIENT_VERSION_MAJOR, 27)
define(_CLIENT_VERSION_MINOR, 99)
define(_CLIENT_VERSION_BUILD, 0)
define(_CLIENT_VERSION_MINOR, 0)
define(_CLIENT_VERSION_BUILD, 1)
define(_CLIENT_VERSION_RC, 0)
define(_CLIENT_VERSION_IS_RELEASE, false)
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2024)
define(_COPYRIGHT_HOLDERS,[The %s developers])
define(_COPYRIGHT_HOLDERS_SUBSTITUTION,[[Bitcoin Core]])
Expand All @@ -29,17 +29,17 @@ if test -n "$PKG_CONFIG_LIBDIR"; then
PKG_CONFIG="env PKG_CONFIG_LIBDIR=$PKG_CONFIG_LIBDIR $PKG_CONFIG"
fi

BITCOIN_DAEMON_NAME=bytecoind
BITCOIN_GUI_NAME=bytecoin-qt
BITCOIN_TEST_NAME=test_bytecoin
BITCOIN_CLI_NAME=bytecoin-cli
BITCOIN_TX_NAME=bytecoin-tx
BITCOIN_UTIL_NAME=bytecoin-util
BITCOIN_CHAINSTATE_NAME=bytecoin-chainstate
BITCOIN_WALLET_TOOL_NAME=bytecoin-wallet
BITCOIN_DAEMON_NAME=bitcoind
BITCOIN_GUI_NAME=bitcoin-qt
BITCOIN_TEST_NAME=test_bitcoin
BITCOIN_CLI_NAME=bitcoin-cli
BITCOIN_TX_NAME=bitcoin-tx
BITCOIN_UTIL_NAME=bitcoin-util
BITCOIN_CHAINSTATE_NAME=bitcoin-chainstate
BITCOIN_WALLET_TOOL_NAME=bitcoin-wallet
dnl Multi Process
BITCOIN_MP_NODE_NAME=bytecoin-node
BITCOIN_MP_GUI_NAME=bytecoin-gui
BITCOIN_MP_NODE_NAME=bitcoin-node
BITCOIN_MP_GUI_NAME=bitcoin-gui

dnl Unless the user specified ARFLAGS, force it to be cr
dnl This is also the default as-of libtool 2.4.7
Expand Down
14 changes: 5 additions & 9 deletions doc/README_windows.txt
Original file line number Diff line number Diff line change
@@ -1,23 +1,19 @@
Bitcoin Core
Bytecoin Core
=============

Intro
-----
Bitcoin is a free open source peer-to-peer electronic cash system that is
Bytecoin is a free open source peer-to-peer electronic cash system that is
completely decentralized, without the need for a central server or trusted
parties. Users hold the crypto keys to their own money and transact directly
with each other, with the help of a P2P network to check for double-spending.


Setup
-----
Unpack the files into a directory and run bitcoin-qt.exe.
Unpack the files into a directory and run bytecoin-qt.exe.

Bitcoin Core is the original Bitcoin client and it builds the backbone of the network.
However, it downloads and stores the entire history of Bitcoin transactions;
Bytecoin Core is the original Bytecoin client and it builds the backbone of the network.
However, it downloads and stores the entire history of Bytecoin transactions;
depending on the speed of your computer and network connection, the synchronization
process can take anywhere from a few hours to a day or more.

See the bitcoin wiki at:
https://en.bitcoin.it/wiki/Main_Page
for more help and information.

0 comments on commit 95a6a12

Please sign in to comment.