okx/exchain

exchaind: command not found

Closed this issue · 1 comments

Hi,

I reinstalled my Ubuntu 20.0.4 and I cannot seem to launch exchaind again. I followed exactly the guide from this post

git clone -b v1.6.1 https://github.com/okex/exchain.git
cd exchain
make mainnet WITH_ROCKSDB=true

exchaind start --rest.laddr "tcp://localhost:38545" --wsport 38546 --chain-id exchain-66 --db_backend rocksdb --home ${EXCHAIND_PATH}


exchaind: command not found

Did I miss something or any packages to run exchaind ?

Thanks

I figured it out. I forgot to install alias for go in PATH.