fragar10 has joined #coiniumserv
<
fragar10>
I am having a problem building in Ubuntu 14.04.
<
fragar10>
./build.sh: line 6: xbuild: command not found
<
fragar10>
./build.sh: line 5: mozroots: command not found
<
fragar10>
error: file not found: src/Tests/bin/Release/CoiniumServ.Tests.dll
<
fragar10>
Can anyone help
<
raistlinthewiz>
you need to install mono
<
raistlinthewiz>
on your ubuntu
<
raistlinthewiz>
apt-get install mono-complete
fragar10 has quit [Ping timeout: 246 seconds]
fragar10 has joined #coiniumserv
<
fragar10>
I am trying to start the server in Ubuntu. There is only a exe file. Do I need to install wine to run it?
<
minerpools>
no fragar
<
minerpools>
run it with mono
<
minerpools>
just go mono executable.exe
fragar10 has quit [Quit: Page closed]
feeleep has joined #coiniumserv
omniback has joined #coiniumserv
<
omniback>
i'm trying to setup coinium serv, but keep getting an error while submiting blocks
<
omniback>
i got the eror: "We thought a block was found but it was rejected by the coin daemon;"
<
omniback>
is this a know but still to correct?
<
omniback>
this is in groestl algo
feeleep has quit [Ping timeout: 250 seconds]
omniback has quit [Ping timeout: 246 seconds]
chipmadness has joined #coiniumserv
Caberhagen|afk is now known as Caberhagen
<
Caberhagen>
hi @ all
<
raistlinthewiz>
hey
<
Caberhagen>
nice updates master :)
<
Caberhagen>
i see appveyor is on checking release. better to wait until it have finished. or save to clone now?
<
Caberhagen>
oh it's finishd this moment...
<
raistlinthewiz>
should be fine to run
<
Caberhagen>
ok thx, have build it now. 3 new warnings. please a check by master :)
<
raistlinthewiz>
yep i've already reviewed them
<
raistlinthewiz>
no worries
<
Caberhagen>
set up my stuff in webfiles and then i shoot it up to mining-pools. feedback will arrive if i found some things :)
<
raistlinthewiz>
sure thing
<
raistlinthewiz>
hopefully we are ready for auto-trader now :)
<
Caberhagen>
if i can make any test for you, let me know. yeah i think you are on the right way.
<
Caberhagen>
i have paid some money to ahmed for implimenting scrypt-n to coinium. so a little support fom me to coinium :)
<
raistlinthewiz>
hope you can devote back the implementation back to the project :)
chipmadness has quit [Quit: Leaving]
<
Caberhagen>
[Error] [CryptsyClient] [global] `bool' does not contain a definition for `markets'
<
raistlinthewiz>
just ignore
<
Caberhagen>
jaust an info for you
<
Caberhagen>
but looks good. cant see any new problems.
<
Caberhagen>
oh and favicon works now :)
feeleep has joined #coiniumserv
<
raistlinthewiz>
yep
<
Caberhagen>
any way to update my forked branches on github to actual from you? so i can try my work on latest files
<
raistlinthewiz>
create a fork of your own
<
raistlinthewiz>
once you want the updates
<
raistlinthewiz>
git pull upstream develop/master
<
raistlinthewiz>
git push
<
raistlinthewiz>
will push changes to your own
<
Caberhagen>
nice thx
raistlinthewiz has quit [Ping timeout: 272 seconds]
raistlinthewiz has joined #coiniumserv
djKyno has quit [Quit: Connection closed for inactivity]
feeleep has quit [Ping timeout: 250 seconds]
<
ahmed_>
raistlinthewiz: dw i'll push my implementation back
<
raistlinthewiz>
ahmed_:
<
raistlinthewiz>
will good starting points
<
ahmed_>
nice ty :)
<
raistlinthewiz>
just read the scrypt-n config data from
<
raistlinthewiz>
dynamic config
<
raistlinthewiz>
basically if a coin-config file contains
<
raistlinthewiz>
extra field
<
raistlinthewiz>
they'll be automatically supplied within that dynamic config variable
<
raistlinthewiz>
you'll get that chainStartTime
<
raistlinthewiz>
then you have to just set correct _n, _r, _p values
<
raistlinthewiz>
that should be all for scrypt-n AFAIK