Pages:
Author

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

member
Activity: 141
Merit: 41
There have been some fake anns recently, please don’t trust the wallet link inside.
newbie
Activity: 21
Merit: 0
This may be my friend, he has 200 units
@somebody who owns 0x104be85bfd4b0151d61a647bfb1d24d9ee57a19e2683cd7fb0.

We have detected that you deployed a large number of machines.
Our project is still in the early stage and it is not recommended to engage in an arms race.
If you see this message, you can stop some machines appropriately. thank you very much.

If you have other comments, you can leave a message here, or send emails to us.

Thanks to your friend, as our nodes are gradually increasing, your friend can deploy nodes at a normal speed.

0x104... It should be a proof of pools resistance.
member
Activity: 141
Merit: 41
Hello Sherlock do You have any plans for exchanges many ppl asking about it also at discord many successful trades.

The project has only been launched for a short time, and the number of tokens mined is very limited, the stability and reliability of the project still needs time to verify. In the near future, we have no specific plan to list it on any exchanges. However, we still welcome high-quality exchanges to help us promote the project. If you are an exchange, you can also list it on your exchange freely.
member
Activity: 141
Merit: 41
This may be my friend, he has 200 units
@somebody who owns 0x104be85bfd4b0151d61a647bfb1d24d9ee57a19e2683cd7fb0.

We have detected that you deployed a large number of machines.
Our project is still in the early stage and it is not recommended to engage in an arms race.
If you see this message, you can stop some machines appropriately. thank you very much.

If you have other comments, you can leave a message here, or send emails to us.

Thanks to your friend, as our nodes are gradually increasing, your friend can deploy nodes at a normal speed.
member
Activity: 141
Merit: 41
Hi Sherlock,
I'm trying to build from source but there isn't any guide.
I already have Go installed.
I've tried go build but it doesn't work.
Should it just be go build?
Thanks!

We have now opened the core algorithm module. The entire project is being sorted and archived, and the project building modules will be opened after finishing all sorting, it is estimated that in these two weeks.
In addition, we will also open the android wallet in these two weeks.
Please be patient, thank you.
copper member
Activity: 145
Merit: 0
Hello Sherlock do You have any plans for exchanges many ppl asking about it also at discord many successful trades.
newbie
Activity: 31
Merit: 0
This may be my friend, he has 200 units
@somebody who owns 0x104be85bfd4b0151d61a647bfb1d24d9ee57a19e2683cd7fb0.

We have detected that you deployed a large number of machines.
Our project is still in the early stage and it is not recommended to engage in an arms race.
If you see this message, you can stop some machines appropriately. thank you very much.

If you have other comments, you can leave a message here, or send emails to us.
jr. member
Activity: 72
Merit: 2
Hi Sherlock,
I'm trying to build from source but there isn't any guide.
I already have Go installed.
I've tried go build but it doesn't work.
Should it just be go build?
Thanks!
member
Activity: 141
Merit: 41
Quote
We have detected that you deployed a large number of machines.
Maybe it is not "a large number of machines", but something like "luck boost" in similar way that "ASIC boost" works (no, I do not have access to this address, I am just guessing). And also it is possible that calculating some luck once and then checking all blocks matching some difficulty is not the most efficient way of mining. Maybe it is tweaked somehow to mine more luck and check less blocks in the second stage. Playing with some parameters may give similar results as in POW, it is just a matter of balancing these two phases to get the best results.

Also, this is not the only one coin using argon2d algorithm. Maybe some merged-mining is also actively used here.

At present, it is due to the large number of machines. The number of connections has been significantly reduced, and the block generation speed of 104 has also been significantly reduced.

"luck boost" maybe impossible.
jr. member
Activity: 34
Merit: 87
Quote
We have detected that you deployed a large number of machines.
Maybe it is not "a large number of machines", but something like "luck boost" in similar way that "ASIC boost" works (no, I do not have access to this address, I am just guessing). And also it is possible that calculating some luck once and then checking all blocks matching some difficulty is not the most efficient way of mining. Maybe it is tweaked somehow to mine more luck and check less blocks in the second stage. Playing with some parameters may give similar results as in POW, it is just a matter of balancing these two phases to get the best results.

