
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
ipfs-node-restart
Advanced tools
Reconnects/Restarts your node automatically if you are offline.
Options:
-i, --interval Scan Interval [number] [default: 1000]
-b, --binary Path to IPFS binary [string] [default: "ipfs"]
-r, --restart Allow restart [boolean] [default: false]
-s, --restart-script Path to restart script [string] [default: ""]
-m, --min-nodes Minimum nodes online [number] [default: 4]
-p, --path Path to IPFS repo [string] [default: "/home/user/.ipfs"]
-h, --help Show help [boolean]
Copyright (C) 2015 Maciej Krüger
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Start the IPFS Daemon as background - the application will wait for the script to exit
screen):screen -X -S ipfs quit
screen -dmS ipfs ipfs daemon
waitfor() {
curl $1 --connect-timeout 1 -m 1 -s 2>/dev/null > /dev/null
if [ $? -ne 0 ]; then
waitfor $1
fi
}
waitfor "localhost:5001/webui"
FAQs
Reconnects/Restarts your node if you are offline
We found that ipfs-node-restart demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.