Oh, I think I did not copy all result from terminal, here the result
find . -maxdepth 1 -iname "*.db" -print0-exec sqlite3 '{}' 'PRAGMA integrity_check;' ';'
./satellites.dbok
./secret.dbok
./piece_spaced_used.dbok
./piece_expiration.dbok
./info.dbok
./used_serial.dbok
./pieceinfo.dbok
./heldamount.dbok
./pricing.dbok
./notifications.dbok
./reputation.dbok
./orders.dbok
./bandwidth.dbok
./storage_usage.dbok
but I will try that again
move *.db to backup then start node
2024-01-14T10:04:35Z INFO db database does not exist {"process": "storagenode", "database": "info"}
2024-01-14T10:04:35Z INFO db database does not exist {"process": "storagenode", "database": "bandwidth"}
2024-01-14T10:04:35Z INFO db database does not exist {"process": "storagenode", "database": "orders"}
2024-01-14T10:04:35Z INFO db database does not exist {"process": "storagenode", "database": "piece_expiration"}
2024-01-14T10:04:35Z INFO db database does not exist {"process": "storagenode", "database": "pieceinfo"}
2024-01-14T10:04:35Z INFO db database does not exist {"process": "storagenode", "database": "piece_spaced_used"}
2024-01-14T10:04:35Z INFO db database does not exist {"process": "storagenode", "database": "reputation"}
2024-01-14T10:04:35Z INFO db database does not exist {"process": "storagenode", "database": "storage_usage"}
2024-01-14T10:04:35Z INFO db database does not exist {"process": "storagenode", "database": "used_serial"}
2024-01-14T10:04:35Z INFO db database does not exist {"process": "storagenode", "database": "satellites"}
2024-01-14T10:04:35Z INFO db database does not exist {"process": "storagenode", "database": "notifications"}
2024-01-14T10:04:35Z INFO db database does not exist {"process": "storagenode", "database": "heldamount"}
2024-01-14T10:04:35Z INFO db database does not exist {"process": "storagenode", "database": "pricing"}
2024-01-14T10:04:35Z INFO db database does not exist {"process": "storagenode", "database": "secret"}
and it create new empty database
info.db-shm piece_expiration.db-wal reputation.db storage_usage.db
bandwidth.db info.db-wal piece_spaced_used.db reputation.db-shm storage_usage.db-shm
bandwidth.db-shm notifications.db piece_spaced_used.db-shm reputation.db-wal storage_usage.db-wal
bandwidth.db-wal notifications.db-shm piece_spaced_used.db-wal satellites.db temp
blobs notifications.db-wal pieceinfo.db satellites.db-shm trash
garbage orders.db pieceinfo.db-shm satellites.db-wal used_serial.db
heldamount.db orders.db-shm pieceinfo.db-wal secret.db used_serial.db-shm
heldamount.db-shm orders.db-wal pricing.db secret.db-shm used_serial.db-wal
heldamount.db-wal piece_expiration.db pricing.db-shm secret.db-wal
info.db piece_expiration.db-shm pricing.db-wal storage-dir-verification
Then I replace database from backup
to config dir
and start node, still those stat still not showing
I also found some error logs
1-14T10:05:14Z INFO piecestore download started {"process": "storagenode", "Piece ID": "OZXIAYQIISA7V5ZEXQOZRTQQ5TDHFRYCFLBD57WJNTTMDNZADNJQ", "Satellite ID": "12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs", "Action": "GET", "Offset": 1132288, "Size": 4864, "Remote Address": "10.69.69.201:16365"}
2024-01-14T10:05:14Z ERROR piecestore download failed {"process": "storagenode", "Piece ID": "OZXIAYQIISA7V5ZEXQOZRTQQ5TDHFRYCFLBD57WJNTTMDNZADNJQ", "Satellite ID": "12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs", "Action": "GET", "Remote Address": "10.69.69.201:16365", "error": "untrusted: unable to get signee: trust: rpc: tcp connector failed: rpc: dial tcp: lookup eu1.storj.io: operation was canceled", "errorVerbose": "untrusted: unable to get signee: trust: rpc: tcp connector failed: rpc: dial tcp: lookup eu1.storj.io: operation was canceled\n\tstorj.io/storj/storagenode/piecestore.(*Endpoint).VerifyOrderLimitSignature:140\n\tstorj.io/storj/storagenode/piecestore.(*Endpoint).verifyOrderLimit:62\n\tstorj.io/storj/storagenode/piecestore.(*Endpoint).Download:616\n\tstorj.io/common/pb.DRPCPiecestoreDescription.Method.func2:251\n\tstorj.io/drpc/drpcmux.(*Mux).HandleRPC:33\n\tstorj.io/common/rpc/rpctracing.(*Handler).HandleRPC:61\n\tstorj.io/common/experiment.(*Handler).HandleRPC:42\n\tstorj.io/drpc/drpcserver.(*Server).handleRPC:124\n\tstorj.io/drpc/drpcserver.(*Server).ServeOne:66\n\tstorj.io/drpc/drpcserver.(*Server).Serve.func2:114\n\tstorj.io/drpc/drpcctx.(*Tracker).track:35"}
2024-01-14T10:05:14Z INFO piecestore download started {"process": "storagenode", "Piece ID": "64Y4KKRKLOKMGI5PKOQYSQUBYC3FV4E2LJVHQR3GWEPA62BX5NTA", "Satellite ID": "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S", "Action": "GET", "Offset": 0, "Size": 13824, "Remote Address": "10.69.69.201:34699"}
2024-01-14T10:05:14Z INFO piecestore download started {"process": "storagenode", "Piece ID": "BYXZDYA47S35KPRLOV5VBUEAG26SHSQ6FJY5SSYO2ARUYH2SYXTA", "Satellite ID": "12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs", "Action": "GET", "Offset": 728576, "Size": 4864, "Remote Address": "10.69.69.201:8176"}
2024-01-14T10:05:14Z INFO piecestore download started {"process": "storagenode", "Piece ID": "FPU2YWGUJZTZS7MZLYXSJ5BU2C3ZULNJTLNSHLVLEW46A3RGX6BA", "Satellite ID": "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S", "Action": "GET", "Offset": 0, "Size": 14080, "Remote Address": "10.69.69.201:49801"}
2024-01-14T10:05:14Z INFO piecestore download started {"process": "storagenode", "Piece ID": "N7UY4N4GNV7ZLS6645XVFRXGPCFTIYH2YDE2NNA4RWACCUVIRY3A", "Satellite ID": "12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs", "Action": "GET", "Offset": 0, "Size": 256, "Remote Address": "10.69.69.201:16671"}
2024-01-14T10:05:14Z INFO piecestore download started {"process": "storagenode", "Piece ID": "AMNG3MZ3NPQVA3DVT37YFB6PXMRDTXBU346ZMIA3Y6DFU7UCDTCA", "Satellite ID": "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S", "Action": "GET", "Offset": 0, "Size": 39680, "Remote Address": "10.69.69.201:44296"}
2024-01-14T10:05:14Z INFO piecestore download started {"process": "storagenode", "Piece ID": "TTN55XNNMDZII7O642PAPQ5KPLNTXYX24H3A3RDCBZN37PLGO7BQ", "Satellite ID": "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S", "Action": "GET", "Offset": 0, "Size": 7680, "Remote Address": "10.69.69.201:7736"}
2024-01-14T10:05:14Z INFO piecestore download started {"process": "storagenode", "Piece ID": "5AH6BFL4K4AODW4AWJ7EDVXW575QQZ7GSP3XHFOCIXOAB5BAMR6A", "Satellite ID": "121RTSDpyNZVcEU84Ticf2L1ntiuUimbWgfATz21tuvgk3vzoA6", "Action": "GET", "Offset": 0, "Size": 7680, "Remote Address": "10.69.69.201:5478"}
2024-01-14T10:05:14Z ERROR piecestore download failed {"process": "storagenode", "Piece ID": "5AH6BFL4K4AODW4AWJ7EDVXW575QQZ7GSP3XHFOCIXOAB5BAMR6A", "Satellite ID": "121RTSDpyNZVcEU84Ticf2L1ntiuUimbWgfATz21tuvgk3vzoA6", "Action": "GET", "Remote Address": "10.69.69.201:5478", "error": "untrusted: unable to get signee: trust: rpc: tcp connector failed: rpc: dial tcp: lookup ap1.storj.io: operation was canceled", "errorVerbose": "untrusted: unable to get signee: trust: rpc: tcp connector failed: rpc: dial tcp: lookup ap1.storj.io: operation was canceled\n\tstorj.io/storj/storagenode/piecestore.(*Endpoint).VerifyOrderLimitSignature:140\n\tstorj.io/storj/storagenode/piecestore.(*Endpoint).verifyOrderLimit:62\n\tstorj.io/storj/storagenode/piecestore.(*Endpoint).Download:616\n\tstorj.io/common/pb.DRPCPiecestoreDescription.Method.func2:251\n\tstorj.io/drpc/drpcmux.(*Mux).HandleRPC:33\n\tstorj.io/common/rpc/rpctracing.(*Handler).HandleRPC:61\n\tstorj.io/common/experiment.(*Handler).HandleRPC:42\n\tstorj.io/drpc/drpcserver.(*Server).handleRPC:124\n\tstorj.io/drpc/drpcserver.(*Server).ServeOne:66\n\tstorj.io/drpc/drpcserver.(*Server).Serve.func2:114\n\tstorj.io/drpc/drpcctx.(*Tracker).track:35"}
2024-01-14T10:05:14Z INFO piecestore download started {"process": "storagenode", "Piece ID": "SP2NPMACSLHO6BXMCQHSW33A6T5AXZGCLBJ7UVGCZIIL3N4N3OJA", "Satellite ID": "12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs", "Action": "GET", "Offset": 0, "Size": 41472, "Remote Address": "10.69.69.201:9963"}
2024-01-14T10:05:14Z INFO piecestore download started {"process": "storagenode", "Piece ID": "PYBTNSF6NICBOPMPXMGBCHSMEXEANYRM42OVQJDJZFPAHD7FS5KA", "Satellite ID": "12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs", "Action": "GET", "Offset": 0, "Size": 256, "Remote Address": "10.69.69.201:62568"}
2024-01-14T10:05:14Z INFO lazyfilewalker.used-space-filewalker starting subprocess {"process": "storagenode", "satelliteID": "1wFTAgs9DP5RSnCqKV1eLf6N9wtk4EAtmN5DpSxcs8EjT69tGE"}
2024-01-14T10:05:14Z INFO lazyfilewalker.used-space-filewalker subprocess started {"process": "storagenode", "satelliteID": "1wFTAgs9DP5RSnCqKV1eLf6N9wtk4EAtmN5DpSxcs8EjT69tGE"}
2024-01-14T10:05:14Z ERROR piecestore download failed {"process": "storagenode", "Piece ID": "BYXZDYA47S35KPRLOV5VBUEAG26SHSQ6FJY5SSYO2ARUYH2SYXTA", "Satellite ID": "12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs", "Action": "GET", "Remote Address": "10.69.69.201:8176", "error": "trust: rpc: tcp connector failed: rpc: context canceled", "errorVerbose": "trust: rpc: tcp connector failed: rpc: context canceled\n\tstorj.io/common/rpc.HybridConnector.DialContext.func1:190"}
2024-01-14T10:05:14Z ERROR piecestore download failed {"process": "storagenode", "Piece ID": "64Y4KKRKLOKMGI5PKOQYSQUBYC3FV4E2LJVHQR3GWEPA62BX5NTA", "Satellite ID": "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S", "Action": "GET", "Remote Address": "10.69.69.201:34699", "error": "trust: rpc: tcp connector failed: rpc: context canceled", "errorVerbose": "trust: rpc: tcp connector failed: rpc: context canceled\n\tstorj.io/common/rpc.HybridConnector.DialContext.func1:190"}
2024-01-14T10:05:14Z ERROR piecestore download failed {"process": "storagenode", "Piece ID": "FPU2YWGUJZTZS7MZLYXSJ5BU2C3ZULNJTLNSHLVLEW46A3RGX6BA", "Satellite ID": "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S", "Action": "GET", "Remote Address": "10.69.69.201:49801", "error": "untrusted: unable to get signee: trust: rpc: tcp connector failed: rpc: dial tcp: lookup us1.storj.io: operation was canceled", "errorVerbose": "untrusted: unable to get signee: trust: rpc: tcp connector failed: rpc: dial tcp: lookup us1.storj.io: operation was canceled\n\tstorj.io/storj/storagenode/piecestore.(*Endpoint).VerifyOrderLimitSignature:140\n\tstorj.io/storj/storagenode/piecestore.(*Endpoint).verifyOrderLimit:62\n\tstorj.io/storj/storagenode/piecestore.(*Endpoint).Download:616\n\tstorj.io/common/pb.DRPCPiecestoreDescription.Method.func2:251\n\tstorj.io/drpc/drpcmux.(*Mux).HandleRPC:33\n\tstorj.io/common/rpc/rpctracing.(*Handler).HandleRPC:61\n\tstorj.io/common/experiment.(*Handler).HandleRPC:42\n\tstorj.io/drpc/drpcserver.(*Server).handleRPC:124\n\tstorj.io/drpc/drpcserver.(*Server).ServeOne:66\n\tstorj.io/drpc/drpcserver.(*Server).Serve.func2:114\n\tstorj.io/drpc/drpcctx.(*Tracker).track:35"}
2024-01-14T10:05:14Z ERROR piecestore download failed {"process": "storagenode", "Piece ID": "N7UY4N4GNV7ZLS6645XVFRXGPCFTIYH2YDE2NNA4RWACCUVIRY3A", "Satellite ID": "12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs", "Action": "GET", "Remote Address": "10.69.69.201:16671", "error": "trust: rpc: tcp connector failed: rpc: dial tcp 104.199.30.73:7777: operation was canceled", "errorVerbose": "trust: rpc: tcp connector failed: rpc: dial tcp 104.199.30.73:7777: operation was canceled\n\tstorj.io/common/rpc.HybridConnector.DialContext.func1:190"}
2024-01-14T10:05:14Z ERROR piecestore download failed {"process": "storagenode", "Piece ID": "SP2NPMACSLHO6BXMCQHSW33A6T5AXZGCLBJ7UVGCZIIL3N4N3OJA", "Satellite ID": "12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs", "Action": "GET", "Remote Address": "10.69.69.201:9963", "error": "untrusted: unable to get signee: trust: rpc: tcp connector failed: rpc: dial tcp: lookup eu1.storj.io: operation was canceled", "errorVerbose": "untrusted: unable to get signee: trust: rpc: tcp connector failed: rpc: dial tcp: lookup eu1.storj.io: operation was canceled\n\tstorj.io/storj/storagenode/piecestore.(*Endpoint).VerifyOrderLimitSignature:140\n\tstorj.io/storj/storagenode/piecestore.(*Endpoint).verifyOrderLimit:62\n\tstorj.io/storj/storagenode/piecestore.(*Endpoint).Download:616\n\tstorj.io/common/pb.DRPCPiecestoreDescription.Method.func2:251\n\tstorj.io/drpc/drpcmux.(*Mux).HandleRPC:33\n\tstorj.io/common/rpc/rpctracing.(*Handler).HandleRPC:61\n\tstorj.io/common/experiment.(*Handler).HandleRPC:42\n\tstorj.io/drpc/drpcserver.(*Server).handleRPC:124\n\tstorj.io/drpc/drpcserver.(*Server).ServeOne:66\n\tstorj.io/drpc/drpcserver.(*Server).Serve.func2:114\n\tstorj.io/drpc/drpcctx.(*Tracker).track:35"}
2024-01-14T10:05:14Z ERROR piecestore download failed {"process": "storagenode", "Piece ID": "PYBTNSF6NICBOPMPXMGBCHSMEXEANYRM42OVQJDJZFPAHD7FS5KA", "Satellite ID": "12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs", "Action": "GET", "Remote Address": "10.69.69.201:62568", "error": "untrusted: unable to get signee: trust: rpc: tcp connector failed: rpc: dial tcp: lookup eu1.storj.io: operation was canceled", "errorVerbose": "untrusted: unable to get signee: trust: rpc: tcp connector failed: rpc: dial tcp: lookup eu1.storj.io: operation was canceled\n\tstorj.io/storj/storagenode/piecestore.(*Endpoint).VerifyOrderLimitSignature:140\n\tstorj.io/storj/storagenode/piecestore.(*Endpoint).verifyOrderLimit:62\n\tstorj.io/storj/storagenode/piecestore.(*Endpoint).Download:616\n\tstorj.io/common/pb.DRPCPiecestoreDescription.Method.func2:251\n\tstorj.io/drpc/drpcmux.(*Mux).HandleRPC:33\n\tstorj.io/common/rpc/rpctracing.(*Handler).HandleRPC:61\n\tstorj.io/common/experiment.(*Handler).HandleRPC:42\n\tstorj.io/drpc/drpcserver.(*Server).handleRPC:124\n\tstorj.io/drpc/drpcserver.(*Server).ServeOne:66\n\tstorj.io/drpc/drpcserver.(*Server).Serve.func2:114\n\tstorj.io/drpc/drpcctx.(*Tracker).track:35"}
2024-01-14T10:05:15Z INFO piecestore upload started {"process": "storagenode", "Piece ID": "7MCPC523XTEGL7MJCHWMIG7ETSC75L4MU3BU326OJ7LDIVI757FA", "Satellite ID": "12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs", "Action": "PUT", "Available Space": 4597066366976, "Remote Address": "10.69.69.201:19041"}
2024-01-14T10:05:15Z INFO piecestore upload started {"process": "storagenode", "Piece ID": "GUD5SEZ5HK6NYPKSHOKNBCVLOM4C2BWSKTQXQ3QVEK2RPJTHHLLA", "Satellite ID": "12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs", "Action": "PUT", "Available Space": 4597066366976, "Remote Address": "10.69.69.201:31506"}
2024-01-14T10:05:15Z INFO piecestore upload started {"process": "storagenode", "Piece ID": "LAYRUVGZHKQHVYZLYMIYIIBXRCPEEXJGJHDPYZFGIZWJJATG753A", "Satellite ID": "12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs", "Action": "PUT", "Available Space": 4597066366976, "Remote Address": "10.69.69.201:46009"}
2024-01-14T10:05:15Z INFO piecestore upload started {"process": "storagenode", "Piece ID": "EHXNAD4AP2USKRXLKOVIYWFCGC3DN6IGSZXUU75KLZA2U4FGJJPA", "Satellite ID": "12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs", "Action": "PUT", "Available Space": 4597066366976, "Remote Address": "10.69.69.201:37266"}
2024-01-14T10:05:15Z ERROR piecestore download failed {"process": "storagenode", "Piece ID": "AMNG3MZ3NPQVA3DVT37YFB6PXMRDTXBU346ZMIA3Y6DFU7UCDTCA", "Satellite ID": "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S", "Action": "GET", "Remote Address": "10.69.69.201:44296", "error": "untrusted: unable to get signee: trust: rpc: tcp connector failed: rpc: dial tcp: lookup us1.storj.io: operation was canceled", "errorVerbose": "untrusted: unable to get signee: trust: rpc: tcp connector failed: rpc: dial tcp: lookup us1.storj.io: operation was canceled\n\tstorj.io/storj/storagenode/piecestore.(*Endpoint).VerifyOrderLimitSignature:140\n\tstorj.io/storj/storagenode/piecestore.(*Endpoint).verifyOrderLimit:62\n\tstorj.io/storj/storagenode/piecestore.(*Endpoint).Download:616\n\tstorj.io/common/pb.DRPCPiecestoreDescription.Method.func2:251\n\tstorj.io/drpc/drpcmux.(*Mux).HandleRPC:33\n\tstorj.io/common/rpc/rpctracing.(*Handler).HandleRPC:61\n\tstorj.io/common/experiment.(*Handler).HandleRPC:42\n\tstorj.io/drpc/drpcserver.(*Server).handleRPC:124\n\tstorj.io/drpc/drpcserver.(*Server).ServeOne:66\n\tstorj.io/drpc/drpcserver.(*Server).Serve.func2:114\n\tstorj.io/drpc/drpcctx.(*Tracker).track:35"}
2024-01-14T10:05:15Z ERROR piecestore download failed {"process": "storagenode", "Piece ID": "TTN55XNNMDZII7O642PAPQ5KPLNTXYX24H3A3RDCBZN37PLGO7BQ", "Satellite ID": "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S", "Action": "GET", "Remote Address": "10.69.69.201:7736", "error": "untrusted: unable to get signee: trust: rpc: tcp connector failed: rpc: dial tcp: lookup us1.storj.io: operation was canceled", "errorVerbose": "untrusted: unable to get signee: trust: rpc: tcp connector failed: rpc: dial tcp: lookup us1.storj.io: operation was canceled\n\tstorj.io/storj/storagenode/piecestore.(*Endpoint).VerifyOrderLimitSignature:140\n\tstorj.io/storj/storagenode/piecestore.(*Endpoint).verifyOrderLimit:62\n\tstorj.io/storj/storagenode/piecestore.(*Endpoint).Download:616\n\tstorj.io/common/pb.DRPCPiecestoreDescription.Method.func2:251\n\tstorj.io/drpc/drpcmux.(*Mux).HandleRPC:33\n\tstorj.io/common/rpc/rpctracing.(*Handler).HandleRPC:61\n\tstorj.io/common/experiment.(*Handler).HandleRPC:42\n\tstorj.io/drpc/drpcserver.(*Server).handleRPC:124\n\tstorj.io/drpc/drpcserver.(*Server).ServeOne:66\n\tstorj.io/drpc/drpcserver.(*Server).Serve.func2:114\n\tstorj.io/drpc/drpcctx.(*Tracker).track:35"}
2024-01-14T10:05:15Z INFO piecestore download started {"process": "storagenode", "Piece ID": "N7UY4N4GNV7ZLS6645XVFRXGPCFTIYH2YDE2NNA4RWACCUVIRY3A", "Satellite ID": "12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs", "Action": "GET", "Offset": 0, "Size": 256, "Remote Address": "10.69.69.201:16671"}
root@storagenode-8569cd844f-mc9fs:/app# nslookup eu1.storj.io
Server: 10.152.183.10
Address: 10.152.183.10#53
Non-authoritative answer:
Name: eu1.storj.io
Address: 104.199.30.73
Name: eu1.storj.io
Address: 34.159.134.91
root@storagenode-8569cd844f-mc9fs:/app# nslookup eu1.storj.io 8.8.8.8
Server: 8.8.8.8
Address: 8.8.8.8#53
Non-authoritative answer:
Name: eu1.storj.io
Address: 104.199.30.73
Name: eu1.storj.io
Address: 34.159.134.91
root@storagenode-8569cd844f-mc9fs:/app# nslookup storj.nv4re.com 8.8.8.8
Server: 8.8.8.8
Address: 8.8.8.8#53
Non-authoritative answer:
storj.nv4re.com canonical name = nv4re.com.
Name: nv4re.com
Address: 124.121.84.224