Pages:
Author

Topic: [ANN][2POW] Luck - A new consensus algorithm to eliminate large mining pools - page 12. (Read 6551 times)

legendary
Activity: 2212
Merit: 1008
As for now I only know that Luck coins are given to community for making their work for Luck

the right word is for who is contribution to Luck project, i hope there is bounty on this forum in short time because this good project should get attentions from all member from this forum, signature bounty are very wonderfull right now if sherlock are wish to have any bounty in this groups.
copper member
Activity: 145
Merit: 0
well i saw there is premine about 300k luck, when the coin will be planned to use or will we have any bounty to promote the coin on this forum, because i dont think that people know enough about this coin, signature campaign is the best for now to spread about the luck coin to bitcointalk community like how idena coin did, i hope there is planned bounty in short time, ive seen the premine only has been used about 600 luck for the guys who contribute seeds.

I get some coins for articles also Cheesy
50 coins was spent for http://luckclock.xyz/    that was made by one of community member on Discord

well i dont know about this, dev is not really transparent where and when they are spending the premine, the premine is a key of project funding, if they distribute it without telling, i think investor will not look back on this project because what, they are using premine without community know and it could be that in the future they will sell and reduce the lucky price if it is listed on the exchange,I hope they can be more transparent with premine and notify every transaction that is used in the premine.



As for now I only know that Luck coins are given to community for making their work for Luck
legendary
Activity: 2212
Merit: 1008
well i saw there is premine about 300k luck, when the coin will be planned to use or will we have any bounty to promote the coin on this forum, because i dont think that people know enough about this coin, signature campaign is the best for now to spread about the luck coin to bitcointalk community like how idena coin did, i hope there is planned bounty in short time, ive seen the premine only has been used about 600 luck for the guys who contribute seeds.

I get some coins for articles also Cheesy
50 coins was spent for http://luckclock.xyz/    that was made by one of community member on Discord

well i dont know about this, dev is not really transparent where and when they are spending the premine, the premine is a key of project funding, if they distribute it without telling, i think investor will not look back on this project because what, they are using premine without community know and it could be that in the future they will sell and reduce the lucky price if it is listed on the exchange,I hope they can be more transparent with premine and notify every transaction that is used in the premine.

copper member
Activity: 145
Merit: 0
well i saw there is premine about 300k luck, when the coin will be planned to use or will we have any bounty to promote the coin on this forum, because i dont think that people know enough about this coin, signature campaign is the best for now to spread about the luck coin to bitcointalk community like how idena coin did, i hope there is planned bounty in short time, ive seen the premine only has been used about 600 luck for the guys who contribute seeds.

I get some coins for articles also Cheesy
50 coins was spent for http://luckclock.xyz/    that was made by one of community member on Discord
legendary
Activity: 2212
Merit: 1008
well i saw there is premine about 300k luck, when the coin will be planned to use or will we have any bounty to promote the coin on this forum, because i dont think that people know enough about this coin, signature campaign is the best for now to spread about the luck coin to bitcointalk community like how idena coin did, i hope there is planned bounty in short time, ive seen the premine only has been used about 600 luck for the guys who contribute seeds.
member
Activity: 141
Merit: 41
Sherlock, any chance to release the complete code with these news seeds, so we can build from source, i know several of us arent a big fan of running binaries...

Don't trust, verify!  Remember?

Thanks alot!

We have fully released all the codes. If you are familiar with Ethereum, you should know how to compile it.
In addition, we have updated new wallets on the official website , added the new seeds. This update is not mandatory, and users can freely choose whether to update.
hero member
Activity: 906
Merit: 500
Sherlock, any chance to release the complete code with these news seeds, so we can build from source, i know several of us arent a big fan of running binaries...

Don't trust, verify!  Remember?

Thanks alot!
member
Activity: 141
Merit: 41
Hello everyone
We are still looking for seed node providers. As the number of nodes increases, according to our estimation, we need to start 6-8 seed nodes in the near future. The configuration of the seed node server is as follows:
CPU: 2 core or more.
RAM: 4GB or more.
HardDisk: 100GB
Other: Public IP, open port 30009.

For users who provide seed nodes, we will give each node a continuous reward of 100luck/month.
Users who provide seed nodes can email us individually with the server's IP and login permissions, we will have professional engineers to deploy it.  Thank you.

For all,
Thank you very much for your warm help, we have received enough seeds, these seeds will be put in the next version.
copper member
Activity: 145
Merit: 0
Hi Sherlock I recently create the project for 2 seed nodes located in US and Russia send You an invitation to VPS provider so You can simply manage it and also mail with login details if something will don't work. Just please reply to mail that You got it and all is ok. Cheers
newbie
Activity: 31
Merit: 0
win10 I want to know more detailed operation instructions
hello all
For the questions that you have paid more attention to recently, I will answer briefly

