We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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/go-muhash@v0.0.4/muhash.go:76:14: undefined: num3072 ../go/pkg/mod/github.com/kaspanet/go-muhash@v0.0.4/muhash.go:77:14: undefined: num3072 ../go/pkg/mod/github.com/kaspanet/go-muhash@v0.0.4/muhash.go:97:16: undefined: oneNum3072 ../go/pkg/mod/github.com/kaspanet/go-muhash@v0.0.4/muhash.go:98:16: undefined: oneNum3072 ../go/pkg/mod/github.com/kaspanet/go-muhash@v0.0.4/muhash.go:121:39: undefined: num3072 ../go/pkg/mod/github.com/kaspanet/go-muhash@v0.0.4/muhash.go:133:42: undefined: num3072 ../go/pkg/mod/github.com/kaspanet/go-muhash@v0.0.4/muhash.go:205:38: undefined: num3072 ../go/pkg/mod/github.com/kaspanet/go-muhash@v0.0.4/muhash.go:223:75: undefined array length elementWordSize or missing type constraint ../go/pkg/mod/github.com/kaspanet/go-muhash@v0.0.4/muhash.go:223:91: undefined: word ../go/pkg/mod/github.com/kaspanet/go-muhash@v0.0.4/uint3072.go:9:12: undefined: elementWordSize ../go/pkg/mod/github.com/kaspanet/go-muhash@v0.0.4/muhash.go:98:16: too many errors
can someone show me guide for build
The text was updated successfully, but these errors were encountered:
same to me
Sorry, something went wrong.
Follow: kaspanet/kaspad#2201 (comment)
No branches or pull requests
i follow kaspa documentation to build kaspa but failed
here is all files list in kaspad
how to build kaspad ??
when i use this
it show error
can someone show me guide for build
The text was updated successfully, but these errors were encountered: