RGB-WG / rgb-node

RGB node - the official server-side implementation

Home Page:https://rgb.tech

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problem at running rgb-node

josediegorobles opened this issue · comments

Same problem with install version (last) and building from last commit (ec5d6cf but with some previous commits after the 0.8beta i had same issue).

I use:

./rgbd -vvv -n testnet
rgbd: RGB stash microservice
[2022-07-08T17:48:37Z DEBUG rgbd] CTL socket /home/jdrobpar/.rgb_node/ctl
[2022-07-08T17:48:37Z DEBUG rgbd] RPC socket 0.0.0.0:63963
[2022-07-08T17:48:37Z DEBUG rgbd] STORE socket 0.0.0.0:60960
[2022-07-08T17:48:37Z DEBUG rgbd] STORM socket /home/jdrobpar/.storm_node/storm
[2022-07-08T17:48:37Z DEBUG rgbd] Starting runtime ...
[2022-07-08T17:48:37Z DEBUG rgb_node::rgbd::service] Connecting to store service at 0.0.0.0:60960
[2022-07-08T17:48:37Z DEBUG store_rpc::client] Initializing runtime

And:

./rgb-cli -n testnet -R 127.0.0.1:63963 contract list

(rgb-cli -n testnet -R 127.0.0.1:63963 contracts ---> installed version)

Gives me:
Error: error sending message from client<1427663793477237543> to rgbd. Details: service is offline or not responding

I change code each 5 mins; no reason to debug before the release under such extensive finalization. I work on integration all the nodes together (RGB, LNP, Storm), so everything is constantly changing across all the repos.

Ok, i will keep watching