1 How to start multi-core mining on a single machine?
Considering that a single node is mining at a medium luck value, more power consumption is wasted. For machines with multiple cores and large memory, we recommend that you start multiple nodes, and each node runs the mining program independently, which is equivalent to the way that each independent program occupies one core. The method of starting multiple nodes on a single machine is as follows:
Linux: Specify different ports and different data directories when starting the process luck --port= --datadir=. Note that to start multiple processes on a single machine, make sure to specify different ports and different data directories.
Windows: After decompressing the wallet file, you will see the luck/luck.exe file, which is a binary command-line program whose operation is the same as that of the Linux system and requires you to operate in the command-line mode. For example, you enter luck.exe --datadir= --port= in a command line terminal, and then open another terminal and enter luck.exe attach /luck.ipc. For specific commands, please refer to https://github.com/luck-coin/luckcoin/blob/master/wiki/luck_linux.md.

2 How to optimize the mining network to increase the winning rate?
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://@:, 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.

member
Activity: 141
Merit: 41
Hello everyone
We are still looking for seed node providers. As the number of nodes increases, according to our estimation, we need to start 6-8 seed nodes in the near future. The configuration of the seed node server is as follows:
CPU: 2 core or more.
RAM: 4GB or more.
HardDisk: 100GB
Other: Public IP, open port 30009.

For users who provide seed nodes, we will give each node a continuous reward of 100luck/month.
Users who provide seed nodes can email us individually with the server's IP and login permissions, we will have professional engineers to deploy it.  Thank you.
member
Activity: 141
Merit: 41
Is it posible to ellaborate mining in windows with several instances?

In the windows wallet, you will find a directory "luck", which contains file "luck.exe" with a size of 50M. You can use the command line terminal to start it. The operation method is the same as in the linux system. You only need to use  different ports --port and different data directories --datadir to start multiple instances.
newbie
Activity: 29
Merit: 1
Hi Sherklock,

  I've noticed that when you look at explorer or mine a block there's no transaction, block have none, like this one:

{
  basis: "0x6d404275e3492d614c49cc50798c75c8fab144dbefb",
  difficulty: 11331153760054,
  difficultyAlpha: "0x2ddb3df951149918e31abc1246cea760129b4193e0239e",
  difficultyBeta: "0x1dbb9c57b56b45833f52e8e36f7e9906faa96e3361455",
  extraData: "0xd98301090d846c75636b89676f312e31332e3130856c696e7578",
  firstNonce: "0x6c214a00792f0ee7",
  gasLimit: 8000000,
  gasUsed: 0,
  hash: "0x81054c27c9218b7a4a9c7ec9c08eecbc10e01080849a983448361109f272cc1a",
  logsBloom: "0x00000000000000000000000000000000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000000000000000000000000000000                                                                                                                                                     0000000000000000000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000000000000000000 0000000000                                                                                                                                                     0000000000000000000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000000000000000000 0000000000                                                                                                                                                     000000000000000000000000",
  luck: "0xa7e2473",
  miner: "0x0f714de37856ebd5f3a42a3b6efaa0045630c0468ace042bbb",
  mixHash: "0x0000000000000000000000000000000000000000000000000000000000000000",
  nonce: "0x0000000000000000",
  number: 78102,
  parentHash: "0xac028f1cdaa0508703d341ec53760fd4298fa248647c44ee1e8578f1fdc7386b",
  receiptsRoot: "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
  secondNonce: "0x6dac63f93b8536ad",
  sha3Uncles: "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347",
  size: 642,
  stateRoot: "0x36d994555f15b1ca03e07aae1c02cad9608d8a4dc347bf2a521f202e01d25a9a",
  timestamp: 1597352050,
  totalDifficulty: 293993214247037332,
  transactions: [],
  transactionsRoot: "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
  uncles: []
}

How come?  I see the balance grow but i see no tx for minted coins.

Thanks for answering that

It looks like the block rewards are added to a state channel

This is based on the account model, the same as ethereum, so there is no coinbase transaction.
hero member
Activity: 906
Merit: 500
Hi Sherklock,

  I've noticed that when you look at explorer or mine a block there's no transaction, block have none, like this one:

{
  basis: "0x6d404275e3492d614c49cc50798c75c8fab144dbefb",
  difficulty: 11331153760054,
  difficultyAlpha: "0x2ddb3df951149918e31abc1246cea760129b4193e0239e",
  difficultyBeta: "0x1dbb9c57b56b45833f52e8e36f7e9906faa96e3361455",
  extraData: "0xd98301090d846c75636b89676f312e31332e3130856c696e7578",
  firstNonce: "0x6c214a00792f0ee7",
  gasLimit: 8000000,
  gasUsed: 0,
  hash: "0x81054c27c9218b7a4a9c7ec9c08eecbc10e01080849a983448361109f272cc1a",
  logsBloom: "0x00000000000000000000000000000000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000000000000000000000000000000                                                                                                                                                     0000000000000000000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000000000000000000 0000000000                                                                                                                                                     0000000000000000000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000000000000000000 0000000000                                                                                                                                                     000000000000000000000000",
  luck: "0xa7e2473",
  miner: "0x0f714de37856ebd5f3a42a3b6efaa0045630c0468ace042bbb",
  mixHash: "0x0000000000000000000000000000000000000000000000000000000000000000",
  nonce: "0x0000000000000000",
  number: 78102,
  parentHash: "0xac028f1cdaa0508703d341ec53760fd4298fa248647c44ee1e8578f1fdc7386b",
  receiptsRoot: "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
  secondNonce: "0x6dac63f93b8536ad",
  sha3Uncles: "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347",
  size: 642,
  stateRoot: "0x36d994555f15b1ca03e07aae1c02cad9608d8a4dc347bf2a521f202e01d25a9a",
  timestamp: 1597352050,
  totalDifficulty: 293993214247037332,
  transactions: [],
  transactionsRoot: "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
  uncles: []
}

