Bitcoin Forum
May 07, 2024, 04:53:31 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 [2] 3 4 »  All
  Print  
Author Topic: [ANN] [GOVM] High scalability, theoretical TPS can exceed 2 ^ 64, already online  (Read 2204 times)
~Trololoh~
Jr. Member
*
Offline Offline

Activity: 248
Merit: 7


View Profile
March 08, 2020, 12:12:37 AM
 #21

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.
The trust scores you see are subjective; they will change depending on who you have in your trust list.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715100811
Hero Member
*
Offline Offline

Posts: 1715100811

View Profile Personal Message (Offline)

Ignore
1715100811
Reply with quote  #2

1715100811
Report to moderator
1715100811
Hero Member
*
Offline Offline

Posts: 1715100811

View Profile Personal Message (Offline)

Ignore
1715100811
Reply with quote  #2

1715100811
Report to moderator
lengzhao (OP)
Jr. Member
*
Offline Offline

Activity: 48
Merit: 1


View Profile WWW
March 08, 2020, 04:24:54 AM
 #22

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/
lengzhao (OP)
Jr. Member
*
Offline Offline

Activity: 48
Merit: 1


View Profile WWW
March 08, 2020, 02:43:25 PM
 #23


Hello, why i cant add node ?  Angry

Can you tell me where you are?
The current node is on Alibaba cloud in China.
lengzhao (OP)
Jr. Member
*
Offline Offline

Activity: 48
Merit: 1


View Profile WWW
March 08, 2020, 03:21:37 PM
 #24


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")
~Trololoh~
Jr. Member
*
Offline Offline

Activity: 248
Merit: 7


View Profile
March 08, 2020, 03:43:29 PM
 #25

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
ootssa
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
March 08, 2020, 03:49:20 PM
 #26

Discord? Smiley
lengzhao (OP)
Jr. Member
*
Offline Offline

Activity: 48
Merit: 1


View Profile WWW
March 08, 2020, 03:50:34 PM
 #27


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
Cryptpogz1
Jr. Member
*
Offline Offline

Activity: 210
Merit: 7


View Profile
March 08, 2020, 03:55:39 PM
 #28

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?
lengzhao (OP)
Jr. Member
*
Offline Offline

Activity: 48
Merit: 1


View Profile WWW
March 08, 2020, 04:02:46 PM
 #29

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

You can try "sudo ./govm"
hsb
Newbie
*
Offline Offline

Activity: 20
Merit: 0


View Profile
March 08, 2020, 04:09:29 PM
 #30

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

I'm sorry, my home computer and Alibaba Cloud aren't connected to 45.63.121.14

Vultr Node's IP is mostly blocked by the china firewall。
lengzhao (OP)
Jr. Member
*
Offline Offline

Activity: 48
Merit: 1


View Profile WWW
March 08, 2020, 04:15:54 PM
 #31

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?


I'm sorry, but we're limited at the moment. This ANN is really ugly.
We'll optimize it when we have someone to follow up with.
We are currently promoting the forum mainly in China, mainly through Wechat.
~Trololoh~
Jr. Member
*
Offline Offline

Activity: 248
Merit: 7


View Profile
March 08, 2020, 05:43:30 PM
Merited by xandry (1)
 #32

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

You can try "sudo ./govm"
As I wrote :
"(runnning sudo does not help)"
It solves permission problem but does not solve error 2.
What is error 2 ?

sudo ./start.sh creates following error with dbase :

Code:
./database
2020/03/08 17:58:41 service version: v1.0.3
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x60 pc=0x7c24f6]

goroutine 5 [running]:
github.com/lengzhao/database/server.(*TDb).Set(0xc0001182a0, 0xc00007c050, 0xc0000241e4, 0x0, 0x0)
/home/pat/Desktop/New folder/govm/database/server/server.go:106 +0x46
reflect.Value.call(0xc0000b6a20, 0xc0000b4660, 0x13, 0x8a042b, 0x4, 0xc00005ff08, 0x3, 0x3, 0x0, 0x0, ...)
/usr/local/go/src/reflect/value.go:460 +0x8ab
reflect.Value.Call(0xc0000b6a20, 0xc0000b4660, 0x13, 0xc00004e708, 0x3, 0x3, 0x0, 0x0, 0x0)
/usr/local/go/src/reflect/value.go:321 +0xb4
net/rpc.(*service).call(0xc0000cd9c0, 0xc0000b8140, 0xc000182050, 0xc000182060, 0xc000112580, 0xc00018a080, 0x7f2c40, 0xc00007c050, 0x16, 0x7f0280, ...)
/usr/local/go/src/net/rpc/server.go:377 +0x17f
created by net/rpc.(*Server).ServeCodec
/usr/local/go/src/net/rpc/server.go:474 +0x42b

