Bitcoin Forum
May 24, 2024, 11:43:57 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 [4] 5 6 7 »
61  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [PRE-ANN][MAX] MaxCoin on: February 04, 2014, 11:47:15 AM
A Basic example for you.  Think of a rng generator.  It has to pick a number from 0-99 and needs to pic the number 0.  Think of that as the way a block is generated ( OK I KNOW ITS NOT BEFORE PEOPLE SLAM IT…its an example.  )

Now think about 2 cpu's running a loop

int result = 100;
while( result > 0 )
    result = random(100);

That loop will continue until result = 0;  Not going to calculate exact clock cycles of that loop or how fast either cpu could execute it but lets say hypothetically that the 4.3 ghz cpu could loop it 4.3 times faster than the 1ghz cpu.  It means it has 4.3 times the chance of hitting 0 before the 1ghz.  Ok randomness gives both cpu's a chance but the 4.3 ghz has more of a chance.

So this is basically my lottery example and you are agreeing with me.  Huh


Now consider 2 1ghz cpu;s running that loop.  They are both running it at same speed but the odd's of them hitting it before the 4.3 is only slightly more.  They are still running at 1ghz though.  They are not running twice as fast because there are 2 of them they are both running at the slower speed.

What?

Some time ago I had to write a test harness to test some data and speeds.  I suggest you do the same.  create a little app.  Create 6 threads.  Run 1 thread 4.3 times the speed of the other 5.  Write a number generator that uses at least 1000 clock cycles ( a sha-3 algorithm will probably use more than that ).  Run it for an hour and log how many times each threads come to the correct result.

We could discuss this for hours but until you actually see the figures there is no point discussing it any more.

If you do it then come back and show me your results Smiley

It is a lottery in a way and Chaos predicts anything could happen  but when it comes down to practise the numbers speak for themselves.
62  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [PRE-ANN][MAX] MaxCoin on: February 04, 2014, 11:01:37 AM
Think about 100m race.  if you put Usain Bolt against 100,000 one legged dwarfs then there is still going to be only one winner.

No. Think of it as a lottery. Miners will try to guess the correct number. You can buy 5 tickets with your 5GHz cpu, and 1 ticket with a 1 GHz cpu. 5 tickets will win far less than 100 tickets.

Same thing as I said but different analogy.

Not at all same thing.

In fact its not as simple as that.  Each new block starts a new sequence of calculations.  Its not just a case of picking a random number and hoping.  Its running an algorithm trying to find a result.  The i7 has a much better chance because it can handle far more clock cycles than something like a 1ghz cpu so i7 will always have a far better chance.
Really?

5GHz cpu has the same chance as 5x1GHz cpus.
In the end, it is all about the hashrate, more hash is more coin

this only applies in a pool not solo.  Solo the 4.3 ghz cpu would probably get about 80% of the blocks.
63  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [PRE-ANN][MAX] MaxCoin on: February 04, 2014, 10:59:34 AM
Think about 100m race.  if you put Usain Bolt against 100,000 one legged dwarfs then there is still going to be only one winner.

No. Think of it as a lottery. Miners will try to guess the correct number. You can buy 5 tickets with your 5GHz cpu, and 1 ticket with a 1 GHz cpu. 5 tickets will win far less than 100 tickets.

Same thing as I said but different analogy.

Not at all same thing.

In fact its not as simple as that.  Each new block starts a new sequence of calculations.  Its not just a case of picking a random number and hoping.  Its running an algorithm trying to find a result.  The i7 has a much better chance because it can handle far more clock cycles than something like a 1ghz cpu so i7 will always have a far better chance.
Really?

5GHz cpu has the same chance as 5x1GHz cpus.

As stated before this only applies when in a pool not solo

ok its like this.

6 cpu's  1 4.3ghz and 5 1ghz.

All 6 cpu's start a new algorithm.  The first one to find the solution gets it ok.  the 4.3 ghz has more chance of finding the answer because its faster.  The 5 1ghz are all running the same algorithm.  They are not working together to give 5x1ghz they are all running at 1ghz.

You have to consider the 5 x 1ghz as 5 separate machines.  The only way the 5 could run together to give 5ghz is for them to all be running on the same bus, same motherboard but even then the latency would mean they would still only run at about 4ghz.

A Basic example for you.  Think of a rng generator.  It has to pick a number from 0-99 and needs to pic the number 0.  Think of that as the way a block is generated ( OK I KNOW ITS NOT BEFORE PEOPLE SLAM IT…its an example.  )

Now think about 2 cpu's running a loop

int result = 100;
while( result > 0 )
    result = random(100);

That loop will continue until result = 0;  Not going to calculate exact clock cycles of that loop or how fast either cpu could execute it but lets say hypothetically that the 4.3 ghz cpu could loop it 4.3 times faster than the 1ghz cpu.  It means it has 4.3 times the chance of hitting 0 before the 1ghz.  Ok randomness gives both cpu's a chance but the 4.3 ghz has more of a chance.

Now consider 2 1ghz cpu;s running that loop.  They are both running it at same speed but the odd's of them hitting it before the 4.3 is only slightly more.  They are still running at 1ghz though.  They are not running twice as fast because there are 2 of them they are both running at the slower speed.
64  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [PRE-ANN][MAX] MaxCoin on: February 04, 2014, 09:52:17 AM
The chances are my i7 is going to find more blocks than a 100 1 ghz cpu's.  The reason is each of those 100 cpu's are all going to be trying to do a calculation and my i7 is faster so it will find it quicker.

Think about 100m race.  if you put Usain Bolt against 100,000 one legged dwarfs then there is still going to be only one winner.

Now I might be completely wrong as I have not read up on how the actually mining and network for crypto coins work but I am sure as hell that it does not share the work equally between all cpu's in a botnet to find the solution quicker.

No. Think of it as a lottery. Miners will try to guess the correct number. You can buy 5 tickets with your 5GHz cpu, and 1 ticket with a 1 GHz cpu. 5 tickets will win far less than 100 tickets.

Same thing as I said but different analogy.  My whole point is botnets are seriously not an issue.  

In fact its not as simple as that.  Each new block starts a new sequence of calculations.  Its not just a case of picking a random number and hoping.  Its running an algorithm trying to find a result.  The i7 has a much better chance because it can handle far more clock cycles than something like a 1ghz cpu so i7 will always have a far better chance.
65  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [PRE-ANN][MAX] MaxCoin on: February 04, 2014, 09:48:55 AM
All this talk of botnets have got me thinking though.  As a software engineer with 27 years behind me and vast experience of writing network software I am wondering how good botnets actually are when it comes to cpu mining solo.  In a pool I can see how botnets would gain a vast amount of hashing power but solo mining is a completely different thing.

First off think about the cpu's that the bonnet will have control off.  The chances are the majority of the cpu's will be low end.  Laptops,  People who are not computer literate enough to protect their machines.  The chances of a botnet having control of a high end gaming rig are low.  Even if they did the chances are that gaming rig will only be on when the person is gaming so the performance for mining will be low because the cpu is in use gaming.

Now think about a botnet of 100 cup's.  Lets go by my previous assumption that those cpu's are low power. Think about how the network will work.  Effectively the botnet is like a pool.  Each of those controlled cpu's mining.  Now think about my i7 running at 4.3ghz.  The chances are my i7 is going to find more blocks than a 100 1 ghz cup's.  The reason is each of those 100 cpu's are all going to be trying to do a calculation and my i7 is faster so it will find it quicker.

Think about 100m race.  if you put Usain Bolt again 100,000 one legged dwarfs then there is still going to be only one winner.

Now I might be completely wrong as I have not red up on how the actually mining and network for crypto coins work but I am sure as hell that it does not share the work equally between all cpu's in a botnet to find the solution quicker.
The Botnet operators deploy their own modified version of CPUminer, they do not deploy wallets, the CPUminer just connects to a pool of their choosing, they are not solomining on their bots.

So like I said.  The bonnet gains money because its getting a share from a large total hash.  Whereas solo mining a few good high end cpu's will always win.

Think about a gpu farm.  2 setups.

- 1 Machine with 6 gpu's
- 6 Machines with 1 gpu

The single machine with 6 gpu's will win the majority of blocks because the workload is shared between 6 gpu's whereas on the single gpu machines all 6 of them are working against each other.

And all of this means it is no different to any other coin mining.  The boy with the single gpu mining in a pool against someone with 80 gnu farm or the guy with 2 333mhs asic's against the company with 1ths asic's
66  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [PRE-ANN][MAX] MaxCoin on: February 04, 2014, 09:41:58 AM
All this talk of botnets have got me thinking though.  As a software engineer with 27 years behind me and vast experience of writing network software I am wondering how good botnets actually are when it comes to cpu mining solo.  In a pool I can see how botnets would gain a vast amount of hashing power but solo mining is a completely different thing.

First off think about the cpu's that the bonnet will have control off.  The chances are the majority of the cpu's will be low end.  Laptops,  People who are not computer literate enough to protect their machines.  The chances of a botnet having control of a high end gaming rig are low.  Even if they did the chances are that gaming rig will only be on when the person is gaming so the performance for mining will be low because the cpu is in use gaming.