Also, this is not the only one coin using argon2d algorithm. Maybe some merged-mining is also actively used here.
member
Activity: 141
Merit: 41
@somebody who owns 0x104be85bfd4b0151d61a647bfb1d24d9ee57a19e2683cd7fb0.

We have detected that you deployed a large number of machines.
Our project is still in the early stage and it is not recommended to engage in an arms race.
If you see this message, you can stop some machines appropriately. thank you very much.

If you have other comments, you can leave a message here, or send emails to us.
hero member
Activity: 813
Merit: 1944
Quote
Because calculating luck requires computing power, computing luck is also expensive, a single node cannot try many luck values.
Saying that it "requires computing power" is the same as saying that calculating difficulty "requires computing power". Pools can just create some math formula like "totalEffort=constA*luckValue+constB*difficultyValue". Maybe for luck this "constA" will be higher than "constB" for difficulty, and also difficulty depends on luck, but after all everything comes to overall effort of mining a block that can be somehow calculated. And mined block that does not meet network difficulty, but meets 10 or 100 times easier difficulty is called "share".

To mine such "shares" there is no need to stop typical, honest mining. These shares could be merge-mined and sent somehow between pool nodes. And even if mining reward cannot be distributed from coinbase, it could as well be shared in a normal transaction. There is nothing that can stop miners from mining both luck and some "luck-based sidechain with lower difficulty" containing shares for some pool. And finally some of these shares will be below network target and will be treated as any normal block, paying everyone its reward.

In this way instead of one person getting one coin per day, it could be 100 people getting 0.01 coin (or maybe 0.0099 assuming pool fees around 1%) every ~15 minutes, if they have similar computing power. And even if there are more and less powerful miners, such rewards could be set accordingly to the number of shares. Because now luck is also based on "winner-takes-all" model instead of "everyone-gets-something-every-block" model, so there still will be some pressure to be "the winner" as often as possible. In other coins, pools are such winners when there are many miners and winning a block is more and more difficult and takes more and more time.

Of course, in a long time perspective it is more profitable to solo mine, because of mining pool fees, but such fees is nothing more than paying for getting something faster. And as there always will be some people in hurry, there always will be some need to pay someone for getting some coins faster than usual. And that is why some pools will be created sooner or later.
newbie
Activity: 29
Merit: 1
Quote
Increasing in luck can only be achieved by deploying more nodes, which is obviously more fair.
Why? What about one client trying to calculate higher and higher luck all the time? How you can distinguish one node trying different luck all the time from many nodes trying many luck values?

Because calculating luck requires computing power, computing luck is also expensive, a single node cannot try many luck values.
hero member
Activity: 813
Merit: 1944
Quote
Increasing in luck can only be achieved by deploying more nodes, which is obviously more fair.
Why? What about one client trying to calculate higher and higher luck all the time? How you can distinguish one node trying different luck all the time from many nodes trying many luck values?
member
Activity: 141
Merit: 41
Will there be a separate mining software

sorry, we have no plans to develop new mining software in the near future. If necessary, we will consider it in the future.
member
Activity: 141
Merit: 41
Sherlock.Holmes: what is the difference between nodekey file and keys in keystore folder?

Also can we mine using the same public key on multiple machines?

nodekey is the node ID, which represents a locally running instance.

keystore is your wallet file and must be stored properly, preferably offline.

The same address can be set on different machines, which does not affect the mining probability. We have previously imagined setting different addresses on different machines, but in a decentralized environment, this setting is meaningless.
newbie
Activity: 31
Merit: 0
Sherlock.Holmes: what is the difference between nodekey file and keys in keystore folder?

Also can we mine using the same public key on multiple machines?
member
Activity: 141
Merit: 41
Anybody who owns 0x104be85b... can you share how many machines have you deployed? Hundreds of new connections have been detected on the seed nodes. If necessary, you can deploy some seed nodes separately.
newbie
Activity: 31
Merit: 0
Will there be a separate mining software
member
Activity: 141
Merit: 41
The development of light windows wallet and android wallet is underway, and will be open soon
Pages:
Jump to: