Browse Source

Add coin configs and debugging mode

master
webworker01 6 years ago
parent
commit
63c1b2e35c
No known key found for this signature in database GPG Key ID: 7C4B4F666DB24C9F
  1. 20
      .vscode/launch.json
  2. 7
      coins/axo.json
  3. 7
      coins/bet.json
  4. 7
      coins/bntn.json
  5. 7
      coins/bots.json
  6. 7
      coins/btch.json
  7. 7
      coins/ceal.json
  8. 7
      coins/chain.json
  9. 7
      coins/coqui.json
  10. 7
      coins/crypto.json
  11. 7
      coins/dex.json
  12. 7
      coins/dsec.json
  13. 7
      coins/eql.json
  14. 7
      coins/etomic.json
  15. 7
      coins/glxt.json
  16. 7
      coins/hodl.json
  17. 7
      coins/jumblr.json
  18. 7
      coins/komodo.json
  19. 7
      coins/kv.json
  20. 7
      coins/mesh.json
  21. 7
      coins/mgnx.json
  22. 7
      coins/mgw.json
  23. 7
      coins/mnz.json
  24. 7
      coins/mshark.json
  25. 7
      coins/ninja.json
  26. 7
      coins/oot.json
  27. 7
      coins/pangea.json
  28. 7
      coins/pirate.json
  29. 7
      coins/prlpay.json
  30. 7
      coins/revs.json
  31. 7
      coins/rfox.json
  32. 7
      coins/sec.json
  33. 7
      coins/supernet.json
  34. 7
      coins/wlc.json
  35. 7
      coins/zilla.json
  36. 1852
      package-lock.json
  37. 3
      package.json

20
.vscode/launch.json

@ -0,0 +1,20 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "Launch via NPM",
"runtimeExecutable": "npm",
"runtimeArgs": [
"run-script",
"debug"
],
"port": 9229,
"useWSL": true
}
]
}

7
coins/axo.json

@ -0,0 +1,7 @@
{
"name": "Axo",
"symbol": "AXO",
"algorithm": "equihash",
"peerMagic": "ba009d17",
"txfee": 0.0001
}

7
coins/bet.json

@ -0,0 +1,7 @@
{
"name": "bet",
"symbol": "BET",
"algorithm": "equihash",
"peerMagic": "7961f507",
"txfee": 0.0001
}

7
coins/bntn.json

@ -0,0 +1,7 @@
{
"name": "bntn",
"symbol": "BNTN",
"algorithm": "equihash",
"peerMagic": "9918328e",
"txfee": 0.0001
}

7
coins/bots.json

@ -0,0 +1,7 @@
{
"name": "bots",
"symbol": "BOTS",
"algorithm": "equihash",
"peerMagic": "ec562904",
"txfee": 0.0001
}

7
coins/btch.json

@ -0,0 +1,7 @@
{
"name": "btch",
"symbol": "BTCH",
"algorithm": "equihash",
"peerMagic": "f41c5eff",
"txfee": 0.0001
}

7
coins/ceal.json

@ -0,0 +1,7 @@
{
"name": "ceal",
"symbol": "CEAL",
"algorithm": "equihash",
"peerMagic": "098c5f90",
"txfee": 0.0001
}

7
coins/chain.json

@ -0,0 +1,7 @@
{
"name": "chain",
"symbol": "CHAIN",
"algorithm": "equihash",
"peerMagic": "568ea9e0",
"txfee": 0.0001
}

7
coins/coqui.json

@ -0,0 +1,7 @@
{
"name": "coqui",
"symbol": "COQUI",
"algorithm": "equihash",
"peerMagic": "44f323df",
"txfee": 0.0001
}

7
coins/crypto.json

@ -0,0 +1,7 @@
{
"name": "crypto",
"symbol": "CRYPTO",
"algorithm": "equihash",
"peerMagic": "b47caeaa",
"txfee": 0.0001
}

7
coins/dex.json

@ -0,0 +1,7 @@
{
"name": "dex",
"symbol": "DEX",
"algorithm": "equihash",
"peerMagic": "e051ce0a",
"txfee": 0.0001
}

7
coins/dsec.json

@ -0,0 +1,7 @@
{
"name": "dsec",
"symbol": "DSEC",
"algorithm": "equihash",
"peerMagic": "99a6b2c7",
"txfee": 0.0001
}

7
coins/eql.json

@ -0,0 +1,7 @@
{
"name": "eql",
"symbol": "EQL",
"algorithm": "equihash",
"peerMagic": "b890e458",
"txfee": 0.0001
}

7
coins/etomic.json

@ -0,0 +1,7 @@
{
"name": "etomic",
"symbol": "ETOMIC",
"algorithm": "equihash",
"peerMagic": "072a90e8",
"txfee": 0.0001
}

7
coins/glxt.json

@ -0,0 +1,7 @@
{
"name": "glxt",
"symbol": "GLXT",
"algorithm": "equihash",
"peerMagic": "2bac6518",
"txfee": 0.0001
}

7
coins/hodl.json

