wr104 (OP)
|
|
December 03, 2014, 02:20:50 AM |
|
I'm trying to compile this from source, getting this error: make[3]: Entering directory `/coins/build/kryptohash/kryptohash-master/src' CC keccak/SnP/libkeccak_a-SnP-FBWL-default.o keccak/SnP/SnP-FBWL-default.c:17:27: fatal error: SnP-interface.h: No such file or directory #include "SnP-interface.h"
OS is ubuntu 14.04 Please check the doc: https://github.com/kryptohash/kryptohash/blob/master/doc/build-unix.mdBasically, you need to first compile Boost 1.57 using the c++11 option then, ./autogen.sh CPPFLAGS="-Ikeccak -Ikeccak/SnP -Ikeccak/KeccakF-1600 -I/usr/local/include" LDFLAGS="-L/usr/local/lib -Wl,-rpath=/usr/local/lib" ./configure {extra options like --enable-upnp-default and --with-gui=qt5} make
|
|
|
|
aiqinghai
Member
Offline
Activity: 83
Merit: 10
|
|
December 03, 2014, 02:26:19 AM |
|
DEV, why the speed is unstable? One will be high for a low? There HW appear?
|
|
|
|
wr104 (OP)
|
|
December 03, 2014, 02:32:39 AM |
|
Houston we have a problem.
|
|
|
|
mrmanager
Newbie
Offline
Activity: 50
Merit: 0
|
|
December 03, 2014, 02:39:07 AM |
|
Attempting to solo mine with the miner provided, and the settings and conf settings, results in waiting for work from pool 0.
I have the same problem. Edit: It seems to be working but I'm getting 30Kh/s per 7950. Because the blockchain is new, I'm generating 1 transaction every 2 mins to generate work for miners. Unlike Bitcoin and other Alt Coins, the Kryptohash wallet isn't going to send miners "dummy" work when the mempool is empty. This is why you see cgminer waiting for work from pool 0. Once there is enough transactions or difficulty reaches the 3 minutes target, I would expect the miners to always have work. About the 7950. That one should be giving you more than 100Kh/s. What parameters are you using for the cgminer? On my 7950 I have --shaders 256 --shaders-mul 8. Inputting 2048 for shaders gives me 0kh/s. I'm averaging 15Kh/s right now. I've tried fooling with the intensity, worksize, and number of threads, but I appear to be making it worse. use --shaders 1792 --shaders_mul 8 Don't use intensity, threads, etc. Those parameters aren't going to work with KHC Also, I'm increasing the transactions per minute to generate more work for miners. Great. Now I'm up to a 120Kh/s average. I hit a block but a minute later the kryptohash client crashed.
|
|
|
|
vindyne8
Legendary
Offline
Activity: 1260
Merit: 1009
|
|
December 03, 2014, 02:39:54 AM |
|
Yup, stuck on waiting for work for a while now.
|
|
|
|
wr104 (OP)
|
|
December 03, 2014, 02:40:46 AM |
|
I'm investigating the crash. I apologize for the inconvenience. I've stopped the seeds for now.
|
|
|
|
aiqinghai
Member
Offline
Activity: 83
Merit: 10
|
|
December 03, 2014, 02:41:02 AM |
|
DEV, any GPU = 0? Purse neighborhood does not move?
|
|
|
|
aiqinghai
Member
Offline
Activity: 83
Merit: 10
|
|
December 03, 2014, 02:42:07 AM |
|
I'm investigating the crash. I apologize for the inconvenience. I've stopped the seeds for now.
Re-launch?
|
|
|
|
mrmanager
Newbie
Offline
Activity: 50
Merit: 0
|
|
December 03, 2014, 02:44:59 AM |
|
[2014-12-03 10:35:14] Started cgminer 3.7.5 [2014-12-03 10:35:14] Started cgminer 3.7.5 [2014-12-03 10:35:14] Probing for an alive pool [2014-12-03 10:35:19] Pool 0 slow/down or URL or credentials invalid
Kryptohash.conf server=1 rpcport=38912 rpcuser=z38630610.1 rpcpassword=x rpcconnect=127.0.0.1
solo.bat setx GPU_MAX_ALLOC_PERCENT 100 setx GPU_USE_SYNC_OBJECTS 1 cgminer.exe --kryptohash -o 127.0.0.1:38912 -u z38630610.1 -p x --shaders 2816 --shaders-mul 8
system:windows7 64bit
dev,help
Change the title to kryptohash.conf. Lose the capital letter.
|
|
|
|
MakingMoneyHoney
|
|
December 03, 2014, 02:46:40 AM |
|
Attempting to solo mine with the miner provided, and the settings and conf settings, results in waiting for work from pool 0.
I have the same problem. Edit: It seems to be working but I'm getting 30Kh/s per 7950. Because the blockchain is new, I'm generating 1 transaction every 2 mins to generate work for miners. Unlike Bitcoin and other Alt Coins, the Kryptohash wallet isn't going to send miners "dummy" work when the mempool is empty. This is why you see cgminer waiting for work from pool 0. Once there is enough transactions or difficulty reaches the 3 minutes target, I would expect the miners to always have work. About the 7950. That one should be giving you more than 100Kh/s. What parameters are you using for the cgminer? Is that why I'm getting "cgminer pool 0 slow/down or URL or credentials invalid"? I'm new to this, it could be another reason. Just trying to figure out what's wrong lol.
|
|
|
|
bt_spectro
Newbie
Offline
Activity: 31
Merit: 0
|
|
December 03, 2014, 02:50:29 AM |
|
Is that why I'm getting "cgminer pool 0 slow/down or URL or credentials invalid"? I'm new to this, it could be another reason. Just trying to figure out what's wrong lol.
I'm getting the same but it was working before we got to block 99. It seems the wallet is crashing trying to generate block 100 EDIT: yup, that seems to be, wallet works fine as daemon until you try a getblocktemplate
|
|
|
|
wr104 (OP)
|
|
December 03, 2014, 02:50:49 AM |
|
I'm investigating the crash. I apologize for the inconvenience. I've stopped the seeds for now.
Re-launch? On hold for now. Block 100 was the re-target for the new block difficulty. Something didn't go right. Testnet worked fine every time.
|
|
|
|
MakingMoneyHoney
|
|
December 03, 2014, 02:51:47 AM |
|
Is that why I'm getting "cgminer pool 0 slow/down or URL or credentials invalid"? I'm new to this, it could be another reason. Just trying to figure out what's wrong lol.
I'm getting the same but it was working before we got to block 99. It seems the wallet is crashing trying to generate block 100 Well I'm glad to know it's not just me, but sorry it's breaking down, OP.
|
|
|
|
aiqinghai
Member
Offline
Activity: 83
Merit: 10
|
|
December 03, 2014, 02:52:50 AM |
|
I'm investigating the crash. I apologize for the inconvenience. I've stopped the seeds for now.
Re-launch? On hold for now. Block 100 was the re-target for the new block difficulty. Something didn't go right. Testnet worked fine every time. 1-99 block reward invalid? Or as effective?
|
|
|
|
z38630610
Legendary
Offline
Activity: 1050
Merit: 1000
|
|
December 03, 2014, 02:53:52 AM Last edit: December 06, 2014, 09:01:46 AM by z38630610 |
|
kl
|
|
|
|
wr104 (OP)
|
|
December 03, 2014, 03:00:53 AM |
|
I'm investigating the crash. I apologize for the inconvenience. I've stopped the seeds for now.
Re-launch? On hold for now. Block 100 was the re-target for the new block difficulty. Something didn't go right. Testnet worked fine every time. 1-99 block reward invalid? Or as effective? Damn git. The latest code changes I made to recalc Diff did not make it into the build. I'm going to have to build a new wallet with the fix
|
|
|
|
aiqinghai
Member
Offline
Activity: 83
Merit: 10
|
|
December 03, 2014, 03:09:58 AM |
|
Time to re-launch? Countdown?
|
|
|
|
wr104 (OP)
|
|
December 03, 2014, 04:00:51 AM |
|
Ok, I found the bug.
I'm building new version 0.3.2
|
|
|
|
z38630610
Legendary
Offline
Activity: 1050
Merit: 1000
|
|
December 03, 2014, 04:15:44 AM |
|
Ok, I found the bug.
I'm building new version 0.3.2
where down ?
|
|
|
|
WORE
|
|
December 03, 2014, 04:26:36 AM |
|
Ok, I found the bug.
I'm building new version 0.3.2
Don't forget to add some code for client to discriminate and reject connections against lesser version clients and reject blocks generated by them. Fixed version of KGW would be good rather than diff retarget at 100 block mark. Also puzzled you didn't go for 512bit hash or maybe even higher? Lock out current gen ASIC, and some low end graphics adapters.
|
|
|
|
|