Bitcoin Forum
May 09, 2024, 06:44:05 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Warning: One or more bitcointalk.org users have reported that they strongly believe that the creator of this topic is a scammer. (Login to see the detailed trust ratings.) While the bitcointalk.org administration does not verify such claims, you should proceed with extreme caution.
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 »
  Print  
Author Topic: [ANN][KRYP] Kryptonite-X11 PoW DGW Landed 24th May 2014 @ 3.30pm BST  (Read 78085 times)
ortchi
Full Member
***
Offline Offline

Activity: 161
Merit: 100



View Profile
May 24, 2014, 03:43:53 PM
 #121

THANKS Smiley i have change it!

1715280245
Hero Member
*
Offline Offline

Posts: 1715280245

View Profile Personal Message (Offline)

Ignore
1715280245
Reply with quote  #2

1715280245
Report to moderator
1715280245
Hero Member
*
Offline Offline

Posts: 1715280245

View Profile Personal Message (Offline)

Ignore
1715280245
Reply with quote  #2

1715280245
Report to moderator
1715280245
Hero Member
*
Offline Offline

Posts: 1715280245

View Profile Personal Message (Offline)

Ignore
1715280245
Reply with quote  #2

1715280245
Report to moderator
"Your bitcoin is secured in a way that is physically impossible for others to access, no matter for what reason, no matter how good the excuse, no matter a majority of miners, no matter what." -- Greg Maxwell
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715280245
Hero Member
*
Offline Offline

Posts: 1715280245

View Profile Personal Message (Offline)

Ignore
1715280245
Reply with quote  #2

1715280245
Report to moderator
1715280245
Hero Member
*
Offline Offline

Posts: 1715280245

View Profile Personal Message (Offline)

Ignore
1715280245
Reply with quote  #2

1715280245
Report to moderator
bigtop1967 (OP)
Full Member
***
Offline Offline

Activity: 384
Merit: 100


View Profile
May 24, 2014, 03:44:48 PM
 #122

We may well make some of our random acts of kindness over the next few days to pool owners who were not in the top 5. The support has been more than we could have ever imagined!  Watch this space!

The response has just been amazing!  Please be patient over the next few days as we catch some breath and start planning our giveaways which will start next week.  Winners will be chosen at random from active pool miners to receive up to 500 KRYP.  More detail to come.

Wow!  Thank you so much for your support - we look forward to building Kryptonite into a strong community!
mpalenciac
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
May 24, 2014, 03:56:57 PM
 #123

And we hit our first Block!
Keep the hashes incoming to find more and more blocks, please remember to spread the hash!
***Mined blocks mature in 3 days - 8283 blocks
www.thecryptopool.com
waldistons
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250


View Profile
May 24, 2014, 03:57:29 PM
 #124

if devs don't mess up and dump, this could be x11 bitcoin Cheesy

but I didn't like the coding style :/ I modified code a little, but I think the point will be clear. Lets see how GetBlockValue function works if we are on block 7130731

Code:
int nSubsidy = 0; // assigning value 1st time

if(nHeight == 1) // Premine 500,000 first block
  nSubsidy = 500000;  // nSubsidy 2nd time assign

if(nHeight > 1) // 1 coin for first week
  nSubsidy = 1;  // nSubsidy 3rd time assign

if(nHeight > 21222) //5 coins first month
  nSubsidy = 5;  // nSubsidy 4th time assign

if(nHeight > 106112) // 10 coins for 4 months
  nSubsidy = 10; // nSubsidy 5th time assign

if(nHeight > 445670) // 15 coins for 9 months
  nSubsidy = 15;  // nSubsidy 6th time assign

if(nHeight > 1209677) // 10 coins for 1 year
  nSubsidy = 10; // nSubsidy 7th time assign

if(nHeight > 2228353) // 5 coins for 4 years 10 months (9.75)
  nSubsidy = 5;  // nSubsidy 8th time assign

if(nHeight > 7130730) // no block reward after 7 years
  nSubsidy = 0;  // nSubsidy 9th time assign

hopefully compiler optimizes the code, else it will be 9 assignations in 1 function. Why don't write just like that:
Code:
if(nHeight > 1) // 1 coin for first week
  return 1*COIN + fees;  // function returns needed value and does not do other assignations.

            ▄▄████▄▄
        ▄▄██████████████▄▄
      ███████████████████████▄▄
      ▀▀█████████████████████████
██▄▄       ▀▀█████████████████████
██████▄▄        ▀█████████████████
███████████▄▄       ▀▀████████████
███████████████▄▄        ▀████████
████████████████████▄▄       ▀▀███
 ▀▀██████████████████████▄▄
     ▀▀██████████████████████▄▄
▄▄        ▀██████████████████████▄
████▄▄        ▀▀██████████████████
█████████▄▄        ▀▀█████████████
█████████████▄▄        ▀▀█████████
██████████████████▄▄        ▀▀████
▀██████████████████████▄▄
  ▀▀████████████████████████
      ▀▀█████████████████▀▀
           ▀▀███████▀▀



.SEMUX
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
  Semux uses 100% original codebase
  Superfast with 30 seconds instant finality
  Tested 5000 tx per block on open network
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
nino_decoy
Newbie
*
Offline Offline

Activity: 51
Merit: 0


View Profile
May 24, 2014, 04:38:57 PM
Last edit: May 24, 2014, 05:39:13 PM by nino_decoy
 #125

http://brookspool.bounceme.net
Low-diff tuned for X11!
Code:
-o stratum: stratum+tcp://brookspool.servehalflife.com: -u <wallet address> -p anything
NO registration
NO withdrawal fee
Payout on block find
bigtop1967 (OP)
Full Member
***
Offline Offline

Activity: 384
Merit: 100


View Profile
May 24, 2014, 05:08:25 PM
 #126

if devs don't mess up and dump, this could be x11 bitcoin Cheesy

but I didn't like the coding style :/ I modified code a little, but I think the point will be clear. Lets see how GetBlockValue function works if we are on block 7130731

Code:
int nSubsidy = 0; // assigning value 1st time

if(nHeight == 1) // Premine 500,000 first block
  nSubsidy = 500000;  // nSubsidy 2nd time assign

if(nHeight > 1) // 1 coin for first week
  nSubsidy = 1;  // nSubsidy 3rd time assign

if(nHeight > 21222) //5 coins first month
  nSubsidy = 5;  // nSubsidy 4th time assign

if(nHeight > 106112) // 10 coins for 4 months
  nSubsidy = 10; // nSubsidy 5th time assign

if(nHeight > 445670) // 15 coins for 9 months
  nSubsidy = 15;  // nSubsidy 6th time assign

if(nHeight > 1209677) // 10 coins for 1 year
  nSubsidy = 10; // nSubsidy 7th time assign

if(nHeight > 2228353) // 5 coins for 4 years 10 months (9.75)
  nSubsidy = 5;  // nSubsidy 8th time assign

if(nHeight > 7130730) // no block reward after 7 years
  nSubsidy = 0;  // nSubsidy 9th time assign

hopefully compiler optimizes the code, else it will be 9 assignations in 1 function. Why don't write just like that:
Code:
if(nHeight > 1) // 1 coin for first week
  return 1*COIN + fees;  // function returns needed value and does not do other assignations.

Added to the next revision list!  Yeah, we shouldn't have let that slip through for sure.

No dumping here!
nino_decoy
Newbie
*
Offline Offline

Activity: 51
Merit: 0


View Profile
May 24, 2014, 07:02:38 PM
 #127

Your thread really blew up Cheesy
Glad everything is going well!
ROBERTO
Legendary
*
Offline Offline

Activity: 1421
Merit: 1001


View Profile
May 24, 2014, 07:14:24 PM
 #128

I think maybe this coin is already dead before born, with 500,000 premine and 1 KRYP per block, there is a problem!

Why do so many premine?

This will not attract people!!

You should do something to not kill your project.

Maybe you should do a giveaway for current miners or  destroy some of KRYP premined because it is too!

TillKoeln
Legendary
*
Offline Offline

Activity: 2282
Merit: 1051

unnamed.Exchange, join the Cool Kids!!!


View Profile WWW
May 24, 2014, 07:58:28 PM
 #129

did u allright send bittrex a mail including all informations,,
3 days to promote would be a easy thing

bigtop1967 (OP)
Full Member
***
Offline Offline

Activity: 384
Merit: 100


View Profile
May 24, 2014, 08:16:45 PM
 #130

I think maybe this coin is already dead before born, with 500,000 premine and 1 KRYP per block, there is a problem!

Why do so many premine?

This will not attract people!!

You should do something to not kill your project.

Maybe you should do a giveaway for current miners or  destroy some of KRYP premined because it is too!


As mentioned in OP and in this thread and our website, we will be starting some big giveaways in a few days time.  We plan to invest premine in miners and the development of Kryptonite - not in dumping coins......or destroying them, that would be crazy!

Full information about giveaways will be on our websites in the next few days.

ROBERTO
Legendary
*
Offline Offline

Activity: 1421
Merit: 1001


View Profile
May 24, 2014, 08:47:44 PM
 #131

I think maybe this coin is already dead before born, with 500,000 premine and 1 KRYP per block, there is a problem!

Why do so many premine?

This will not attract people!!

You should do something to not kill your project.

Maybe you should do a giveaway for current miners or  destroy some of KRYP premined because it is too!


As mentioned in OP and in this thread and our website, we will be starting some big giveaways in a few days time.  We plan to invest premine in miners and the development of Kryptonite - not in dumping coins......or destroying them, that would be crazy!

Full information about giveaways will be on our websites in the next few days.