How come?  I see the balance grow but i see no tx for minted coins.

Thanks for answering that

It looks like the block rewards are added to a state channel
hero member
Activity: 906
Merit: 500
Hi Sherklock,

  I've noticed that when you look at explorer or mine a block there's no transaction, block have none, like this one:

{
  basis: "0x6d404275e3492d614c49cc50798c75c8fab144dbefb",
  difficulty: 11331153760054,
  difficultyAlpha: "0x2ddb3df951149918e31abc1246cea760129b4193e0239e",
  difficultyBeta: "0x1dbb9c57b56b45833f52e8e36f7e9906faa96e3361455",
  extraData: "0xd98301090d846c75636b89676f312e31332e3130856c696e7578",
  firstNonce: "0x6c214a00792f0ee7",
  gasLimit: 8000000,
  gasUsed: 0,
  hash: "0x81054c27c9218b7a4a9c7ec9c08eecbc10e01080849a983448361109f272cc1a",
  logsBloom: "0x00000000000000000000000000000000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000000000000000000000000000000                                                                                                                                                     0000000000000000000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000000000000000000 0000000000                                                                                                                                                     0000000000000000000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000000000000000000 0000000000                                                                                                                                                     000000000000000000000000",
  luck: "0xa7e2473",
  miner: "0x0f714de37856ebd5f3a42a3b6efaa0045630c0468ace042bbb",
  mixHash: "0x0000000000000000000000000000000000000000000000000000000000000000",
  nonce: "0x0000000000000000",
  number: 78102,
  parentHash: "0xac028f1cdaa0508703d341ec53760fd4298fa248647c44ee1e8578f1fdc7386b",
  receiptsRoot: "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
  secondNonce: "0x6dac63f93b8536ad",
  sha3Uncles: "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347",
  size: 642,
  stateRoot: "0x36d994555f15b1ca03e07aae1c02cad9608d8a4dc347bf2a521f202e01d25a9a",
  timestamp: 1597352050,
  totalDifficulty: 293993214247037332,
  transactions: [],
  transactionsRoot: "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
  uncles: []
}

How come?  I see the balance grow but i see no tx for minted coins.

Thanks for answering that
member
Activity: 240
Merit: 11
Is it posible to ellaborate mining in windows with several instances?
member
Activity: 141
Merit: 41
hello all
For the questions that you have paid more attention to recently, I will answer briefly

1 How to start multi-core mining on a single machine?
Considering that a single node is mining at a medium luck value, more power consumption is wasted. For machines with multiple cores and large memory, we recommend that you start multiple nodes, and each node runs the mining program independently, which is equivalent to the way that each independent program occupies one core. The method of starting multiple nodes on a single machine is as follows:
Linux: Specify different ports and different data directories when starting the process luck --port= --datadir=. Note that to start multiple processes on a single machine, make sure to specify different ports and different data directories.
Windows: After decompressing the wallet file, you will see the luck/luck.exe file, which is a binary command-line program whose operation is the same as that of the Linux system and requires you to operate in the command-line mode. For example, you enter luck.exe --datadir= --port= in a command line terminal, and then open another terminal and enter luck.exe attach /luck.ipc. For specific commands, please refer to https://github.com/luck-coin/luckcoin/blob/master/wiki/luck_linux.md.

2 How to optimize the mining network to increase the winning rate?
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://@:, 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.
newbie
Activity: 10
Merit: 0
I want to know how to use multi-core mining on a single machine. I set miner.start(2) or miner.start(4), which has no effect.
newbie
Activity: 8
Merit: 0
There have been some fake anns recently, please don’t trust the wallet link inside.

I recently found a lot of similar fake ann, I obviously know the file in it is malicious, but I am curious what it is.
member
Activity: 141
Merit: 41
you're right
Under the traditional proof-of-work mechanism, for example, there are two groups of miners. The first group has only one node, and the second group consists of 9 nodes forming a small mining pool. the probability of the first group winning is 1/(2^ 9)=1/512.
Under the 2POW mechanism, for the same two groups of miners, the probability of the first group winning is 1/10.
Pages:
Jump to: