Bitcoin Forum
June 23, 2024, 05:45:39 PM *
News: Voting for pizza day contest
 
   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 53 54 55 ... 73 »
  Print  
Author Topic: [ANN] Kryptohash | Brand new PoW algo | 320bit hash | ed25519 | PID algo for dif  (Read 149396 times)
a3860903
Member
**
Offline Offline

Activity: 87
Merit: 10


View Profile
December 03, 2014, 12:41:03 PM
 #81

cgminer still pool 0 slow/down?
sologap
Full Member
***
Offline Offline

Activity: 210
Merit: 100



View Profile
December 03, 2014, 12:51:09 PM
 #82

wallet crash on windows and Linux once i hit setgenerate true  Huh Huh Huh

  ☠ CRAVEEmbraces the privacy movement ☠   
    Your Market. Your Blockchain Business. Your Profit.   
antonio8
Legendary
*
Offline Offline

Activity: 1386
Merit: 1000


View Profile
December 03, 2014, 01:03:59 PM
Last edit: December 03, 2014, 02:40:57 PM by antonio8
 #83

 Are stream processors the same as shaders on AMD cards?

Up and running finally on 280x and finding blocks.

Now just gotta get 750ti and 970 going (also 270x, having issues now).

If you are going to leave your BTC on an exchange please send it to this address instead 1GH3ub3UUHbU5qDJW5u3E9jZ96ZEmzaXtG, I will at least use the money better than someone who steals it from the exchange. Thanks Wink
Truckfarmer
Newbie
*
Offline Offline

Activity: 27
Merit: 0


View Profile
December 03, 2014, 02:45:53 PM
 #84

Compiling the wallet on OS X & Linux, at ./configure I get an error:

Quote
checking whether byte ordering is bigendian... yes
configure: error: "Big Endian not supported"

antonio, can you post your kryptohash.conf for the 280x please?! thank you!!!
wr104 (OP)
Sr. Member
****
Offline Offline

Activity: 329
Merit: 250


View Profile WWW
December 03, 2014, 02:46:42 PM
 #85

why cgminer still pool 0 slow/down?

That's what i'm getting still...

same here... Huh

Go to the Debug console and type: getwork

What do you get?
+1



{
"data" : "010000000000000045169a200616cc763b3f9de957df29b906201a6ac585d6d0aa8fff11b62f05a 6a831b9f039000000a83b541f198ccc1a07e72c5619b1e8fa7473451ef4a120884f73c327086388 ca916fd37797896a172541480f4a010000000000000000000000000000ffff0026b640000000000 0000000000000000000",
"target" : "0000000000000000000000000000000000000000000000000000000000000000000000ffff00000 0"
}


Ok, now do the same but, with the kryptohash-cli.exe that is included in the daemon folder

From the Command Prompt type:  kryptohash-cli getwork



kryptohash-cli.exe its close it self after i click it

Don't click on it.  Open the Command Prompt, navigate to the folder where kryptohash-cli.exe is located and type:

kryptohash-cli getinfo
kryptohash-cli getwork
antonio8
Legendary
*
Offline Offline

Activity: 1386
Merit: 1000


View Profile
December 03, 2014, 02:53:53 PM
 #86

Compiling the wallet on OS X & Linux, at ./configure I get an error:

Quote
checking whether byte ordering is bigendian... yes
configure: error: "Big Endian not supported"

antonio, can you post your kryptohash.conf for the 280x please?! thank you!!!

*Disclaimer*

My config file is not the safest way to solo mine. I solo mine from 3 computers into the same wallet.

Use this setup at your own risk. I would recommend to use the config in the OP.

rpcuser=YOURUSERNAMEHERE
rpcpassword=YOURPASSWORDHERE
rpcallowip=*
rpcport=38912
listen=1
daemon=1
server=1

If you are going to leave your BTC on an exchange please send it to this address instead 1GH3ub3UUHbU5qDJW5u3E9jZ96ZEmzaXtG, I will at least use the money better than someone who steals it from the exchange. Thanks Wink
antonio8
Legendary
*
Offline Offline

