Giter VIP home page Giter VIP logo

txemacoin's Introduction

N|Solid

Txemacoin

https://txemacoin.vithar.me/

Copyright (c) 2009-2018 Bitcoin Developers Copyright (c) 2011-2018 Litecoin Developers

What is Txemacoin?

Txemacoin is a lite version of Bitcoin using scrypt as a proof-of-work algorithm.

  • 2.5 minute block targets
  • subsidy halves in 840k blocks (~4 years)
  • ~84 million total coins

The rest is the same as Bitcoin.

  • 50 coins per block
  • 2016 blocks to retarget difficulty

For more information, as well as an immediately useable, binary version of the Txemacoin client sofware, see https://txemacoin.vithar.me/.

License

Txemacoin is released under the terms of the MIT license. See COPYING for more information or see http://opensource.org/licenses/MIT.

Installation

Windows

Requirements and repository

cd /mnt
git clone https://github.com/JunkCryptoBytes/Txemacoin
apt-get install \
    autoconf automake autopoint bash bison bzip2 cmake flex gettext \
    git g++ gperf intltool libffi-dev libgdk-pixbuf2.0-dev \
    libtool-bin libltdl-dev libssl-dev libxml-parser-perl make \
    openssl p7zip-full patch perl pkg-config python ruby scons \
    sed unzip wget xz-utils g++-multilib libc6-dev-i386 -y

Compile MXE

git clone https://github.com/mxe/mxe.git
cd /mnt/mxe
make MXE_TARGETS="i686-w64-mingw32.static" boost
make MXE_TARGETS="i686-w64-mingw32.static" qttools
make MXE_TARGETS="i686-w64-mingw32.static" qt

Build Berkeley DB

cd /mnt
cp /mnt/Txemacoin/files/windows/db-4.8.30.tar.gz .
tar zxvf db-4.8.30.tar.gz
cd /mnt/db-4.8.30
cp /mnt/Txemacoin/files/windows/compile-db.sh .
./compile-db.sh

Build MiniUPnP

cd /mnt
cp /mnt/Txemacoin/files/windows/miniupnpc-1.6.20120509.tar.gz .
tar zxvf miniupnpc-1.6.20120509.tar.gz
cd /mnt/miniupnpc-1.6.20120509
cp /mnt/Txemacoin/files/windows/compile-m.sh .
./compile-m.sh

Build Txemacoin

cd /mnt/Txemacoin
cp /mnt/Txemacoin/files/windows/compile-txm.sh .
./compile-txm.sh

Result:

/mnt/Txemacoin/release/Txemacoin-qt.exe

Credits

https://bitcointalk.org/index.php?topic=1080289.0

txemacoin's People

Contributors

vitharme avatar

Watchers

 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.