node icon indicating copy to clipboard operation
node copied to clipboard

Differences in the build_tags (pre-compiled/source) and upgrade documentation

Open activenodes opened this issue 4 years ago • 1 comments

There are differences of tags between compiled from source and pre-built binaries (v. 0.10.0x)

# akash version --long
name: akash
server_name: akash
version: 0.10.0
commit: af43b89e47e50bfeedcc35c7ee77229bd258ed0d
build_tags: netgo,ledger                            <--------
go: go version go1.15.7 linux/amd64

name: akash
server_name: akash
version: v0.10.0
commit: af43b89e47e50bfeedcc35c7ee77229bd258ed0d
build_tags: netgo,ledger,mainnet                    <--------
go: go version go1.15.7 linux/amd64
Pre-build version contains mainnet build tag

and the current upgrade guide "Akash Testnet Upgrade Instructions" suggest to compile from source

activenodes avatar Mar 04 '21 11:03 activenodes

Two options: A) add export MAINNET=true at step 6 (before make install) B) replace with wget pre-compiled / unpack / mv / etc.

activenodes avatar Mar 04 '21 12:03 activenodes