Google cloud node pruning

I am mining on google cloud, using f1-micro, but the node status is pruning 8 hours, I have to wait or because the f1-micro too low ram (0.6 GB, 1 vcpu, 25gb ssd). Thank you.

NOW the status is offline after pruning

Hello, what is in the log file nkn-node.log?

and post the output of the command:
cd /home/nknx/nkn-commercial/services/nkn-node/
./nknc info -s

{
“error”: {
“code”: -45024,
“message”: “INTERNAL ERROR, DB service is unavailable”
},
“id”: “1”,
“jsonrpc”: “2.0”
}

Here Sir, thank sir

Okay, I would guess that your node has not yet created an ID.
This can take a long time, depending on how much performance it has.

What does it say here?
cat /home/nknx/nkn-commercial/services/nkn-node/nkn-node.log

GID 1, Pruning height: 1345983, length of refCounts: 204
GID 1, Start verifying database at height 1347007
GID 1, get compact height error: leveldb: not found
GID 1, Start compacting database from height 0 to 1347007
GID 59, https server is unavailable yet
GID 59, https server is unavailable yet
GID 59, https server is unavailable yet
GID 59, https server is unavailable yet
GID 59, https server is unavailable yet
GID 59, https server is unavailable yet

Here Sir, thank sir

f1-micro on GCP might be too small for pruning and syncing. Suggest to move to the next tier.

Yes that will certainly take quite a long time.
Maybe another idea, set up everything on a Linux computer at home and wait until everything is synchronized and running. Then pack the content of /home/nknx/nkn-commercial/services/nkn-node/ and load it on the server. But be careful how much disk space you have.

You will need about 30GB on the server to store the packed and unpack it afterwards.

Alternatively just upload directly via rsync from home to the server. Probably the better alternative, but it takes forever, depending on your internet connection.

An alternative is using nknx.org fast deploy, which will cost the first block reward but much faster initial setup because it automatically download the latest pruned chain DB.

Tutorial to manually download the latest pruned ChainDB

https://forum.nkn.org/t/tutorial-how-to-manually-download-latest-pruned-chaindb-google-cloud/2723/2

It’ll pruned forever.
It’s a firewall issues

You need to set a firewall rule manually.
I happened to me yesterday, it took all day to fix the problem.

Follow the following video to learn how to setup firewall rule: https://youtu.be/UYLA_fFdciA

Is the fast deploy option available for Windows laptops? Thanks.