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?
Then, you listen on 127.0.0.1 (localhost) which is unreachable from the outside. You need to modify the config.ini
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
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 ⛩️
and the ip =
First of all, your TCP ports seem closed
Then, you listen on 127.0.0.1 (localhost) which is unreachable from the outside. You need to modify the
config.ini
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
but not the
block_api_plugin
because you didn't enable it, btw it seem strange that you have only 1 answer when query thedatabase_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
andHiveDevs
Discord serversWitness FR - Gen X - Geek 🤓 Gamer 🎮 traveler ⛩️
yes i have
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.Witness FR - Gen X - Geek 🤓 Gamer 🎮 traveler ⛩️