Bitcoin Forum

Bitcoin => Mining => Topic started by: promojo on September 02, 2014, 12:01:17 AM



Title: Network bandwidth utilization of mining
Post by: promojo on September 02, 2014, 12:01:17 AM
I have not run any base line tests but would be interested in what other people have seen out in the wild.  Looking at finding out how much bandwidth say 5 TH/s will consume in a month on average?   Thanks in advance.


Title: Re: Network bandwidth utilization of mining
Post by: Taugeran on September 02, 2014, 02:12:08 AM
Is this mining at a pool or solo?

To feed 5Th/s:

The now deprecated get work protocol would require some where in the neighborhood of 1.25Mbps


      With the proper difficulty setting of 4096:
The stratum protocol would amount to at most 5kbps but in all likeliness it would be well below 2kbps, or almost 1000 less traffic


This is due to the fact stratum allows for local work derivation from the data sent from the upstream server


Title: Re: Network bandwidth utilization of mining
Post by: notlist3d on September 02, 2014, 02:43:50 AM
I don't see bandwidth being a problem for most.  You will run into heat far before bandwidth.


Title: Re: Network bandwidth utilization of mining
Post by: promojo on September 02, 2014, 04:11:10 AM
Is this mining at a pool or solo?

To feed 5Th/s:

The now deprecated get work protocol would require some where in the neighborhood of 1.25Mbps


      With the proper difficulty setting of 4096:
The stratum protocol would amount to at most 5kbps but in all likeliness it would be well below 2kbps, or almost 1000 less traffic


This is due to the fact stratum allows for local work derivation from the data sent from the upstream server


I assume doing it solo would require significantly more bandwidth.  But that is interesting how efficient stratum appears to be. 


Title: Re: Network bandwidth utilization of mining
Post by: promojo on September 02, 2014, 04:11:45 AM
I don't see bandwidth being a problem for most.  You will run into heat far before bandwidth.

Or KWh to the dmarc.


Title: Re: Network bandwidth utilization of mining
Post by: Taugeran on September 02, 2014, 06:47:50 AM
Is this mining at a pool or solo?

To feed 5Th/s:

The now deprecated get work protocol would require some where in the neighborhood of 1.25Mbps


      With the proper difficulty setting of 4096:
The stratum protocol would amount to at most 5kbps but in all likeliness it would be well below 2kbps, or almost 1000 less traffic


This is due to the fact stratum allows for local work derivation from the data sent from the upstream server


I assume doing it solo would require significantly more bandwidth.  But that is interesting how efficient stratum appears to be. 


Not necessarily. Solo mining can be setup using getwork protocol or a third protocol : getblocktemplate which as it's name suggests; instead of sending block headers(work items) ready to go like stratum(which allows some mutability) and getwork do, GBT sends an array of all the data presently available on the bitcoin network) needed to create your own block headers a la changing which transactions are in there which coinbase to use etc. it sounds complex and it is at first.


Solo can also be proxied via a pseudo pool to allow stratum connection:

Bitcoind<---Getwork--->Miner
Bitcoind<---Getblocktemplate--->Miner
Bitcoind<---GBT--->solopool SW<---Stratum--->Miner