Jump to content




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


1697 replies to this topic

#61 3d6

  • Members
  • 336 posts

Posted 08 March 2015 - 11:27 PM

Just to clear up some possible confusion -

Your block hash needs to be lower than the block target, not the latest block.

The first 12 characters of your hash, when converted to base 10, should be less than the number you get from the ?getwork call. For reference, the target started at 400,000,000,000 and has been decreasing gradually as more people started mining with external software. Originally, it was all done in-game. The target adjusts on occasion so that a block is found no faster than once per minute among all miners, keeping the distribution of Krist steady and predictable.

We've found 18,000 blocks together since February 14. You can calculate the current money supply by taking the latest block height (visible on the Latest blocks screen of KW5+), adding 1 (because there was a block 0) and multiplying by 50. That means that as of this post 900,450 KST has been mined. Almost a million :D

#62 3d6

  • Members
  • 336 posts

Posted 08 March 2015 - 11:53 PM

The server's location is prone to changing. You can fetch the current URL at any time by checking this API. Also, looks like I have some reputation points now! B)

View Postsci4me, on 08 March 2015 - 04:14 AM, said:

Can you make it so that when you send a submit request to the server the server responds with either accept or reject based on whether that answer is correct (awards the submitter KST) or not?
If your block fails to meet the quota, the server returns the string it hashed to verify that your block is good enough. If your block is good, the server will say "Block solved" and add the block to the chain.

View Postlongbyte1, on 08 March 2015 - 04:54 AM, said:

View Postslow-coder, on 08 March 2015 - 04:10 AM, said:

edit: if that's your best miner, someone should get to developing ;p

Don't worry, this address has already been blacklisted from KristWallet. :) Just make sure to delete the ransomware from the computer, or copy everything important out of it.
I can't blacklist addresses; only local wallets can prevent certain addresses from being used on them. You can set this in the config.

View PostYevano, on 08 March 2015 - 11:06 PM, said:

As a side-note to my method of obtaining block solutions, I suspect the nonces you select can actually be any string, not just base-10 numbers.
Any 12-or-fewer-character string should do. The reference miner used an incremental nonce for simplicity's sake. If you mine on multiple threads for one address you may want to add a short label to the nonce, so that work is not repeated.

View Postslow-coder, on 08 March 2015 - 03:00 PM, said:

no offense tho, krist isn't MUCH of a currency. because it's so mass mineable, the worth of one krist goes down immensely for how much krist some people have, i would request over 1million krist for a dirt block..
FWIW, I recently purchased five beacons on LuaLand for 550 KST. That and people are renting servers to mine on! ;)



Also, I just realized you people have been sending PMs. I just got back to you on those.

#63 3d6

  • Members
  • 336 posts

Posted 09 March 2015 - 12:06 AM

One more post for tonight!

Some statistics:
  • 900,650 KST has been mined
  • 18,013 blocks have been solved
  • 43,617 transactions have been processed
  • 278 addresses have carried a balance
  • 72 addresses are currently carrying a balance
  • 200,000 KST was the highest balance ever, on klukereedk
  • 2 addresses currently holding a balance begin with 'kkk' :mellow:
  • 189,650 KST was transferred in the largest transaction
  • 472 transactions were worth 1 KST
  • 9 was the the finest numeric nonce ever submitted
  • 129665375640 was the largest numeric nonce ever submitted
  • The server's access.log is 5 GB


#64 biggest yikes

  • Members
  • 573 posts

Posted 09 March 2015 - 12:08 AM

View Postsci4me, on 08 March 2015 - 10:59 PM, said:

View PostAtenefyr, on 08 March 2015 - 10:15 PM, said:

EDIT: Just tested it, eats way too much CPU, and at 2 threads I only have ~1.52 MH/s (the speed of 2 cores on GKM, but the CPU of 3 cores on GKM), and 2 threads on yours takes as much CPU as 3 cores on GKM. It looks like an OK miner, but for my specs it really doesn't work that well.

Expecting good hash rates without dedicating much processing power is kind of strange...

View PostAtenefyr, on 08 March 2015 - 10:15 PM, said:

for my specs it really doesn't work that well

