<raistlinthewiz>
though i'll improve the algorithms subsystem a bit for better performance
<Caberhagen>
ok, i can wait until you have finished you improvements. so i not hav to update my page every day...
<raistlinthewiz>
hopefully i'll push them today too
<Caberhagen>
easy, tody or tomorrow. not a problem.
<Caberhagen>
hope with all algos we push your project over the top. :)
<Caberhagen>
and with your modues it have to be one of the top
<Caberhagen>
modlues
<Caberhagen>
wtf modules
<Caberhagen>
the news rss feed, make update in fix times like every 10min or something?
<raistlinthewiz>
it's javascript based
<raistlinthewiz>
client's browser fetch the rsss
<Caberhagen>
ok thx for info
<Stoner19>
anyone willing to help walk me through a few steps?
<Caberhagen>
have tried a test with nicehash, the pool verificator means all is ok. but ist not able to connect. but can see any error or something in the logs. have anyone tested with same problems?
<bootstrapping223>
I see so should I also keep the mpos mysql parameters in the default config file disabled?
<raistlinthewiz>
set the common parameters in default.json
<raistlinthewiz>
set per-pool params in pool.json
<raistlinthewiz>
so you can basically set mysql server ip in default.json
<raistlinthewiz>
but the database-name in pool.json
<raistlinthewiz>
so one of your pools can have it as "btc_db"
<raistlinthewiz>
while the other can have the db name of "ltc_db"
<raistlinthewiz>
ie
<bootstrapping223>
ok I see what you mean
<bootstrapping223>
I want to start with just bitcoin
<bootstrapping223>
in the pool.json file, does the database have to be different than the one mpos php is using, or do they have to be the same one?
<Stoner19>
when it says that pool.json will "be merged with default.json" does it still utilize the stratum settings per coin.json or does the stratum settings apply to ALL coins?
<raistlinthewiz>
they need to be the same with mpos
<bootstrapping223>
excellent
<bootstrapping223>
got it
<raistlinthewiz>
Stoner19:
<bootstrapping223>
makes perfect sense
<raistlinthewiz>
settings in pool.json override the settings in default.json
<Stoner19>
ok thank you for clarifying
<raistlinthewiz>
so basically if a key doesn't exist in default.json, the value from pool.json will be used
<raistlinthewiz>
if both has a specific value, the pool.json will override the defaults
<raistlinthewiz>
Caberhagen:
<raistlinthewiz>
i'll also update coinium.org for vertcoin tests