I want to make a coin where solo mining is disabled without a chance to compile it. Next the pool tool will have edited payout system to pay same piece of block reward to each connected miner against whale miners that mine a loot of coins and dump price so price will be more stable also many miners complain that they can't mine anything at my solution even one thread with one hash per second will have same part of block this system will kill normal method of mining but itself will be anti whale miners cose reward always will be shared same way for ex 100 miners block reward 100 each get a coin for supporting network so basically each miner will have same amount of coins more hard to dump price of course if not possible. I think many times you see ppl crying I can't mine anymore so I want to give ppl a chance to mine all time. In that method only time spend on mining will give nice amount. There is also one more thing I'm speaking with one Vps service to allow ppl to mine on the service without problems cose they use one cpu lowest affinity so they are thinking atm but at 80% they will allow cose is not using cpus at 100%
Hello everyone. I'm trying scheduling a contract execution in Ethereum (using solidity) I know that ethereum alarm clock does exist but I want to use a different solution. Any idea? THANKS :D :)
Hello guys i am from India,I have one doubt as per Indian block chain market I am not seen using eos most of the development using etherum,hyperledger and some Cordova....but when I see US and other countries most of the development using Eos is any specific reason
Hello guys. I have a question about the understanding of a validation process of adding a transaction to a blockchain. In order to check validity of a transaction the first thing im going to do is iterate over the entire blockchain and check if "from" address has enough "money" to transfer by calculating the sum of all tx's in which "from" address was a "to" address and comparing it to the amount that is being transferred in current transaction. That way I'll know if "from" has enough money to transfer. What else do I need to check?
Also - My transaction also holds a timestamp. I'm not sure how to use it to check a replay attack