Bitcoin Forum
April 25, 2024, 07:01:59 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Whats up with ZEC mining calculators  (Read 1284 times)
smaxz (OP)
Sr. Member
****
Offline Offline

Activity: 430
Merit: 253


VeganAcademy


View Profile
November 02, 2016, 01:49:20 PM
 #1

I asked this in one of the miner threads but dont see much hope for an answer, likely it will just get buried by posts made with new accounts.

can anyone shed some light on calculating proper rewards?




these calculators don't seem accurate.

current network hashrate is just under 5MH/s (or 500,000H/s).. a 500 H/s contribution nets .5% of all blocks mined after variance.

block reward still being 2 ZEC every 2.5 minutes average, 20% scam fee to filthy rich bitcoin pumpers so lets round down to 1.6 ZEC reward until it ramps up to next increment before settling on 12.5 ZEC total.

0.5% chance of solving each block means estimated time to block is 200 blocks or 500 minutes?

getting 1.6 ZEC every 500 minutes means a full reward of 1.6 ZEC every 8.3 hours.. minus pool fee.

that's 0.2 ZEC an hour, what am i missing?

- NGdTwHRSdnThdi1drQuHGT3khAHRtZ1HMq -
1714071719
Hero Member
*
Offline Offline

Posts: 1714071719

View Profile Personal Message (Offline)

Ignore
1714071719
Reply with quote  #2

1714071719
Report to moderator
The grue lurks in the darkest places of the earth. Its favorite diet is adventurers, but its insatiable appetite is tempered by its fear of light. No grue has ever been seen by the light of day, and few have survived its fearsome jaws to tell the tale.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714071719
Hero Member
*
Offline Offline

Posts: 1714071719

View Profile Personal Message (Offline)

Ignore
1714071719
Reply with quote  #2

1714071719
Report to moderator
1714071719
Hero Member
*
Offline Offline

Posts: 1714071719

View Profile Personal Message (Offline)

Ignore
1714071719
Reply with quote  #2

1714071719
Report to moderator
1714071719
Hero Member
*
Offline Offline

Posts: 1714071719

View Profile Personal Message (Offline)

Ignore
1714071719
Reply with quote  #2

1714071719
Report to moderator
nerdralph
Sr. Member
****
Offline Offline

Activity: 588
Merit: 251


View Profile
November 02, 2016, 01:53:23 PM
 #2

Go have a coffee and then re-check your math.
500/5,000,000 = ?
Hint: it's not 0.5%
nerdralph
Sr. Member
****
Offline Offline

Activity: 588
Merit: 251


View Profile
November 02, 2016, 01:55:17 PM
 #3

You can compare your results to my python calculator

https://gist.github.com/nerdralph/dc4b6ad4f0f8f58098187be2f6debd5f
freebutcaged
Hero Member
*****
Offline Offline

Activity: 588
Merit: 541


View Profile
November 02, 2016, 01:58:07 PM
 #4

I think you didn't get the memo? zec is a centralized altcoin and the company launched it is in control of the system, meaning after 6 years they can destroy the coin or  fork it and dump on market if it gets big as bitcoin.
smaxz (OP)
Sr. Member
****
Offline Offline

Activity: 430
Merit: 253


VeganAcademy


View Profile
November 02, 2016, 02:15:28 PM
 #5

Go have a coffee and then re-check your math.
500/5,000,000 = ?
Hint: it's not 0.5%


oops.. 0.1% yes lets blame the coffee  (or lack there of)

1/5'th of the estimated conclusion i came to is still .04 ZEC per hour which after like a buck and 44 cents for electricity still amounts to heaps more than these calculators are professing.

- NGdTwHRSdnThdi1drQuHGT3khAHRtZ1HMq -
nerdralph
Sr. Member
****
Offline Offline

Activity: 588
Merit: 251


View Profile
November 02, 2016, 02:19:46 PM
 #6

Go have a coffee and then re-check your math.
500/5,000,000 = ?
Hint: it's not 0.5%


oops.. 0.1% yes lets blame the coffee  (or lack there of)

1/5'th of the estimated conclusion i came to is still .04 ZEC per hour which after like a buck and 44 cents for electricity still amounts to heaps more than these calculators are professing.

You're still off by an order of magnitude.  Maybe you grabbed a decaf by mistake? :-)
smaxz (OP)
Sr. Member
****
Offline Offline

Activity: 430
Merit: 253


VeganAcademy


View Profile
November 02, 2016, 02:23:52 PM
 #7

You can compare your results to my python calculator

https://gist.github.com/nerdralph/dc4b6ad4f0f8f58098187be2f6debd5f


i just doubled H/s to get Sol/s but output is :  IndexError: list index out of range

