To use Zent Cash, you'll need a way to connect to the network, and a wallet to hold your funds. This software includes those things for you, you can compile it yourself, or you can download the ones that we have compiled for you.
Click here to download: https://github.com/BitcoinNova/bitcoinnova/releases
To compile from sourcecode yourself, click here for build instructions.
We are a community of people across the world giving our time to make this software better. There are many ways you can help or join us:
- If you'd like to report a bug, fill out a bug report
- If you'd like to submit code for a bug you fixed, submit a pull-request
- If you're a beginner developer, and want a list of easy things you can accomplish to help, click here for a list of TODOs
- Everyone else just click the ★ star at the top of this repository 😊 It really helps us out!
For anyone else wishing to help the community or who needs answers to questions not covered in this document, join us in our Discord Chat here.
Hello, and thank you for helping us! Our work makes use of many brilliant projects from other communities who contributed their code which helped us get to where we are now. To make sure we're always doing things the right way, we try to make sure we get the proper license header in every file we modify. By the terms of this project's license, any open source project may use our software, but the licenses may only be appended to, not altered.
See src/config/CryptoNoteConfig.h for an example.
// Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers
// Copyright (c) 2014-2018, The Monero Project
// Copyright (c) 2018-2020, The TurtleCoin Developers
// Copyright (c) 2018-2024, The Bitcoin Nova Developers
//
// Please see the included LICENSE file for more information.