From 22ac017b5f78419aac34a30067a5d2acc8a64269 Mon Sep 17 00:00:00 2001 From: jc23424 <34966525+jc23424@users.noreply.github.com> Date: Fri, 8 Jun 2018 08:53:08 -0400 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index a020be5eb..21094cd13 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,18 @@ Bitcoin Private Rebase ===================================== +IN DEVELOPMENT - FOR TESTING ONLY - DO NOT USE IN PRODUCTION +=========== +This is currently in development software, not all consensus rules have been implemented. You should NOT rely on this in production yet, for production use cases please use https://github.com/BTCPrivate/BitcoinPrivate/ + +Development Status +------ +This should build on linux and sync the full BTCP mainnet chain. Wallet code and test suite is not fully working yet. + +Build Instructions +------- +Only linux builds have been reasonably tested. `scripts/build/sh` should build all the dependencies and bootstrap a linux build. If you want to manually configure, you must pass --disable-wallet currently. + https://btcprivate.org What is the Bitcoin Private Rebase?