For a miner who has m nodes, the expected time of generating a block with the strategy that these m nodes mining for one address is longer than the expected time of generating a block with the strategy that these m nodes mining independently for m addresses.
Mining by luck is an important feature of this project. In mining, the advantage of luck is far greater than the advantage of capacity.
The two-phase-proof-of-capacity mechanism can effectively prevent the formation of mining pools.
Since the luck of different nodes vary greatly, the fork probability of the system is significantly reduced.
The luck cannot be predicted and controlled by miners in advance, the system is more fair than others.
Systemic risk changed from 51% hash power attack to 51% node attack. For attackers, this is more challenging.
Testnet launch:
. Windows/Linux wallet (testnet) release
. Miner (testnet) release
Application developer tools released.
Mainnet launch:
. Windows/Linux wallet (mainnet) release
. Miner (mainnet) release
. Explorer (mainnet) release
Promote the development of third-party applications.
64-BIT Windows GUI executables. learn more.
Downloadmd5sum:
64-BIT Linux console excutables. learn more.
Downloadmd5sum: f5027f677fcf6bb04c569160bcfa5a80
The Blockchain explorer for the luck2 testnet.
GoBlock size: 2MB.
Block generation rate: 120 seconds.
Total supply: 32,650,000.
Reward strategy: Decrease by 10% every two years
Initial reward: 1.05Luck/Block (1.00 for miner, 0.05 for developers).
Pre-mining: 50K for seeds and bounty.
One of the most exciting thing of blockchain is the developments of smart contract. The luckcoin project will support smart contracts.
Up to now, governments of various countries have not issued a complete legal system for blockchain projects. In the future, the possibility of countries expressly prohibiting token transactions cannot be completely ruled out.
2. Investment riskThe overall overestimation of the digital asset market will lead to increased investment risks. Please carefully decide whether to participate and avoid setting excessively high expected returns.
3. Technical risksAt present, open consensus projects are at risk of being attacked by networks, such as 51% attacks. Or there are other technical risks such as quantum attacks.
4. Other risksAt present, the token has the characteristics of anonymity and untraceability, and it is easy to become the possibility of criminal acts such as illegal asset transfer.
Since all mining nodes are now connected to the seed nodes, all messages are transfered through the seed nodes. With the gradual increase of network nodes, the transfer efficiency of seed nodes will continue to decline, which will affect the stable operation of mining nodes, especially for miners with multiple nodes. For miners with multiple nodes, it is recommended to deploy a transit node to connect to the seed nodes. The internal nodes directly interact with the transit node. If these nodes are on an intranet, this will greatly increase the message forwarding speed.
Start the wallet node directly, and connect directly to the seed nodes by default. If you want the node to connect to your own transit node by default, you need to specify in the command line parameter --bootnodes=lnode://[NODE_1]@[IP_1]:[PORT_1], where NODE_1 is your transit node ID, you need to use admin.nodeInfo to view it on the transit node. IP_1 is the IP of your transit node. If it is on the internal network, it is recommended to use the internal network IP. PORT_1 is the port of the transit node, which is 30009 by default. In the Linux system, you only need to add the command line parameter. Under windows system, you need to start your wallet node in command line terminal mode to specify the --bootnodes parameter. In order to confirm that you are indeed connected to your transit node, you can check the connection through the command admin.peers.