All Projects → linX-project → linX

linX-project / linX

Licence: other
Linx - A mineable blockchain based digital currency.

Programming Languages

C++
36643 projects - #6 most used programming language
M4
1887 projects
python
139335 projects - #7 most used programming language
HTML
75241 projects
c
50402 projects - #5 most used programming language
Roff
2310 projects

Projects that are alternatives of or similar to linX

Aiopen
AIOpen是一个按人工智能三要素(数据、算法、算力)进行AI开源项目分类的汇集项目,项目致力于跟踪目前人工智能(AI)的深度学习(DL)开源项目,并尽可能地罗列目前的开源项目,同时加入了一些曾经研究过的代码。通过这些开源项目,使初次接触AI的人们对人工智能(深度学习)有更清晰和更全面的了解。
Stars: ✭ 62 (+195.24%)
Mutual labels:  blockchain-technology
My First Bitcoin Miner
For the curious minds who want to understand how Bitcoin Blockchain works!
Stars: ✭ 110 (+423.81%)
Mutual labels:  blockchain-technology
Theta Protocol Ledger
Reference implementation of the Theta Blockchain Ledger Protocol
Stars: ✭ 159 (+657.14%)
Mutual labels:  blockchain-technology
Blockchaintechnology
Blockchain Frontier Technology Tracking
Stars: ✭ 88 (+319.05%)
Mutual labels:  blockchain-technology
Diadata
DIAdata.org platform
Stars: ✭ 103 (+390.48%)
Mutual labels:  blockchain-technology
Ekt
EKT basic blockchain, the main purpose are token transfers and token related smart contracts.
Stars: ✭ 139 (+561.9%)
Mutual labels:  blockchain-technology
Guardian Mainnet Guide
Guide for setting up the Guardian Node for the mainnet
Stars: ✭ 51 (+142.86%)
Mutual labels:  blockchain-technology
Site
Customer's site of the system
Stars: ✭ 214 (+919.05%)
Mutual labels:  blockchain-technology
Coco
The fastest crypto online
Stars: ✭ 103 (+390.48%)
Mutual labels:  blockchain-technology
Blockchain Java
A simplified blockchain implementation in Java
Stars: ✭ 160 (+661.9%)
Mutual labels:  blockchain-technology
Hypepool
🚀 ⚡️ ✨ next-gen mining pool server software
Stars: ✭ 89 (+323.81%)
Mutual labels:  blockchain-technology
Blockshell
🎉 Minimal Blockchain Learning CLI
Stars: ✭ 1,348 (+6319.05%)
Mutual labels:  blockchain-technology
Cryptokylin Testnet
EOS.io Kylin Testnet by cryptokylin.io
Stars: ✭ 140 (+566.67%)
Mutual labels:  blockchain-technology
Blockchain
Code your own blockchain in less than 120 lines of Java!
Stars: ✭ 83 (+295.24%)
Mutual labels:  blockchain-technology
Ultimateicocalendar
The ICO calendar to end all ICO calendars
Stars: ✭ 183 (+771.43%)
Mutual labels:  blockchain-technology
Chainode
Fast, Highly Scalable, and Lightweight Private Blockchain Network based on node.js
Stars: ✭ 55 (+161.9%)
Mutual labels:  blockchain-technology
Gulden Official
Blockchain as intended
Stars: ✭ 126 (+500%)
Mutual labels:  blockchain-technology
Blockchain Python
A blockchain implementation in Python
Stars: ✭ 233 (+1009.52%)
Mutual labels:  blockchain-technology
Movemint
Stars: ✭ 203 (+866.67%)
Mutual labels:  blockchain-technology
Finnlp Progress
NLP progress in Fintech. A repository to track the progress in Natural Language Processing (NLP) related to the domain of Finance, including the datasets, papers, and current state-of-the-art results for the most popular tasks.
Stars: ✭ 148 (+604.76%)
Mutual labels:  blockchain-technology

Linx v1.1.0.0

https://www.mylinx.io

Copyright (c) 2009-2014 Bitcoin Developers

Copyright (c) 2017-2019 The Linx Partnership

What is Linx?

Linx is an experimental cryptocurrency designed for the electronic music community that uses scrypt as a proof-of-work algorithm.

  • 60 second block targets
  • Retargets every block using Dark Gravity Wave 3
  • 2mb block size
  • Block reward reduces in stages depending on current coin supply (50,25,10,5,2,0)
  • 100,000,000 total coins
  • Block rewards end around the year 2030
  • 6 confirmations
  • 140 for newly minted coins

Block Reward Schedule In Detail

From Block# Block Reward Est. Date Total Supply
2 50 30/05/17 1,000,000
500001 25 08/06/18 26,462,450
2000001 10 15/04/21 65,837,450
3500001 5 20/02/24 81,587,450
7007153 2 (Final) 20/10/30 100,000,000

Release notes for v1.1.0.0

There was a protocol upgrade in this version which includes important security fixes. All previous wallet versions must be updated to at least v1.1.0.0 as they will no longer be able to connect to the network. This rule came into effect on December 18th 2018 and you can read more about it here.

Compiled binaries

Download the latest compiled binaries for Windows and OSX here.

Build Instructions

cd linX
qmake
make

See docs for flags, deps and more info.

If you are running linXd (the daemon) or want to run the Linx Wallet (Qt version) on the testnet you will need to create a .conf file.

  1. Create a blank text file and paste in the following:
rpcuser=ChooseAUserName
rpcpassword=ChooseAStrongRandomPassword
addnode=seed.mylinx.io
addnode=testnet.mylinx.io
  1. Save the file as linX.conf

  2. Place it inside the following DIR depending on your system:

Windows:

/Users/<username>/AppData/Roaming/linX

OSX:

/Users/<username>/Library/Application Support/linX

Ubuntu:

.linX
  1. Start Daemon / Wallet

Notes about the compiled Ubuntu binaries

This is NOT a static build. It requires external libraries for it to work. If you have built other wallets on your computer before, the chances are that you will already have all of the required libraries. If not see the build docs.

Other useful links

Main website : https://mylinx.io

Linx Twitter : https://twitter.com/linxcoin

Linx Mining pool : http://pool.mylinx.io

Linx Block Explorer : http://explorer.mylinx.io

Linx Block Explorer v2 : http://explorer2.mylinx.io

Slack Channel : https://linxcoin.slack.com

BCT ANN : https://bitcointalk.org/index.php?topic=1944710.0

License

Developers work in their own trees, then submit pull requests when they think their feature or bug fix is ready.

If it is a simple/trivial/non-controversial change, then one of the Linx development team members simply pulls it.

If it is a more complicated or potentially controversial change, then the patch submitter will be asked to start a discussion with the devs and community.

The patch will be accepted if there is broad consensus that it is a good thing. Developers should expect to rework and resubmit patches if the code doesn't match the project's coding conventions (see doc/coding.txt) or are controversial.

The master branch is regularly built and tested, but is not guaranteed to be completely stable. Tags are created regularly to indicate new official, stable release versions of Linx.

The brand Linx and all logos and images are copyright (c)2017 The Linx Partnership.

Disclaimer

Linx is an entirely experimental project and we offer no warranties or guarantees. Use entirely at your own risk.

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].