Code Monkey home page Code Monkey logo

pastel's Introduction

Pastel v1.0-rc1

What is Pastel?

๐Ÿ”’ Security Warnings

See important security warnings on the Pastel Security Information page.

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

๐Ÿ“’ Deprecation Policy

This release is considered deprecated 16 weeks after the release day. There is an automatic deprecation shutdown feature which will halt the node some time after this 16 week time period. The automatic feature is based on block height.

Getting Started

Building

Build Pastel along with most dependencies from source by running ./pcutil/build.sh. Currently only Linux and Windows are officially supported.

Dependencies

Main

sudo apt-get install \
build-essential pkg-config libc6-dev m4 g++-multilib \
autoconf libtool ncurses-dev unzip git python python-zmq \
zlib1g-dev wget curl bsdmainutils automake

To build for Windows (on Linux)

sudo apt-get install mingw-w64

## To display a current selection and make a new selection - !!! POSIX version must be selected !!!
sudo update-alternatives --config x86_64-w64-mingw32-gcc
sudo update-alternatives --config x86_64-w64-mingw32-g++

To run test suite

sudo apt-get install python-pip
sudo pip install pyblake2

Build

Default build (for Ubuntu on Ubuntu)

./pcutil/build.sh -j$(nproc)

For build without build-in CPU miner use

./pcutil/build.sh -j$(nproc) --disable-mining

Cross-platforms builds on Ubuntu

For Windows
HOST=x86_64-w64-mingw32 ./pcutil/build.sh -j$(nproc)

Windows build must be done on the clean tree:

make clean && make -C src/univalue clean
For Mac OSX
HOST=x86_64-apple-darwin ./pcutil/build.sh -j$(nproc)

Apple build must be done on the clean tree:

make clean && make -C src/univalue clean

License

For license information see the file COPYING.

pastel's People

Contributors

ageis avatar akobrin1 avatar bitcartel avatar codeshark avatar cozz avatar daira avatar defuse avatar dicklesworthstone avatar ebfull avatar fanquake avatar gavinandresen avatar gmaxwell avatar jonasschnelli avatar jtimon avatar laanwj avatar luke-jr avatar muggenhor avatar non-github-bitcoin avatar paveljanik avatar petertodd avatar rebroad avatar sdaftuar avatar sipa avatar str4d avatar thebluematt avatar theuni avatar vitaliyvk777 avatar vozdp avatar wunder9l avatar zkbot avatar

Forkers

princedisant

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.