Sort:  

Hi @cervisia, I don't see any error on your screenshot, Testnet's blockchain is now at block 32115 so it will take some time to replay it before your node comes online.

If you have opened your http port, can you give me the TCP port you put and the IP of the node to make some queries with postman (have you enabled plugins?)

Did you do all the stuff with the cli_wallet as @howo put it in his post?


Witness FR - Gen X - Geek 🤓 Gamer 🎮 traveler ⛩️

image.png

and the ip = image.png

First of all, your TCP ports seem closed

nmap.jpg

Then, you listen on 127.0.0.1 (localhost) which is unreachable from the outside. You need to modify the config.ini

outside.jpg

2001.jpg

I also don't see any activation of your witness or vote? what did you use as your account name?

You can have a look at some of my post if it can help you (I did a complete documentation of the hf23 installation a long time ago) or at my last two post on my node running on the testnet


Witness FR - Gen X - Geek 🤓 Gamer 🎮 traveler ⛩️

Hello , the problem was my firewall has blocked , now you can see that .

Ok then now I can query your node

postman.jpg

but not the block_api_plugin because you didn't enable it, btw it seem strange that you have only 1 answer when query the database_api.list_witnesses.

Did you put the seed nodes list in your config.ini?

p2p-seed-node = 95.216.25.162:2001 
p2p-seed-node = 95.216.25.162:2002
p2p-seed-node = hf24.mintrawa.com:2001

If you need you can DM me, I'm on Hive and HiveDevs Discord servers

ftmtw.jpg


Witness FR - Gen X - Geek 🤓 Gamer 🎮 traveler ⛩️

yes i have image.png

i think i have a problem with my firewall :(

Yes, your TCP port 2001, which is used to communicate with the other nodes, remains closed.

2001.jpg


Witness FR - Gen X - Geek 🤓 Gamer 🎮 traveler ⛩️