View Postcossacksson, on 09 March 2015 - 12:06 AM, said:

  • 200,000 KST was the highest balance ever, on klukereedk
and I thought my 50 KST was good, I better start mining ._.

Edited by Atenefyr, 09 March 2015 - 12:14 AM.


#65 TurtleHunter

  • Members
  • 112 posts

Posted 09 March 2015 - 12:33 AM

Any non-cc Wallet?

Edit:

View Postcossacksson, on 09 March 2015 - 12:06 AM, said:

2 addresses currently holding a balance begin with 'kkk' :mellow:
I am one of those :P

Edited by TurtleHunter, 09 March 2015 - 12:49 AM.


#66 sci4me

  • Members
  • 225 posts
  • LocationEarth

Posted 09 March 2015 - 12:55 AM

Okay, this has happened a few times in the last few minutes...

the block chain says I solved the block and yet I don't seem to get paid...

block 0000000bab6c... says I solved it... but I didn't get paid apparently...

so weird...


EDIT:

server bug?...

<br />
<b>Warning</b>:  SQLite3::query(): column address is not unique in <b>C:\xampp\htdocs\quest\dia\krist\index.php</b> on line <b>278</b><br />
Block solved

Edited by sci4me, 09 March 2015 - 12:58 AM.


#67 apemanzilla

  • Members
  • 1,421 posts

Posted 09 March 2015 - 01:45 AM

View PostTurtleHunter, on 09 March 2015 - 12:33 AM, said:

Any non-cc Wallet?

Edit:

View Postcossacksson, on 09 March 2015 - 12:06 AM, said:

2 addresses currently holding a balance begin with 'kkk' :mellow:/>
I am one of those :P/>
I'm almost ready to release KWallet, which runs in Java. Expect source code up in at most half an hour and the first release shortly afterwards.

Edited by apemanzilla, 09 March 2015 - 01:46 AM.


#68 apemanzilla

  • Members
  • 1,421 posts

Posted 09 March 2015 - 01:57 AM

I've just released version 0.1.0 of KWallet - an external wallet for Krist. You can download it from here, or built it from source. It needs Java 7 or higher to run. It can currently:

- Generate and load your address from your password
- View recent transactions (max 200)
- Transfer Krist

Support for the economicon, double vault, and file storage are planned.

Don't forget to tip me if you like it and want to see it improved and updated!

Edited by apemanzilla, 09 March 2015 - 01:57 AM.


#69 sci4me

  • Members
  • 225 posts
  • LocationEarth

Posted 09 March 2015 - 02:01 AM

View Postapemanzilla, on 09 March 2015 - 01:45 AM, said:

View PostTurtleHunter, on 09 March 2015 - 12:33 AM, said:

Any non-cc Wallet?

Edit:

View Postcossacksson, on 09 March 2015 - 12:06 AM, said:

2 addresses currently holding a balance begin with 'kkk' :mellow:/>
I am one of those :P/>
I'm almost ready to release KWallet, which runs in Java. Expect source code up in at most half an hour and the first release shortly afterwards.

Pretty good so far. Really glad to see someone making a wallet outside of the game. I don't know if this is just for me or not, but the UI seems a LITTLE bit derpy... but other than that, good work.

#70 apemanzilla

  • Members
  • 1,421 posts

Posted 09 March 2015 - 02:02 AM

View Postsci4me, on 09 March 2015 - 02:01 AM, said:

View Postapemanzilla, on 09 March 2015 - 01:45 AM, said:

View PostTurtleHunter, on 09 March 2015 - 12:33 AM, said:

Any non-cc Wallet?

Edit:

View Postcossacksson, on 09 March 2015 - 12:06 AM, said:

2 addresses currently holding a balance begin with 'kkk' :mellow:/>/>
I am one of those :P/>/>
I'm almost ready to release KWallet, which runs in Java. Expect source code up in at most half an hour and the first release shortly afterwards.