Ok but why mine if you make great giveaway!!

There is nothing fair if people not mine this and can have more KRYP then people mining!!
pcmerc
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
May 24, 2014, 08:52:00 PM
 #132

Come join us at our new Kryptonite pool:
 
http://pool.kryptochaos.com
 
1.5% fees, VARDIFF, STRATUM, MULTIPOOL / MULTICOIN, CLUSTERED!

Registration isn't required.

Use your're receive address for directly mined coins.

Generate a public key pair for mining the autoswitching.

Dedicated admin & network team
 
We care about your mining experience!

pcmerc
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
May 24, 2014, 08:55:07 PM
 #133

OSX Wallet - http://pcmerc.com/files/Kryptonite-Qt.dmg

Please report any issues to me so I may address them.


pcmerc~
http://pool.kryptochaos.com
qiwoman
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250



View Profile
May 24, 2014, 08:57:34 PM
 #134

Can I make a nice blog post for a bounty? I will ask my friend to mine it also.
bigtop1967 (OP)
Full Member
***
Offline Offline

Activity: 384
Merit: 100


View Profile
May 24, 2014, 09:09:07 PM
 #135

I think maybe this coin is already dead before born, with 500,000 premine and 1 KRYP per block, there is a problem!

Why do so many premine?

This will not attract people!!

You should do something to not kill your project.

Maybe you should do a giveaway for current miners or  destroy some of KRYP premined because it is too!


As mentioned in OP and in this thread and our website, we will be starting some big giveaways in a few days time.  We plan to invest premine in miners and the development of Kryptonite - not in dumping coins......or destroying them, that would be crazy!

Full information about giveaways will be on our websites in the next few days.



Ok but why mine if you make great giveaway!!

There is nothing fair if people not mine this and can have more KRYP then people mining!!

Big giveaways are for active miners only!  More info to come, but yes, we want to be fair to, and give lots to miners!
CHMinePeeR
Full Member
***
Offline Offline

Activity: 126
Merit: 100


View Profile
May 24, 2014, 09:10:15 PM
 #136

i'm mining here Smiley

Crypto Skill Promotions - Promote your Coin from Professionists!!
Get your LatiumCoin for free! just register here … ! ENJOY LAT is on https://coin-swap.net  ! Don't miss this!!
You get 5Lat just for signup ( at actual rate thats a free 0.01btc )
ROBERTO
Legendary
*
Offline Offline

Activity: 1421
Merit: 1001


View Profile
May 24, 2014, 09:17:06 PM
 #137

I think maybe this coin is already dead before born, with 500,000 premine and 1 KRYP per block, there is a problem!

Why do so many premine?

This will not attract people!!

You should do something to not kill your project.

Maybe you should do a giveaway for current miners or  destroy some of KRYP premined because it is too!


As mentioned in OP and in this thread and our website, we will be starting some big giveaways in a few days time.  We plan to invest premine in miners and the development of Kryptonite - not in dumping coins......or destroying them, that would be crazy!

Full information about giveaways will be on our websites in the next few days.



Ok but why mine if you make great giveaway!!

There is nothing fair if people not mine this and can have more KRYP then people mining!!

Big giveaways are for active miners only!  More info to come, but yes, we want to be fair to, and give lots to miners!

That is good thanks, but today i mining with rented rigs and i don't know if tomorrow or after tomorrow i have fund for rent!

I hope i can enter on the giveaway maybe i sent you a screenshot of my mining pool

Thanks for your reply!
bigtop1967 (OP)
Full Member
***
Offline Offline

Activity: 384
Merit: 100


View Profile
May 24, 2014, 09:17:29 PM
 #138

Can I make a nice blog post for a bounty? I will ask my friend to mine it also.

Info on this type of giveaway will go up on our official site/forums soon - we want to avoid doing things like that in this thread.

Please remember, that while our launch went smoothly (this time!) - we've been working very hard and need a chance to catch some breath!  Network was doing 4.6GH earlier, and we've had so much mail and messages it's taking ages to plow through!

Over the next 2 to 3 days, we'll be moving into the next phase of the project.  The websites will all be updated with lots more information about Kryptonite, the future, how you can take part in the project, and of course lots of info on giveaways, faucets and miners draws.

Thanks for your support and the huge amounts of offers to help!  If you've got in touch and we've not got back to you, please don't hesitate to try again!

CrakeJ and MalimbaS
pcmerc
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
May 24, 2014, 09:19:58 PM
 #139

Block Explorer - http://explorer.kryptochaos.com/kryp

pcmerc~
http://pool.kryptochaos.com
bigtop1967 (OP)
Full Member
***
Offline Offline

Activity: 384
Merit: 100


View Profile
May 24, 2014, 10:10:07 PM
 #140

Follow us on Twitter - https://twitter.com/KryptoniteCoin  Smiley
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 »
  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!