Activity: 1386
Merit: 1000


View Profile
December 03, 2014, 02:59:24 PM
 #87

@ wr104

Can you tell me how I can find out to determine my threads per core? I tried to google but can't find the correct answer.

I might have got lucky on my 280x. It is up and running at 135 kh/s and finding blocks decently but I can't get my 270x going. I keep getting HW errors. From what I can determine I have 1280 shaders on the 270x.

If you are going to leave your BTC on an exchange please send it to this address instead 1GH3ub3UUHbU5qDJW5u3E9jZ96ZEmzaXtG, I will at least use the money better than someone who steals it from the exchange. Thanks Wink
wr104 (OP)
Sr. Member
****
Offline Offline

Activity: 329
Merit: 250


View Profile WWW
December 03, 2014, 03:02:32 PM
Last edit: December 03, 2014, 03:25:31 PM by wr104
 #88

wallet crash on windows and Linux once i hit setgenerate true  Huh Huh Huh

Don't use the setgenerate option. It won't work.

Mining using KSHAKE320 algo is waaaay too slow for CPUs.  The option is there only because Kryptohash code is based on Bitcoin 0.9.3.   It is in my ToDo list to clean up the code once we all believe we have a stable code base.

GPU mining is the way to go.  If you have a decent video card (AMD preferably), you need to use cgminer-khc to mine KHCs.
bt_spectro
Newbie
*
Offline Offline

Activity: 31
Merit: 0


View Profile
December 03, 2014, 03:02:47 PM
 #89

cgminer still pool 0 slow/down?

I saw that error on cgminer when it could not rpc to kryptohashd. Check that RPC is enabled on kryptohashd (server=1) and that cgminer is reaching it on the correct port (default is 38912).
Truckfarmer
Newbie
*
Offline Offline

Activity: 27
Merit: 0


View Profile
December 03, 2014, 03:07:15 PM
 #90

Edit the kryptohash.conf file and ensure the following parameters are uncommented:

  • server=1
  • rpcuser={RPC_username}
  • rpcpassword={RPC_password}
  • rpcport=38912
  • rpcconnect=127.0.0.1


Ah! I'm so confused! I DO NOT HAVE A KRYPTOHASH.CONF ANYWHERE AFTER **FIRST** INSTALL. This conf is for the cgminer-khc, correct? Or is it for the wallet?

Do I need to make one? Where do I put it? Where should it be if I already have it?

Right now I have a PiMP/cgminer-khc pointed to a conf I made here: /opt/ifmi/cgminer.khc.conf