Pretty good so far. Really glad to see someone making a wallet outside of the game. I don't know if this is just for me or not, but the UI seems a LITTLE bit derpy... but other than that, good work.
I'm not a pro at Java, but what problems were you having? I know it's not perfect cosmetically (and the economicon button doesn't clear the side panel) but other than that I haven't noticed anything.

#71 sci4me

  • Members
  • 225 posts
  • LocationEarth

Posted 09 March 2015 - 02:11 AM

View Postapemanzilla, on 09 March 2015 - 02:02 AM, said:

View Postsci4me, on 09 March 2015 - 02:01 AM, said:

View Postapemanzilla, on 09 March 2015 - 01:45 AM, said:

View PostTurtleHunter, on 09 March 2015 - 12:33 AM, said:

Any non-cc Wallet?

Edit:

View Postcossacksson, on 09 March 2015 - 12:06 AM, said:

2 addresses currently holding a balance begin with 'kkk' :mellow:/>/>
I am one of those :P/>/>
I'm almost ready to release KWallet, which runs in Java. Expect source code up in at most half an hour and the first release shortly afterwards.

Pretty good so far. Really glad to see someone making a wallet outside of the game. I don't know if this is just for me or not, but the UI seems a LITTLE bit derpy... but other than that, good work.
I'm not a pro at Java, but what problems were you having? I know it's not perfect cosmetically (and the economicon button doesn't clear the side panel) but other than that I haven't noticed anything.

Well, if I scroll far enough on the transactions I get this: http://imgur.com/eDd3f9u

#72 apemanzilla

  • Members
  • 1,421 posts

Posted 09 March 2015 - 02:17 AM

View Postsci4me, on 09 March 2015 - 02:11 AM, said:

View Postapemanzilla, on 09 March 2015 - 02:02 AM, said:

I'm not a pro at Java, but what problems were you having? I know it's not perfect cosmetically (and the economicon button doesn't clear the side panel) but other than that I haven't noticed anything.

Well, if I scroll far enough on the transactions I get this: http://imgur.com/eDd3f9u

Hmm, I can't reproduce that. It might be a problem with Linux. Are you using Open JDK? Are there any console errors?

Edited by apemanzilla, 09 March 2015 - 02:18 AM.


#73 sci4me

  • Members
  • 225 posts
  • LocationEarth

Posted 09 March 2015 - 02:39 AM

View Postapemanzilla, on 09 March 2015 - 02:17 AM, said:

View Postsci4me, on 09 March 2015 - 02:11 AM, said:

View Postapemanzilla, on 09 March 2015 - 02:02 AM, said:

I'm not a pro at Java, but what problems were you having? I know it's not perfect cosmetically (and the economicon button doesn't clear the side panel) but other than that I haven't noticed anything.

Well, if I scroll far enough on the transactions I get this: http://imgur.com/eDd3f9u

Hmm, I can't reproduce that. It might be a problem with Linux. Are you using Open JDK? Are there any console errors?

I am using Oracle's JDK 8. I don't know if there are errors... since I didn't use the console to open it :P Will try with another jdk.

EDIT: happens on OpenJDK too... strange. Probably a bug in Swing.

Edited by sci4me, 09 March 2015 - 02:40 AM.


#74 TurtleHunter

  • Members
  • 112 posts

Posted 09 March 2015 - 03:34 AM

Mining is getting hard... Specially when k3s72l1pfa is taking it all :P

#75 Yevano

  • Members
  • 376 posts
  • LocationUSA

Posted 09 March 2015 - 06:11 AM

View PostTurtleHunter, on 09 March 2015 - 03:34 AM, said:

Mining is getting hard... Specially when k3s72l1pfa is taking it all :P

Running sci's miner on a friend's dedi. :)

Edit: I'm not at my PC right now but I just looked at my balance and a rough calculation puts me at about 1 block solved per minute, or 18000 KST in the 5 hours I've been away from the PC. This is due to sci and me realizing that the current miners are incorrect and check the hashes against the last block instead of the number from getwork. I suspected that blocks would be solved faster but had no idea it would be THIS fast.

tl;dr If you have a miner you should probably fix it because it's broken. Also Yevano is rich now and is totally not letting the power go to his head.

Edited by Yevano, 09 March 2015 - 06:58 AM.


#76 apemanzilla

  • Members
  • 1,421 posts

Posted 09 March 2015 - 12:52 PM

View PostYevano, on 09 March 2015 - 06:11 AM, said:

View PostTurtleHunter, on 09 March 2015 - 03:34 AM, said:

Mining is getting hard... Specially when k3s72l1pfa is taking it all :P

Running sci's miner on a friend's dedi. :)

Edit: I'm not at my PC right now but I just looked at my balance and a rough calculation puts me at about 1 block solved per minute, or 18000 KST in the 5 hours I've been away from the PC. This is due to sci and me realizing that the current miners are incorrect and check the hashes against the last block instead of the number from getwork. I suspected that blocks would be solved faster but had no idea it would be THIS fast.

tl;dr If you have a miner you should probably fix it because it's broken. Also Yevano is rich now and is totally not letting the power go to his head.

View PostYevano, on 09 March 2015 - 06:11 AM, said:

View PostTurtleHunter, on 09 March 2015 - 03:34 AM, said:

Mining is getting hard... Specially when k3s72l1pfa is taking it all :P

Running sci's miner on a friend's dedi. :)

Edit: I'm not at my PC right now but I just looked at my balance and a rough calculation puts me at about 1 block solved per minute, or 18000 KST in the 5 hours I've been away from the PC. This is due to sci and me realizing that the current miners are incorrect and check the hashes against the last block instead of the number from getwork. I suspected that blocks would be solved faster but had no idea it would be THIS fast.

tl;dr If you have a miner you should probably fix it because it's broken. Also Yevano is rich now and is totally not letting the power go to his head.

Damn, those are the speeds I was getting on my PC with a modified version of the node.js miner (1 block a minute) before the difficulty spiked. I'm also running sci's miner now. 18 MH/s, damn....

#77 LDDestroier

  • Members
  • 1,095 posts
  • LocationACDC Town

Posted 09 March 2015 - 01:04 PM

How exactly do I get started with Krist? Do I just make my own address and start mining?

#78 CrazedProgrammer

  • Members
  • 495 posts
  • LocationWageningen, The Netherlands

Posted 09 March 2015 - 01:50 PM

This is absolutely amazing!
Imagine how much power is being spent on mining KST? xD

#79 CrazedProgrammer

  • Members
  • 495 posts
  • LocationWageningen, The Netherlands

Posted 09 March 2015 - 01:55 PM

View PostYevano, on 09 March 2015 - 06:11 AM, said:

View PostTurtleHunter, on 09 March 2015 - 03:34 AM, said:

Mining is getting hard... Specially when k3s72l1pfa is taking it all :P

Running sci's miner on a friend's dedi. :)

