Jump to content




Krist - Minable currency that works across servers (paste updated)


  • You cannot reply to this topic
1697 replies to this topic

#1141 sci4me

  • Members
  • 225 posts
  • LocationEarth

Posted 26 January 2016 - 10:23 PM

View Post1lann, on 26 January 2016 - 10:00 PM, said:

I wrote my own CPU miner in Go for fun! https://github.com/1lann/krist-miner
It's about 1.3-1.8x faster than Yevano's YTCI Krist Miner. So I believe this would be the fastest CPU miner out there?
Unfortunately due to the state of Krist I can't actually test if it submits solutions correctly, as I've been mining to no avail.
Downloads are here if you can't find it: https://github.com/1...-miner/releases
It has a command line interface, so run the binary in a terminal/command prompt.

I'm currently working on a GPU miner too, I'll be publishing it if I do manage to finish it.

Yeah, it seems to be a bit faster than Yevano's. GG.
I don't think I'll be able to get a block at 8 MH/s on this work though :/

#1142 3d6

  • Members
  • 336 posts

Posted 26 January 2016 - 11:21 PM

View Post1lann, on 26 January 2016 - 10:00 PM, said:

I wrote my own CPU miner in Go for fun! https://github.com/1lann/krist-miner
It's about 1.3-1.8x faster than Yevano's YTCI Krist Miner. So I believe this would be the fastest CPU miner out there?
Unfortunately due to the state of Krist I can't actually test if it submits solutions correctly, as I've been mining to no avail.
Downloads are here if you can't find it: https://github.com/1...-miner/releases
It has a command line interface, so run the binary in a terminal/command prompt.

I'm currently working on a GPU miner too, I'll be publishing it if I do manage to finish it.

Your miner is submitting nonces that are too large to be accepted. They have a 12 character maximum

#1143 1lann

  • Members
  • 516 posts
  • LocationSeattle

Posted 26 January 2016 - 11:27 PM

View Post3d6, on 26 January 2016 - 11:21 PM, said:

Your miner is submitting nonces that are too large to be accepted. They have a 12 character maximum

Huh, you sure? Actually I just realised that can happen if you have more than 9 cores. Do you have more than 9 cores on your computer? Or is something else causing it...

EDIT: Either way, I pushed an update to support more than 9 threads at https://github.com/1...miner/releases/ .

Edited by 1lann, 26 January 2016 - 11:45 PM.


#1144 3d6

  • Members
  • 336 posts

Posted 26 January 2016 - 11:45 PM

View Post1lann, on 26 January 2016 - 11:27 PM, said:

View Post3d6, on 26 January 2016 - 11:21 PM, said:

Your miner is submitting nonces that are too large to be accepted. They have a 12 character maximum
Huh, you sure? Actually I just realised that can happen if you have more than 9 cores. Do you have more than 9 cores on your computer? Or is something else causing it...
Sorry, I typed that response in a hurry - we were driving away from the wifi!
On 12 cores, the miner produced 10aaaaalqmpzh for a nonce. Lignum was testing it on a krist server emulator, which is how he got a solution so quickly.
Thanks for making this, it might just be the fastest miner that is publicly available right now. :)

#1145 apemanzilla

  • Members
  • 1,421 posts

Posted 26 January 2016 - 11:50 PM

View Post1lann, on 26 January 2016 - 10:00 PM, said:

I wrote my own CPU miner in Go for fun! https://github.com/1lann/krist-miner
It's about 1.3-1.8x faster than Yevano's YTCI Krist Miner. So I believe this would be the fastest CPU miner out there?
Unfortunately due to the state of Krist I can't actually test if it submits solutions correctly, as I've been mining to no avail.
Downloads are here if you can't find it: https://github.com/1...-miner/releases
It has a command line interface, so run the binary in a terminal/command prompt.

I'm currently working on a GPU miner too, I'll be publishing it if I do manage to finish it.

turbokrist, my OpenCL miner, will be available under the GPL v3 license once released. You're welcome to use its code.

#1146 1lann

  • Members
  • 516 posts
  • LocationSeattle

Posted 27 January 2016 - 12:01 AM

View Post3d6, on 26 January 2016 - 11:45 PM, said:

Sorry, I typed that response in a hurry - we were driving away from the wifi!
On 12 cores, the miner produced 10aaaaalqmpzh for a nonce. Lignum was testing it on a krist server emulator, which is how he got a solution so quickly.
Thanks for making this, it might just be the fastest miner that is publicly available right now. :)

Yep, 12 cores, that would be the reason. As I said earlier, it's fixed in the latest version which now supports up to 62 threads/cores. Thanks for letting me know! I actually really enjoyed making this miner and I was really happy with the optimisations I came up with. In fact, I'll write about the optimisations I made compared to Yevano's miner in the repository.

View Postapemanzilla, on 26 January 2016 - 11:50 PM, said:

turbokrist, my OpenCL miner, will be available under the GPL v3 license once released. You're welcome to use its code.

Good to hear! I'll try to find any optimisations I can make when you release it ;)

Edited by 1lann, 27 January 2016 - 12:02 AM.


#1147 Towtow10

  • Members
  • 31 posts
  • LocationGold Coast, Australia

Posted 27 January 2016 - 03:02 AM

How does one mine krist?

#1148 apemanzilla

  • Members
  • 1,421 posts

Posted 27 January 2016 - 03:06 AM

View PostTowtow10, on 27 January 2016 - 03:02 AM, said:

How does one mine krist?

Well uhh, right now, you pretty much don't because there's no public GPU miners and CPU mining won't really get you anything even on a crazy powerful beast of a computer.

#1149 Towtow10

  • Members
  • 31 posts
  • LocationGold Coast, Australia

Posted 27 January 2016 - 03:11 AM

View Postapemanzilla, on 27 January 2016 - 03:06 AM, said:

View PostTowtow10, on 27 January 2016 - 03:02 AM, said:

How does one mine krist?

Well uhh, right now, you pretty much don't because there's no public GPU miners and CPU mining won't really get you anything even on a crazy powerful beast of a computer.
ok

#1150 apemanzilla

  • Members
  • 1,421 posts

Posted 27 January 2016 - 03:15 AM

View PostTowtow10, on 27 January 2016 - 03:11 AM, said:

View Postapemanzilla, on 27 January 2016 - 03:06 AM, said:

View PostTowtow10, on 27 January 2016 - 03:02 AM, said:

How does one mine krist?

Well uhh, right now, you pretty much don't because there's no public GPU miners and CPU mining won't really get you anything even on a crazy powerful beast of a computer.
ok

Give it a week or two and there should be some good miners available - I know of at least 3 GPU miners in development, one of which is working (mine) :P

Edited by apemanzilla, 27 January 2016 - 03:15 AM.


#1151 bauen1

  • Members
  • 102 posts
  • LocationIn your Computer

Posted 27 January 2016 - 06:18 AM

View Postapemanzilla, on 27 January 2016 - 03:15 AM, said:

View PostTowtow10, on 27 January 2016 - 03:11 AM, said:

View Postapemanzilla, on 27 January 2016 - 03:06 AM, said:

View PostTowtow10, on 27 January 2016 - 03:02 AM, said:

How does one mine krist?

Well uhh, right now, you pretty much don't because there's no public GPU miners and CPU mining won't really get you anything even on a crazy powerful beast of a computer.
ok

Give it a week or two and there should be some good miners available - I know of at least 3 GPU miners in development, one of which is working (mine) :P
Give me a few days of good old debugging and i should have a pool and an example lua miner up and running :P

#1152 realgogogoluke

  • Members
  • 79 posts
  • LocationContentia

Posted 28 January 2016 - 03:55 AM

Can't wait to run your OpenCL miner on my Nvidia GeForce 6200.

#1153 LeDark Lua

  • Members
  • 369 posts
  • LocationLeLua

Posted 29 January 2016 - 03:26 PM

how to mine Krist, I'm new to this MINING stuff...

#1154 Lignum

  • Members
  • 558 posts

Posted 29 January 2016 - 03:48 PM

View PostLeDark Lua, on 29 January 2016 - 03:26 PM, said:

how to mine Krist, I'm new to this MINING stuff...
As stated before, since the GPU miners haven't been released yet, mining is virtually impossible. However, this will of course change soon.

#1155 Pyuu

  • Members
  • 203 posts

Posted 31 January 2016 - 11:24 PM

Lol 1lann's miner is 3.8x faster on my computer than Yevano's.

#1156 cyanisaac

  • Members
  • 369 posts
  • LocationSan Diego, CA

Posted 01 February 2016 - 12:58 AM

View Post1lann, on 26 January 2016 - 10:00 PM, said:

I wrote my own CPU miner in Go for fun! https://github.com/1lann/krist-miner
It's about 1.3-1.8x faster than Yevano's YTCI Krist Miner. So I believe this would be the fastest CPU miner out there?
Unfortunately due to the state of Krist I can't actually test if it submits solutions correctly, as I've been mining to no avail.
Downloads are here if you can't find it: https://github.com/1...-miner/releases
It has a command line interface, so run the binary in a terminal/command prompt.

I'm currently working on a GPU miner too, I'll be publishing it if I do manage to finish it.

Can I use your miner on several computers at once? Or does it not support that?

#1157 Lignum

  • Members
  • 558 posts

Posted 03 February 2016 - 04:59 PM

View Postcyanisaac, on 01 February 2016 - 12:58 AM, said:

Can I use your miner on several computers at once? Or does it not support that?

Generally speaking, it will always work. However, you will get the most out of it if the miner supports adding a nonce prefix. In which case, you should set a different nonce prefix for each computer. From what I can tell, 1lann's miner does not support this at the time of writing.

#1158 Pyuu

  • Members
  • 203 posts

Posted 06 February 2016 - 04:13 AM

1lann's miner doesn't support prefixes at this point in time. I'll send him a PM about it.

#1159 3d6

  • Members
  • 336 posts

Posted 06 February 2016 - 05:09 PM

You won't repeat work if you use a different address where you would normally use a different prefix.

#1160 Tron

  • Members
  • 63 posts
  • LocationMinecraftia

Posted 09 February 2016 - 11:31 PM

After speeding up address generation by an average of 10%
With this added bit of python code
I found a collision for the address kfe3c3qz4w with "KSTcollision-n=6085997" and "KSTcollision-n=7770485"
I have also found a collision for the address kac31tsbjs with "tenpercent=13882890" and "tenpercent=20076258"
This isn't very unusual considering it would only take 10 million addresses to get a 50% chance at collision, but it gave me an excuse to post my address generation optimization so I thought I'd share it.

Edited by luker2009, 10 February 2016 - 01:16 AM.






2 user(s) are reading this topic

0 members, 2 guests, 0 anonymous users