Skip to content

Element (HYP); formerly HyperStake (HYP) - an advanced Proof of Stake (PoS) cryptocurrency.

Notifications You must be signed in to change notification settings

Crypto-city/Element-HYP

 
 

Repository files navigation

Image of Element Logo

Element (HYP)

Introduction

Element (HYP) is a Crypto-city rendition of HyperStake (HYP). It is an advanced Proof of Stake (PoS) cryptocurrency. Element (HYP) honours the original protocol; not a hard fork or swap. The project is open source and is derived from Bitcoin, NovaCoin, and forked directly from TruckCoin (TRK).

Embarking on a new journey, Element (HYP) aims to empower the human experience; the power of you. The Crypto-city team has provided the necessary performance and UI upgrades that simplifies the user experience.

To learn more, please visit: Crypto-city

Specifications

Block time: 90 seconds
Block size: 1MB
Algorithm: X11
Minimum stake maturity: 8.8 days
Maximum stake maturity: 30 days
Maximum Stake reward: 1,000 HYP
Maximum stake rewards per day: 960,000 HYP

Upgrade

Upgrading from HyperStake (HYP) to Element (HYP):

https://www.crypto-city.com/element-hyp/info

Video Guide

This video walkthrough is a full breakdown of how to properly make full use of the Element (HYP) cryptocurrency desktop wallet application. From installation right through to how you can properly backup and secure your Element (HYP) coins; empowering you to take full control of your HYP assets and confidently participating within the rapidly evolving Element (HYP) crypto ecosystem.

Please click the image blow to access the video:

Element HYP video guide

Build Instructions (Linux)

If definitely Ubuntu 18.04 LTS (non GUI):

sudo add-apt-repository ppa:bitcoin/bitcoin sudo apt-get update sudo apt-get install build-essential libtool autotools-dev autoconf pkg-config libssl-dev libboost-all-dev libdb4.8-dev libdb4.8++-dev libminiupnpc-dev automake

Else:

Dependencies required for Element (HYP) with or without GUI:

sudo apt-get install build-essential libtool autotools-dev autoconf pkg-config libssl-dev libboost-all-dev libdb5.3-dev libdb5.3++-dev libminiupnpc-dev automake

Prepare build:

./autogen.sh

Configure without GUI:

./configure --with-incompatible-bdb --with-gui=no

Configure with GUI:

sudo apt-get install libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev protobuf-compiler libqrencode-dev

./configure --with-incompatible-bdb --with-gui=qt5

Compile

make

Build Instructions (MacOS)

MacOS-64bit:

Build a new blank Linux 18.04 (Bionic Beaver) Virtual Machine
Allow "Software Updater" to cycle through and update

Inside the terminal (change username according to yours):

cd /home/username/
sudo apt install git
git clone https://github.com/crypto-city/Element-HYP
cd Element-HYP/script
./macOS.sh

Once completed:

cd /home/username/release/Element-HYP-macOS

Build Instructions (Windows)

Windows-32bit:

Build a new blank Linux 18.04 (Bionic Beaver) Virtual Machine
Allow "Software Updater" to cycle through and update

Inside the terminal (change username according to yours):

cd /home/username/
sudo apt install git
git clone https://github.com/crypto-city/Element-HYP
cd Element-HYP/script
./w32.sh

Once completed:

sudo su root
cd /root/release/Element-HYP-w32/home/username/Element-HYP/depends/i686-w64-mingw32/bin/
cp -r element-qt.exe /home/username/
cd /home/username/
chmod 777 element-qt.exe

Win-64bit:

Build a new blank Linux Ubuntu 20.04.3 LTS (Focal Fossa) Virtual Machine
Allow "Software Updater" to cycle through and update

Inside the terminal (change username according to yours):

cd /home/username/
wget https://download.crypto-city.com/aw/w64.sh
sudo chmod ugo+x w64.sh
sudo su root
./w64.sh
1 + ENTER

Once completed:

cd /home/username/Element-HYP/src/qt
cp -r element-qt.exe /home/username/
cd /home/username
chmod 777 element-qt.exe


Image of Crypto-city Logo

Copyright (c) 2021 Element (HYP) Developers
Copyright (c) 2013-2021 HyperStake (HYP) Developers
Copyright (c) 2013 NovaCoin Developers
Copyright (c) 2011-2012 Bitcoin Developers

Distributed under the MIT/X11 software license, see the accompanying file license.txt or http://www.opensource.org/licenses/mit-license.php. This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (http://www.openssl.org/). This product includes cryptographic software written by Eric Young (eay@cryptsoft.com).

About

Element (HYP); formerly HyperStake (HYP) - an advanced Proof of Stake (PoS) cryptocurrency.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 63.7%
  • C 21.5%
  • M4 5.0%
  • Makefile 2.4%
  • Shell 2.1%
  • Python 1.9%
  • Other 3.4%