You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 9, 2023. It is now read-only.
After following the instructions in the readme I cannot get the daemon to run.
When following the exact instructions I get this:
rgbd --data-dir ~/.rgb --bin-dir ~/.cargo/bin -vvvv --contract fungible
rgbd: RGB stash microservice
error: Found argument '--bin-dir' which wasn't expected, or isn't valid in this context
If you tried to supply `--bin-dir` as a value rather than a flag, use `-- --bin-dir`
USAGE:
rgbd --data-dir <DATA_DIR>
For more information try --help
This means the readme is out of date as it explicitly wants you to define the .bin directory but you simply cannot. When I change the command to try run the daemon to this:
When I try to run RGB-CLI with any commands I always get:
rgb-cli contract -vvvv list
[2023-05-03T09:42:41Z DEBUG rgb_cli] RPC socket 0.0.0.0:63963
[2023-05-03T09:42:41Z DEBUG rgb_rpc::client] RPC socket 0.0.0.0:63963
[2023-05-03T09:42:41Z DEBUG rgb_rpc::client] Setting up RPC client...
[2023-05-03T09:42:41Z DEBUG microservices::esb::controller] Creating ESB session for service RGBRPC located at 0.0.0.0:63963 with identity 'client<14468753561387613070>'
[2023-05-03T09:42:41Z DEBUG rgb_rpc::client] Executing hello(signet, rgb-cli)
Error: error sending message from client<14468753561387613070> to rgbd. Details: service is offline or not responding
Any help would be appreciated
The text was updated successfully, but these errors were encountered:
RGB Node is not required to work with the RGB assets anymore and is outdated at this moment. To start using RGB please check https://rgb.tech/guide/ instructions.
After following the instructions in the readme I cannot get the daemon to run.
When following the exact instructions I get this:
This means the readme is out of date as it explicitly wants you to define the .bin directory but you simply cannot. When I change the command to try run the daemon to this:
rgbd -vvvv
I get this response:
When I try to run RGB-CLI with any commands I always get:
Any help would be appreciated
The text was updated successfully, but these errors were encountered: