From 3ed5758e8ff8a94aa6f8e1dedb9ad11bd2dc9c72 Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Mon, 1 Oct 2018 15:49:56 -0700 Subject: [PATCH] use badgerds experimental datastore --- ipfsd.run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipfsd.run b/ipfsd.run index 6c7cb83..32e02fd 100644 --- a/ipfsd.run +++ b/ipfsd.run @@ -12,7 +12,7 @@ export IPFS_PATH=/var/lib/ipfs if [[ ! -d $IPFS_PATH ]]; then mkdir -p $IPFS_PATH chown ipfs:ipfs $IPFS_PATH - chpst -u ipfs $IPFS init + chpst -u ipfs $IPFS init --profile=badgerds fi exec chpst -u ipfs $IPFS daemon