Git Product home page Git Product logo

zlite4 / breakingbadbits Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sugarchain-project/sugarchain

0.0 1.0 0.0 120.6 MB

BreakingBadBits Ticker: CRACK For the love of "Breaking Bad" american television show

Home Page: https://discord.gg/6uuPX6v

License: MIT License

Makefile 1.42% Shell 0.84% M4 2.42% QMake 0.01% Python 16.28% C++ 68.23% C 9.63% HTML 0.32% Objective-C 0.04% Objective-C++ 0.08% Assembly 0.35% Java 0.38%

breakingbadbits's Introduction

BreakingBadBits .. Why? Because it's funny and laughter is good. + BreakingBadBits will soon be backed by one 1ct.>+ SunStone Crystal per coin.

Demo

Demo

Minimum Requirement

  • CPU: 1 Core
  • RAM: 1024 MB (at least 2048 MB swap)
  • DISK: 3 GB

Depends on Bitcoin Core

Exactly the same as dependencies of Bitcoin Core v0.16.3.

sudo add-apt-repository -y ppa:bitcoin/bitcoin && \
sudo apt-get update && \
sudo apt-get install -y \
software-properties-common libdb4.8-dev libdb4.8++-dev \
build-essential libtool autotools-dev automake pkg-config \
libssl-dev libevent-dev bsdmainutils libboost-all-dev \
libminiupnpc-dev libzmq3-dev libqt5gui5 libqt5core5a \
libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev \
protobuf-compiler libqrencode-dev help2man

Build

  • Make
git clone https://github.com/sugarchain-project/sugarchain.git && \
cd sugarchain && \
./autogen.sh && \
./configure && \
make -j$(nproc) && \
make check -j$(nproc)
  • (optional) Reduce binary size using strip (about 90% file size reduction)
strip ./src/sugarchain-cli && \
strip ./src/sugarchaind && \
strip ./src/qt/sugarchain-qt && \
strip ./src/sugarchain-tx && \
strip ./src/test/test_sugarchain
  • (optional) After bump version on configure.ac, update binary docs (manpages) using help2man .1 files
make -j$(nproc) && ./contrib/devtools/gen-manpages.sh

Unit Test

All Sugarchain Yumekawa developers should execute this unit test. Some updates may break these tests in some occasions.

  • Test All
./src/test/test_sugarchain test_bitcoin --log_level=test_suite
  • (optional) Test Partially: ie blockencodings_tests
./src/test/test_sugarchain test_bitcoin --log_level=test_suite --run_test=blockencodings_tests
  • (optional) Test QT (GUI)
./src/qt/test/test_sugarchain-qt

Run

The options -rpcuser, -rpcpassword, and -printtoconsole are optional. server=1 needed by RPC servers or cpuminer when solo-mining.

  • Mainnet: debug mode: pow for PoW

    ./src/qt/sugarchain-qt -server=1 -rpcuser=rpcuser -rpcpassword=rpcpassword -debug=pow -printtoconsole

  • Mainnet: debug mode: net for Network

    ./src/qt/sugarchain-qt -server=1 -rpcuser=rpcuser -rpcpassword=rpcpassword -debug=net -printtoconsole

  • Testnet

    ./src/qt/sugarchain-qt -testnet

  • Regtest

    ./src/qt/sugarchain-qt -regtest

  • Reference
    https://en.bitcoin.it/w/index.php?title=Running_Bitcoin&oldid=66644

CLI

  • Mainnet: getblockcount for counting blocks

    ./src/sugarchain-cli -rpcuser=rpcuser -rpcpassword=rpcpassword getblockcount

Known Issues

  • Transaction too large:
    • This is a part of BTC.
    • It will be fixed in next Schnorr Signature update.
  • Slow update balance on wallet:
    • Update total balance every minute (12 blocks) interval.
    • This slow is a part of BTC.
    • This fix is a (nice) workaround for now. source
  • Poor performance on ARM CPUs (32/64-Bit):
    • ARM optimization for Yespower disabled for now.
    • TODO
  • Poor performance on 32-Bit OS:
    • SSE2 for Yespower disabled for now. source
    • Please use 64-bit for best performance.

Release process using GITIAN

  • All Sugarchain Yumekawa developers should do following GITIAN release process. It's the safest way to distribute binaries to people.
  • Please use GITIAN release with checking PGP signature, or compile it yourself on your own machine.

https://gist.github.com/cryptozeny/3501c77750541208b9dd1a9e9719fc53

License

Sugarchain Yumekawa is released under the terms of the MIT license. See COPYING for more information or see https://opensource.org/licenses/MIT.

  • Copyright (c) 2009-2010 Satoshi Nakamoto
  • Copyright (c) 2009-2018 The Bitcoin Core developers
  • Copyright (c) 2013-2019 Alexander Peslyak - Yespower 1.0.1
  • Copyright (c) 2016-2018 The Zcash developers - DigiShieldZEC
  • Copyright (c) 2018-2019 The Sugarchain Yumekawa developers

Special Thanks to Crypt?Zeny and SugarChain

breakingbadbits's People

Contributors

achow101 avatar btcdrak avatar codeshark avatar cozz avatar cryptozeny avatar fanquake avatar gavinandresen avatar gmaxwell avatar instagibbs avatar jnewbery avatar jonasschnelli avatar jtimon avatar kallewoof avatar laanwj avatar luke-jr avatar meshcollider avatar morcos avatar muggenhor avatar non-github-bitcoin avatar paveljanik avatar petertodd avatar practicalswift avatar promag avatar pstratem avatar rebroad avatar ryanofsky avatar sdaftuar avatar sipa avatar thebluematt avatar theuni avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.