Pages:
Author

Topic: [ANN] Kryptohash | Brand new PoW algo | 320bit hash | ed25519 | PID algo for dif - page 32. (Read 149437 times)

sr. member
Activity: 329
Merit: 250
Dev,we really need another pool.  Angry

Why don't you put one up?  The download link to the python code is available in this thread.  Are you asking for a bounty?  Being that the coin is attracting more attention to exchanges means the dev has to go cross platform for the wallet further so that lengthens his todo list.

On the current pool there are two ports open, one is stratum, and the other is standard http like in solo mining.  Both will accept shares and both can be put in one cgminer conf file if is becoming a problem for you, you can use the load-balance variable in the conf file so your miner will use both but when there is multiple block detection going on your miner will still pause and idle as it has to wait for work.  I've spent many hours mining on the pool, there are a couple things that can generate questions but I didn't note that there was a problem other than the current pool could stand to be run on a little faster hardware.
I am just a miner,setting up a pool is not my job.

And on the other hand, the dev doesn't run a pool.

I won't come up with my own pool. That would constitute a conflict of interest on my part, no different than me setting up my own exchange.
full member
Activity: 149
Merit: 100
A lot of folks have voiced there displeasure with the pool so we will try to explain a few things so they will be a better understanding of mining kryptohash.

First of all the algo is very difficult to mine, (think about this before letting go of them so easily)
Pool shares are only diff 1, this is as low as we can set it.
Even with diff 1 shares it can take a long time for your miner to find shares.
With the pools low share submission rate it is hard to get a very accurate hash rate calculation on the pool.
The rounds are fairly quick which resets the statistics and with the websites page caching the pool stats can look rather weird at times.

The longpoll and stratum port function nearly the same only the networking code is different.
Folks should be using the stratum port for best results, we will leave the longpoll port up as a backup.
The work restarts you see in the miner happens when there is no work for your miner to do (right after a block is found) the pool gets 0s from the daemon and that is sent to your miner allowing it to idle down. This by design is unique to kryptohash.
We have a simple bash script running that checks the mempool every second for new work and creates a new transaction for miners to work on if the mempool is empty (these tx fees are paid by the pool as well) this keeps your miners running nearly 100% of the time instead of idling down.

Building a pool for kryptohash is not exactly trivial but not that hard either, we have given out the python-hash-code so others can build their own pools without having to start from scratch.

There are probably some other things but this should cover the bulk of it. We will gladly answer any questions.
sr. member
Activity: 350
Merit: 250
Dev,we really need another pool.  Angry

Why don't you put one up?  The download link to the python code is available in this thread.  Are you asking for a bounty?  Being that the coin is attracting more attention to exchanges means the dev has to go cross platform for the wallet further so that lengthens his todo list.

On the current pool there are two ports open, one is stratum, and the other is standard http like in solo mining.  Both will accept shares and both can be put in one cgminer conf file if is becoming a problem for you, you can use the load-balance variable in the conf file so your miner will use both but when there is multiple block detection going on your miner will still pause and idle as it has to wait for work.  I've spent many hours mining on the pool, there are a couple things that can generate questions but I didn't note that there was a problem other than the current pool could stand to be run on a little faster hardware.
I am just a miner,setting up a pool is not my job.

And on the other hand, the dev doesn't run a pool.
member
Activity: 94
Merit: 10
Dev,we really need another pool.  Angry

Why don't you put one up?  The download link to the python code is available in this thread.  Are you asking for a bounty?  Being that the coin is attracting more attention to exchanges means the dev has to go cross platform for the wallet further so that lengthens his todo list.

On the current pool there are two ports open, one is stratum, and the other is standard http like in solo mining.  Both will accept shares and both can be put in one cgminer conf file if is becoming a problem for you, you can use the load-balance variable in the conf file so your miner will use both but when there is multiple block detection going on your miner will still pause and idle as it has to wait for work.  I've spent many hours mining on the pool, there are a couple things that can generate questions but I didn't note that there was a problem other than the current pool could stand to be run on a little faster hardware.
I am just a miner,setting up a pool is not my job.
sr. member
Activity: 350
Merit: 250
Dev,we really need another pool.  Angry

Why don't you put one up?  The download link to the python code is available in this thread.  Are you asking for a bounty?  Being that the coin is attracting more attention to exchanges means the dev has to go cross platform for the wallet further so that lengthens his todo list.

On the current pool there are two ports open, one is stratum, and the other is standard http like in solo mining.  Both will accept shares and both can be put in one cgminer conf file if is becoming a problem for you, you can use the load-balance variable in the conf file so your miner will use both but when there is multiple block detection going on your miner will still pause and idle as it has to wait for work.  I've spent many hours mining on the pool, there are a couple things that can generate questions but I didn't note that there was a problem other than the current pool could stand to be run on a little faster hardware.
member
Activity: 94
Merit: 10
Dev,we really need another pool.  Angry
full member
Activity: 149
Merit: 100
nonce-pool is down again  Sad Sad Sad
a waste of hashpower for 4 hours

The pool has been running non-stop for days, did your miner go to sleep? We found on one machine when the monitor goes to sleep the miner would stop hashing.
member
Activity: 94
Merit: 10
nonce-pool is down again  Sad Sad Sad
a waste of hashpower for 4 hours
sr. member
Activity: 329
Merit: 250
Is there an Nvidia miner for this yet?

Not an optimized Nvidia miner but the miner that wr104 made does work.

Thanks, I searched around and couldn't find this, is a source or precompile available?

It's in the OP: https://github.com/kryptohash/cgminer-khc/releases

I can't remember which one exactly works for the Nvidia card with multiple gpus. I put mine on something else for now as the 750ti's was only getting about 50 kh/s but the 970 gets about 150 kh/s with the cgminer. I am hoping that when wr104 gets sgminer going it will work better.
Looks like that's AMD only, maybe I'm missing something but checked the readme and install guides and tried it out.

It does work for Nvidia just not the best but it works. Like I posted in the quote the speeds I got on my 750ti ' s and 970.

You need to put in the number of Cuda Cores for the shaders.

I'm on Linux and getting this when trying to compile from source, all the premades were for Windows it seems.

make[2]: Entering directory `/home/cgminer-khc'
  CC     cgminer-cgminer.o
  CC     cgminer-util.o
  CC     cgminer-sha2.o
  CC     cgminer-api.o
  CC     cgminer-logging.o
api.c: In function âmessageâ:
api.c:1421:7: warning: format not a string literal and no format arguments [-Wformat-security]
cgminer.c: In function âraw_diffâ:
cgminer.c:3388:26: error: âstruct workâ has no member named âktargetâ
make[2]: *** [cgminer-cgminer.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/home/cgminer-khc'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/cgminer-khc'
make: *** [all] Error 2


Oh sorry about that. I just assumed you was running Windows.

I have no idea about getting it going on Linux.

It seems you didn't run the configure with the right flags or, you are missing the AMD APP SDK.  Download the APP SDK from here: http://developer.amd.com/tools-and-sdks/opencl-zone/amd-accelerated-parallel-processing-app-sdk/

Then run:

      autoreconf -fvi
      CFLAGS="-O2 -msse2" ./configure --enable-opencl --enable-kryptohash
      make
      strip cgminer


legendary
Activity: 1400
Merit: 1000
Is there an Nvidia miner for this yet?

Not an optimized Nvidia miner but the miner that wr104 made does work.

Thanks, I searched around and couldn't find this, is a source or precompile available?

It's in the OP: https://github.com/kryptohash/cgminer-khc/releases

I can't remember which one exactly works for the Nvidia card with multiple gpus. I put mine on something else for now as the 750ti's was only getting about 50 kh/s but the 970 gets about 150 kh/s with the cgminer. I am hoping that when wr104 gets sgminer going it will work better.
Looks like that's AMD only, maybe I'm missing something but checked the readme and install guides and tried it out.

It does work for Nvidia just not the best but it works. Like I posted in the quote the speeds I got on my 750ti ' s and 970.

You need to put in the number of Cuda Cores for the shaders.

I'm on Linux and getting this when trying to compile from source, all the premades were for Windows it seems.

make[2]: Entering directory `/home/cgminer-khc'
  CC     cgminer-cgminer.o
  CC     cgminer-util.o
  CC     cgminer-sha2.o
  CC     cgminer-api.o
  CC     cgminer-logging.o
