Jump to content




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


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

#921 3d6

  • Members
  • 336 posts

Posted 19 December 2015 - 05:57 PM

KristWallet 12 is out! 99% of the features I was advertising earlier have been postponed. This is a bugfix update.

Thanks to Chervilpaw for contributing a fix to the domain list! It seems to have stopped working after a certain CC update.

#922 Creator

    Mad Dash Victor

  • Members
  • 2,168 posts
  • LocationYou will never find me, muhahahahahaha

Posted 19 December 2015 - 06:52 PM

Where can I get it? The normal wallet?

#923 sci4me

  • Members
  • 225 posts
  • LocationEarth

Posted 19 December 2015 - 06:56 PM

Hey, you should implement an API request that allows batch requests of the balances of accounts. Eg. ?getbalance=addr1,addr2,addr3,addrn

#924 apemanzilla

  • Members
  • 1,421 posts

Posted 19 December 2015 - 07:27 PM

View Postsci4me, on 19 December 2015 - 06:56 PM, said:

Hey, you should implement an API request that allows batch requests of the balances of accounts. Eg. ?getbalance=addr1,addr2,addr3,addrn

It's typically easier just to download the database (GET request to "data.db") and then read the data directly. It's just sqlite.

#925 Quartz101

  • Members
  • 141 posts
  • Location/dev/nvme0n1

Posted 19 December 2015 - 07:52 PM

View Post3d6, on 19 December 2015 - 05:57 PM, said:

KristWallet 12 is out! 99% of the features I was advertising earlier have been postponed. This is a bugfix update.

Thanks to Chervilpaw for contributing a fix to the domain list! It seems to have stopped working after a certain CC update.
Your welcome :D

#926 3d6

  • Members
  • 336 posts

Posted 19 December 2015 - 08:09 PM

View PostCreator, on 19 December 2015 - 06:52 PM, said:

Where can I get it? The normal wallet?
The pastebin is in the OP

#927 Anavrins

  • Members
  • 775 posts

Posted 19 December 2015 - 08:34 PM

Dunno if intended, ?getwalletversion still returns 11.

#928 3d6

  • Members
  • 336 posts

Posted 19 December 2015 - 08:40 PM

View PostAnavrins, on 19 December 2015 - 08:34 PM, said:

Dunno if intended, ?getwalletversion still returns 11.
Fixed, thanks!

#929 sci4me

  • Members
  • 225 posts
  • LocationEarth

Posted 20 December 2015 - 12:40 PM

View Postapemanzilla, on 19 December 2015 - 07:27 PM, said:

View Postsci4me, on 19 December 2015 - 06:56 PM, said:

Hey, you should implement an API request that allows batch requests of the balances of accounts. Eg. ?getbalance=addr1,addr2,addr3,addrn

It's typically easier just to download the database (GET request to "data.db") and then read the data directly. It's just sqlite.

Fair enough.

#930 bigbrainiac10

  • Members
  • 41 posts

Posted 20 December 2015 - 08:51 PM

Don't know if anyone else is experiencing this, but I'm having trouble transferring funds from one wallet to another. Tried doing a GET request as well as using KWallet and the in-game wallet and I'm getting 'Unknown Error', or 'Error5' in the case of the GET request.

Any idea what the problem might be?

#931 3d6

  • Members
  • 336 posts

Posted 20 December 2015 - 09:39 PM

View Postbigbrainiac10, on 20 December 2015 - 08:51 PM, said:

Don't know if anyone else is experiencing this, but I'm having trouble transferring funds from one wallet to another. Tried doing a GET request as well as using KWallet and the in-game wallet and I'm getting 'Unknown Error', or 'Error5' in the case of the GET request.

Any idea what the problem might be?
Until somewhere on Tuesday night, transactions from v2 addresses must include the &com parameter. This was an accident on my behalf. Also, no wallet has the &com parameter, but if you use the raw API you can still make transactions if you include &com=a or something.
Transactions from v1 addresses will still work until then, but nobody really uses them.

#932 bigbrainiac10

  • Members
  • 41 posts

Posted 20 December 2015 - 09:46 PM

View Post3d6, on 20 December 2015 - 09:39 PM, said:

View Postbigbrainiac10, on 20 December 2015 - 08:51 PM, said:

Don't know if anyone else is experiencing this, but I'm having trouble transferring funds from one wallet to another. Tried doing a GET request as well as using KWallet and the in-game wallet and I'm getting 'Unknown Error', or 'Error5' in the case of the GET request.

Any idea what the problem might be?
Until somewhere on Tuesday night, transactions from v2 addresses must include the &com parameter. This was an accident on my behalf. Also, no wallet has the &com parameter, but if you use the raw API you can still make transactions if you include &com=a or something.
Transactions from v1 addresses will still work until then, but nobody really uses them.

Don't suppose you could add the documentation onto your profile could you?

#933 apemanzilla

  • Members
  • 1,421 posts

Posted 20 December 2015 - 09:46 PM

What is the com parameter for? Comments?

#934 3d6

  • Members
  • 336 posts

Posted 20 December 2015 - 10:02 PM

Transaction metadata - it won't be visible in any official client but it should hopefully be helpful for transaction processors or shops

#935 3d6

  • Members
  • 336 posts

Posted 22 December 2015 - 04:33 AM

The glitch was fixed early, everything is a-ok now :)

#936 3d6

  • Members
  • 336 posts

Posted 01 January 2016 - 12:03 AM

It's 2016 now, and everything is working fine. The date will not overflow until February 15

Edited by 3d6, 01 January 2016 - 12:03 AM.


#937 Pyuu

  • Members
  • 203 posts

Posted 01 January 2016 - 12:14 AM

Will not "overflow?" What do you mean by this?

#938 apemanzilla

  • Members
  • 1,421 posts

Posted 01 January 2016 - 12:21 AM

View PostMayushii, on 01 January 2016 - 12:14 AM, said:

Will not "overflow?" What do you mean by this?

The Krist server doesn't record the year for transactions. So, after February 14th (the day Krist went live), it will be impossible to tell whether a transaction was made in 2015, or 2016. That would be what he means by "overflowing."

Edited by apemanzilla, 01 January 2016 - 12:21 AM.


#939 Quartz101

  • Members
  • 141 posts
  • Location/dev/nvme0n1

Posted 01 January 2016 - 03:26 AM

3d6, please don't wait until feburary 13th to patch it

Edited by Quartz101, 01 January 2016 - 03:26 AM.


#940 3d6

  • Members
  • 336 posts

Posted 01 January 2016 - 04:30 AM

The server records the years, it just doesn't tell the client what they are yet. I will patch this on february 12th.





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users