Now think about a botnet of 100 cup's.  Lets go by my previous assumption that those cpu's are low power. Think about how the network will work.  Effectively the botnet is like a pool.  Each of those controlled cpu's mining.  Now think about my i7 running at 4.3ghz.  The chances are my i7 is going to find more blocks than a 100 1 ghz cpu's.  The reason is each of those 100 cpu's are all going to be trying to do a calculation and my i7 is faster so it will find it quicker.

Think about 100m race.  if you put Usain Bolt against 100,000 one legged dwarfs then there is still going to be only one winner.

Now I might be completely wrong as I have not read up on how the actually mining and network for crypto coins work but I am sure as hell that it does not share the work equally between all cpu's in a botnet to find the solution quicker.
67  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [PRE-ANN][MAX] MaxCoin on: February 04, 2014, 09:11:45 AM
All this talk about botnets but I think people are underestimating the dev teams ability and knowledge.  The team behind this coin are not just teenagers with enough cash to use one of these online generation sites.  They are actual graduates in IT and they are Crypto enthusiasts.  They are not just a few people out to make a quick quid here and there.

Personally I have faith in what they are doing.  Anyone with enough understanding of Software engineering and the crypto market would not just flippantly release a cpu coin if they knew it could easily be controlled by a botnet.

On top of all of that why not use your brain for a second.  Was this coin rushed out?  No and why is that?  Possibly because time and effort has been put into it to make sure it is right.  Rather than just sitting there spurting drivel why not just for once allow your glass to be half full rather than half empty.

Have a bit of faith guys.
68  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [PRE-ANN][MAX] MaxCoin on: January 31, 2014, 08:01:56 PM
Like this comment from Max on twitter

Max Keiser ‏@maxkeiser Jan 30
My Irish friend who owns over $100,000,000 in BTC and alts says he's LOVES @maxcoinproject and can't wait to GO BIG!!!
69  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][NEW]★[VODKA COIN]★[VDC] on: January 30, 2014, 10:15:38 AM
Успеха не будет, можно закрывать.  Undecided Если бы не такой жестокий премайн и оформление качественное, то может быть и был шанс.
Would you Russians mind speaking English? This is not the Russian section of the forums...
Too much pre-mined vodka he is pissed Smiley
70  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [PEC] PeaceCoin! - 0.5% Premine ---- Released! on: January 30, 2014, 12:48:52 AM
And I have pages of rejects on all my different miners lol
71  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [PEC] PeaceCoin! - 0.5% Premine ---- Released! on: January 30, 2014, 12:47:15 AM
Yup.  0.5%  plus hour mining when released and blamed on error with bad nodes.  LMAO idiots
72  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [PEC] PeaceCoin! - 0.5% Premine ---- Released! on: January 30, 2014, 12:45:10 AM
ok wallet connected but can't seem to mine
73  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [PEC] PeaceCoin! - 0.5% Premine ---- Released! on: January 30, 2014, 12:41:33 AM
Would be nice is the dev came and said what the problem was because I'm about to goto bed and put this coin on my ignore list for ever
74  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [PEC] PeaceCoin! - 0.5% Premine ---- Released! on: January 30, 2014, 12:38:54 AM
1 or 2 people got connected and got all the blocks. This went well.  Grin

They are lying
75  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [PEC] PeaceCoin! - 0.5% Premine ---- Released! on: January 30, 2014, 12:34:01 AM
Cant believe I wasted time on yet another fail
76  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [PEC] PeaceCoin! - 0.5% Premine ---- Released! on: January 30, 2014, 12:32:32 AM

via windows wallet but i receive Rejected still!

Post your conf
77  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [PEC] PeaceCoin! - 0.5% Premine ---- Released! on: January 30, 2014, 12:30:06 AM
i can connect now Smiley

Solo?  whats your conf
78  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [PEC] PeaceCoin! - 0.5% Premine ---- Released! on: January 30, 2014, 12:27:32 AM
We are working for problem!


well i was kinda hoping you'd be working for a solution... But as long as ur working......i guess.....

More like working on mining and give out proper nodes when he has enough coins..  
79  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [PEC] PeaceCoin! - 0.5% Premine ---- Released! on: January 30, 2014, 12:26:24 AM
Yes, I am Smiley

proof (you know, like a working node) or it doesn't exist  Wink
that would be stupid to giveaway, why create more competition Cheesy Cheesy

Whats that smell?  O yeah..bullshit
80  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [PEC] PeaceCoin! - 0.5% Premine ---- Released! on: January 30, 2014, 12:24:32 AM
whats your conf?
Pages: « 1 2 3 [4] 5 6 7 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!