Bitcoin Forum
June 17, 2024, 05:46:58 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 [69] 70 71 72 73 »
  Print  
Author Topic: [ANN] Kryptohash | Brand new PoW algo | 320bit hash | ed25519 | PID algo for dif  (Read 149396 times)
dodosmine1
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
July 31, 2015, 10:24:19 AM
Last edit: July 31, 2015, 11:27:45 AM by dodosmine1
 #1361

I am not a beginner in mining (6 months experience), but my first attempt to mine Kryptohash
Just Downloaded Wallet v0.6.2   - installed into Windows :
C:\Program Files (x86)\Kryptohash Core 32-bit\kryptohash.conf
and the data is default at
C:\Users\UserX\AppData\Roaming\Kryptohash

running latest version cgminer-khc and 100%(hope) correct config on kryptohash.conf

server=1
rpcuser=test
rpcpassword=test
rpcport=38912
rpcconnect=127.0.0.1

after command cgminer --kryptohash -o http://127.0.0.1:38912 -u test -p test
i receive:
 [2015-07-31 13:21:58] Started cgminer 3.7.8
 [2015-07-31 13:21:58] Started cgminer 3.7.8
 [2015-07-31 13:21:58] Probing for an alive pool
 [2015-07-31 13:21:59] HTTP request returned 7 "Failed to connect to 127.0.0.1 p
ort 38912: Connection refused"
 [2015-07-31 13:22:00] HTTP request returned 7 "Failed to connect to 127.0.0.1 p
ort 38912: Connection refused"
 [2015-07-31 13:22:01] Pool 0 slow/down or URL or credentials invalid

"getwork" on console works

any ideas ?




wr104 (OP)
Sr. Member
****
Offline Offline

Activity: 329
Merit: 250


View Profile WWW
July 31, 2015, 12:28:14 PM
 #1362

I am not a beginner in mining (6 months experience), but my first attempt to mine Kryptohash
Just Downloaded Wallet v0.6.2   - installed into Windows :
C:\Program Files (x86)\Kryptohash Core 32-bit\kryptohash.conf
and the data is default at
C:\Users\UserX\AppData\Roaming\Kryptohash

running latest version cgminer-khc and 100%(hope) correct config on kryptohash.conf

server=1
rpcuser=test
rpcpassword=test
rpcport=38912
rpcconnect=127.0.0.1

after command cgminer --kryptohash -o http://127.0.0.1:38912 -u test -p test
i receive:
 [2015-07-31 13:21:58] Started cgminer 3.7.8
 [2015-07-31 13:21:58] Started cgminer 3.7.8
 [2015-07-31 13:21:58] Probing for an alive pool
 [2015-07-31 13:21:59] HTTP request returned 7 "Failed to connect to 127.0.0.1 p
ort 38912: Connection refused"
 [2015-07-31 13:22:00] HTTP request returned 7 "Failed to connect to 127.0.0.1 p
ort 38912: Connection refused"
 [2015-07-31 13:22:01] Pool 0 slow/down or URL or credentials invalid

"getwork" on console works

any ideas ?


Did you copy the kryptohash.conf to the C:\Users\UserX\AppData\Roaming\Kryptohash folder?   

dodosmine1
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
July 31, 2015, 04:34:09 PM
Last edit: July 31, 2015, 06:11:05 PM by dodosmine1
 #1363

That was the problem ! You should add an observation for new users about this on the first page Smiley .

Now I get another error : No suitable long pool found for http://127.0.0.1 and (see image)

http://s15.postimg.org/iofd2d523/image.png

I have an ATI Radeon™ HD 5670 Graphics



wr104 (OP)
Sr. Member
****
Offline Offline

Activity: 329
Merit: 250


View Profile WWW
July 31, 2015, 06:18:16 PM
 #1364

That was the problem ! You should add an observation for new users about this on the first page Smiley .

Now I get another error : No suitable long pool found for http://127.0.0.1 and (see image)



I have an ATI Radeon™ HD 5670 Graphics



Hmm, the "No suitable long pool found" is not the problem, it is the error after that which is related to OpenCL.

Your GPU has only 400 stream processors.   What values are you using for --shaders and --shaders-mul ?
dodosmine1
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
July 31, 2015, 09:58:58 PM
 #1365

Current testing environment has  ATI Radeon™ HD 5670 Graphics : http://www.amd.com/en-us/products/graphics/desktop/5000/5670
I also have other 3 R7 200 series to mine, but first I want to make it work on this one

Bitcoin, Litecoin, Doge, all are working with this card on GPU so Kryptohash should be okey from my point of view

I have tried the following scenarios :

--shaders 1 --shaders-mul 1
--shaders 400 --shaders-mul 1
--shaders 400 --shaders-mul 7
--shaders 128 --shaders-mul 7

everything seems to output error -54 Enqueueing kernel onto command queue. (clEnqueueNDRangeKernel)

I found that the param -w would solve the problem  so right now I tried

 -I 16 -g 2 -w 128 --shaders 400 --shaders-mul 7

in this case I get 3.5 Kh/s Smiley

for scrypt (litecoing) there is a param : --thread-concurrency , there is something similar here ?  or any ideas to get that 3.5 value increased ?  or where can I find a list with all accepted params for this version ?

Thanks
wr104 (OP)
Sr. Member
****
Offline Offline

Activity: 329
Merit: 250


View Profile WWW
August 01, 2015, 12:00:54 AM
 #1366

Current testing environment has  ATI Radeon™ HD 5670 Graphics : http://www.amd.com/en-us/products/graphics/desktop/5000/5670
I also have other 3 R7 200 series to mine, but first I want to make it work on this one

Bitcoin, Litecoin, Doge, all are working with this card on GPU so Kryptohash should be okey from my point of view

I have tried the following scenarios :

--shaders 1 --shaders-mul 1
--shaders 400 --shaders-mul 1
--shaders 400 --shaders-mul 7
--shaders 128 --shaders-mul 7

everything seems to output error -54 Enqueueing kernel onto command queue. (clEnqueueNDRangeKernel)

I found that the param -w would solve the problem  so right now I tried

 -I 16 -g 2 -w 128 --shaders 400 --shaders-mul 7

in this case I get 3.5 Kh/s Smiley

for scrypt (litecoing) there is a param : --thread-concurrency , there is something similar here ?  or any ideas to get that 3.5 value increased ?  or where can I find a list with all accepted params for this version ?

Thanks


For Kryptohash, the thread concurrency is the combination of --shaders and --shaders-mul parameters.

Try something like this:

 -w 128 --shaders 448 --shaders-mul 2

Then, increase the shaders-mul value until you find the max Kh/s

Also, try with -w 64  and see if you get better performance.



tranzactionezlive
Sr. Member
****
Offline Offline

Activity: 261
Merit: 250


View Profile
August 01, 2015, 05:38:25 PM
 #1367

Blogs
happyaltminer
Full Member
***
Offline Offline

Activity: 140
Merit: 100


View Profile
August 06, 2015, 10:36:18 AM
 #1368

Any news about KHC? Huh

wr104 (OP)
Sr. Member
****
Offline Offline

Activity: 329
Merit: 250


View Profile WWW
August 06, 2015, 02:00:53 PM
 #1369

Any news about KHC? Huh

No news is good news  Cheesy

I'm working on a new feature for the Android Wallet that I hope it is going to help make KHC more popular.  But, I'm not giving out anymore details today.   Wink

After that, I'm going to work on enhancing KHC to handle the multiple region codes that are available today as one big 'happy' multi-blockchain coin.  The goal here is to increase the Transaction Per Seconds (TPS) to match or exceed Paypal, VISA or Mastercard.  This is a lot of work so, don't expect this new feature to be available on the next release. 



Other than that, the coin has been very stable. Wallets work fine but, unfortunately there aren't too many people mining the coin anymore.  Undecided


BoscoMurray
Sr. Member
****
Offline Offline

Activity: 450
Merit: 250


View Profile
August 06, 2015, 05:30:41 PM
 #1370

Any news about KHC? Huh

No news is good news  Cheesy

I'm working on a new feature for the Android Wallet that I hope it is going to help make KHC more popular.  But, I'm not giving out anymore details today.   Wink

After that, I'm going to work on enhancing KHC to handle the multiple region codes that are available today as one big 'happy' multi-blockchain coin.  The goal here is to increase the Transaction Per Seconds (TPS) to match or exceed Paypal, VISA or Mastercard.  This is a lot of work so, don't expect this new feature to be available on the next release. 



Other than that, the coin has been very stable. Wallets work fine but, unfortunately there aren't too many people mining the coin anymore.  Undecided




I'll be back mining, just as soon as I've gotten a Linux miner setup again. On a headless Windows box I can't control the GPU clock and it gets too hot for my liking.

Keep up the good work and I'm sure people will come to this coin.
WORE
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


View Profile
August 07, 2015, 01:14:27 AM
 #1371

Any news about KHC? Huh

No news is good news  Cheesy

I'm working on a new feature for the Android Wallet that I hope it is going to help make KHC more popular.  But, I'm not giving out anymore details today.   Wink

After that, I'm going to work on enhancing KHC to handle the multiple region codes that are available today as one big 'happy' multi-blockchain coin.  The goal here is to increase the Transaction Per Seconds (TPS) to match or exceed Paypal, VISA or Mastercard.  This is a lot of work so, don't expect this new feature to be available on the next release. 



Other than that, the coin has been very stable. Wallets work fine but, unfortunately there aren't too many people mining the coin anymore.  Undecided




Need to get those other wallets to cover IOS, Windows Mobile.  POS integration for Aloha/Maitre'D/Micros and other popular titles would put KHC over the top when it came to next gen coin.
zxbball
Sr. Member
****
Offline Offline

Activity: 311
Merit: 250


View Profile
August 08, 2015, 07:27:14 AM
 #1372

we need a pool
BoscoMurray
Sr. Member
****
Offline Offline

Activity: 450
Merit: 250


View Profile
August 16, 2015, 02:30:49 PM
 #1373

I'm trying to build Kryptohash core and QT. I believe all dependencies are met, but I run into an issue.

I've done the following as per the readme:

Code:
 git clone https://github.com/kryptohash/kryptohash.git kryptohash
 cd kryptohash
 ./autogen.sh
 CPPFLAGS="-Ikeccak -Ikeccak/SnP -Ikeccak/KeccakF-1600 -I/usr/local/include" LDFLAGS="-L/usr/local/lib -Wl,-rpath=/usr/local/lib" ./configure --enable-upnp-default --with-gui=qt5
 make

But I get the following back:

Code:
  OBJCXXLD kryptohash-qt
/usr/bin/ld: /usr/local/lib/libprotobuf.a(common.o): relocation R_X86_64_32S against `_ZTVN6google8protobuf7ClosureE' can not be used when making a shared object; recompile with -fPIC
/usr/local/lib/libprotobuf.a: error adding symbols: Bad value
collect2: error: ld returned 1 exit status

I'm not sure if I just run make again with -fPIC, or where else this -fPIC option should go, if at all. Also, do I need to clean object files before recompiling? If so, how?

Thanks folks
wr104 (OP)
Sr. Member
****
Offline Offline

Activity: 329
Merit: 250


View Profile WWW
August 17, 2015, 01:21:40 PM
Last edit: August 17, 2015, 02:16:48 PM by wr104
 #1374

I'm trying to build Kryptohash core and QT. I believe all dependencies are met, but I run into an issue.

I've done the following as per the readme:

Code:
 git clone https://github.com/kryptohash/kryptohash.git kryptohash
 cd kryptohash
 ./autogen.sh
 CPPFLAGS="-Ikeccak -Ikeccak/SnP -Ikeccak/KeccakF-1600 -I/usr/local/include" LDFLAGS="-L/usr/local/lib -Wl,-rpath=/usr/local/lib" ./configure --enable-upnp-default --with-gui=qt5
 make

But I get the following back:

Code:
  OBJCXXLD kryptohash-qt
/usr/bin/ld: /usr/local/lib/libprotobuf.a(common.o): relocation R_X86_64_32S against `_ZTVN6google8protobuf7ClosureE' can not be used when making a shared object; recompile with -fPIC
/usr/local/lib/libprotobuf.a: error adding symbols: Bad value
collect2: error: ld returned 1 exit status

