ton-blockchain / docs

TON documentation
https://ton.org/docs
83 stars 45 forks source link

Can't get rldp-http-proxy to work. #11

Open kernelpanic700 opened 2 years ago

kernelpanic700 commented 2 years ago

I compiled rldp-http-proxy following instuction in HOWTO->TON Sites. But I can run it only in 0.0.0.0 address, not on certain interface. When I try to run rldp-http-proxy with -a parameter and point IP with a port like this: rldp-http-proxy -p 8080 -a :3333 -C global.config.json I get error : [TonlibClient.cpp:2092][!tonlibclient][&!config->ignorecache] Unknown LastBlockState: [Error : 0 : Unknown key] [keys.hpp:221][!PeerTable] Check Unreachable failed At the same time if I run that way: rldp-http-proxy -p 8080 -c 3333 -C global.config.json the proxy starts up and I see it in running processes and listen ports. But when I try to get to http://test.ton I get nothing.

pakkonen commented 2 years ago

i have same problem too

awesome-doge commented 2 years ago

It looks like you don't have any problems. Your program works successfully.

If you want to get more test results

rldp-http-proxy -p 8080 -c 3333 -C global.config.json -v3
rldp-http-proxy -p 8080 -c 3333 -C global.config.json -v4

Mainly because test.ton doesn't currently exist.

Issue can be closed @EmelyanenkoK