docs icon indicating copy to clipboard operation
docs copied to clipboard

how build kaspa coin

Open vnxz opened this issue 1 year ago • 2 comments

i follow kaspa documentation to build kaspa but failed here is all files list in kaspad

ubuntu@ip-172-31-82-102:~/kaspad$ ls
CODE_OF_CONDUCT.md  LICENSE    app                changelog.txt  doc.go  domain  go.sum          main.go          testing  version
CONTRIBUTING.md     README.md  build_and_test.sh  cmd            docker  go.mod  infrastructure  stability-tests  util

how to build kaspad ?? when i use this

 go install . ./cmd/...go

it show error

go: warning: "./cmd/...go" matched no packages
# github.com/kaspanet/go-muhash
../go/pkg/mod/github.com/kaspanet/[email protected]/muhash.go:76:14: undefined: num3072
../go/pkg/mod/github.com/kaspanet/[email protected]/muhash.go:77:14: undefined: num3072
../go/pkg/mod/github.com/kaspanet/[email protected]/muhash.go:97:16: undefined: oneNum3072
../go/pkg/mod/github.com/kaspanet/[email protected]/muhash.go:98:16: undefined: oneNum3072
../go/pkg/mod/github.com/kaspanet/[email protected]/muhash.go:121:39: undefined: num3072
../go/pkg/mod/github.com/kaspanet/[email protected]/muhash.go:133:42: undefined: num3072
../go/pkg/mod/github.com/kaspanet/[email protected]/muhash.go:205:38: undefined: num3072
../go/pkg/mod/github.com/kaspanet/[email protected]/muhash.go:223:75: undefined array length elementWordSize or missing type constraint
../go/pkg/mod/github.com/kaspanet/[email protected]/muhash.go:223:91: undefined: word
../go/pkg/mod/github.com/kaspanet/[email protected]/uint3072.go:9:12: undefined: elementWordSize
../go/pkg/mod/github.com/kaspanet/[email protected]/muhash.go:98:16: too many errors

can someone show me guide for build

vnxz avatar Mar 30 '23 15:03 vnxz