LNP-BP / nodes

Complete LNP/BP protocol daemons suite
MIT License
18 stars 9 forks source link

Unable to run RGB Demo #8

Closed Sudz24 closed 2 years ago

Sudz24 commented 2 years ago

Hi,

I tried installing the latest packages as mentioned in the demo-rgb.sh, however I get this error while trying to use the installed CLI.

'rgb20 binary not found: Os { code: 2, kind: NotFound, message: "No such file or directory" }'

Can you help me understand why this is happening? I can see the binaries under /.cargo/bin but maybe it's not installed correctly?

Thank you

zoedberg commented 2 years ago

the issue is related to the usage of bindeps, as already discussed here. using the instructions from https://github.com/LNP-BP/nodes/pull/4 should solve your issue

dr-orlovsky commented 2 years ago

Closing as duplicate of #4