Code Monkey home page Code Monkey logo

blockchain-ops's People

Contributors

avi-kik avatar beeman avatar dependabot[bot] avatar doc999tor avatar doodyparizada avatar dummyuser avatar ereztison avatar fuzzyami avatar hitwill avatar ittiel avatar liorama avatar ordemri avatar oryband avatar yogev911 avatar yonikashi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

blockchain-ops's Issues

Running a node?

Hi,

Having a look at stellar-core.cfg shows the bootstrap nodes still appear to be IBM/stellar nodes. If we want to connect to the KIN stellar fork, where can we get the current bootstrap nodes from?

Missing known coursors in the config file

Is this intentional?
file is located at blockchain-ops/apps/docker-quickstart/pubnet/core/etc/stellar-core.cfg

Missing cursors

stellar-core uses “cursors” to ensure that garbage collection doesn’t delete data needed by consumers.

If cursors have not been configured, what can happen is that before Horizon has a chance to set a cursor, stellar-core’s garbage collection can run and delete some data that Horizon expects.

Solution is to properly define cursors in stellar-core’s configuration:

KNOWN_CURSORS=["HORIZON"]

Href links are being populated with localhost

https://horizon-kin-ecosystem.kininfrastructure.com/

Href links are being populated with localhost:8000 instead of horizon-kin-ecosystem.kininfrastructure.com. Did this come the recent ngix implementation?

{
  "_links": {
    "account": {
      "href": "https://localhost:8000/accounts/{account_id}",
      "templated": true
    },
    "account_transactions": {
      "href": "https://localhost:8000/accounts/{account_id}/transactions{?cursor,limit,order}",
      "templated": true
    },
    "assets": {
      "href": "https://localhost:8000/assets{?asset_code,asset_issuer,cursor,limit,order}",
      "templated": true
    },
    "friendbot": {
      "href": "https://localhost:8000/friendbot{?addr}",
      "templated": true
    },
    "metrics": {
      "href": "https://localhost:8000/metrics"
    },
    "order_book": {
      "href": "https://localhost:8000/order_book{?selling_asset_type,selling_asset_code,selling_issuer,buying_asset_type,buying_asset_code,buying_issuer,limit}",
      "templated": true
    },
    "self": {
      "href": "https://localhost:8000/"
    },
    "transaction": {
      "href": "https://localhost:8000/transactions/{hash}",
      "templated": true
    },
    "transactions": {
      "href": "https://localhost:8000/transactions{?cursor,limit,order}",
      "templated": true
    }
  },
  "horizon_version": "v0.12.3",
  "core_version": "v9.2.0",
  "history_latest_ledger": 389803,
  "history_elder_ledger": 51,
  "core_latest_ledger": 389803,
  "network_passphrase": "Public Global Kin Ecosystem Network ; June 2018",
  "protocol_version": 9
}

/build.sh: line 10: ./autogen.sh: No such file or directory

Hi,
I am getting an error /build.sh: line 10: ./autogen.sh: No such file or directory when trying to build an kin-core and horizon via docker.
what i did

  1. build image via command : sudo docker build -f dockerfiles/Dockerfile.stellar-core-build -t kinecosystem/stellar-core-build .
    --> result successfull create an image as i see kinecosystem/stellar-core-build after i run docker iamges command.
  2. run docker via command docker run -it --rm -v "/root/stellar:/opt/kinecosystem" --name kinecosystem kinecosystem/stellar-core-build
    --> result failed, and it show error /build.sh: line 10: ./autogen.sh: No such file or directory
    please help, thanks

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.