Bitcoin Forum
May 26, 2024, 05:53:53 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 2205 times)
gunray88
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
March 13, 2020, 11:09:50 AM
 #41

What do we do with the config to be able to externally reach http ? (with external IP)
lengzhao (OP)
Jr. Member
*
Offline Offline

Activity: 48
Merit: 1


View Profile WWW
March 13, 2020, 12:41:27 PM
 #42

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

Activity: 2
Merit: 0


View Profile
March 14, 2020, 07:42:34 PM
 #43

Set up an unofficial Discord server: https://discord.gg/u3wYFkD

CountCryptula
Newbie
*
Offline Offline

Activity: 87
Merit: 0


View Profile WWW
March 15, 2020, 03:56:33 PM
Last edit: March 17, 2020, 08:59:08 PM by CountCryptula
 #44

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

Activity: 48
Merit: 1


View Profile WWW
March 18, 2020, 06:54:35 AM
 #45

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

Activity: 48
Merit: 1


View Profile WWW
March 23, 2020, 11:51:39 AM
 #46

add a new coin unit. "tc": 1tc = 1000t9. C in hexadecimal is equal to 12 in decimal
lengzhao (OP)
Jr. Member
*
Offline Offline

Activity: 48
Merit: 1


View Profile WWW
March 31, 2020, 03:31:36 AM
 #47

v0.4.3:
Performance optimization:Reduce disk reads and writes
Optimize data formatting for contracts
lengzhao (OP)
Jr. Member
*
Offline Offline

Activity: 48
Merit: 1


View Profile WWW
April 07, 2020, 03:50:22 AM
 #48

v0.4.4
1. bug fix: Small probability of crash
2. Support automatic registration of miners
3. Supports external multi-core mining programs
http://govm.net/book/en/mine/windows.html#register-miner-automatically
lengzhao (OP)
Jr. Member
*
Offline Offline

Activity: 48
Merit: 1


View Profile WWW
April 10, 2020, 02:23:55 PM
 #49

Windows wallet with UI: http://govm.net/govm_wallet/govm_gui_windows_v0.1.0.zip
lengzhao (OP)
Jr. Member
*
Offline Offline

Activity: 48
Merit: 1


View Profile WWW
April 14, 2020, 06:44:12 AM
 #50

v0.4.5
1. Increase statistics
2. display FrozenCoins
3. display the number of blocks mined
lengzhao (OP)
Jr. Member
*
Offline Offline

Activity: 48
Merit: 1


View Profile WWW
May 20, 2020, 03:44:05 PM
 #51

I am developing a new consensus, which is expected to be completed in June, and should be able to restart technically in July (previously planned for August)
New white paper, after restarting, it will be updated to the official website.
lengzhao (OP)
Jr. Member
*
Offline Offline

Activity: 48
Merit: 1


View Profile WWW
June 05, 2020, 02:53:35 AM
 #52

https://govm-net.github.io/docs/en/mine/
This is the new tutorial
New mainnet, new node, new mining program
fonship
Full Member
***
Offline Offline

Activity: 893
Merit: 135


Bitcoin is not a currency or asset. Its a MOVEMENT


View Profile WWW
June 10, 2020, 04:25:57 AM
 #53

Posting updates from discord:
DPOS: Register as a DPOS node candidate and need to mortgage 5000 coins. The registration page will be opened next week, you can register as a dpos node candidate, and then you can let people vote for you.

Please upgrade node to v0.5.2
Found a new bug that will cause abnormal data synchronization

selling sushistake.com, send offers
lengzhao (OP)
Jr. Member
*
Offline Offline

Activity: 48
Merit: 1


View Profile WWW
June 13, 2020, 06:08:40 AM
 #54

Chain 2 successfully created

twitter: https://twitter.com/govm_net
telegram: https://t.me/govm_net
lengzhao (OP)
Jr. Member
*
Offline Offline

Activity: 48
Merit: 1


View Profile WWW
June 16, 2020, 08:59:59 AM
 #55

govm node v0.5.5
1. performance optimization: 2core 4G 50%CPU-70%CPU
2. enable change block size limit, block time interval
3. nodes page
Upgrade:
1. run upgrade.sh
2. delete conf/conf.json
3. copy conf/conf.bak.json conf/conf.json
4. If necessary, modify the configuration
5. run govm.exe
How to lower CPU usage(conf/conf.json):
1. one_conn_per_miner = true
2. identifying_code = false
3. save_log = false
4. verify_net_data = false
fonship
Full Member
***
Offline Offline

Activity: 893
Merit: 135


Bitcoin is not a currency or asset. Its a MOVEMENT


View Profile WWW
June 19, 2020, 03:36:03 AM
 #56

Vote for my Govm DPOS node and earn Govm for voting on chain 1 and chain 2 : 0122c242b136e50b6980674976184ae206e257963adb888a

selling sushistake.com, send offers
lengzhao (OP)
Jr. Member
*
Offline Offline

Activity: 48
Merit: 1


View Profile WWW
June 20, 2020, 06:24:43 AM
 #57

govm node v0.5.6
1. bug: Zero voting, no reset time, resulting in multiple voting rewards
how to fix:
1. Reset time after voting reward
2. According to the new code, reprocess blocks and transactions
3. Added 600govm to avoid transaction processing failure
how to upgrade
1. stop govm,database
2. delete database/db_dir
3. download database_v0.5.6_20200617.zip, unzip in the database folder
4. start database( install.sh)
5. run govm/upgrade.sh
6. run govm.exe
data:https://github.com/govm-net/govm/releases/tag/v0.5.6
fonship
Full Member
***
Offline Offline

Activity: 893
Merit: 135


Bitcoin is not a currency or asset. Its a MOVEMENT


View Profile WWW
June 22, 2020, 01:19:25 PM
 #58

govm node v0.5.7
1. Performance optimization
2. add statistics
the upgrade is optional, lower CPU usage.

selling sushistake.com, send offers
lengzhao (OP)
Jr. Member
*
Offline Offline

Activity: 48
Merit: 1


View Profile WWW
July 04, 2020, 03:52:02 AM
 #59

Set up an unofficial Discord server: https://discord.gg/u3wYFkD
Can you transfer ownership to me?
https://support.discord.com/hc/en-us/articles/216273938-How-do-I-transfer-server-ownership-
lengzhao (OP)
Jr. Member
*
Offline Offline

Activity: 48
Merit: 1


View Profile WWW
July 07, 2020, 03:58:40 AM
Last edit: July 07, 2020, 10:02:56 PM by lengzhao
 #60

new discord: https://discord.gg/tY67CUP
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!