Bitcoin Forum
May 27, 2024, 04:53:22 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 [315] 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 ... 415 »
  Print  
Author Topic: [POR]⚡ELECTRONEUM⚡Official Moderated Thread  (Read 240294 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic. (19 posts by 1+ user deleted.)
realcryptomines
Newbie
*
Offline Offline

Activity: 51
Merit: 0


View Profile
June 01, 2018, 05:44:17 PM
 #6281

307508 found on nanopool

edit: took 1 hr 13min
realcryptomines
Newbie
*
Offline Offline

Activity: 51
Merit: 0


View Profile
June 01, 2018, 05:53:11 PM
 #6282

307509 found in 7 minutes on nanopool
realcryptomines
Newbie
*
Offline Offline

Activity: 51
Merit: 0


View Profile
June 01, 2018, 06:05:17 PM
 #6283

Please fix me if I'm wrong.
I just investigating the sources of new Electroneum update.

In src\cryptonote_basic\difficulty.cpp there is a function next_difficulty() which calculates the difficulty for new block.

According that function algorithm is the next:

1. take previous DIFFICULTY_WINDOW_V6 = 360 blocks.
2. sort them according to time found (timestamp)
3. throw out first DIFFICULTY_CUT = 60 and DIFFICULTY_CUT = 60 last blocks and keep only 240 blocks.
4. calculate the work (difficulty) done during the time of these blocks and according to that calculate new difficulty.

I see some problem in this algo.
1. Last 8 blocks (307500-307507) are the last current blocks. They will be in the end of sorted list and will be thrown out away!
So the next 52 blocks for sure will be last blocks in list too and their time will not be even taken in account during the difficulty calculations.
This means the difficulty will start to fall down only on block 307560!

2. To calculate the work done by the last 240 median blocks function next_difficulty() use the target_seconds variable:
    mul(total_work, target_seconds, low, high);
BUT! Variable target_seconds now is set to 120 seconds in function get_difficulty_target() instead of 60 before fork.
This doubles the hashrate of the network and the result difficulty for the block 307500 and next!

What thats means? We are now in 3 (!!!) GH/s network and next 52 blocks will not even change the difficulty. The difficulty will go down only
after block 307560.

I don't have the answer but it would be good to get some info from dev team on this.....
Morros
Member
**
Offline Offline

Activity: 282
Merit: 10


View Profile
June 01, 2018, 06:12:22 PM
 #6284

I believe we should wait and see if the fix is working or not before buying more hashpowers. Hope we will find it out fast.
heavyarms1912
Full Member
***
Offline Offline

Activity: 729
Merit: 114



View Profile
June 01, 2018, 06:17:53 PM
 #6285

it's mess up by ETN devs.
boxalex
Member
**
Offline Offline

Activity: 420
Merit: 13


View Profile
June 01, 2018, 06:22:17 PM
 #6286

Please fix me if I'm wrong.
I just investigating the sources of new Electroneum update.

In src\cryptonote_basic\difficulty.cpp there is a function next_difficulty() which calculates the difficulty for new block.

According that function algorithm is the next:

1. take previous DIFFICULTY_WINDOW_V6 = 360 blocks.
2. sort them according to time found (timestamp)
3. throw out first DIFFICULTY_CUT = 60 and DIFFICULTY_CUT = 60 last blocks and keep only 240 blocks.
4. calculate the work (difficulty) done during the time of these blocks and according to that calculate new difficulty.

I see some problem in this algo.
1. Last 8 blocks (307500-307507) are the last current blocks. They will be in the end of sorted list and will be thrown out away!
So the next 52 blocks for sure will be last blocks in list too and their time will not be even taken in account during the difficulty calculations.
This means the difficulty will start to fall down only on block 307560!

2. To calculate the work done by the last 240 median blocks function next_difficulty() use the target_seconds variable:
    mul(total_work, target_seconds, low, high);
BUT! Variable target_seconds now is set to 120 seconds in function get_difficulty_target() instead of 60 before fork.
This doubles the hashrate of the network and the result difficulty for the block 307500 and next!

What thats means? We are now in 3 (!!!) GH/s network and next 52 blocks will not even change the difficulty. The difficulty will go down only
after block 307560.

I don't have the answer but it would be good to get some info from dev team on this.....

Here some info related to difficulty from the reddit channel:

Quote
we neet to find around 600! blocks (10 hrs and less each)

That's a long time. 600! means 600 * 599 * 598* etc. I'd type out the answer to what number that is, but it's 1409 digits long.

adding a ! to the end of a number is the mathematical symbol for factorial, meaning the product of an integer and all the integers below.

it means around 250 days or about 8 months if we have a 10 hour block times. Thats 8 months!

600 blocks X 10 hours = 6000 hours / 24 hours = 250 days / 31days = 8 months

Etn have killed this coin if the above math is correct however we should see difficulty start to reduce in 75ish blocks so only 750 hours if we get 10 hour blocks, or a month

Your source states that the difficulty will begin to drop (for Monero) after 75, reaching full drop by 675. So we would see results by block 75 and the decline begins. Full drop for Electroneum would be less than 675 because the update halved the difficulty window from 720 to 360. This means drop begins 75 and full drop by 435. Please note I am not a blockchain developer and this is a guess at best


Somewhere i think i have readed some info, can't find the source anymore, so don't nail me on that one. That it takes either 60 or 120 blocks bevor the difficulty beginns to drop (as said, can't remember exactly what it was, but pretty sure it was either 60 or 120 blocks)
boxalex
Member
**
Offline Offline

Activity: 420
Merit: 13


View Profile
June 01, 2018, 06:26:43 PM
 #6287

I'am not a blockchain techie and i might totally miss something here, but

if let's say we have at some time 100 rejected blocks and finally a fix comes out, how does that 101st get accepted/validated by rejected blocks?

I mean if the 100 previous blocks are rejected and not accepted by the chain, how would be the 101st accepted?
new24core
Member
**
Offline Offline

Activity: 413
Merit: 17


View Profile
June 01, 2018, 06:55:16 PM
 #6288

Why are there no workers on the highest miner on the nanopool :-

https://etn.nanopool.org/account/etnjy1dvb8fTSFEtc9MS3s48hCpX4kfMc8tkvbcrYKG2PRXi5pVu81Qdq81AhbBARjL7PQMb85pWZC3dba6cH74u9THENC5Nu1


Hmmmm....I this rented hashing power from ETN

If so then well done!
realcryptomines
Newbie
*
Offline Offline

Activity: 51
Merit: 0


View Profile
June 01, 2018, 07:00:21 PM
 #6289

Why are there no workers on the highest miner on the nanopool :-

https://etn.nanopool.org/account/etnjy1dvb8fTSFEtc9MS3s48hCpX4kfMc8tkvbcrYKG2PRXi5pVu81Qdq81AhbBARjL7PQMb85pWZC3dba6cH74u9THENC5Nu1


Hmmmm....I this rented hashing power from ETN

If so then well done!

I believe it is rented hashpower
new24core
Member
**
Offline Offline

Activity: 413
Merit: 17


View Profile
June 01, 2018, 07:04:25 PM
 #6290

Why are there no workers on the highest miner on the nanopool :-

https://etn.nanopool.org/account/etnjy1dvb8fTSFEtc9MS3s48hCpX4kfMc8tkvbcrYKG2PRXi5pVu81Qdq81AhbBARjL7PQMb85pWZC3dba6cH74u9THENC5Nu1


Hmmmm....I this rented hashing power from ETN

If so then well done!

I believe it is rented hashpower

cool, now I will switch my GPU's to ETN to help out!
JCS-CCT
Jr. Member
*
Offline Offline

Activity: 154
Merit: 1


View Profile
June 01, 2018, 07:10:41 PM
 #6291

Why are there no workers on the highest miner on the nanopool :-

https://etn.nanopool.org/account/etnjy1dvb8fTSFEtc9MS3s48hCpX4kfMc8tkvbcrYKG2PRXi5pVu81Qdq81AhbBARjL7PQMb85pWZC3dba6cH74u9THENC5Nu1


Hmmmm....I this rented hashing power from ETN

If so then well done!

I believe it is rented hashpower

cool, now I will switch my GPU's to ETN to help out!

Cool!  I wonder why they don't update the difficulty function so it doesn't drop the first 60 blocks?  Can't they change back later after the difficulty goes down?
new24core
Member
**
Offline Offline

Activity: 413
Merit: 17


View Profile
June 01, 2018, 07:17:03 PM
 #6292

Why are there no workers on the highest miner on the nanopool :-

https://etn.nanopool.org/account/etnjy1dvb8fTSFEtc9MS3s48hCpX4kfMc8tkvbcrYKG2PRXi5pVu81Qdq81AhbBARjL7PQMb85pWZC3dba6cH74u9THENC5Nu1


Hmmmm....I this rented hashing power from ETN

If so then well done!

I believe it is rented hashpower

cool, now I will switch my GPU's to ETN to help out!

Cool!  I wonder why they don't update the difficulty function so it doesn't drop the first 60 blocks?  Can't they change back later after the difficulty goes down?

The difficulty algorithm is set in the code and cannot be changed now without another change.  I feel sorry for ETN as they did not see this scenario and hence did not implement additional logic to fix/reduce difficulty for x number of blocks. 
JCS-CCT
Jr. Member
*
Offline Offline

Activity: 154
Merit: 1


View Profile
June 01, 2018, 07:41:10 PM
 #6293

I hope they can get it fixed in days and not months.  Now we know another way ASICs can damage a coin.  I hope the Equihash coins take note of this and change their algos asap.  Don't let the ASICs mine at all.
boxalex
Member
**
Offline Offline

Activity: 420
Merit: 13


View Profile
June 01, 2018, 08:14:23 PM
 #6294

I hope they can get it fixed in days and not months.  Now we know another way ASICs can damage a coin.  I hope the Equihash coins take note of this and change their algos asap.  Don't let the ASICs mine at all.

actually the equihash coins (expect BTG, eventually Bitcoin Private) decided first to make/order a professional research to see the impact from all angles, not just the miners one, which makes perfect sense for good valued coins that have a given target. You know that you miners are just a small part without real investement of the whole picture of a given project which includes investors, stake holders, companies, traders, foundations, whatever not,

And the allready shipped Z9's allready mine since yesterday on equihash, just as a side note.......
samuraijin
Sr. Member
****
Offline Offline

Activity: 1652
Merit: 261


Vave.com - Crypto Casino


View Profile
June 01, 2018, 08:29:16 PM
 #6295

Where is this new trade site adding electroneum, I want to see this really developing also on the trading volume so that it can get a good price, I've saved this in 6 months and it has not been profitable for me   Angry

xenomorphe1
Full Member
***
Offline Offline

Activity: 798
Merit: 103



View Profile
June 01, 2018, 08:45:38 PM
 #6296

Where is this new trade site adding electroneum, I want to see this really developing also on the trading volume so that it can get a good price, I've saved this in 6 months and it has not been profitable for me   Angry
Don't try to send your ETN to an exchange, as the mining is very slow now and there is a bug. No transactions can be made now.

You should wait. Maybe with a little chance it will be ok on next week. It will depend on the devs.
MinermanNC
Legendary
*
Offline Offline

Activity: 2198
Merit: 1000



View Profile
June 01, 2018, 09:11:24 PM
 #6297

I hope they can get it fixed in days and not months.  Now we know another way ASICs can damage a coin.  I hope the Equihash coins take note of this and change their algos asap.  Don't let the ASICs mine at all.

actually the equihash coins (expect BTG, eventually Bitcoin Private) decided first to make/order a professional research to see the impact from all angles, not just the miners one, which makes perfect sense for good valued coins that have a given target. You know that you miners are just a small part without real investement of the whole picture of a given project which includes investors, stake holders, companies, traders, foundations, whatever not,

And the allready shipped Z9's allready mine since yesterday on equihash, just as a side note.......
You know that you miners are just a small part without real investment of the whole picture
 
LOL now that's the bullshit statement of the year in bitcointalk  Roll Eyes

I consider $30,000 or more in Mining Gear and an ass load of electric bills and countless hours of maintaining them and researching the various coins to mine, quite an investment "of the whole picture" as you say....

*BTC: 1DiR25SPo84sThzTATr27EZEQZLt6hv6tG
boxalex
Member
**
Offline Offline

Activity: 420
Merit: 13


View Profile
June 01, 2018, 09:15:36 PM
 #6298

I hope they can get it fixed in days and not months.  Now we know another way ASICs can damage a coin.  I hope the Equihash coins take note of this and change their algos asap.  Don't let the ASICs mine at all.

actually the equihash coins (expect BTG, eventually Bitcoin Private) decided first to make/order a professional research to see the impact from all angles, not just the miners one, which makes perfect sense for good valued coins that have a given target. You know that you miners are just a small part without real investement of the whole picture of a given project which includes investors, stake holders, companies, traders, foundations, whatever not,

And the allready shipped Z9's allready mine since yesterday on equihash, just as a side note.......
You know that you miners are just a small part without real investement of the whole picture of a given project which includes investors, stake holders, companies, traders, foundations, whatever not
 
LOL now that's the bullshit statement of the year in bitcointalk  Roll Eyes

I consider $30,000 or more in Mining Gear and an ass load of electric bills and countless hours of maintaining them and researching the various coins to mine, quite an investment "of the whole picture" as you say....

Until you directly invested it into a given project it's not an investement into the project, easy as that. If that's the value of your gpu mining hardware it's an investement into YOUR business, not the projects business!

P.S.: Now think again about it and mark your own post as the "Bullshit statement of the year" .....
MinermanNC
Legendary
*
Offline Offline

Activity: 2198
Merit: 1000



View Profile
June 01, 2018, 10:40:33 PM
 #6299

I hope they can get it fixed in days and not months.  Now we know another way ASICs can damage a coin.  I hope the Equihash coins take note of this and change their algos asap.  Don't let the ASICs mine at all.

actually the equihash coins (expect BTG, eventually Bitcoin Private) decided first to make/order a professional research to see the impact from all angles, not just the miners one, which makes perfect sense for good valued coins that have a given target. You know that you miners are just a small part without real investement of the whole picture of a given project which includes investors, stake holders, companies, traders, foundations, whatever not,

And the allready shipped Z9's allready mine since yesterday on equihash, just as a side note.......
You know that you miners are just a small part without real investement of the whole picture of a given project which includes investors, stake holders, companies, traders, foundations, whatever not
 
LOL now that's the bullshit statement of the year in bitcointalk  Roll Eyes

I consider $30,000 or more in Mining Gear and an ass load of electric bills and countless hours of maintaining them and researching the various coins to mine, quite an investment "of the whole picture" as you say....

Until you directly invested it into a given project it's not an investement into the project, easy as that. If that's the value of your gpu mining hardware it's an investement into YOUR business, not the projects business!

P.S.: Now think again about it and mark your own post as the "Bullshit statement of the year" .....
Ya like they say, never argue with a newbie.... like trying to make sense with a drunk. So whatever you say Mr. Newb investor Roll Eyes

Oh and one other small thing, without miners there is no coin or blockchain or confirmations etc etc etc.... but then again for a big investor like you that means nothing I'm sure...

*BTC: 1DiR25SPo84sThzTATr27EZEQZLt6hv6tG
chomcv
Newbie
*
Offline Offline

Activity: 83
Merit: 0


View Profile
June 01, 2018, 10:45:28 PM
 #6300

anyone here mining  GPU ETN in ethos? is work with claymore-xmr in ethos? i have problem when to try mining etn by gpu in ethos  Huh
Pages: « 1 ... 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 [315] 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 ... 415 »
  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!