Pages:
Author

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

jr. member
Activity: 48
Merit: 1
v0.4.3:
Performance optimization:Reduce disk reads and writes
Optimize data formatting for contracts
jr. member
Activity: 48
Merit: 1
add a new coin unit. "tc": 1tc = 1000t9. C in hexadecimal is equal to 12 in decimal
jr. member
Activity: 48
Merit: 1
Through consensus, the system empowers everyone to fine-tune system parameters through tokens (fine adjustment of block size and block time interval, etc.), making it a dynamic and more in line with the public's wishes. To some extent, hard forks due to contradictions can be avoided.
The purpose of the project is to create a unified service platform, which is convenient to be applied on the chain, and the data on the chain can be shared and integrated to generate more valuable data, while ensuring the reliability and authenticity of the data.
newbie
Activity: 87
Merit: 0
Set up an unofficial Discord server: https://discord.gg/u3wYFkD



@lengzhao   please join the discord group. The english speaking and other users need updates from the team and more information on the project
thanks
newbie
Activity: 2
Merit: 0
jr. member
Activity: 48
Merit: 1
What do we do with the config to be able to externally reach http ? (with external IP)

By default, no password is required for transfers. For security, the default listening address is the local address.
You can chage the code in main.go
  addr := fmt.Sprintf("127.0.0.1:%d", c.HTTPPort) ==> addr := fmt.Sprintf(":%d", c.HTTPPort)
then rebuild by cmd: go build
[warning] Anyone can transfer your account via the network.
newbie
Activity: 7
Merit: 0
What do we do with the config to be able to externally reach http ? (with external IP)
hero member
Activity: 587
Merit: 500
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.
jr. member
Activity: 48
Merit: 1
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
newbie
Activity: 87
Merit: 0
Discord please for English users

sync takes forever - but mining works automatically when done
hero member
Activity: 587
Merit: 500
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.
jr. member
Activity: 248
Merit: 7
@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.
hero member
Activity: 587
Merit: 500
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.
jr. member
Activity: 48
Merit: 1
Is there a Discord/Telegram?

I'm sorry, we don't have Discord/Telegram
hero member
Activity: 587
Merit: 500
Is there a Discord/Telegram?
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

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
jr. member
Activity: 48
Merit: 1
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.
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

I'm sorry, my home computer and Alibaba Cloud aren't connected to 45.63.121.14
So can you suggest what location running fine for me please, i will change my vps location.
hsb
newbie
Activity: 20
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

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。
jr. member
Activity: 48
Merit: 1
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"
Pages:
Jump to: