Bitcoin Forum
April 23, 2024, 11:27:22 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 [56] 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 »
  Print  
Author Topic: [ANN] Krypton, KR - BaaS Corp & Open Source, Public Blockchain for Business/IoT  (Read 167781 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
Jaroco
Member
**
Offline Offline

Activity: 82
Merit: 10


View Profile
August 08, 2016, 10:12:45 PM
 #1101

Hi, is Krypton opensource?
  No answer, but don't worry, i found the code on bitbucket. Last edited on the release day. Anonym developers. And these claims about beeing the choice of uni.lu to use your coin to do research on blockchain applications. I haven't heard or read anything about this cooperation, and i am from Luxembourg. The truth is one phone call away. Will update.

read this:
https://www.dropbox.com/s/fktgrs90iw2ijv4/Krypton%20Letter%202907_2016.docx?dl=0

I read it, and there is no name of the person who send it, nor is there a name or a signature op the expediteur..... That's one thing which makes me unconfortable.....
1713871642
Hero Member
*
Offline Offline

Posts: 1713871642

View Profile Personal Message (Offline)

Ignore
1713871642
Reply with quote  #2

1713871642
Report to moderator
"There should not be any signed int. If you've found a signed int somewhere, please tell me (within the next 25 years please) and I'll change it to unsigned int." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713871642
Hero Member
*
Offline Offline

Posts: 1713871642

View Profile Personal Message (Offline)

Ignore
1713871642
Reply with quote  #2

1713871642
Report to moderator
1713871642
Hero Member
*
Offline Offline

Posts: 1713871642

View Profile Personal Message (Offline)

Ignore
1713871642
Reply with quote  #2

1713871642
Report to moderator
sesko
Sr. Member
****
Offline Offline

Activity: 403
Merit: 250


View Profile
August 08, 2016, 10:16:51 PM
 #1102

Hi, is Krypton opensource?
  No answer, but don't worry, i found the code on bitbucket. Last edited on the release day. Anonym developers. And these claims about beeing the choice of uni.lu to use your coin to do research on blockchain applications. I haven't heard or read anything about this cooperation, and i am from Luxembourg. The truth is one phone call away. Will update.

read this:
https://www.dropbox.com/s/fktgrs90iw2ijv4/Krypton%20Letter%202907_2016.docx?dl=0

I read it, and there is no name of the person who send it, nor is there a name or a signature op the expediteur..... That's one thing which makes me unconfortable.....


We  would  like  to  invite  KRYPTON  to  participate  in  this
Lab  by  contributing  to  a  cutting  edge  and
vendor-neutral testbed for designing, developing, prototyping and val
idating multiple testbed solutions
within the main FinTech research areas pursued by SnT.
This  is  exactly  why  we  would be  very interested to  develop a
  win-win partnership  with  KRYPTON.
See  enclosed  a  summary  with  a  draft  concept  for  how  we  co
uld  develop  a
co
-operation  or  the
Luxembourg and European markets.


Yours sincerely,
Karl Johannesson
Jaroco
Member
**
Offline Offline

Activity: 82
Merit: 10


View Profile
August 08, 2016, 10:18:05 PM
 #1103

Does Krypton work together with Lux Fintech Lab?
Jaroco
Member
**
Offline Offline

Activity: 82
Merit: 10


View Profile
August 08, 2016, 10:20:54 PM
 #1104

Hi, is Krypton opensource?
  No answer, but don't worry, i found the code on bitbucket. Last edited on the release day. Anonym developers. And these claims about beeing the choice of uni.lu to use your coin to do research on blockchain applications. I haven't heard or read anything about this cooperation, and i am from Luxembourg. The truth is one phone call away. Will update.

read this:
https://www.dropbox.com/s/fktgrs90iw2ijv4/Krypton%20Letter%202907_2016.docx?dl=0

I read it, and there is no name of the person who send it, nor is there a name or a signature op the expediteur..... That's one thing which makes me unconfortable.....


We  would  like  to  invite  KRYPTON  to  participate  in  this
Lab  by  contributing  to  a  cutting  edge  and
vendor-neutral testbed for designing, developing, prototyping and val
idating multiple testbed solutions

within the main FinTech research areas pursued by SnT.
This  is  exactly  why  we  would be  very interested to  develop a
  win-win partnership  with  KRYPTON.
See  enclosed  a  summary  with  a  draft  concept  for  how  we  co
uld  develop  a
co
-operation  or  the
Luxembourg and European markets.


Yours sincerely,
Karl Johannesson

Thanks, will email him, an if i get a confirmation, i will invest. Thanks!
pwpwpw
Hero Member
*****
Offline Offline

Activity: 908
Merit: 503



View Profile
August 09, 2016, 12:12:18 AM
 #1105

Hi, is Krypton opensource?
  No answer, but don't worry, i found the code on bitbucket. Last edited on the release day. Anonym developers. And these claims about beeing the choice of uni.lu to use your coin to do research on blockchain applications. I haven't heard or read anything about this cooperation, and i am from Luxembourg. The truth is one phone call away. Will update.

Goodguy Jaroco! will wait your update

covertress (OP)
Hero Member
*****
Offline Offline

Activity: 694
Merit: 500



View Profile
August 09, 2016, 11:50:14 AM
Last edit: September 21, 2016, 06:12:58 PM by covertress
 #1106

Good morning, Krypton!

Is everyone ready for the first smart contract?

I've had several coin developers coming to me asking if I could help them create their own coin. Well, I have a better solution for them, one that benefits Krypton also. That solution is to create a side chain of KR, in essence, a token or colored coin for them. Here's the smart contract to do this:

Code:
contract tokenRecipient { function receiveApproval(address _from, uint256 _value, address _token, bytes _extraData); }

contract MyToken {
    /* Public variables of the token */
    string public standard = 'Token 0.1';
    string public name;
    string public symbol;
    uint8 public decimals;
    uint256 public totalSupply;

    /* This creates an array with all balances */
    mapping (address => uint256) public balanceOf;
    mapping (address => mapping (address => uint256)) public allowance;

    /* This generates a public event on the blockchain that will notify clients */
    event Transfer(address indexed from, address indexed to, uint256 value);

    /* Initializes contract with initial supply tokens to the creator of the contract */
    function MyToken(
        uint256 initialSupply,
        string tokenName,
        uint8 decimalUnits,
        string tokenSymbol
        ) {
        balanceOf[msg.sender] = initialSupply;              // Give the creator all initial tokens
        totalSupply = initialSupply;                        // Update total supply
        name = tokenName;                                   // Set the name for display purposes
        symbol = tokenSymbol;                               // Set the symbol for display purposes
        decimals = decimalUnits;                            // Amount of decimals for display purposes
        msg.sender.send(msg.value);                         // Send back any ether sent accidentally
    }

    /* Send coins */
    function transfer(address _to, uint256 _value) {
        if (balanceOf[msg.sender] < _value) throw;           // Check if the sender has enough
        if (balanceOf[_to] + _value < balanceOf[_to]) throw; // Check for overflows
        balanceOf[msg.sender] -= _value;                     // Subtract from the sender
        balanceOf[_to] += _value;                            // Add the same to the recipient
        Transfer(msg.sender, _to, _value);                   // Notify anyone listening that this transfer took place
    }

    /* Allow another contract to spend some tokens in your behalf */
    function approveAndCall(address _spender, uint256 _value, bytes _extraData)
        returns (bool success) {
        allowance[msg.sender][_spender] = _value;
        tokenRecipient spender = tokenRecipient(_spender);
        spender.receiveApproval(msg.sender, _value, this, _extraData);
        return true;
    }

    /* A contract attempts to get the coins */
    function transferFrom(address _from, address _to, uint256 _value) returns (bool success) {
        if (balanceOf[_from] < _value) throw;                 // Check if the sender has enough
        if (balanceOf[_to] + _value < balanceOf[_to]) throw;  // Check for overflows
        if (_value > allowance[_from][msg.sender]) throw;   // Check allowance
        balanceOf[_from] -= _value;                          // Subtract from the sender
        balanceOf[_to] += _value;                            // Add the same to the recipient
        allowance[_from][msg.sender] -= _value;
        Transfer(_from, _to, _value);
        return true;
    }

    /* This unnamed function is called whenever someone tries to send ether to it */
    function () {
        throw;     // Prevents accidental sending of KR
    }
}


The only difference in how KR works from ETH at this time is this:

KR contracts must be deployed from the command line.

There are Krypton notes in the document, Beginning Solidity Development, that explain how to compile and deploy contracts.

https://docs.google.com/document/d/1Xn1frVpyjBJI0KCJt94Nok_meQY0o3Xd6yZUxSE-gUM/edit#heading=h.p65zjxf2oav4


Here is the original documentation from ETH: https://www.ethereum.org/token

###

All of the above is in this Google document:

https://docs.google.com/document/d/1_P9YRcxAXopotvlY_ruYueyNsvpGOKYpu-U_EFp445U/edit?usp=sharing

Any developers now wanting to create their own coin can easily do this right now.

Enjoy, people!

And don't forget to re-tweet about it! Wink Please.

https://twitter.com/covertress/status/762984989084581888


covertress (OP)
Hero Member
*****
Offline Offline

Activity: 694
Merit: 500



View Profile
August 09, 2016, 12:07:35 PM
 #1107



Krypton looks set to rocket on Bittrex this morning.

https://bittrex.com/Market/Index?MarketName=BTC-KR

Now is a great time to tweet to Poloniex again.

https://twitter.com/covertress/status/762981923765514240

May I have your re-tweets please? ^^^  Wink Thank you.  Cool
covertress (OP)
Hero Member
*****
Offline Offline

Activity: 694
Merit: 500



View Profile
August 09, 2016, 07:40:22 PM
 #1108



Krypton looks set to rocket on Bittrex this morning.

https://bittrex.com/Market/Index?MarketName=BTC-KR

Now is a great time to tweet to Poloniex again.

https://twitter.com/covertress/status/762981923765514240

May I have your re-tweets please? ^^^  Wink Thank you.  Cool

Meanwhile, later that same day...  Shocked



 Cool
TrueAnon
Legendary
*
Offline Offline

Activity: 1120
Merit: 1000


View Profile
August 09, 2016, 07:45:18 PM
 #1109

Wow, congrats
vella85
Hero Member
*****
Offline Offline

Activity: 1862
Merit: 590



View Profile WWW
August 09, 2016, 10:48:58 PM
 #1110



Krypton looks set to rocket on Bittrex this morning.

https://bittrex.com/Market/Index?MarketName=BTC-KR

Now is a great time to tweet to Poloniex again.

https://twitter.com/covertress/status/762981923765514240

May I have your re-tweets please? ^^^  Wink Thank you.  Cool

Meanwhile, later that same day...  Shocked



 Cool

Well done dev and this is what we have all been patiently waiting for. Wow! look at the price of KR today yp 71.67% at 21,876 sats. What do those people think now who said KR would crash back down to 5,000 sats lol

Keep up the good work dev! and congrats on this achievement and may there be many more. Also just finished Re-tweeting your Tweets.

I can promote your project on X to my 100k+ followers for a reasonable price. Just DM me for prices.
TonySon
Sr. Member
****
Offline Offline

Activity: 396
Merit: 250



View Profile
August 10, 2016, 05:15:05 AM
Last edit: August 10, 2016, 05:40:53 AM by TonySon
 #1111

Hello Krypton community  Grin



https://steemit.com/steemit/@hien-tran/krypton-an-immutable-distributed-ledger-platform-for-business-systems-and-iot-usdkr-trades-on-bittrex

I love Krypton.

Tonyson
best regards
vella85
Hero Member
*****
Offline Offline

Activity: 1862
Merit: 590



View Profile WWW
August 10, 2016, 06:02:58 AM
 #1112

KR's price is still rising now over 33,000 sats. It's been a crazy 12 hours and it doesn't look like stopping any time soon. If this keeps up KR will be in the top 100 crypto currencies which will be a great achievement and then the next goal is to make the top 50.

All aboard the rocket ship to the moon.

I can promote your project on X to my 100k+ followers for a reasonable price. Just DM me for prices.
cebb
Hero Member
*****
Offline Offline

Activity: 545
Merit: 500


View Profile
August 10, 2016, 06:40:22 AM
 #1113

I was skeptical of KR initially but with all the developments happening and good PR in place I think KR's market cap is too low and it should reach couple of millions easily in next few months.

P.S. I have bought a decent amount of KR today.
vella85
Hero Member
*****
Offline Offline

Activity: 1862
Merit: 590



View Profile WWW
August 10, 2016, 07:05:12 AM
 #1114

I was skeptical of KR initially but with all the developments happening and good PR in place I think KR's market cap is too low and it should reach couple of millions easily in next few months.

P.S. I have bought a decent amount of KR today.

Yes good things are now happening with KR and guess what everyone KR is now in the top 100 crypto currencies. Congrats on this wonderful achievement dev. Now lets break into the top 50.

I can promote your project on X to my 100k+ followers for a reasonable price. Just DM me for prices.
goldmaxx
Hero Member
*****
Offline Offline

Activity: 894
Merit: 1000



View Profile
August 10, 2016, 07:15:37 AM
 #1115

Easy 2 million market cap in a few days... (and more later ;-) )

