Kubo version: 0.40.1-Homebrew
Repo version: 18
System version: arm64/darwin
Golang version: go1.26.0
{
"API": {
"HTTPHeaders": {
"Access-Control-Allow-Methods": [
"PUT",
"POST",
"GET"
],
"Access-Control-Allow-Origin": [
"*"
],
"Access-Control-Expose-Headers": [
"Accept-Ranges",
"Content-Range",
"Content-Length",
"Content-Encoding"
]
}
},
"Addresses": {
"API": "/ip4/127.0.0.1/tcp/5001",
"Announce": [],
"AppendAnnounce": [],
"Gateway": "/ip4/127.0.0.1/tcp/8080",
"NoAnnounce": [],
"Swarm": [
"/ip4/0.0.0.0/tcp/4001",
"/ip6/::/tcp/4001",
"/ip4/0.0.0.0/udp/4001/webrtc-direct",
"/ip4/0.0.0.0/udp/4001/quic-v1",
"/ip4/0.0.0.0/udp/4001/quic-v1/webtransport",
"/ip6/::/udp/4001/webrtc-direct",
"/ip6/::/udp/4001/quic-v1",
"/ip6/::/udp/4001/quic-v1/webtransport"
]
},
"AutoConf": {},
"AutoNAT": {},
"AutoTLS": {},
"Bitswap": {},
"Bootstrap": [
"auto"
],
"DNS": {
"Resolvers": {
".": "auto"
}
},
"Datastore": {
"BlockKeyCacheSize": null,
"BloomFilterSize": 0,
"GCPeriod": "1h",
"HashOnRead": false,
"Spec": {
"mounts": [
{
"mountpoint": "/blocks",
"path": "blocks",
"prefix": "flatfs.datastore",
"shardFunc": "/repo/flatfs/shard/v1/next-to-last/2",
"sync": false,
"type": "flatfs"
},
{
"compression": "none",
"mountpoint": "/",
"path": "datastore",
"prefix": "leveldb.datastore",
"type": "levelds"
}
],
"type": "mount"
},
"StorageGCWatermark": 90,
"StorageMax": "10GB"
},
"Discovery": {
"MDNS": {
"Enabled": true
}
},
"Experimental": {
"FilestoreEnabled": false,
"Libp2pStreamMounting": true,
"OptimisticProvide": false,
"OptimisticProvideJobsPoolSize": 0,
"P2pHttpProxy": false,
"UrlstoreEnabled": false
},
"Gateway": {
"AllowCodecConversion": null,
"DeserializedResponses": null,
"DisableHTMLErrors": null,
"ExposeRoutingAPI": null,
"HTTPHeaders": {
"Access-Control-Allow-Methods": [
"GET",
"HEAD",
"OPTIONS"
],
"Access-Control-Allow-Origin": [
"*"
],
"Access-Control-Expose-Headers": [
"Accept-Ranges",
"Content-Range",
"Content-Length",
"Content-Encoding"
]
},
"NoDNSLink": false,
"NoFetch": false,
"PublicGateways": null,
"RetrievalTimeout": "1m",
"RootRedirect": ""
},
"HTTPRetrieval": {},
"Identity": {
"PeerID": "12D3KooWGxFPYRtYAUWhCst7SmUMcUwq4rBn4pzCUwexj8JUMEqr"
},
"Import": {
"BatchMaxNodes": null,
"BatchMaxSize": null,
"CidVersion": null,
"FastProvideRoot": null,
"FastProvideWait": null,
"HashFunction": null,
"UnixFSChunker": null,
"UnixFSDAGLayout": null,
"UnixFSDirectoryMaxLinks": null,
"UnixFSFileMaxLinks": null,
"UnixFSHAMTDirectoryMaxFanout": null,
"UnixFSHAMTDirectorySizeEstimation": null,
"UnixFSHAMTDirectorySizeThreshold": null,
"UnixFSRawLeaves": null
},
"Internal": {},
"Ipns": {
"DelegatedPublishers": [
"auto"
],
"RecordLifetime": "",
"RepublishPeriod": "",
"ResolveCacheSize": 128,
"UsePubsub": true
},
"Migration": {},
"Mounts": {
"FuseAllowOther": false,
"IPFS": "/ipfs",
"IPNS": "/ipns",
"MFS": "/mfs"
},
"Peering": {
"Peers": null
},
"Pinning": {
"RemoteServices": {}
},
"Plugins": {
"Plugins": null
},
"Provide": {
"DHT": {}
},
"Provider": {},
"Pubsub": {
"DisableSigning": false,
"Enabled": true,
"Router": ""
},
"Reprovider": {},
"Routing": {
"DelegatedRouters": [
"auto"
]
},
"Swarm": {
"AddrFilters": null,
"ConnMgr": {},
"DisableBandwidthMetrics": false,
"DisableNatPortMap": false,
"RelayClient": {},
"RelayService": {},
"ResourceMgr": {},
"Transports": {
"Multiplexers": {},
"Network": {},
"Security": {}
}
},
"Version": {}
}
Checklist
Installation method
dist.ipfs.tech or ipfs-update
Version
Config
{ "API": { "HTTPHeaders": { "Access-Control-Allow-Methods": [ "PUT", "POST", "GET" ], "Access-Control-Allow-Origin": [ "*" ], "Access-Control-Expose-Headers": [ "Accept-Ranges", "Content-Range", "Content-Length", "Content-Encoding" ] } }, "Addresses": { "API": "/ip4/127.0.0.1/tcp/5001", "Announce": [], "AppendAnnounce": [], "Gateway": "/ip4/127.0.0.1/tcp/8080", "NoAnnounce": [], "Swarm": [ "/ip4/0.0.0.0/tcp/4001", "/ip6/::/tcp/4001", "/ip4/0.0.0.0/udp/4001/webrtc-direct", "/ip4/0.0.0.0/udp/4001/quic-v1", "/ip4/0.0.0.0/udp/4001/quic-v1/webtransport", "/ip6/::/udp/4001/webrtc-direct", "/ip6/::/udp/4001/quic-v1", "/ip6/::/udp/4001/quic-v1/webtransport" ] }, "AutoConf": {}, "AutoNAT": {}, "AutoTLS": {}, "Bitswap": {}, "Bootstrap": [ "auto" ], "DNS": { "Resolvers": { ".": "auto" } }, "Datastore": { "BlockKeyCacheSize": null, "BloomFilterSize": 0, "GCPeriod": "1h", "HashOnRead": false, "Spec": { "mounts": [ { "mountpoint": "/blocks", "path": "blocks", "prefix": "flatfs.datastore", "shardFunc": "/repo/flatfs/shard/v1/next-to-last/2", "sync": false, "type": "flatfs" }, { "compression": "none", "mountpoint": "/", "path": "datastore", "prefix": "leveldb.datastore", "type": "levelds" } ], "type": "mount" }, "StorageGCWatermark": 90, "StorageMax": "10GB" }, "Discovery": { "MDNS": { "Enabled": true } }, "Experimental": { "FilestoreEnabled": false, "Libp2pStreamMounting": true, "OptimisticProvide": false, "OptimisticProvideJobsPoolSize": 0, "P2pHttpProxy": false, "UrlstoreEnabled": false }, "Gateway": { "AllowCodecConversion": null, "DeserializedResponses": null, "DisableHTMLErrors": null, "ExposeRoutingAPI": null, "HTTPHeaders": { "Access-Control-Allow-Methods": [ "GET", "HEAD", "OPTIONS" ], "Access-Control-Allow-Origin": [ "*" ], "Access-Control-Expose-Headers": [ "Accept-Ranges", "Content-Range", "Content-Length", "Content-Encoding" ] }, "NoDNSLink": false, "NoFetch": false, "PublicGateways": null, "RetrievalTimeout": "1m", "RootRedirect": "" }, "HTTPRetrieval": {}, "Identity": { "PeerID": "12D3KooWGxFPYRtYAUWhCst7SmUMcUwq4rBn4pzCUwexj8JUMEqr" }, "Import": { "BatchMaxNodes": null, "BatchMaxSize": null, "CidVersion": null, "FastProvideRoot": null, "FastProvideWait": null, "HashFunction": null, "UnixFSChunker": null, "UnixFSDAGLayout": null, "UnixFSDirectoryMaxLinks": null, "UnixFSFileMaxLinks": null, "UnixFSHAMTDirectoryMaxFanout": null, "UnixFSHAMTDirectorySizeEstimation": null, "UnixFSHAMTDirectorySizeThreshold": null, "UnixFSRawLeaves": null }, "Internal": {}, "Ipns": { "DelegatedPublishers": [ "auto" ], "RecordLifetime": "", "RepublishPeriod": "", "ResolveCacheSize": 128, "UsePubsub": true }, "Migration": {}, "Mounts": { "FuseAllowOther": false, "IPFS": "/ipfs", "IPNS": "/ipns", "MFS": "/mfs" }, "Peering": { "Peers": null }, "Pinning": { "RemoteServices": {} }, "Plugins": { "Plugins": null }, "Provide": { "DHT": {} }, "Provider": {}, "Pubsub": { "DisableSigning": false, "Enabled": true, "Router": "" }, "Reprovider": {}, "Routing": { "DelegatedRouters": [ "auto" ] }, "Swarm": { "AddrFilters": null, "ConnMgr": {}, "DisableBandwidthMetrics": false, "DisableNatPortMap": false, "RelayClient": {}, "RelayService": {}, "ResourceMgr": {}, "Transports": { "Multiplexers": {}, "Network": {}, "Security": {} } }, "Version": {} }Description
when i run
ipfs daemonas a systemd service, after a while it will crash with some memory related issue, the crash changes sometime, below i will attach every crash i have been able to saveipfs-crash1.txt
ipfs-crash2.txt