Can the pool operator please confirm that at launch we can mine straight away and start stashing our coins with the pool until an EXE is released?
As soon as he Updates the Linux files which I'm sure will be first I will have the pool up and running. I already ran a TestNet with the current github version which is not the finalized version and everything worked fine. I erased the results ofc but there was one other person who found out I was running testnet and hoped on. Just made sure shares where counting and then we shut it off. Waiting on GitHub update and coin release. once this is done I will start the pool up.
Great!
To calculate the block reward, you need to know the difficulty and the block number, which should be easy:
((1 + int(diff / 24)) / (1 + (height / 194400))
The linux source code will be pushed out to github with the official release! We're working with some people to get Windows binaries compiled too. Everyone excited?
