Git Product home page Git Product logo

michelvankessel / tecracoin Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tecracoin/tecracoin

0.0 0.0 0.0 198.29 MB

The TecraCoin Cryptocurrency

Home Page: https://tecra.space

License: MIT License

Makefile 0.44% Shell 0.74% M4 0.93% QMake 0.01% Roff 0.01% Python 4.65% C++ 29.13% C 61.09% HTML 0.23% CSS 0.01% CMake 0.21% Objective-C++ 0.02% Assembly 2.37% Java 0.08% Ruby 0.01% Perl 0.05% PHP 0.01% q 0.02% Lua 0.01% Gnuplot 0.01%

tecracoin's Introduction

What is TecraCoin

TecraCoin is open source cryptocurrency developed mainly by Tecra. It focuses on fast transactions and reliable network with low transaction fees. TecraCoin is circulating medium on Tecra fundraising platform which enables tokenization of high-tech projects.

Tokenization process is decentralised and is fully compatible with Omni Layer asset platform.

TecraCoin developed and utilizes Merkle Tree Proofs (MTP) as its Proof-of-Work algorithm which aims to be memory-hard with fast verification and short proofs.


Running with Docker

If you are already familiar with Docker, then running TecraCoin with Docker might be the easier method for you. To run TecraCoin using this method, first install Docker. After this, you may continue with the following instructions.

Please note that we currently don‘t support the GUI when running with Docker. Therefore, you can only use RPC (via HTTP or the tecracoin-cli utility) to interact with TecraCoin via this method.

  1. Pull our latest official Docker image:

    docker pull tecracoin/tecranode-mainnet
  2. Start TecraCoin daemon:

    docker run --detach --name tecracoind tecracoin/tecranode-mainnet
  3. View current block count (this might take a while since the daemon needs to find other nodes and download blocks first):

    docker exec tecracoind tecracoin-cli getblockcount
  4. View connected nodes:

    docker exec tecracoind tecracoin-cli getpeerinfo
  5. Stop daemon:

    docker stop tecracoind
  6. Backup wallet:

    docker cp tecracoind:/home/tecracoind/.tecracoin/wallet.dat .
  7. Start daemon again:

    docker start tecracoind

Linux Build Instructions and Notes

Dependencies

  1. Update packages

    sudo apt-get update
  2. Install required packages

    sudo apt-get install build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev bsdmainutils libboost-all-dev libgmp-dev cmake
  3. Install Berkeley DB 4.8

    sudo apt-get install software-properties-common
    sudo add-apt-repository ppa:bitcoin/bitcoin
    sudo apt-get update
    sudo apt-get install libdb4.8-dev libdb4.8++-dev
  4. Install QT 5

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

Build

  1. Clone the source:

    git clone https://github.com/tecracoin/tecracoin
  2. Build TecraCoin-core:

    Configure and build the headless TecraCoin binaries as well as the GUI (if Qt is found).

    You can disable the GUI build by passing --without-gui to configure.

    ./autogen.sh
    ./configure
    make
  3. To build and run all the unit tests:

    ./autogen.sh
    ./configure --enable-tests --enable-gui --enable-elysium
    cd src
    make check

macOS Build Instructions and Notes

See (doc/build-macos.md) for instructions on building on macOS.


Windows (64/32 bit) Build Instructions and Notes

See (doc/build-windows.md) for instructions on building on Windows 64/32 bit.

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.