> <@pestdoktor:matrix.fentker.eu> hey, just installed ipfs and getting a weird issue: > ``` > ~> ipfs swarm peers > Error: this action must be run in online mode, try running 'ipfs daemon' first > ~> grep -F '"API": "' .ipfs/config > "API": "/ip4/127.0.0.1/tcp/5001", > ~> ipfs --api /ip4/127.0.0.1/tcp/5001 swarm peers | head -n 3 > /ip4/1.64.220.15/tcp/30415/p2p/QmNMhrADYEQWY41GtFEwEJGqe96uxDPdYjoSGYfi8o8SJD > /ip4/101.99.95.125/tcp/443/p2p/Qmeb3X55MaoKhZfYsUHFgkZWAz3ZFtQCQz6qiaEqamo7a2 > /ip4/104.131.131.82/udp/4001/quic/p2p/QmaCpDMGvV2BGHeYERUEnRQAwe3N8SzbUtfsmvsqQLuvuJ > ``` is the daemon running?