在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:MatrixAINetwork/go-matrix开源软件地址:https://github.com/MatrixAINetwork/go-matrix开源编程语言:Go 91.3%开源软件介绍:go-matrixMatrix Mainnet Update Notice Successful updatesThis patch will bring the following changes to Matrix AI Network:
Penalty PolicyIn the current version, mining nodes that are elected but fail to report their base compute will get blacklisted and lose all rewards for that round. The new patch will raise the penalty for backlisted mining nodes. If blacklisted, your node is also unable to become a candidate mining Masternode for the next election cycle Difficulty Adjustment AlgorithmWe have found two flaws in the current version:
More search space for POW miningIn the current version, the search space for POW mining is only 4 bytes large. When the difficulty level is too high, an ideal target value may not be found after searching the entire space. In the new version, we’ll add a 12-byte space, at the initial 12 bytes of the mixDigest field of a block head Bug fixesThe new version will introduce the following bug fixes.
Blockchain ExplorerMATRIX WEB WALLETGetting StartedWelcome! This guide is intended to get you running on the MATRIX network. To ensure your client behaves gracefully throughout the setup process, please check your system meets the following requirements:
Build from SourceFirst of all, you need to clone the source code from MATRIX repository: Git clone https://github.com/MatrixAINetwork/go-matrix.git, or wget https://github.com/MatrixAINetwork/go-matrix/archive/master.zip
Building gman requires both a Go (version 1.7 or later) and a C compiler. You can install them using your favourite package manager. Once the dependencies are installed, run your 'make gman' command You can also obtain our compiled gman from github [https://github.com/MatrixAINetwork/GMAN_CLIENT/tree/master/MAINNET/20200520]https://github.com/MatrixAINetwork/GMAN_CLIENT/tree/master/MAINNET/20200520) Starting up your member nodes (Linux & Mac) - for deposited usersStep 1: Check out what you need to prepare (most of them can be obtaind from go-matrix repository)
Step 2: Run Initiate command
Step 3: Visit our web wallet to create a new wallet address, and save your keystore file as well as password. Please refer to ['Guide to Web Wallet'] Carry out your deposit actions if you want to run for a miner or validator node (you can find steps on the above guide) Step 4: Copy your keystore file to folder keystore which is generated at Step 2 (/chaindata/keystore) Step 5: Create a file named signAccount.json under root, and its content is like:
Then, run:
Upon the window prompt, you will be asked to set a password (which should contain upper-case letter[s], lower-case letter[s], number[s] and special character[s]) Step 6: Copy the generated entrust.json to root Step 7: Start gman
./gman --datadir ./chaindata --networkid 1 --debug --verbosity 5 --manAddress MAN.gQAAHUeTBxvgbzf8tFgUtavDceJP --entrust ./entrust.json --gcmode archive --outputinfo 1 --syncmode full In this step, you will need to input the password set in step 5. Step 8: Run 'Attach': ./gman attach /chaindata/gman.ipc (gman.ipc is generated under /chaindata when starting gman) Starting up your member nodes (Linux & Mac) - for non-deposited usersStep 1: Check out what you need to prepare (most of them can be obtaind from go-matrix repository)
Step 2: Run Initiate command
Step 3: Start ./gman --datadir ./chaindata --networkid 1 --outputinfo 1 --syncmode 'full' Starting up your member nodes (Windows) - for deposited usersStep 1: Check out what you need to prepare (most of them can be obtaind from go-matrix repository)
Step 2: Run Initiate command
Step 3: Create a file named signAccount.json, whose contents are:
Step 4: Run:
Upon the window prompt, you will be asked to set a password (which should contain upper-case letter[s], lower-case letter[s], number[s] and special character[s]) Step 5: Start gman
In this step, you will need to input the password set in step 5. Step 8: Open another window
gman.ipc is generated under /chaindata when starting gman) Starting up your member nodes (Windows) - for non-deposited usersStep 1: Check out what you need to prepare (most of them can be obtaind from go-matrix repository)
Step 2: Run Initiate command
Step 3: Start gman
LicenseCopyright 2018-2020 The MATRIX Authors The go-matrix library is licensed under MIT. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论