GithubHelp home page GithubHelp logo

forkmaps / forkmaps.com Goto Github PK

View Code? Open in Web Editor NEW
8.0 8.0 10.0 238 KB

Cryptocurrency fork maps

Home Page: https://forkmaps.com

License: GNU Affero General Public License v3.0

JavaScript 48.45% HTML 1.36% Vue 50.19%

forkmaps.com's People

Contributors

barretts avatar jerme404 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

forkmaps.com's Issues

[Bounty] Coin info and links

There is a lot of potential data for each of these coins that has yet to be collected and it is a time consuming task to put it all in order.

You can see a start of the process here https://github.com/barretts/forknote-tree/blob/master/coins.json in which we have just over 170 coins.

// The `coin object identifier` consists of the coin symbol and name concatenated by a hyphen and in all lower case. In the example of Monero this would be `xmr-monero`.
`"xmr-monero": {
    // `coin` is the symbol name chosen by the coin developers. This value does not have to be unique to be valid.
    "coin": "XMR",
    // `name` is the coin's official name as chosen by the developers.
    "name": "Monero",
    // `activelyMined` is `true` in the case of seed nodes being online, the coin being on mainnet, and there being a positive nethash value.
    "activelyMined": true,
    // `algorithm` is the coins algorithm as selected from a standardized list of: `Cryptonight`, `Cryptonight v7`, `Cryptonight Lite v1`, `Cryptonight Heavy`, `Cryptonight Fast`, `Wild Keccak`, `Cryptonight Haven`, `Cryptonight Red`, `Cryptonight Saber`, `Cryptonight Stellite`, `Cryptonight Alloy`, `Cryptonight Arto`, `Cryptonight B2N`, `Cryptonight Marketcash`
    "algorithm": "Cryptonight v7",
    // `launchDate` is the official launch of the mainnet for the coin in format YYYY-MM-DD
    "launchDate": "2018-12-31",
    // `repo` is the official source code repository for the coin
    "repo": "https://github.com/monero-project/monero",
    // the coin's difficulty target
    "diffTarget": 120,
    // `website` is the official website specified by the coin developers
    "website": "https://getmonero.org",
    // `forkedFrom` is the `coin object identifier` or an array of `coin object identifier`s from which this particular coin is derived. For instance `wtip-worktips` is `forkedFrom: "trtl-turtlecoin"`
    "forkedFrom": null,
    // `links` is an hash where the key is the type of link added and the value being the link in question. There are many links that a coin can posses but typical ones are `bitcointalkAnn`, `explorer`, `twitter`, `reddit`, `facebook`, `whitepaper`, `gplus`
    "links": {
      "bitcointalkAnn": "https://bitcointalk.org/index.php?topic=583449",
      "explorer": "http://moneroblocks.info/",
      "twitter": "https://twitter.com/monerocurrency",
      "reddit": "http://www.reddit.com/r/monero",
      "facebook": "https://www.facebook.com/monerocurrency",
      "whitepaper": "https://cryptonote.org/whitepaper.pdf",
      "gplus": "https://plus.google.com/101861896996947433029/posts"
    },
    // `pools` is an array of active pools for a given coin
    "pools": [
      "https://supportxmr.com/",
      "https://xmrpool.net/",
      "https://xmr.nanopool.org/",
      "https://monero.hashvault.pro/"
    ]
}

For each value corrected or added I will pay 50 TRTL. If all the coins were filled in as completely as the above example the total would be about 160,000 TRTL.

classification

Pennykoin is more of a (orig based on bitcedi, rebase to xry, then ctl)citadel fork at this time, but has pulled code from a LOT of places.

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.