api.c: In function âmessageâ:
api.c:1421:7: warning: format not a string literal and no format arguments [-Wformat-security]
cgminer.c: In function âraw_diffâ:
cgminer.c:3388:26: error: âstruct workâ has no member named âktargetâ
make[2]: *** [cgminer-cgminer.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/home/cgminer-khc'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/cgminer-khc'
make: *** [all] Error 2


Oh sorry about that. I just assumed you was running Windows.

I have no idea about getting it going on Linux.
hero member
Activity: 979
Merit: 510
Is there an Nvidia miner for this yet?

Not an optimized Nvidia miner but the miner that wr104 made does work.

Thanks, I searched around and couldn't find this, is a source or precompile available?

It's in the OP: https://github.com/kryptohash/cgminer-khc/releases

I can't remember which one exactly works for the Nvidia card with multiple gpus. I put mine on something else for now as the 750ti's was only getting about 50 kh/s but the 970 gets about 150 kh/s with the cgminer. I am hoping that when wr104 gets sgminer going it will work better.
Looks like that's AMD only, maybe I'm missing something but checked the readme and install guides and tried it out.

It does work for Nvidia just not the best but it works. Like I posted in the quote the speeds I got on my 750ti ' s and 970.

You need to put in the number of Cuda Cores for the shaders.

I'm on Linux and getting this when trying to compile from source, all the premades were for Windows it seems.

make[2]: Entering directory `/home/cgminer-khc'
  CC     cgminer-cgminer.o
  CC     cgminer-util.o
  CC     cgminer-sha2.o
  CC     cgminer-api.o
  CC     cgminer-logging.o
api.c: In function âmessageâ:
api.c:1421:7: warning: format not a string literal and no format arguments [-Wformat-security]
cgminer.c: In function âraw_diffâ:
cgminer.c:3388:26: error: âstruct workâ has no member named âktargetâ
make[2]: *** [cgminer-cgminer.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/home/cgminer-khc'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/cgminer-khc'
make: *** [all] Error 2
sr. member
Activity: 350
Merit: 250
We have decided to open and launch the KHC VS bitcoin market:

(click on image to get redirected to KHC-BTC markets)

https://twitter.com/EmpoExchange/status/550840899853627393
All the best and happy trading! Smiley

Here's the code with direct link to KHC vs BTC markets. You can use it to add it in the OP:
Code:
[url=https://empoex.com/trade/KHC-BTC][img width=300]http://i.imgur.com/HTfbFXl.png[/img][/url]


EmpoEX Team

PS: wr, thanks for your help. Appreciate it.


Looks like wr104 is going to have to put out android/ios wallets soon, pos payment gateways and clients like a third party gift card software, and maybe a merchant processor gateway might be in order after that.  Boom!  BTC 2.0
legendary
Activity: 1400
Merit: 1000
Is there an Nvidia miner for this yet?

Not an optimized Nvidia miner but the miner that wr104 made does work.

Thanks, I searched around and couldn't find this, is a source or precompile available?

It's in the OP: https://github.com/kryptohash/cgminer-khc/releases

I can't remember which one exactly works for the Nvidia card with multiple gpus. I put mine on something else for now as the 750ti's was only getting about 50 kh/s but the 970 gets about 150 kh/s with the cgminer. I am hoping that when wr104 gets sgminer going it will work better.
Looks like that's AMD only, maybe I'm missing something but checked the readme and install guides and tried it out.

It does work for Nvidia just not the best but it works. Like I posted in the quote the speeds I got on my 750ti ' s and 970.

You need to put in the number of Cuda Cores for the shaders.
hero member
Activity: 979
Merit: 510
Is there an Nvidia miner for this yet?

Not an optimized Nvidia miner but the miner that wr104 made does work.

Thanks, I searched around and couldn't find this, is a source or precompile available?

It's in the OP: https://github.com/kryptohash/cgminer-khc/releases

I can't remember which one exactly works for the Nvidia card with multiple gpus. I put mine on something else for now as the 750ti's was only getting about 50 kh/s but the 970 gets about 150 kh/s with the cgminer. I am hoping that when wr104 gets sgminer going it will work better.
Looks like that's AMD only, maybe I'm missing something but checked the readme and install guides and tried it out.
hero member
Activity: 628
Merit: 500
i had mined some, time to sell  Grin
full member
Activity: 196
Merit: 100
We have decided to open and launch the KHC VS bitcoin market:

(click on image to get redirected to KHC-BTC markets)

https://twitter.com/EmpoExchange/status/550840899853627393
All the best and happy trading! Smiley

Here's the code with direct link to KHC vs BTC markets. You can use it to add it in the OP:
Code:
[url=https://empoex.com/trade/KHC-BTC][img width=300]http://i.imgur.com/HTfbFXl.png[/img][/url]


EmpoEX Team

PS: wr, thanks for your help. Appreciate it.

nice
legendary
Activity: 1400
Merit: 1000
Is there an Nvidia miner for this yet?

Not an optimized Nvidia miner but the miner that wr104 made does work.

Thanks, I searched around and couldn't find this, is a source or precompile available?

It's in the OP: https://github.com/kryptohash/cgminer-khc/releases

I can't remember which one exactly works for the Nvidia card with multiple gpus. I put mine on something else for now as the 750ti's was only getting about 50 kh/s but the 970 gets about 150 kh/s with the cgminer. I am hoping that when wr104 gets sgminer going it will work better.
hero member
Activity: 979
Merit: 510
Is there an Nvidia miner for this yet?

Not an optimized Nvidia miner but the miner that wr104 made does work.

Thanks, I searched around and couldn't find this, is a source or precompile available?
sr. member
Activity: 419
Merit: 264
We have decided to open and launch the KHC VS bitcoin market:

(click on image to get redirected to KHC-BTC markets)

https://twitter.com/EmpoExchange/status/550840899853627393
All the best and happy trading! Smiley

Here's the code with direct link to KHC vs BTC markets. You can use it to add it in the OP:
Code:
[url=https://empoex.com/trade/KHC-BTC][img width=300]http://i.imgur.com/HTfbFXl.png[/img][/url]


EmpoEX Team

PS: wr, thanks for your help. Appreciate it.
sr. member
Activity: 350
Merit: 250
Is there an Nvidia miner for this yet?

Not an optimized Nvidia miner but the miner that wr104 made does work.

The problem with NVidia is the number of shaders available to the miner, the larger number of shaders is a quality that is unique to AMD, thus the better hash rate.
Pages:
Jump to: