Giter Site home page Giter Site logo

Comments (5)

losh11 avatar losh11 commented on August 20, 2024

from litecore-litecoin.

APshenkin avatar APshenkin commented on August 20, 2024

@Comer2020 you should use litecore-litecoin node. It's patched node that supports several new indexes. It's support testnetv4

here is deps that you need

    "litecore-lib": "^0.13.22",
    "litecore-node": "^3.1.11",
    "insight-lite-api": "^0.4.4",
    "insight-lite-ui": "^0.4.6"

and here is litecore-node.json config example:

{
  "network": "testnet",
  "port": 3001,
  "services": [
    "bitcoind",
    "insight-lite-api",
    "insight-lite-ui",
    "web"
  ],
  "servicesConfig": {
    "bitcoind": {
      "spawn": {
        "datadir": "./data",
        "exec": "./node_modules/litecore-node/bin/litecoind"
      }
    }
  }
}

from litecore-litecoin.

Comer2020 avatar Comer2020 commented on August 20, 2024

thanks for your all replays.

@losh11
I want to know when the update of Litecoin-0.13.x to support testnetv4 is available?

from litecore-litecoin.

Comer2020 avatar Comer2020 commented on August 20, 2024

@APshenkin

I am node.js tyro. I am trying npm install -g litecore-node@latest and find its version is [email protected].

One question is [email protected] will still download v0.13.2.1-litecore-rc2 which doesn't support LTC testnetv4.

Another question is that npm will compile litecoin-0.13.2-osx64.tar.gz after downloading. but there are lots of compile error. Can I avoid this compile procedure and download a compiled one instead?

My system is Mac OS

from litecore-litecoin.

APshenkin avatar APshenkin commented on August 20, 2024

@Comer2020
I tested my configuration on mac too. and don't face any issues.

try not to install deps globaly. Use package.json and install everything localy. Also it doesn't complite anything. it downloads latest relase from github https://github.com/litecoin-project/litecore-litecoin/releases

Try to install curl on your system. Maybe you can't download. And you can check download script here:
https://github.com/litecoin-project/litecore-node/blob/master/scripts/download

And v0.13.2.1-litecore-rc2 supports LTC testenetv4. I'd launched it two days ago. here is confirmation in release notes https://github.com/litecoin-project/litecore-litecoin/blob/909371eb853a34b99f328b7c20b91af7f3cf2af1/doc/release-notes-litecoin.md#reset-testnet

from litecore-litecoin.

Related Issues (8)

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.