Pages:
Author

Topic: [ANN] [GOVM] High scalability, theoretical TPS can exceed 2 ^ 64, already online - page 3. (Read 2211 times)

jr. member
Activity: 210
Merit: 7
Intresting project, did u consider making a better ANN (with photos and what not) it will def be better than just bunch of lignes (no offense) good luck anyway, btw do u guys have any social media ? are u active on any platform besides bitcointalk?
jr. member
Activity: 48
Merit: 1

Hello, why i cant add node ?  Angry

Can you tell me where you are?
The current node is on Alibaba cloud in China.
I am running with vps vultr location japan.

Can you give me the IP and node ID, I will connect you node.
Node ID: govm/conf/node_key.dat, open by text, get the address_str
such as: ("address_str":"0123e458c99a84a6b0eae8e48b9789e95242bd18cc712d41")
My Ip: 45.63.121.14
node_ke.dat : address_str":"016b218a6bd9aad6276449b9c28e0cb93bdcd63c957dbf30

I'm sorry, my home computer and Alibaba Cloud aren't connected to 45.63.121.14
brand new
Activity: 0
Merit: 0
https://imgur.com/a/NLrw9bA
Hello, why i cant add node ?  Angry

Can you tell me where you are?
The current node is on Alibaba cloud in China.
I am running with vps vultr location japan.

Can you give me the IP and node ID, I will connect you node.
Node ID: govm/conf/node_key.dat, open by text, get the address_str
such as: ("address_str":"0123e458c99a84a6b0eae8e48b9789e95242bd18cc712d41")
My Ip: 45.63.121.14
node_ke.dat : address_str":"016b218a6bd9aad6276449b9c28e0cb93bdcd63c957dbf30
newbie
Activity: 2
Merit: 0
jr. member
Activity: 248
Merit: 7
Next problem :
(runnning sudo does not help)

Code:
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
brand new
Activity: 0
Merit: 0
https://imgur.com/a/NLrw9bA
Hello, why i cant add node ?  Angry

Can you tell me where you are?
The current node is on Alibaba cloud in China.
I am running with vps vultr location japan.
jr. member
Activity: 48
Merit: 1

Hello, why i cant add node ?  Angry

Can you tell me where you are?
The current node is on Alibaba cloud in China.
I am running with vps vultr location japan.

Can you give me the IP and node ID, I will connect you node.
Node ID: govm/conf/node_key.dat, open by text, get the address_str
such as: ("address_str":"0123e458c99a84a6b0eae8e48b9789e95242bd18cc712d41")
jr. member
Activity: 48
Merit: 1

Hello, why i cant add node ?  Angry

Can you tell me where you are?
The current node is on Alibaba cloud in China.
brand new
Activity: 0
Merit: 0
jr. member
Activity: 48
Merit: 1
Code:
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$

Failed on ubuntu 19.


request golang version >= 1.13  https://golang.org/dl/
jr. member
Activity: 248
Merit: 7
Code:
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:
...
 

Failed on ubuntu 19.

Problem solved.
Just compiled the bins.
jr. member
Activity: 46
Merit: 1
It takes ages to sync. Any way to speed up the process?

I'm sorry, but there's no way to speed this up.
Because it is an account system, each block needs to be processed, so the speed is slower.
It is not good at all  Cry May be you should think about the way to speed up sync. For exhample to sync blockchain from the end, like in TERA?
jr. member
Activity: 248
Merit: 7
Code:
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$

Failed on ubuntu 19.
jr. member
Activity: 48
Merit: 1
It takes ages to sync. Any way to speed up the process?

I'm sorry, but there's no way to speed this up.
Because it is an account system, each block needs to be processed, so the speed is slower.
jr. member
Activity: 48
Merit: 1
the first chain have 228664 blocks. The processed data size is about 2G. The system is account type, so each block needs to be processed.

Thanks, and roughly how much time should it take to sync from scratch on average PC?

Ordinary disk, about two days.Solid state drive, about one day.
jr. member
Activity: 46
Merit: 1
It takes ages to sync. Any way to speed up the process?
newbie
Activity: 31
Merit: 0
the first chain have 228664 blocks. The processed data size is about 2G. The system is account type, so each block needs to be processed.

Thanks, and roughly how much time should it take to sync from scratch on average PC?
jr. member
Activity: 207
Merit: 5
Quote

That's because of the clearance issues. You can run the database.exe, do not register to become a service.

Just double click database.exe, not double click install.sh?

how to know that it's synced?
jr. member
Activity: 48
Merit: 1
Sync is slow, is there a bootstrap or a way to speed it up?

How big is the chain in total currently?

the first chain have 228664 blocks. The processed data size is about 2G. The system is account type, so each block needs to be processed.
newbie
Activity: 31
Merit: 0
Sync is slow, is there a bootstrap or a way to speed it up?

How big is the chain in total currently?
Pages:
Jump to: