Let's share the difficulties we met when we compile and run nockchain

Hi everyone! I am Bruce from China. It’s nice to make friends here! I have compiled the nockchain, and I would like to share some bugs and difficulties when I compiled it. Please leave your message here to help more people run the nockchain!!!

1 Like

When I make install choo, I met rm -rf .data.choo
rm -rf ~/.nockapp/choo
cargo install --locked --force --path crates/nockapp/apps/choo --bin choo
make: cargo: No such file or directory
make: *** [Makefile:20: install-choo] Error 127.

This is caused by the lack of rust and cargo in my linux. I solve it by
curl --proto ‘=https’ --tlsv1.2 -sSf https://sh.rustup.rs | sh

source $HOME/.cargo/env

sudo apt install build-essential

make install-choo

1 Like

when i make build nockchain, it may fail caused by the lack of Clang and LLVM

please use git clone GitHub - zorp-corp/nockchain: Nockchain protocol monorepo to clone the repository

Hi Bruce from China :slight_smile: Assuming that there is an unofficial testnet running…Is your node finding peers?

After running:
image

I get an endless:

run a leader and run a follower

1 Like

Hi tomdef, I have not met this issue! if you fix it, could you leave your approach to fix this issue? thx so much!