kadena-io / chainweb-node

Chainweb: A Proof-of-Work Parallel-Chain Architecture for Massive Throughput
https://docs.kadena.io/basics/whitepapers/overview
BSD 3-Clause "New" or "Revised" License
249 stars 95 forks source link

Build chainweb with nix and running a chainweb node #76

Closed mdemir-bdt closed 5 years ago

mdemir-bdt commented 5 years ago

Following instructions in README I should be able to run chainweb node after building it with nix but I couldn't. The reason is chainweb-node executable is not there.

To run chainweb-node successfully:

./result/ghc/chainweb/bin/chainweb-node --node-id=0 --config-file=./scripts/test-bootstrap-node.config

I am not sure if this is right the right executable.

fosskers commented 5 years ago

I'll have updated README instructions very soon.

fosskers commented 5 years ago

In the meantime, on my own machine I do have a chainweb-node here:

/home/colin/code/haskell/chainweb/result/ghc/chainweb/bin/chainweb-node
fosskers commented 5 years ago

Hi @mdemir-bdt , the README has been updated.