It was the Bitcointalk forum that inspired us to create Bitcointalksearch.org - Bitcointalk is an excellent site that should be the default page for anybody dealing in cryptocurrency, since it is a virtual gold-mine of data. However, our experience and user feedback led us create our site; Bitcointalk's search is slow, and difficult to get the results you need, because you need to log in first to find anything useful - furthermore, there are rate limiters for their search functionality.
The aim of our project is to create a faster website that yields more results and faster without having to create an account and eliminate the need to log in - your personal data, therefore, will never be in jeopardy since we are not asking for any of your data and you don't need to provide them to use our site with all of its capabilities.
We created this website with the sole purpose of users being able to search quickly and efficiently in the field of cryptocurrency so they will have access to the latest and most accurate information and thereby assisting the crypto-community at large.
peter@ubuntu:~/Desktop/New folder/govm$ ./start.sh
start govm. you can use "Ctrl + c" to exit
Sun 08 Mar 2020 04:37:45 PM CET
2020/03/08 16:37:46 software version:v0.3.9,build time:,git head:
2020/03/08 16:37:46 fail to open file(ldb): db_dir/reliability.db open db_dir/reliability.db: permission denied
2020/03/08 16:37:46 fail to open ldb,reliability.db
error,2
Enter to exit
ZZZ@ubuntu:~/Desktop/New folder/govm$ go build
main.go:12:2: cannot find package "github.com/lengzhao/govm/api" in any of:
/usr/lib/go-1.10/src/github.com/lengzhao/govm/api (from $GOROOT)
/home/zzz/go/src/github.com/lengzhao/govm/api (from $GOPATH)
main.go:13:2: cannot find package "github.com/lengzhao/govm/conf" in any of:
/usr/lib/go-1.10/src/github.com/lengzhao/govm/conf (from $GOROOT)
/home/zzz/go/src/github.com/lengzhao/govm/conf (from $GOPATH)
main.go:14:2: cannot find package "github.com/lengzhao/govm/database" in any of:
/usr/lib/go-1.10/src/github.com/lengzhao/govm/database (from $GOROOT)
/home/zzz/go/src/github.com/lengzhao/govm/database (from $GOPATH)
main.go:15:2: cannot find package "github.com/lengzhao/govm/handler" in any of:
/usr/lib/go-1.10/src/github.com/lengzhao/govm/handler (from $GOROOT)
/home/zzz/go/src/github.com/lengzhao/govm/handler (from $GOPATH)
main.go:16:2: cannot find package "github.com/lengzhao/govm/wallet" in any of:
/usr/lib/go-1.10/src/github.com/lengzhao/govm/wallet (from $GOROOT)
/home/zzz/go/src/github.com/lengzhao/govm/wallet (from $GOPATH)
main.go:17:2: cannot find package "github.com/lengzhao/libp2p/crypto" in any of:
/usr/lib/go-1.10/src/github.com/lengzhao/libp2p/crypto (from $GOROOT)
/home/zzz/go/src/github.com/lengzhao/libp2p/crypto (from $GOPATH)
main.go:18:2: cannot find package "github.com/lengzhao/libp2p/network" in any of:
/usr/lib/go-1.10/src/github.com/lengzhao/libp2p/network (from $GOROOT)
/home/zzz/go/src/github.com/lengzhao/libp2p/network (from $GOPATH)
main.go:19:2: cannot find package "github.com/lengzhao/libp2p/plugins" in any of:
/usr/lib/go-1.10/src/github.com/lengzhao/libp2p/plugins (from $GOROOT)
/home/zzz/go/src/github.com/lengzhao/libp2p/plugins (from $GOPATH)
main.go:20:2: cannot find package "gopkg.in/natefinch/lumberjack.v2" in any of:
/usr/lib/go-1.10/src/gopkg.in/natefinch/lumberjack.v2 (from $GOROOT)
/home/zzz/go/src/gopkg.in/natefinch/lumberjack.v2 (from $GOPATH)
ZZZ@ubuntu:~/Desktop/New folder/govm$
ZZZ@ubuntu:~/Desktop/New folder/govm$ go build
main.go:12:2: cannot find package "github.com/lengzhao/govm/api" in any of:
/usr/lib/go-1.10/src/github.com/lengzhao/govm/api (from $GOROOT)
/home/zzz/go/src/github.com/lengzhao/govm/api (from $GOPATH)
main.go:13:2: cannot find package "github.com/lengzhao/govm/conf" in any of:
...
ZZZ@ubuntu:~/Desktop/New folder/govm$ go build
main.go:12:2: cannot find package "github.com/lengzhao/govm/api" in any of:
/usr/lib/go-1.10/src/github.com/lengzhao/govm/api (from $GOROOT)
/home/zzz/go/src/github.com/lengzhao/govm/api (from $GOPATH)
main.go:13:2: cannot find package "github.com/lengzhao/govm/conf" in any of:
/usr/lib/go-1.10/src/github.com/lengzhao/govm/conf (from $GOROOT)
/home/zzz/go/src/github.com/lengzhao/govm/conf (from $GOPATH)
main.go:14:2: cannot find package "github.com/lengzhao/govm/database" in any of:
/usr/lib/go-1.10/src/github.com/lengzhao/govm/database (from $GOROOT)
/home/zzz/go/src/github.com/lengzhao/govm/database (from $GOPATH)
main.go:15:2: cannot find package "github.com/lengzhao/govm/handler" in any of:
/usr/lib/go-1.10/src/github.com/lengzhao/govm/handler (from $GOROOT)
/home/zzz/go/src/github.com/lengzhao/govm/handler (from $GOPATH)
main.go:16:2: cannot find package "github.com/lengzhao/govm/wallet" in any of:
/usr/lib/go-1.10/src/github.com/lengzhao/govm/wallet (from $GOROOT)
/home/zzz/go/src/github.com/lengzhao/govm/wallet (from $GOPATH)
main.go:17:2: cannot find package "github.com/lengzhao/libp2p/crypto" in any of:
/usr/lib/go-1.10/src/github.com/lengzhao/libp2p/crypto (from $GOROOT)
/home/zzz/go/src/github.com/lengzhao/libp2p/crypto (from $GOPATH)
main.go:18:2: cannot find package "github.com/lengzhao/libp2p/network" in any of:
/usr/lib/go-1.10/src/github.com/lengzhao/libp2p/network (from $GOROOT)
/home/zzz/go/src/github.com/lengzhao/libp2p/network (from $GOPATH)
main.go:19:2: cannot find package "github.com/lengzhao/libp2p/plugins" in any of:
/usr/lib/go-1.10/src/github.com/lengzhao/libp2p/plugins (from $GOROOT)
/home/zzz/go/src/github.com/lengzhao/libp2p/plugins (from $GOPATH)
main.go:20:2: cannot find package "gopkg.in/natefinch/lumberjack.v2" in any of:
/usr/lib/go-1.10/src/gopkg.in/natefinch/lumberjack.v2 (from $GOROOT)
/home/zzz/go/src/gopkg.in/natefinch/lumberjack.v2 (from $GOPATH)
ZZZ@ubuntu:~/Desktop/New folder/govm$