RGB-WG / rgb-node

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

Stuck on `Initializing runtime` #237

Closed bufo24 closed 1 year ago

bufo24 commented 1 year ago

I tried to run the program on a Raspberry Pi and a MacBook (M1 Pro). Both stuck at this message:

pi@testnet:~$ rgbd --data-dir ~/.rgb -vvvvv
rgbd: RGB stash microservice
[2023-01-08T20:31:26Z DEBUG rgbd] CTL socket /home/pi/.rgb/ctl
[2023-01-08T20:31:26Z DEBUG rgbd] RPC socket 0.0.0.0:63963
[2023-01-08T20:31:26Z DEBUG rgbd] STORE socket 0.0.0.0:60960
[2023-01-08T20:31:26Z DEBUG rgbd] STORM socket /home/pi/.storm_node/storm
[2023-01-08T20:31:26Z DEBUG rgbd] Starting runtime ...
[2023-01-08T20:31:26Z DEBUG rgb_node::rgbd::service] Connecting to store service at 0.0.0.0:60960
[2023-01-08T20:31:26Z DEBUG store_rpc::client] Initializing runtime

How long can this take? I feel like nothing is happening. Is there something I can do about this? Thanks

dr-orlovsky commented 1 year ago

Hi!

First, thank you for trying this out!

The node is not stuck - it just waits for stored service daemon to run. You need to clone https://github.com/storm-wg/storm-stored and tun it first.

Sorry for not making that clear from the readme. I will adjust its text.

bufo24 commented 1 year ago

Got it! Thanks