All Projects → HorizenOfficial → zen_archived

HorizenOfficial / zen_archived

Licence: other
TLS integration and more!

Programming Languages

C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language
python
139335 projects - #7 most used programming language
M4
1887 projects
shell
77523 projects
Makefile
30231 projects

Projects that are alternatives of or similar to zen archived

anon.land
open source Imageboard just like was Voxed.net
Stars: ✭ 16 (-87.97%)
Mutual labels:  freedom, anonymity
AASecondaryScreen
[Deprecated] · Approachable implementation of iOS AirPlay-Mirroring using Swift.
Stars: ✭ 40 (-69.92%)
Mutual labels:  archived
Web-Development-Path-And-Resources
Will Add a path and some resources in this repo for web D for my first year students
Stars: ✭ 46 (-65.41%)
Mutual labels:  hactoberfest
Sphero-AR-SDK
🚫 DEPRECATED: Sphero's augmented reality SDK
Stars: ✭ 46 (-65.41%)
Mutual labels:  archived
wdlRunR
Elastic, reproducible, and reusable genomic data science tools from R backed by cloud resources
Stars: ✭ 34 (-74.44%)
Mutual labels:  archived
ton-client-rs
TON Labs SDK Client Library for Rust
Stars: ✭ 15 (-88.72%)
Mutual labels:  archived
Google-Ml-Kit-plugin
A flutter plugin that implements google's standalone ml kit
Stars: ✭ 241 (+81.2%)
Mutual labels:  hactoberfest
Algorithms
🎓 Important Algorithms and their implementations
Stars: ✭ 30 (-77.44%)
Mutual labels:  hactoberfest
react-relay-rebind
Component-scope state management for Relay modern & React.
Stars: ✭ 15 (-88.72%)
Mutual labels:  archived
OSM-Completionist
⛔️ DEPRECATED iOS companion app for OpenStreetMap that allows contributors to complete missing information
Stars: ✭ 17 (-87.22%)
Mutual labels:  archived
react-numeric
A react component for formatted number form fields
Stars: ✭ 30 (-77.44%)
Mutual labels:  currency
formatters
A javascript library for formatting and manipulating.
Stars: ✭ 14 (-89.47%)
Mutual labels:  currency
AndroidPluggableTransports
Android Pluggable Transports (aka PLUTO2)
Stars: ✭ 23 (-82.71%)
Mutual labels:  freedom
fullcontact4j
⛔ [DEPRECATED] A Java client for the FullContact API
Stars: ✭ 28 (-78.95%)
Mutual labels:  archived
v-currency
A plugin for formatting currency for different countries in Vue
Stars: ✭ 24 (-81.95%)
Mutual labels:  currency
historical-bank-ruby
A Ruby Bank that serves historical exchange rates
Stars: ✭ 14 (-89.47%)
Mutual labels:  currency
zen-of-fortran-talk
a path to discover Modern Fortran, a poor, informal talk for newbies Fortraners
Stars: ✭ 16 (-87.97%)
Mutual labels:  zen
python-forex-quotes
Library to fetch and parse realtime Forex quotes and convert currencies
Stars: ✭ 25 (-81.2%)
Mutual labels:  currency
steam
DEPRECATED Build, manage and deploy H2O's high-speed machine learning models.
Stars: ✭ 59 (-55.64%)
Mutual labels:  archived
Currency-converter
Currency converter is based python program that can be used to convert different currencies
Stars: ✭ 18 (-86.47%)
Mutual labels:  currency

Zen 2.0.11

What is Zen?

A globally accessible and anonymous blockchain for censorship-resistant communications and economic activity.

  1. Get dependencies:
    1. Debian
    sudo apt-get install \
          build-essential pkg-config libc6-dev m4 g++-multilib \
          autoconf libtool ncurses-dev unzip git python \
          zlib1g-dev wget bsdmainutils automake
    
    1. Centos:
    sudo yum install epel-release
    sudo yum update
    sudo yum groupinstall 'Development Tools'
    sudo yum install git cmake3 wget
    
    1. Windows
    sudo apt-get install \
        build-essential pkg-config libc6-dev m4 g++-multilib \
        autoconf libtool ncurses-dev unzip git python \
        zlib1g-dev wget bsdmainutils automake mingw-w64
    
    1. Arm
    sudo apt-get install \
        build-essential pkg-config libc6-dev m4 g++-multilib-arm-linux-gnueabihf \
        autoconf libtool ncurses-dev unzip git python \
        zlib1g-dev wget bsdmainutils automake
    
  • Install for linux
# Build
./zcutil/build.sh -j$(nproc)
# fetch key
./zcutil/fetch-params.sh
# Run
./src/zend
  • Install for Windows (Cross-Compiled, building on Windows is not supported yet)
./zcutil/build-win.sh --disable-rust -j$(nproc)
  • Install for aarch64(ARM64)
mkdir -p ~/bin
cd ~/bin
ln -s /usr/bin/ar aarch64-unknown-linux-gnu-ar
ln -s /usr/bin/g++ aarch64-unknown-linux-gnu-g++
ln -s /usr/bin/gcc aarch64-unknown-linux-gnu-gcc
ln -s /usr/bin/nm aarch64-unknown-linux-gnu-nm
ln -s /usr/bin/ranlib aarch64-unknown-linux-gnu-ranlib
ln -s /usr/bin/strip aarch64-unknown-linux-gnu-strip
PATH=$PATH:~/bin
cd ~/zen/
./zcutil/build-arm.sh --disable-rust -j$(nproc)

Instructions to redeem pre block 110,000 ZCL

  1. Linux: Copy and paste your wallet.dat from ~/.zclassic/ to ~/.zen. That's it!

  2. Windows: Copy and paste your wallet.dat from %APPDATA%/Zclassic/ to %APPDATA%/Zen. That's it!

About

Zen is a platform for secure communications and for deniable economic activity. Zen is an evolution of the Zclassic codebase aimed at primarily enabling intriniscally secure communications and resilient networking.

This software is the Zen client. It downloads and stores the entire history of Zen transactions; depending on the speed of your computer and network connection, the synchronization process could take a day or more once the blockchain has reached a significant size.

Security Warnings

See important security warnings in doc/security-warnings.md.

Zen is unfinished and highly experimental. Use at your own risk.

Where do I begin?

  • The easiest way to get started is to download one of the available graphical wallets from zensystem.io

Need Help?

Want to participate in development?

  • Code review is welcome!

Participation in the Zen project is subject to a Code of Conduct.

Building

Build Zen along with most dependencies from source by running ./zcutil/build.sh for Linux. ./zcutil/build-win.sh for Windows ./zcutil/build-mac.sh for MacOS.

License

For license information see the file COPYING.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].