Edit: I'm not at my PC right now but I just looked at my balance and a rough calculation puts me at about 1 block solved per minute, or 18000 KST in the 5 hours I've been away from the PC. This is due to sci and me realizing that the current miners are incorrect and check the hashes against the last block instead of the number from getwork. I suspected that blocks would be solved faster but had no idea it would be THIS fast.

tl;dr If you have a miner you should probably fix it because it's broken. Also Yevano is rich now and is totally not letting the power go to his head.
Can you set sci's miner to use more than 2 threads? I have a quad core processor and now it's just derping at 50% :P

#80 TurtleHunter

  • Members
  • 112 posts

Posted 09 March 2015 - 02:10 PM

View PostCrazedProgrammer, on 09 March 2015 - 01:55 PM, said:

View PostYevano, on 09 March 2015 - 06:11 AM, said:

View PostTurtleHunter, on 09 March 2015 - 03:34 AM, said:

Mining is getting hard... Specially when k3s72l1pfa is taking it all :P

Running sci's miner on a friend's dedi. :)

Edit: I'm not at my PC right now but I just looked at my balance and a rough calculation puts me at about 1 block solved per minute, or 18000 KST in the 5 hours I've been away from the PC. This is due to sci and me realizing that the current miners are incorrect and check the hashes against the last block instead of the number from getwork. I suspected that blocks would be solved faster but had no idea it would be THIS fast.

tl;dr If you have a miner you should probably fix it because it's broken. Also Yevano is rich now and is totally not letting the power go to his head.
Can you set sci's miner to use more than 2 threads? I have a quad core processor and now it's just derping at 50% :P
Edit the command





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users