block = int(sys.argv[3320]) # arg1 = current block number

net_rate_k = int(sys.argv[1000000])# arg2 = current network rate in thousands of solutions per second

your_rate = int(sys.argv[1000])# arg3 = your solution rate


You're still off by an order of magnitude.  Maybe you grabbed a decaf by mistake? :-)


okay this is better.. .01%, speeding to conclusions my bad.

.004 ZEC per hour.. *24 is like .096 which since i rounded in a bunch of places is about accurate with this calculator.

thanks much! oh and will be grinding my own coffee from here on.!

- NGdTwHRSdnThdi1drQuHGT3khAHRtZ1HMq -
nerdralph
Sr. Member
****
Offline Offline

Activity: 588
Merit: 251


View Profile
November 02, 2016, 03:55:44 PM
 #8

You can compare your results to my python calculator

https://gist.github.com/nerdralph/dc4b6ad4f0f8f58098187be2f6debd5f


i just doubled H/s to get Sol/s but output is :  IndexError: list index out of range

block = int(sys.argv[3320]) # arg1 = current block number

net_rate_k = int(sys.argv[1000000])# arg2 = current network rate in thousands of solutions per second

your_rate = int(sys.argv[1000])# arg3 = your solution rate


You're still off by an order of magnitude.  Maybe you grabbed a decaf by mistake? :-)


okay this is better.. .01%, speeding to conclusions my bad.

.004 ZEC per hour.. *24 is like .096 which since i rounded in a bunch of places is about accurate with this calculator.

thanks much! oh and will be grinding my own coffee from here on.!

You somehow have the code messed up.  If you look at the gist, you'll see:
Code:
block = int(sys.argv[1])
net_rate_k = int(sys.argv[2])
your_rate = int(sys.argv[3])
nerdralph
Sr. Member
****
Offline Offline

Activity: 588
Merit: 251


View Profile
November 02, 2016, 03:57:59 PM
 #9

thanks much! oh and will be grinding my own coffee from here on.!

Or if you are a vegetarian, that could explain the brain fog.
https://www.psychologytoday.com/blog/evolutionary-psychiatry/201211/youre-vegetarian-have-you-lost-your-mind
smaxz (OP)
Sr. Member
****
Offline Offline

Activity: 430
Merit: 253


VeganAcademy


View Profile
November 02, 2016, 05:59:13 PM
 #10

thanks much! oh and will be grinding my own coffee from here on.!

Or if you are a vegetarian, that could explain the brain fog.
https://www.psychologytoday.com/blog/evolutionary-psychiatry/201211/youre-vegetarian-have-you-lost-your-mind


too many big words in that article.

can you offer anything with pictures by chance?

- NGdTwHRSdnThdi1drQuHGT3khAHRtZ1HMq -
PanneKopp
Sr. Member
****
Offline Offline

Activity: 391
Merit: 250


aka ...


View Profile
November 02, 2016, 11:37:51 PM
 #11

Though everything seems mixed up here,
lets first of all talk about the units we use here.

Equihash is an (anon) algorythm stated in SOL/s,
I do not know any way, 2 compare that
2 hash/s used in other algorythms.

Bench what you have against all that you "can do".

But do not mix Apples and Grapes.


Wink (just my 2 cents)

P.S. await some surprises according 2 the devices Tongue

... please make an educated guess !
QuintLeo
Legendary
*
Offline Offline

Activity: 1498
Merit: 1030


View Profile
November 03, 2016, 09:18:08 PM
 #12

One issue with trying to write a calculator for ZCash (ZEC) right now is the "block reward ramp up period" has almost a month left to go.

 Sol(utions)/s pretty much *IS* the same as hash/sec for other algorythms.

 May I offer some Navy Sludge? 9-)

I'm no longer legendary just in my own mind!
Like something I said? Donations gratefully accepted. LYLnTKvLefz9izJFUvEGQEZzSkz34b3N6U (Litecoin)
1GYbjMTPdCuV7dci3iCUiaRrcNuaiQrVYY (Bitcoin)
smaxz (OP)
Sr. Member
****
Offline Offline

Activity: 430
Merit: 253


VeganAcademy


View Profile
November 04, 2016, 06:03:01 PM
 #13

some of the early calculators were way off because of the slow start reward. and i think pool administrators lack of communicating payout schemes hurt a lot too.

looking forward to the block reward rising Smiley i dont think anyone would mind an estimated reward based on time (2.5 minute blocks) rather than actual reward on their calculators.

its pretty easy to create a formula to guess what the reward will be for a block at noon on monday.

- NGdTwHRSdnThdi1drQuHGT3khAHRtZ1HMq -
Pages: [1]
  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!