btcz / bitcoinz-win

BitcoinZ for Windows - command line wallet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BitcoinZ Windows Command Line Wallet

Keep running wallet to strengthen the BitcoinZ network. Backup your wallet in many locations & keep your coins wallet offline.

Ports:

  • RPC port: 1979
  • P2P port: 1989

Build Instructions

The BitcoinZ Windows Command Line Wallet can only be built from ubuntu for now.

Install required dependencies:

apt-get update \
&& apt-get install -y \
    curl build-essential pkg-config libc6-dev m4 g++-multilib autoconf \
    libtool ncurses-dev unzip git python zlib1g-dev wget bsdmainutils \
    automake p7zip-full pwgen mingw-w64 cmake

Execute the build command:

./zcutil/build-win.sh --disable-rust -j$(nproc)

Windows Wallet

Windows wallet build is maintained in bitcoinz-wallet project.

Security Warnings

BitcoinZ is experimental and a work-in-progress. Use at your own risk.

About

BitcoinZ for Windows - command line wallet

License:Other


Languages

Language:C++ 74.7%Language:C 9.3%Language:Python 9.2%Language:M4 2.4%Language:Shell 1.5%Language:Makefile 1.3%Language:HTML 0.7%Language:Java 0.4%Language:Assembly 0.4%Language:Objective-C 0.0%Language:Batchfile 0.0%Language:CSS 0.0%Language:Dockerfile 0.0%