Sollution :
sudo ./dbase
sudo ./start.sh

Status :
Connected and syncing.  Cheesy
dquancey
Hero Member
*****
Offline Offline

Activity: 587
Merit: 500


View Profile
March 10, 2020, 09:21:47 AM
 #33

Is there a Discord/Telegram?
lengzhao (OP)
Jr. Member
*
Offline Offline

Activity: 48
Merit: 1


View Profile WWW
March 10, 2020, 09:52:01 AM
 #34

Is there a Discord/Telegram?

I'm sorry, we don't have Discord/Telegram
dquancey
Hero Member
*****
Offline Offline

Activity: 587
Merit: 500


View Profile
March 10, 2020, 10:25:07 AM
 #35

Is there a Discord/Telegram?

I'm sorry, we don't have Discord/Telegram

Think will be good to set one up, helps people troublshooting etc.
~Trololoh~
Jr. Member
*
Offline Offline

Activity: 248
Merit: 7


View Profile
March 10, 2020, 01:16:18 PM
 #36

@lengzhao
I tried to sync but too slow.
You really need to fix this or make chain/bootstrap file.
Also :
-This project is already 5 months old so most of China is already in the game.
-More hash gives more rewards which is the same old deal as always :
Only for big miners.
dquancey
Hero Member
*****
Offline Offline

Activity: 587
Merit: 500


View Profile
March 10, 2020, 01:21:27 PM
 #37

Can a snapshot of the database be hosted and copied from one machine to another?

It takes a full day or so to sync and if the chain can be hosted somewhere, it'd enable more users to get involved.
CountCryptula
Newbie
*
Offline Offline

Activity: 87
Merit: 0


View Profile WWW
March 11, 2020, 04:00:50 PM
 #38

Discord please for English users

sync takes forever - but mining works automatically when done
lengzhao (OP)
Jr. Member
*
Offline Offline

Activity: 48
Merit: 1


View Profile WWW
March 11, 2020, 04:43:53 PM
Merited by xandry (1)
 #39

Can a snapshot of the database be hosted and copied from one machine to another?

It takes a full day or so to sync and if the chain can be hosted somewhere, it'd enable more users to get involved.

software with data:http://govm.net/dl/govm_win.tar.gz
1. install golang and git, restart computer
2. download govm_win.tar.gz
3. right-hand button, "Git Bash Here"
4. tar -zcvf govm_win.tar.gz
5. cd govm_win/govm_database/
6. ./upgrade.sh
7. start database: ./install.sh
    success: "result: 1"
    fail: "Access is denied." ,direct run database.exe
8. cd ../govm
9. ./upgrade.sh
10. cd ./tools/rebuild/
11. go build
12. cd ../../
13. ./tools/rebuild/rebuild.exe
14. ./start.sh
15. browser open http://127.0.0.1:9090
dquancey
Hero Member
*****
Offline Offline

Activity: 587
Merit: 500


View Profile
March 11, 2020, 04:45:36 PM
 #40

Can a snapshot of the database be hosted and copied from one machine to another?

It takes a full day or so to sync and if the chain can be hosted somewhere, it'd enable more users to get involved.

software with data:http://govm.net/dl/govm_win.tar.gz
1. install golang and git, restart computer
2. download govm_win.tar.gz
3. right-hand button, "Git Bash Here"
4. tar -zcvf govm_win.tar.gz
5. cd govm_win/govm_database/
6. ./upgrade.sh
7. start database: ./install.sh
    success: "result: 1"
    fail: "Access is denied." ,direct run database.exe
8. cd ../govm
9. ./upgrade.sh
10. cd ./tools/rebuild/
11. go build
12. cd ../../
13. ./tools/rebuild/rebuild.exe
14. ./start.sh
15. browser open http://127.0.0.1:9090

Wish I had this 3 days ago. Thank you.
Pages: « 1 [2] 3 4 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!