Jump to content

Search the Community

Showing results for tags 'resolving'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • News & Announcements
    • BlockForums Announcements
    • Denarius Announcements
    • Kronos Wallet Announcements
    • The Crypto News Feed
  • Cryptocurrency Discussions
    • Cryptocurrencies
    • Altcoin Announcements
    • General Discussion
    • Tutorials & Help
  • Denarius Discussions
    • General Discussion
    • Tutorials & Help
    • Marketing & PR
    • Development
    • Mining & Staking
    • Trading & Exchanges
    • Marketplace
  • Programming & Design
    • Development QA
    • Design QA
  • Gaming
    • Bot Downloads & Discussion
    • Gaming Discussion
  • Classifieds
    • Buy Sell and Trade
  • Other Discussions
    • Element 115
    • The Lounge
    • Hardware & IoT
    • Tutorials & Guides
    • Domains & Hosting

Product Groups

There are no results to display.

Calendars

  • Community Calendar

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


About Me


BTC Address

Found 1 result

  1. sudo apt install wget curl git build-essential wget https://golang.org/dl/go1.15.7.linux-amd64.tar.gz tar -C /usr/local -xzf go1.15.7.linux-amd64.tar.gz export PATH=$PATH:/usr/local/go/bin go version git clone https://github.com/carsenk/go-ipfs cd go-ipfs make build cp /cmd/ipfs/ipfs /usr/bin/ipfs ipfs init sudo nano /etc/systemd/system/ipfs.service Goes inside ipfs.service ~ [Unit] Description=IPFS Daemon [Service] ExecStart=/usr/bin/ipfs daemon --enable-namesys-pubsub User=root Restart=always LimitNOFILE=10240 [Install] WantedBy=multi-user.target Then just reload and enable ipfs sudo systemctl daemon-reload sudo systemctl enable ipfs sudo systemctl start ipfs
×
×
  • Create New...