I'm not sure if I just run make again with -fPIC, or where else this -fPIC option should go, if at all. Also, do I need to clean object files before recompiling? If so, how?

Thanks folks

Hi Bosco,

Sorry, I couldn't answer yesterday.

With the latest codebase 0.6.x, you are no longer required to build Boost with c++11 support.   So, you can use all the standard libraries in your Linux distribution.  See updated instructions here: https://github.com/kryptohash/kryptohash/blob/master/doc/build-unix.md

cd kryptohash
./autogen.sh
CPPFLAGS="-Ikeccak -Ikeccak/SnP -Ikeccak/KeccakF-1600" ./configure --enable-upnp-default --with-gui=qt5
make
BoscoMurray
Sr. Member
****
Offline Offline

Activity: 450
Merit: 250


View Profile
August 17, 2015, 01:51:19 PM
 #1375

I'm trying to build Kryptohash core and QT. I believe all dependencies are met, but I run into an issue.

I've done the following as per the readme:

Code:
 git clone https://github.com/kryptohash/kryptohash.git kryptohash
 cd kryptohash
 ./autogen.sh
 CPPFLAGS="-Ikeccak -Ikeccak/SnP -Ikeccak/KeccakF-1600 -I/usr/local/include" LDFLAGS="-L/usr/local/lib -Wl,-rpath=/usr/local/lib" ./configure --enable-upnp-default --with-gui=qt5
 make

But I get the following back:

Code:
  OBJCXXLD kryptohash-qt
/usr/bin/ld: /usr/local/lib/libprotobuf.a(common.o): relocation R_X86_64_32S against `_ZTVN6google8protobuf7ClosureE' can not be used when making a shared object; recompile with -fPIC
/usr/local/lib/libprotobuf.a: error adding symbols: Bad value
collect2: error: ld returned 1 exit status

I'm not sure if I just run make again with -fPIC, or where else this -fPIC option should go, if at all. Also, do I need to clean object files before recompiling? If so, how?

Thanks folks

Hi Bosco,

Sorry, I couldn't answer yesterday.

With the latest codebase 0.6.x, you are no longer require to build Boost with c++11 support.   So, you can use all the standard libraries in your Linux distribution.  See updated instructions here: https://github.com/kryptohash/kryptohash/blob/master/doc/build-unix.md

cd kryptohash
./autogen.sh
CPPFLAGS="-Ikeccak -Ikeccak/SnP -Ikeccak/KeccakF-1600" ./configure --enable-upnp-default --with-gui=qt5
make

Great, thanks. I have the pre-built binaries running OK just now, but I'll give this a go later.
tranzactionezlive
Sr. Member
****
Offline Offline

Activity: 261
Merit: 250


View Profile
September 03, 2015, 04:14:45 PM
 #1376

How many tokens generated thus far ?
wr104 (OP)
Sr. Member
****
Offline Offline

Activity: 329
Merit: 250


View Profile WWW
September 03, 2015, 05:06:47 PM
 #1377

How many tokens generated thus far ?

~12,000,000 KHCs

Random rewards will stop at block 125,000 so, after that I will scan all the entire blockchain and provide the exact number.
happyaltminer
Full Member
***
Offline Offline

Activity: 140
Merit: 100


View Profile
September 28, 2015, 02:52:03 PM
 #1378

How many tokens generated thus far ?

~12,000,000 KHCs

Random rewards will stop at block 125,000 so, after that I will scan all the entire blockchain and provide the exact number.
Good to see the dev is still active here.

wr104 (OP)
Sr. Member
****
Offline Offline

Activity: 329
Merit: 250


View Profile WWW
September 28, 2015, 06:15:30 PM
 #1379

I'm not going away  Cheesy
BoscoMurray
Sr. Member
****
Offline Offline

Activity: 450
Merit: 250


View Profile
September 28, 2015, 08:08:17 PM
 #1380

I'm not going away  Cheesy

It's good to know my hashes aren't being wasted  Cheesy
Pages: « 1 ... 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 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 [69] 70 71 72 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!