xavier-romero / kurtosis-blockscout

Kurtosis module for Blockscout
1 stars 5 forks source link

http://127.0.0.1:50101/node-api/proxy/api/v2/stats #6

Open wade-liwei opened 1 week ago

wade-liwei commented 1 week ago

How to fix the problem with public ip address ?

I follow the link: https://docs.polygon.technology/cdk/build/quickstart/breakdown-deployment/#deploy-blockscout-stack

wade-liwei commented 1 week ago

try the following parameters, but failed.

https://github.com/0xPolygon/kurtosis-cdk/blob/main/params.yml blockscout_public_port: 50101 blockscout_public_ip: 43.198.54.207

xavier-romero commented 1 week ago

Did you set blockscot_backend_port?

From README: blockscot_backend_port: if you want to expose blockscout to be accessed remotely (you've set blockscout_public_ip), you need to set a port for backend as well

Try setting a value for this extra var, for instance:

blockscout_public_ip: 43.198.54.207
blockscout_public_port: 50101
blockscout_public_port: 50102

I think that should be enough