github.com/deroproject/derosuite@v2.1.6-1.0.20200307070847-0f2e589c7a2b+incompatible/build/Readme.md (about) 1 1] ### DERO Installation, https://github.com/deroproject/wiki/wiki#dero-installation 2 3 DERO is written in golang and very easy to install both from source and binary. 4 Installation From Source: 5 Install Golang, minimum Golang 1.10.3 required. 6 In go workspace: go get -u github.com/deroproject/derosuite/... 7 Check go workspace bin folder for binaries. 8 For example on Linux machine following binaries will be created: 9 derod-linux-amd64 -> DERO daemon. 10 dero-wallet-cli-linux-amd64 -> DERO cmdline wallet. 11 explorer-linux-amd64 -> DERO Explorer. Yes, DERO has prebuilt personal explorer also for advance privacy users. 12 13 Installation From Binary 14 Download DERO binaries for ARM, INTEL, MAC platform and Windows, Mac, FreeBSD, OpenBSD, Linux etc. operating systems. 15 https://github.com/deroproject/derosuite/releases 16 17 2] ### Running DERO Daemon 18 ./derod-linux-amd64 19 20 3] ### Running DERO Wallet (Use local or remote daemon) 21 ./dero-wallet-cli-linux-amd64 --remote 22 https://wallet.dero.io [Web wallet] 23 24 4] ### DERO Mining Quickstart 25 Run miner with wallet address and no. of threads based on your CPU. 26 ./dero-miner --mining-threads 4 --daemon-rpc-address=http://explorer.dero.io:20206 --wallet-address dERoXHjNHFBabzBCQbBDSqbkLURQyzmPRCLfeFtzRQA3NgVfU4HDbRpZQUKBzq59QU2QLcoAviYQ59FG4bu8T9pZ1woERqciSL 27 28 NOTE: Miners keep your system clock sync with NTP etc. 29 Eg on linux machine: ntpdate pool.ntp.org 30 For details visit http://wiki.dero.io