Giter VIP home page Giter VIP logo

grimm's Introduction

alt text

Grimm. No one will ever know

Current status

Mainnet online. First block "timestamp":1564997815 Aug. 5th, 2019 @ 9:36am (UTC) mainnet branch

Testnet online testnet branch

  • Financial freedom No founders TAX. All mining rewards go directly to the miners. No ICO, STO, IEO, Premine. No transaction fees.
  • FULLY Anonymous Powered by Mimblewimble. Simple wallet.
  • Grimm wallet with built-in GPU and CPU mining. Easy-peasy, fresh and squeezy

We designed Grimm so that it doesn’t depend on any one person. We don’t control it. Not financially. Not physically. How can decentralized work if only founders or entities controls the system? They accumulate taxes, head the richest lists in their projects, or play an unfair game with an unlimited extra coin emission. Grimm is a classic fork of Beam with other consensus rules, open source, without founders rewards, ico, sto, ieo, premine and other commercial shit. Privacy and scalability - two most prominent problems challenges bedeviling the existing Blockchain ecosystem today. So we chose the Mimblewimble protocol, which has fully addressed these problems initially. We are not in favour of mix decentralized projects with a commercial semblance of decentralization. Grimm's got a different, absolutely decentralized way.

ON TELEGRAM

English | Русский

DISCORD

invite link

EITHER HELP US, OR GET OUT OF OUR WAY

twitter | medium | bitcointalk

Grimm spec.

  • Protocol / MimbleWimble
  • Language / C++
  • Consensus / PoW
  • PoW Algorithm / Equihash 150_5
  • Mining / Grimm wallet with built-in GPU and CPU mining (MacOS, Windows, Linux)
  • Emission / Deflationary
  • Block Reward / 100 GRIMM, Rewards halving after 1 year and then halvings every 4 years 33 times in total. All mining
  • rewards go directly to the miners.
  • Max Supply / 262.8M
  • Governance / Community
  • Blocktime / 60 sec
  • Block size / 2 Mb
  • Speed / 34 tps
  • Transaction fees / 0
  • Smallest unit / CENTUM (0.00000001 GRIMM)

GET STARTED

Get Grimm binaries here: https://grimmw.com or Rleases https://github.com/freenetcoder/grimm/releases

If you build from source you can use 'master' branch\

How to build

Windows

Linux

Ubuntu 18.04

  • Install gcc7 boost ssl packages. sudo add-apt-repository ppa:ubuntu-toolchain-r/test sudo apt update sudo apt install g++-7 libboost-all-dev libssl-dev -y
  • Set it up so the symbolic links gcc, g++ point to the newer version: sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-7 60
    --slave /usr/bin/g++ g++ /usr/bin/g++-7 sudo update-alternatives --config gcc gcc --version g++ --version
  • Install latest CMake wget "https://cmake.org/files/v3.12/cmake-3.12.0-Linux-x86_64.sh" sudo sh cmake-3.12.0-Linux-x86_64.sh --skip-license --prefix=/usr
  • Add proper QT 5.11 repository depending on your system https://launchpad.net/~beineri (for example, choose Qt 5.10.1 for /opt Trusty if you have Ubuntu 14.04), install sudo apt-get install qt510declarative qt510svg packages and add export PATH=/opt/qt511/bin:$PATH. Go to Grimm project folder and call cmake -DCMAKE_BUILD_TYPE=Release . && make -j4. You'll find binaries in grimm/..., wallet/..., ui/..., explorer/... subfolders.

Mac

Install Brew Package Manager. Installed necessary packages using brew install openssl boost cmake command. Download and install QT5.11 from the official website https://download.qt.io/official_releases/qt/5.11/5.11.0/qt-opensource-mac-x64-5.11.0.dmg.mirrorlist Add export OPENSSL_ROOT_DIR="/usr/local/opt/openssl" and export PATH=/Users//Qt5.11.0/5.11.0/clang_64/bin:$PATH to the Environment Variables. Go to Grimm project folder and call cmake -DCMAKE_BUILD_TYPE=Release . && make -j4. You'll find binaries in grimm/..., wallet/..., ui/..., explorer/... subfolders. If you don't want to build UI don't install QT5 and add -DGRIMM_NO_QT_UI_WALLET=On command line parameter when you are calling cmake.

grimm's People

Contributors

valdok avatar nesbox avatar anatolse avatar roman-strilets avatar aleksandr-starun avatar freenetcoder avatar echoby avatar beam-mw avatar sasha-abramovich avatar vrvaderom avatar sergorl avatar chapati avatar zeke133 avatar bigromanov avatar jonathancross avatar akhavr avatar cryptorurik avatar webonnix 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.