|
JacobUX
Newbie
Offline
Activity: 42
Merit: 0
|
|
March 14, 2014, 05:51:22 PM |
|
|
|
|
|
Mikellev
|
|
March 14, 2014, 06:05:00 PM |
|
yea, and pls change the old one on the preregister page
|
|
|
|
sevoque
|
|
March 14, 2014, 10:15:20 PM |
|
24hours till launch
\o/
|
|
|
|
Zhoa8
Newbie
Offline
Activity: 28
Merit: 0
|
|
March 14, 2014, 10:17:44 PM |
|
24hours till launch
\o/
Exciting. So I have a question about adaptive-n and how is it good for my GPU? Does it save power? Does ten-five coin save power like other alt coins promise?
|
|
|
|
cryptowest
|
|
March 14, 2014, 10:31:40 PM |
|
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.
uh what?
|
|
|
|
maranello1561
|
|
March 14, 2014, 10:45:07 PM |
|
Oh nice Wolong's team is back. Was wondering where they all went. I'm in. They gonna pump to the moon. Just put a post-it on my monitor with "REMEMBER TO PULL OUT" in big red font
|
|
|
|
cryptowest
|
|
March 14, 2014, 11:27:57 PM |
|
Oh nice Wolong's team is back. Was wondering where they all went. I'm in. They gonna pump to the moon. Just put a post-it on my monitor with "REMEMBER TO PULL OUT" in big red font
fuck wolong. I help with quite a few different coins, but I like the guys on this team best. They're trying to regain some respect and make a long term project, which can be seen from the block rewards and extra dev work being done. It'd be easier for everyone just to create a new name called "tenfivecoin" or whatever and post under that, but this project is being done as transparently as possible.
|
|
|
|
chaosagent
|
|
March 14, 2014, 11:34:04 PM |
|
24hours till launch
\o/
Exciting. So I have a question about adaptive-n and how is it good for my GPU? Does it save power? Does ten-five coin save power like other alt coins promise? NScrypt saves 25-50% of power for me...
|
|
|
|
cryptowest
|
|
March 15, 2014, 01:35:00 AM |
|
Since the OP is away right now and launch is getting closer, I decided to post the block rewards that were decided on. No instamining. int64 static GetBlockValue(int nHeight, int64 nFees, uint256 prevHash) { int64 nSubsidy = 1 * COIN; // Pre-mine two percent if (nHeight == 1) nSubsidy = nPremineAmount * COIN; else if (nHeight <= 1050) { nSubsidy = 1.57079632679 * COIN; } /* 1050 */ else if (nHeight <= 3150) { nSubsidy = 3.14159265358 * COIN; } /* 1050 * 3 */ else if (nHeight <= 6300) { nSubsidy = 9.8596 * COIN; } /* 1050 * 6 */ else if (nHeight <= 9450) { nSubsidy = 19.7192 * COIN; } /* 1050 * 9 */ else if (nHeight <= 18900) { nSubsidy = 25 * COIN; } /* 1050 * 18 */ else if (nHeight <= 37800) { nSubsidy = 50 * COIN; } /* 1050 * 36 */ else if (nHeight <= 75600) { nSubsidy = 25 * COIN; } /* 1050 * 72 */ else if (nHeight <= 151200) { nSubsidy = 19.7192 * COIN; } /* 1050 * 144 */ else { nSubsidy = 9.8596 * COIN; } return nSubsidy + nFees; } First 1050 blocks are 1.57079632679 coins, then 3.14... etc Also, here's the countdown timer:http://countingdownto.com/countdown/tenfivecoin-launch-countdown-clock
|
|
|
|
Zhoa8
Newbie
Offline
Activity: 28
Merit: 0
|
|
March 15, 2014, 02:32:33 AM |
|
Since the OP is away right now and launch is getting closer, I decided to post the block rewards that were decided on. No instamining. int64 static GetBlockValue(int nHeight, int64 nFees, uint256 prevHash) { int64 nSubsidy = 1 * COIN; // Pre-mine two percent if (nHeight == 1) nSubsidy = nPremineAmount * COIN; else if (nHeight <= 1050) { nSubsidy = 1.57079632679 * COIN; } /* 1050 */ else if (nHeight <= 3150) { nSubsidy = 3.14159265358 * COIN; } /* 1050 * 3 */ else if (nHeight <= 6300) { nSubsidy = 9.8596 * COIN; } /* 1050 * 6 */ else if (nHeight <= 9450) { nSubsidy = 19.7192 * COIN; } /* 1050 * 9 */ else if (nHeight <= 18900) { nSubsidy = 25 * COIN; } /* 1050 * 18 */ else if (nHeight <= 37800) { nSubsidy = 50 * COIN; } /* 1050 * 36 */ else if (nHeight <= 75600) { nSubsidy = 25 * COIN; } /* 1050 * 72 */ else if (nHeight <= 151200) { nSubsidy = 19.7192 * COIN; } /* 1050 * 144 */ else { nSubsidy = 9.8596 * COIN; } return nSubsidy + nFees; } First 1050 blocks are 1.57079632679 coins, then 3.14... etc Also, here's the countdown timer:http://countingdownto.com/countdown/tenfivecoin-launch-countdown-clock Hmm this is interesting, so someone said this was called "flat rewards" or something in the channel. It looks strange to other coins Is there a CPU mining guide available? Also good to know scrypt-n uses LESS power, thanks for clearing up confusion.
|
|
|
|
medialx
Newbie
Offline
Activity: 52
Merit: 0
|
|
March 15, 2014, 02:38:31 AM |
|
why is the halving so fast for this coin?
|
|
|
|
Fattox
Newbie
Offline
Activity: 58
Merit: 0
|
|
March 15, 2014, 02:56:33 AM |
|
Also good to know scrypt-n uses LESS power, thanks for clearing up confusion.
Does it really though? I have a power monitor on the cable that powers my 2 rigs, and they seem to pull the same 2300w from the wall, no matter whether i do Scrypt or N Factor.
|
|
|
|
Zhoa8
Newbie
Offline
Activity: 28
Merit: 0
|
|
March 15, 2014, 03:16:12 AM |
|
Since the OP is away right now and launch is getting closer, I decided to post the block rewards that were decided on. No instamining.
int64 static GetBlockValue(int nHeight, int64 nFees, uint256 prevHash) { int64 nSubsidy = 1 * COIN; // Pre-mine two percent if (nHeight == 1) nSubsidy = nPremineAmount * COIN; else if (nHeight <= 1050) { nSubsidy = 1.57079632679 * COIN; } /* 1050 */ else if (nHeight <= 3150) { nSubsidy = 3.14159265358 * COIN; } /* 1050 * 3 */ else if (nHeight <= 6300) { nSubsidy = 9.8596 * COIN; } /* 1050 * 6 */ else if (nHeight <= 9450) { nSubsidy = 19.7192 * COIN; } /* 1050 * 9 */
pi?
|
|
|
|
enjoy0065
Newbie
Offline
Activity: 14
Merit: 0
|
|
March 15, 2014, 03:16:52 AM |
|
I am in
|
|
|
|
rew74dse
Newbie
Offline
Activity: 14
Merit: 0
|
|
March 15, 2014, 03:21:21 AM |
|
Good
|
|
|
|
Zhoa8
Newbie
Offline
Activity: 28
Merit: 0
|
|
March 15, 2014, 03:26:48 AM |
|
I wish the devs would wake up and answer our questions
|
|
|
|
powerfull
|
|
March 15, 2014, 03:42:53 AM |
|
Price per-coin in IPO is 0.0095 BTC
and Total Supply of 10,500,000 Coins
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ i think maybe you are creazy
|
|
|
|
chaosagent
|
|
March 15, 2014, 03:45:49 AM |
|
Since the OP is away right now and launch is getting closer, I decided to post the block rewards that were decided on. No instamining.
int64 static GetBlockValue(int nHeight, int64 nFees, uint256 prevHash) { int64 nSubsidy = 1 * COIN; // Pre-mine two percent if (nHeight == 1) nSubsidy = nPremineAmount * COIN; else if (nHeight <= 1050) { nSubsidy = 1.57079632679 * COIN; } /* 1050 */ else if (nHeight <= 3150) { nSubsidy = 3.14159265358 * COIN; } /* 1050 * 3 */ else if (nHeight <= 6300) { nSubsidy = 9.8596 * COIN; } /* 1050 * 6 */ else if (nHeight <= 9450) { nSubsidy = 19.7192 * COIN; } /* 1050 * 9 */
pi? That is by design
|
|
|
|
JacobUX
Newbie
Offline
Activity: 42
Merit: 0
|
|
March 15, 2014, 04:20:59 AM |
|
Since the OP is away right now and launch is getting closer, I decided to post the block rewards that were decided on. No instamining.
int64 static GetBlockValue(int nHeight, int64 nFees, uint256 prevHash) { int64 nSubsidy = 1 * COIN; // Pre-mine two percent if (nHeight == 1) nSubsidy = nPremineAmount * COIN; else if (nHeight <= 1050) { nSubsidy = 1.57079632679 * COIN; } /* 1050 */ else if (nHeight <= 3150) { nSubsidy = 3.14159265358 * COIN; } /* 1050 * 3 */ else if (nHeight <= 6300) { nSubsidy = 9.8596 * COIN; } /* 1050 * 6 */ else if (nHeight <= 9450) { nSubsidy = 19.7192 * COIN; } /* 1050 * 9 */
pi? That is by design Right, and this is our flat reward scheme that should have a flat rate payout of around 3.1 for the majority duration of the coin. The coin should not be fully mined until the year 2020. To answer the above question, that is why the valuation may seem high, as the initial supply is low and you are investing in dividends and the Price-Earnings Ratio (P/E Ratio)
|
|
|
|
|