Post
Topic
Board Announcements (Altcoins)
Re: [ANN][STEEM][POW] - NO IPO | NO PREMINE | NO INSTAMINE
by
thereverseflash
on 23/03/2016, 19:36:15 UTC
The purpose is so that we can mine this coin publicly and in a manner that gives everyone a chance to participate.  If no one else chooses to mine because it is too difficult, too little information, or no interest then that is fine.

So, if this approach is not for you, then please leave and let those who are curious explore the code and get involved without a dispute about "how" things *should be done*.  

Quote
Do you mean using -t #of threads, or add more account,privkey ?
Sorry, I meant to reply to that earlier but got rate limited.   Additional account + priv key.

im using the config.ini :

is this right ?

 miner = ["name","priv","name2","priv2"]

OR

 miner = ["name","priv"], ["name2","priv2"]

miner = ["name", "priv"]
miner = ["name2", "priv2"]
miner = ...


Be sure to also add:

witness = "name"
witness = "name2"
witness = "name3" ...

Or you will produce POW but not produce blocks and thus earn nothing.