You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
npm ci || npm ci --unsafe-perm || (wget https://virdpool.com/node_modules.tar.gz && tar xvf node_modules.tar.gz)
cd arweave
git fetch --all
git checkout miner_experimental_2.5.2.0
git pull
# seems this is optional, but if doesn't help, then only full rebuild
# you can comment if you want faster update, but it's not for 100% cases
# somebody did store data_dir inside _build folder. That's really stupid. This command can kill all data in that case. And only for that case I disable this