Bitcoin Forum
April 19, 2024, 03:40:53 AM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 [2] 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 ... 73 »
  Print  
Author Topic: [ANN] Kryptohash | Brand new PoW algo | 320bit hash | ed25519 | PID algo for dif  (Read 149392 times)
wr104 (OP)
Sr. Member
****
Offline Offline

Activity: 329
Merit: 250


View Profile WWW
December 03, 2014, 02:20:50 AM
 #21

I'm trying to compile this from source, getting this error:

Code:
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.md

Basically, 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
1713498053
Hero Member
*
Offline Offline

Posts: 1713498053

View Profile Personal Message (Offline)

Ignore
1713498053
Reply with quote  #2

1713498053
Report to moderator
1713498053
Hero Member
*
Offline Offline

Posts: 1713498053

View Profile Personal Message (Offline)

Ignore
1713498053
Reply with quote  #2

1713498053
Report to moderator
1713498053
Hero Member
*
Offline Offline

Posts: 1713498053

View Profile Personal Message (Offline)

Ignore
1713498053
Reply with quote  #2

1713498053
Report to moderator
Transactions must be included in a block to be properly completed. When you send a transaction, it is broadcast to miners. Miners can then optionally include it in their next blocks. Miners will be more inclined to include your transaction if it has a higher transaction fee.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
aiqinghai
Member
**
Offline Offline

Activity: 83
Merit: 10


View Profile
December 03, 2014, 02:26:19 AM
 #22

DEV, why the speed is unstable?
One will be high for a low?
There HW appear?
wr104 (OP)
Sr. Member
****
Offline Offline

Activity: 329
Merit: 250


View Profile WWW
December 03, 2014, 02:32:39 AM
 #23

Houston we have a problem.
mrmanager
Newbie
*
Offline Offline

Activity: 50
Merit: 0


View Profile
December 03, 2014, 02:39:07 AM
 #24

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 Offline

Activity: 1260
Merit: 1009



View Profile
December 03, 2014, 02:39:54 AM
 #25

Yup, stuck on waiting for work for a while now.
wr104 (OP)
Sr. Member
****
Offline Offline

Activity: 329
Merit: 250


View Profile WWW
December 03, 2014, 02:40:46 AM
 #26

I'm investigating the crash. I apologize for the inconvenience.  I've stopped the seeds for now.
aiqinghai
Member
**
Offline Offline

Activity: 83
Merit: 10


View Profile
December 03, 2014, 02:41:02 AM
 #27

DEV, any GPU = 0?
Purse neighborhood does not move?
aiqinghai
Member
**
Offline Offline

Activity: 83
Merit: 10


View Profile
December 03, 2014, 02:42:07 AM
 #28

I'm investigating the crash. I apologize for the inconvenience.  I've stopped the seeds for now.


Re-launch?
mrmanager
Newbie
*
Offline Offline

Activity: 50
Merit: 0


View Profile
December 03, 2014, 02:44:59 AM
 #29

[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
Hero Member
*****
Offline Offline

Activity: 504
Merit: 500



View Profile
December 03, 2014, 02:46:40 AM
 #30

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 Offline

Activity: 31
Merit: 0


View Profile
December 03, 2014, 02:50:29 AM
 #31


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)
Sr. Member
****
Offline Offline

Activity: 329
Merit: 250


View Profile WWW
December 03, 2014, 02:50:49 AM
 #32

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
Hero Member
*****
Offline Offline

Activity: 504
Merit: 500



View Profile
December 03, 2014, 02:51:47 AM
 #33


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 Offline

Activity: 83
Merit: 10


View Profile
December 03, 2014, 02:52:50 AM
 #34

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 Offline

Activity: 1050
Merit: 1000



View Profile
December 03, 2014, 02:53:52 AM
Last edit: December 06, 2014, 09:01:46 AM by z38630610
 #35

  kl

