2.6.10 • Published 6 years ago

wallets.json v2.6.10

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

wallets.json

Cryptocurrencies core wallets configuration map in json, with ready to deploy images.

This map is strongly focused on technicals details and masternodes coins.

Data structure

...
  "Dash": {
    "parent": "Bitcoin",
    "repository": "https://github.com/dashpay/dash",
    "branch": null,
    "tag": "v0.12.2.3",
    "baseBinary": "dash",
    "basedir": ".dashcore/",
    "configFile": "dash.conf",
    "mainnetPort": 9999,
    "mainRpcPort": 9998,
    "testnetPort": 19999,
    "testnetRpcPort": 19998,
    "requiredTokens": 1000,
    "bdbVersion": "4.8.30.NC",
    "symbol": "DASH",
    "masternode": true,
    "proofType": "",
    "images": [
      "lepetitbloc/dashd",
      "dashpay/dashd"
    ],
    "announcement": "",
    "website": "https://www.dash.org/",
    "explorers": [],
    "nodes": []
  },
...

Install & Usage

Javascript

npm install --save wallets.json

Either on node or the browser (with webpack) it get as simple as this:

ES5

const wallets = require('wallets.json');

ES6

import wallets from 'wallets.json';

Since webpack >= v2.0.0, importing of JSON files will work by default.

Ansible

Ansible can natively read json file with the --extra-vars flag:

ansible-playbook install.yml --extra-vars "@node_modules/wallets.json/wallets.json"

Contributing

See the CONTRIBUTING file.

License

This project is under the MIT License.

Donation

We love cryptocurrencies, consider making a donation:

Currency Address
Bitcoin14VRBrDZ47HR1pWjmAnyC5CJCXDkhLeANb
Ethereum0x1accf4c2bd6010100a2aeac36f336fb963a1716a
Ethereum Classic0x3b33bdcc70f06dad7068594a0cd8fbfd7b203aae
LitecoinLdH6Sbq5M9p6dqG7GaRvBjoCqJ2CHnz9wr
DashXuPyN4Ns12qaMKzUjffzeKrCjCL4XYwUCY
ZCasht1U2e4TV6zmg6gXAByBp59NtBP2HsEvY5T5
DogeDKbojeYrguCL2Suh9ujmU49m4QK9DixBXL
2.6.10

6 years ago

2.6.9

6 years ago

2.6.7

6 years ago

2.6.6

6 years ago

2.6.5

6 years ago

2.6.4

6 years ago

2.6.3

6 years ago

2.6.2

6 years ago

2.6.1

6 years ago

2.6.0

6 years ago

2.5.20

6 years ago

2.5.19

6 years ago

2.5.18

6 years ago

2.5.17

6 years ago

2.5.16

6 years ago

2.5.15

6 years ago

2.5.10

6 years ago

2.3.8

6 years ago

2.3.7

6 years ago

2.3.6

6 years ago

2.1.5

6 years ago

2.1.4

6 years ago

2.1.3

6 years ago

2.0.4

6 years ago

2.0.3

6 years ago

2.0.2

6 years ago

2.0.1

6 years ago