Code Monkey home page Code Monkey logo

Comments (6)

coeniebeyers avatar coeniebeyers commented on May 21, 2024

the following still works: go get github.com/getamis/istanbul-tools/cmd/istanbul, however then it is installed under $GOPATH.

from istanbul-tools.

AndriianChestnykh avatar AndriianChestnykh commented on May 21, 2024

Thank you, it helped me to install istanbul-tools under $GOPATH. However it when I try to use it it does not seem to work properly.
For example in my Mac i get this:

$ istanbul --help
Killed: 9

or this

$ istanbul extra encode --config ./config.toml
Killed: 9

from istanbul-tools.

marcdk avatar marcdk commented on May 21, 2024

Hi @AndriianChestnykh, I'm experiencing that same problem - have you found a solution?

from istanbul-tools.

marcdk avatar marcdk commented on May 21, 2024

Setting the build flags worked for me
go get -ldflags=-s github.com/getamis/istanbul-tools/cmd/istanbul

Apparently, this is no longer an issue with go 1.8.1

Reference:
shirou/gopsutil#339

from istanbul-tools.

Kl4rity avatar Kl4rity commented on May 21, 2024

I had the same issue. The compiled file was in the go binaries.
On Mac, these are found in:

/Users/[YOURUSERNAME]/go/bin/

Adding this line to your bash profile should make them accessible.

# manually added Istanbul-Consensus Tools
export PATH="/Users/[YOURUSERNAME]/go/bin:$PATH"

Hope this helps the next one looking for a solution!

from istanbul-tools.

punit-agarwal avatar punit-agarwal commented on May 21, 2024

I'm still facing an issue in it. I use UBUNTU 16.04.
I tried exporting the $PATH and setting the build flags too.

from istanbul-tools.

Related Issues (15)

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.