@ -0,0 +1,7 @@
{
"name": "hodl",
"symbol": "HODL",
"algorithm": "equihash",
"peerMagic": "7516cc00",
"txfee": 0.0001
}

7
coins/jumblr.json

@ -0,0 +1,7 @@
{
"name": "jumblr",
"symbol": "JUMBLR",
"algorithm": "equihash",
"peerMagic": "3ab2451e",
"txfee": 0.0001
}

7
coins/komodo.json

@ -0,0 +1,7 @@
{
"name": "komodo",
"symbol": "KMD",
"algorithm": "equihash",
"peerMagic": "f9eee48d",
"txfee": 0.0001
}

7
coins/kv.json

@ -0,0 +1,7 @@
{
"name": "kv",
"symbol": "KV",
"algorithm": "equihash",
"peerMagic": "f434f1c5",
"txfee": 0.0001
}

7
coins/mesh.json

@ -0,0 +1,7 @@
{
"name": "mesh",
"symbol": "MESH",
"algorithm": "equihash",
"peerMagic": "4d6bbfb6",
"txfee": 0.0001
}

7
coins/mgnx.json

@ -0,0 +1,7 @@
{
"name": "mgnx",
"symbol": "MGNX",
"algorithm": "equihash",
"peerMagic": "82b8ec47",
"txfee": 0.0001
}

7
coins/mgw.json

@ -0,0 +1,7 @@
{
"name": "mgw",
"symbol": "MGW",
"algorithm": "equihash",
"peerMagic": "7c1596a7",
"txfee": 0.0001
}

7
coins/mnz.json

@ -0,0 +1,7 @@
{
"name": "mnz",
"symbol": "MNZ",
"algorithm": "equihash",
"peerMagic": "53d06fde",
"txfee": 0.0001
}

7
coins/mshark.json

@ -0,0 +1,7 @@
{
"name": "mshark",
"symbol": "MSHARK",
"algorithm": "equihash",
"peerMagic": "f0e9f49e",
"txfee": 0.0001
}

7
coins/ninja.json

@ -0,0 +1,7 @@
{
"name": "ninja",
"symbol": "NINJA",
"algorithm": "equihash",
"peerMagic": "b38e6fb2",
"txfee": 0.0001
}

7
coins/oot.json

@ -0,0 +1,7 @@
{
"name": "oot",
"symbol": "OOT",
"algorithm": "equihash",
"peerMagic": "a75b4bad",
"txfee": 0.0001
}

7
coins/pangea.json

@ -0,0 +1,7 @@
{
"name": "pangea",
"symbol": "PANGEA",
"algorithm": "equihash",
"peerMagic": "17356a68",
"txfee": 0.0001
}

7
coins/pirate.json

@ -0,0 +1,7 @@
{
"name": "pirate",
"symbol": "PIRATE",
"algorithm": "equihash",
"peerMagic": "58e0b617",
"txfee": 0.0001
}

7
coins/prlpay.json

@ -0,0 +1,7 @@
{
"name": "prlpay",
"symbol": "PRLPAY",
"algorithm": "equihash",
"peerMagic": "c58af861",
"txfee": 0.0001
}

7
coins/revs.json

@ -0,0 +1,7 @@
{
"name": "revs",
"symbol": "REVS",
"algorithm": "equihash",
"peerMagic": "1a774141",
"txfee": 0.0001
}

7
coins/rfox.json

@ -0,0 +1,7 @@
{
"name": "rfox",
"symbol": "RFOX",
"algorithm": "equihash",
"peerMagic": "4cad0644",
"txfee": 0.0001
}

7
coins/sec.json

@ -0,0 +1,7 @@
{
"name": "sec",
"symbol": "SEC",
"algorithm": "equihash",
"peerMagic": "8c93278f",
"txfee": 0.0001
}

7
coins/supernet.json

@ -0,0 +1,7 @@
{
"name": "supernet",
"symbol": "SUPERNET",
"algorithm": "equihash",
"peerMagic": "562411b9",
"txfee": 0.0001
}

7
coins/wlc.json

@ -0,0 +1,7 @@
{
"name": "wlc",
"symbol": "WLC",
"algorithm": "equihash",
"peerMagic": "d52e5900",
"txfee": 0.0001
}

7
coins/zilla.json

@ -0,0 +1,7 @@
{
"name": "zilla",
"symbol": "ZILLA",
"algorithm": "equihash",
"peerMagic": "91db4d20",
"txfee": 0.0001
}

1852
package-lock.json

File diff suppressed because it is too large

3
package.json

@ -49,6 +49,7 @@
"node": ">=0.10"
},
"scripts": {
"start": "LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PWD/node_modules/stratum-pool/node_modules/equihashverify/build/Release/:$PWD/node_modules/equihashverify/build/Release/ node --max-old-space-size=8192 init.js"
"start": "LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PWD/node_modules/stratum-pool/node_modules/equihashverify/build/Release/:$PWD/node_modules/equihashverify/build/Release/ node init.js",
"debug": "LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PWD/node_modules/stratum-pool/node_modules/equihashverify/build/Release/:$PWD/node_modules/equihashverify/build/Release/ node --inspect-brk init.js"
}
}

Loading…
Cancel
Save