Post
Topic
Board Mining (Altcoins)
Re: 8th Alt coin thread. Or what to do now that asics are all over the place.
by
almonk
on 16/11/2018, 06:11:29 UTC
Some PoS implementations use limited time range let's say +-10 minutes in unix time seconds from time now as limited variable input into hash function. Something like nonce in PoW but in PoW nonce usually is not very strictly limited.

Isn't it how PoS systems work now?



If a hardware hashing device was based around a 10Mhz oven controlled crystal oscillator;  and the algorithm has a time factor built in that can be related/based on this;  it could easily become a standard for limiting hashing speeds;    and could easily be re-verified as to be a valid result by the network using that time-base schism.   It is of-course more involved than just a simple single function;  but if worked properly;  the time function can be integrated at steps throughout the process of calculating.

Example:  Calculate for a result;  and during each mathematical operation;  do a math operation on the intermediate value/variable with the timer's current value as a salt;  do the next step;  salt, etc.   All salt is based on the timer.

This way;  you are forced to conform to the 10Mhz oscillator's salt, and it will disrupt your ability to hash faster as your result won't match someone else that is running the correct timebase, when you are accelerated and hashing faster.

POS requires a coin value to be staked on the network (locked in).  I speak of POW.

This is about strictly adding a timebase standard that can be used to effectively nullify things that will calculate above a certain speed.   IT would make all devices effectively equal at a point; and would boil down to quantity of devices from that point on....   Equal opportunity in a manner of speaking.

of course things like;  adding simple functions that salt the time function's process on the next round; they come from the previous round's block's values;  and could be beneficial as well.


And it cannot be limited too, because there's nothing stopping miners from mining to multiple address on the same device, using the same range of nonces.

It is probably possible to tie to the amount of coins per each address. Limit available search space to the amount of coins per address. Till the next block.