▄█▀▀▀▀▀▀▀▀▀▀▀█▄
▄█▀▄███████████▄▀█▄
▄█▀▄███████████████▄▀█▄
▄█▀▄███████ ██ ████████▄▀█▄
█ ███████▄▄ ▌ ▄▄▄ ▀██████ █
█ █████████ ▌ ████ ██████ █
█ █████████ ▌ ▄▄▄▄ ▀█████ █
█ █████████ ▌ █████ █████ █
█ █████▄▀▀  ▌ ▀▀▀▀ ▄█████ █
▀█▄▀███████ ██ ████████▀▄█▀
▀█▄▀███████████████▀▄█▀
▀█▄▀███████████▀▄█▀
▀█▄▄▄▄▄▄▄▄▄▄▄█▀
.JINBI..

merges gold’s investment
holding value
with
blockchain technology
.
...T H E   G O L D E N   I C O...
.────────     WHITEPAPER     ────────.
▄█▀▀▀▀▀▀▀▀▀▀▀█▄
▄█▀▄███████████▄▀█▄
▄█▀▄███████████████▄▀█▄
▄█▀▄███████ ██ ████████▄▀█▄
█ ███████▄▄ ▌ ▄▄▄ ▀██████ █
█ █████████ ▌ ████ ██████ █
█ █████████ ▌ ▄▄▄▄ ▀█████ █
█ █████████ ▌ █████ █████ █
█ █████▄▀▀  ▌ ▀▀▀▀ ▄█████ █
▀█▄▀███████ ██ ████████▀▄█▀
▀█▄▀███████████████▀▄█▀
▀█▄▀███████████▀▄█▀
▀█▄▄▄▄▄▄▄▄▄▄▄█▀
wr104 (OP)
Sr. Member
****
Offline Offline

Activity: 329
Merit: 250


View Profile WWW
December 03, 2014, 03:00:53 AM
 #36

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 Offline

Activity: 83
Merit: 10


View Profile
December 03, 2014, 03:09:58 AM
 #37

Time to re-launch?
Countdown?
wr104 (OP)
Sr. Member
****
Offline Offline

Activity: 329
Merit: 250


View Profile WWW
December 03, 2014, 04:00:51 AM
 #38

Ok, I found the bug.

I'm building new version 0.3.2
z38630610
Legendary
*
Offline Offline

Activity: 1050
Merit: 1000



View Profile
December 03, 2014, 04:15:44 AM
 #39

Ok, I found the bug.

I'm building new version 0.3.2

where down ?

▄█▀▀▀▀▀▀▀▀▀▀▀█▄
▄█▀▄███████████▄▀█▄
▄█▀▄███████████████▄▀█▄
▄█▀▄███████ ██ ████████▄▀█▄
█ ███████▄▄ ▌ ▄▄▄ ▀██████ █
█ █████████ ▌ ████ ██████ █
█ █████████ ▌ ▄▄▄▄ ▀█████ █
█ █████████ ▌ █████ █████ █
█ █████▄▀▀  ▌ ▀▀▀▀ ▄█████ █
▀█▄▀███████ ██ ████████▀▄█▀
▀█▄▀███████████████▀▄█▀
▀█▄▀███████████▀▄█▀
▀█▄▄▄▄▄▄▄▄▄▄▄█▀
.JINBI..

merges gold’s investment
holding value
with
blockchain technology
.
...T H E   G O L D E N   I C O...
.────────     WHITEPAPER     ────────.
▄█▀▀▀▀▀▀▀▀▀▀▀█▄
▄█▀▄███████████▄▀█▄
▄█▀▄███████████████▄▀█▄
▄█▀▄███████ ██ ████████▄▀█▄
█ ███████▄▄ ▌ ▄▄▄ ▀██████ █
█ █████████ ▌ ████ ██████ █
█ █████████ ▌ ▄▄▄▄ ▀█████ █
█ █████████ ▌ █████ █████ █
█ █████▄▀▀  ▌ ▀▀▀▀ ▄█████ █
▀█▄▀███████ ██ ████████▀▄█▀
▀█▄▀███████████████▀▄█▀
▀█▄▀███████████▀▄█▀
▀█▄▄▄▄▄▄▄▄▄▄▄█▀
WORE
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


View Profile
December 03, 2014, 04:26:36 AM
 #40

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.
Pages: « 1 [2] 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 ... 73 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!