Quote from: Beginning of cgminer.khc.conf
{
  "pools": [
    {
      "url": "http://127.0.0.1:38912",
      "user": "truckfarmer",
      "pass": "x",
      "profile": "khc"
    }
  ],
  "profiles": [
    {
      "name": "khc",
      "algorithm": "kryptohash",
antonio8
Legendary
*
Offline Offline

Activity: 1386
Merit: 1000


View Profile
December 03, 2014, 03:08:42 PM
 #91

Edit the kryptohash.conf file and ensure the following parameters are uncommented:

  • server=1
  • rpcuser={RPC_username}
  • rpcpassword={RPC_password}
  • rpcport=38912
  • rpcconnect=127.0.0.1


Ah! I'm so confused! I DO NOT HAVE A KRYPTOHASH.CONF ANYWHERE AFTER **FIRST** INSTALL. This conf is for the cgminer-khc, correct? Or is it for the wallet?

Do I need to make one? Where do I put it? Where should it be if I already have it?

Right now I have a PiMP/cgminer-khc pointed here: /opt/ifmi/cgminer.khc.conf

Quote from: Beginning of cgminer.khc.conf
{
  "pools": [
    {
      "url": "http://127.0.0.1:38912",
      "user": "truckfarmer",
      "pass": "x",
      "profile": "khc"
    }
  ],
  "profiles": [
    {
      "name": "khc",
      "algorithm": "kryptohash",

Yes you have to make your config file and place it in the KryptoHash appdata folder.

If you are going to leave your BTC on an exchange please send it to this address instead 1GH3ub3UUHbU5qDJW5u3E9jZ96ZEmzaXtG, I will at least use the money better than someone who steals it from the exchange. Thanks Wink
sologap
Full Member
***
Offline Offline

Activity: 210
Merit: 100



View Profile
December 03, 2014, 03:09:49 PM
 #92

WTB 100,000 , any offers ?

  ☠ CRAVEEmbraces the privacy movement ☠   
    Your Market. Your Blockchain Business. Your Profit.   
jasemoney
Legendary
*
Offline Offline

Activity: 1610
Merit: 1008


Forget-about-it


View Profile
December 03, 2014, 03:17:37 PM
 #93

im not having luck on my 7950.  Rejects.. Ive dumbed down the shader-mul from 8 to 4 and still getting rejects. 

$MAID & $BTC other than that some short hodls and some long held garbage.
xinbinbin
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile
December 03, 2014, 03:18:51 PM
 #94

A computer can only use a graphics card mining? I inserted the 6 card is only one card!!
wr104 (OP)
Sr. Member
****
Offline Offline

Activity: 329
Merit: 250


View Profile WWW
December 03, 2014, 03:20:40 PM
 #95

@ wr104

Can you tell me how I can find out to determine my threads per core? I tried to google but can't find the correct answer.

I might have got lucky on my 280x. It is up and running at 135 kh/s and finding blocks decently but I can't get my 270x going. I keep getting HW errors. From what I can determine I have 1280 shaders on the 270x.

The two most important parameters for the cgminer-khc are the 'shaders' and the 'shaders_mul'.  The former is straightforward.  If you GPU has 2048 Stream Processors then, you need to use '--shaders 2048'.  The latter is a bit more complicated to as it depends on the GPU architecture and how much memory you have in your video card. Unfortunately, the best value for 'shaders_mul' must be found through trial and error.  

That said, with all the video cards that I tested, I found that the best value for 'shaders_mul' was always 8.  But, your mileage may vary, if you know what I'm saying.

When I developed the kshake320 opencl kernel and I was testing it using CodeXL, I did find somewhere a good explanation on how to best determine the number of threads per Stream Processor.  I'll try to find it.

jasemoney
Legendary
*
Offline Offline

Activity: 1610
Merit: 1008


Forget-about-it


View Profile
December 03, 2014, 03:28:56 PM
 #96

im not having luck on my 7950.  Rejects.. Ive dumbed down the shader-mul from 8 to 4 and still getting rejects.  
@ wr104

Can you tell me how I can find out to determine my threads per core? I tried to google but can't find the correct answer.

I might have got lucky on my 280x. It is up and running at 135 kh/s and finding blocks decently but I can't get my 270x going. I keep getting HW errors. From what I can determine I have 1280 shaders on the 270x.

The two most important parameters for the cgminer-khc are the 'shaders' and the 'shaders_mul'.  The former is straightforward.  If you GPU has 2048 Stream Processors then, you need to use '--shaders 2048'.  The latter is a bit more complicated to as it depends on the GPU architecture and how much memory you have in your video card. Unfortunately, the best value for 'shaders_mul' must be found through trial and error.  

That said, with all the video cards that I tested, I found that the best value for 'shaders_mul' was always 8.  But, your mileage may vary, if you know what I'm saying.

When I developed the kshake320 opencl kernel and I was testing it using CodeXL, I did find somewhere a good explanation on how to best determine the number of threads per Stream Processor.  I'll try to find it.



just solved one on -mul 10  so its anybodys guess. look forward to reading the explanation if you find it


*edit, awarded 6, 4 rejects. 3 awarded didnt show in wallet. 3 blocks solved..

$MAID & $BTC other than that some short hodls and some long held garbage.
antonio8
Legendary
*
Offline Offline

Activity: 1386
Merit: 1000


View Profile
December 03, 2014, 03:29:42 PM
 #97

@ wr104

Can you tell me how I can find out to determine my threads per core? I tried to google but can't find the correct answer.

I might have got lucky on my 280x. It is up and running at 135 kh/s and finding blocks decently but I can't get my 270x going. I keep getting HW errors. From what I can determine I have 1280 shaders on the 270x.

The two most important parameters for the cgminer-khc are the 'shaders' and the 'shaders_mul'.  The former is straightforward.  If you GPU has 2048 Stream Processors then, you need to use '--shaders 2048'.  The latter is a bit more complicated to as it depends on the GPU architecture and how much memory you have in your video card. Unfortunately, the best value for 'shaders_mul' must be found through trial and error. 

That said, with all the video cards that I tested, I found that the best value for 'shaders_mul' was always 8.  But, your mileage may vary, if you know what I'm saying.

When I developed the kshake320 opencl kernel and I was testing it using CodeXL, I did find somewhere a good explanation on how to best determine the number of threads per Stream Processor.  I'll try to find it.



Thanks for the reply.

I am also guessing that cgminer shows 2 blocks for every 1 block found because of the block reward plus the random coins in there? Cgminer shows 30 blocks and the wallet 15 blocks. If I am correct you might want to add something in the OP so you don't get tons of questions about that. I seen someone has already questioned it.

EDIT: I like this coin. thanks

If you are going to leave your BTC on an exchange please send it to this address instead 1GH3ub3UUHbU5qDJW5u3E9jZ96ZEmzaXtG, I will at least use the money better than someone who steals it from the exchange. Thanks Wink
wisnon
Sr. Member
****
Offline Offline

Activity: 490
Merit: 250



View Profile
December 03, 2014, 03:31:52 PM
 #98

Sell some KHC, if you are interested,
Please make an offer, PM me, thank you!
xinbinbin
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile
December 03, 2014, 03:33:55 PM
 #99

Sell some KHC, if you are interested,
Please make an offer, PM me, thank you!
1000 Cong sell?
wr104 (OP)
Sr. Member
****
Offline Offline

Activity: 329
Merit: 250


View Profile WWW
December 03, 2014, 03:38:06 PM
 #100

Edit the kryptohash.conf file and ensure the following parameters are uncommented:

  • server=1
  • rpcuser={RPC_username}
  • rpcpassword={RPC_password}
  • rpcport=38912
  • rpcconnect=127.0.0.1


Ah! I'm so confused! I DO NOT HAVE A KRYPTOHASH.CONF ANYWHERE AFTER **FIRST** INSTALL. This conf is for the cgminer-khc, correct? Or is it for the wallet?

Do I need to make one? Where do I put it? Where should it be if I already have it?

Right now I have a PiMP/cgminer-khc pointed to a conf I made here: /opt/ifmi/cgminer.khc.conf

Quote from: Beginning of cgminer.khc.conf
{
  "pools": [
    {
      "url": "http://127.0.0.1:38912",
      "user": "truckfarmer",
      "pass": "x",
      "profile": "khc"
    }
  ],
  "profiles": [
    {
      "name": "khc",
      "algorithm": "kryptohash",

Is this Windows or Linux?
A "sample" kryptohash.conf file should be included with the Windows installer.  If you can't find one, create your own kryptohash.conf file using a text editor, add the below parameters and save it to the roaming folder  C:\Users\{Your_User}\AppData\Roaming\Kryptohash\  or to the folder you specified when you executed Kryptohash-Qt.exe for the first time.

kryptohash.conf

region=0
addnode=104.131.54.248
addnode=178.62.96.79
server=1
rpcuser={Your_RPC_Username}
rpcpassword={Your_RPC_Secret_Password}
rpcconnect=127.0.0.1         <-- Note that if you are running cgminer-khc on a different computer, you need to specify its IP address here.
keypool=100
paytxfee=0.0



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 53 54 55 ... 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!