Regards

Goldmaxx

covertress (OP)
Hero Member
*****
Offline Offline

Activity: 694
Merit: 500



View Profile
August 10, 2016, 03:52:32 PM
 #1116



Dear @Poloniex,

I'm going to write to you every day.

https://docs.google.com/document/d/1T3KMClAidCk6K6r4KJKWvRzwFeMy6Qrd67sf4Fnlfww/edit?usp=sharing

Sincerely,

The #Krypton $KR Community


~ ~ ~

Please re-tweet this now. https://twitter.com/covertress/status/763394824208785408

We will not stop until Poloniex adds KR!



Andy begins writing daily letters asking Poloniex to improve the decaying state of crypto by adding KR.

pwpwpw
Hero Member
*****
Offline Offline

Activity: 908
Merit: 503



View Profile
August 10, 2016, 04:11:56 PM
 #1117

you don't need to spam poloniex, once you have enough volume, they will want in for the profit.

covertress (OP)
Hero Member
*****
Offline Offline

Activity: 694
Merit: 500



View Profile
August 10, 2016, 04:30:28 PM
 #1118

you don't need to spam poloniex, once you have enough volume, they will want in for the profit.

KR's volume on Bittrex is nearly 100K BTC, as you can see. That should be high enough to get Poloniex's attention.
PatCash79
Sr. Member
****
Offline Offline

Activity: 378
Merit: 250


View Profile
August 10, 2016, 06:00:53 PM
 #1119

Stephanie Kent is the best PM/dev I've seen in ages. That alone will make krypton succeed and become a top 10 coin.
xenxex
Hero Member
*****
Offline Offline

Activity: 798
Merit: 1000



View Profile
August 10, 2016, 07:40:25 PM
 #1120

Stephanie Kent is the best PM/dev I've seen in ages. That alone will make krypton succeed and become a top 10 coin.

You are right. I know that since I met her here in bct...
You are doing a phenomenal job sweetheart..

Pages: « 1 ... 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 [56] 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 »
  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!