node
node copied to clipboard
Differences in the build_tags (pre-compiled/source) and upgrade documentation
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
Two options:
A) add export MAINNET=true at step 6 (before make install)
B) replace with wget pre-compiled / unpack / mv / etc.