RGB-WG / rgb-node

RGB node - the official server-side implementation
https://rgb.tech
MIT License
148 stars 43 forks source link

Problem at running rgb-node #187

Open josediegorobles opened 2 years ago

josediegorobles commented 2 years ago

Same problem with install version (last) and building from last commit (ec5d6cf2966b99e8a90ec45f59f541b111b8a1fe 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

dr-orlovsky commented 2 years ago

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.

josediegorobles commented 2 years ago

Ok, i will keep watching