deadmanwalking
|
|
February 25, 2014, 07:45:12 AM |
|
NYTimes Article: http://www.nytimes.com/2014/02/25/business/apparent-theft-at-mt-gox-shakes-bitcoin-world.html?_r=1While America Sleeps. This stuff has not even hit the new-stand yet. From what I could see, I think these bitcoin holders have been squirming for the last few months. Take the coin to $1000 issue a bunch of alts and stall. This has been the biggest stall of all time. History in the making. So we all knew about MTGOX. Yet the news was stalled. Games with exchanges tell me there are ways to stall the downdraft to save face. I could just imagine BTC hits $1100 and they call a meeting in VEGAS. That is when they hatched there stall plan. How to exit without screwing up the market. Well it has been a slow drip, if you think there will be a bounce, hardly. 2014 is the year BTC died. Old slow technology. Grocery store checkout: Buying with BTC "please wait on the side for 10 mins for confimation" Buying with Mint "Thank you, come again" BTC overpriced piece of crap. Cryptsy has UDS dollar market but why have they not expanded? I will tell you why. It does not fit into the plan. Chinese exchanges were smart. Once I saw CNY markets I said, that is the end for LTC BTC. And they know if they traded in USD it would have been the end. Instead we get a long drawn out screw job. Hey guys don't you know who pumped silver after it was at high. At the top? Max Keiser. Silver is so low right now. So he puts out MAXCOIN when silver is at its lowest. Why you ask? Ha ha. Cause if we were smart we would be buying REAL FUCKING COINS! BitSilverCoin.com Anyone want to start a real POS coin? Email me sometime. I won't have to spend 6k to buy the domain name! www.mintcoin.comPeace. Oh yah 20% is made in 4 sats - one day! Million up 4 sat spread. There is the real interest. Peace! You know who the real shills are? http://www.youtube.com/watch?v=YOxIi80eHxc Listen to his voice shake. So scan back the last few months. You will see who the btc shills are. Just listen to that interview. All bullshit! IT is so obvious to see the people who are controlled. Controlled opposition. Alex Jones - All the alt currency community. They are drinking too much kool aid or making a complete mockery of intelligence. Watch out people. Critically think, don't let these shills walk you around. USE YOUR BRAIN! Cocaine is a hell of a drug
|
\
|
|
|
deadmanwalking
|
|
February 25, 2014, 07:46:16 AM |
|
He didn't didn't say the PoS was bullshit, he said it wasn't as much as someone can get with a pump and dump, which is bullshit because how much you get depends on what your stake is P.U.R.E.F.U.D Cool. I guess I misunderstood his rambling argument! Interesting breed these Trolls. Nothing better to do I guess (poor little guy). Still, if anyone did look at the code, I'm curious, just not so nervous. https://github.com/mintcoinproject/mintcoingo ahead I took a look and in the posproofofwork i found this int64 nSubsidy = nCoinAge * nRewardCoinYear / 365; The compiler uses bedmas i just wanted to ensure but i think in all cases it is same as (coinage*rewardcoinyear)/365 which it might intend to be but I think its the same above. Quick sanity test tells me its a good fn. Rest looks ok. Thanks
|
\
|
|
|
sidhujag
Legendary
Offline
Activity: 2044
Merit: 1005
|
|
February 25, 2014, 07:55:08 AM |
|
// Set output amount if (txNew.vout.size() == 3) { txNew.vout[1].nValue = ((nCredit - nMinFee) / 2 / CENT) * CENT; txNew.vout[2].nValue = nCredit - nMinFee - txNew.vout[1].nValue; }
Not sure what this is? When it sends to itself? Also there doesnt seem to be a hard limit of 70 billion anywhere... 1 coin pow and 5% inflation per year to infinity... Where is the cap?
|
|
|
|
PCJargon
Full Member
Offline
Activity: 126
Merit: 100
Smashing rocks with my GPU
|
|
February 25, 2014, 07:57:29 AM |
|
// Set output amount if (txNew.vout.size() == 3) { txNew.vout[1].nValue = ((nCredit - nMinFee) / 2 / CENT) * CENT; txNew.vout[2].nValue = nCredit - nMinFee - txNew.vout[1].nValue; }
Not sure what this is? When it sends to itself? Also there doesnt seem to be a hard limit of 70 billion anywhere... 1 coin pow and 5% inflation per year to infinity... Where is the cap? Personally I think a limited inflation would be best anyways, doge already implemented it. There's spillage, people break their computers, hard drives crash, etc.
|
Check out this site for legit free BTC. It's like an hourly free lottery ticket that always pays out at least 300 satoshi, and could net you over .3 BTC if you're really lucky. Just gotta fill out a captcha each time. (basically a faucet with chance of real reward) http://freebitco.in/?r=242778
|
|
|
deadmanwalking
|
|
February 25, 2014, 07:58:22 AM |
|
// Set output amount if (txNew.vout.size() == 3) { txNew.vout[1].nValue = ((nCredit - nMinFee) / 2 / CENT) * CENT; txNew.vout[2].nValue = nCredit - nMinFee - txNew.vout[1].nValue; }
Not sure what this is? When it sends to itself? Also there doesnt seem to be a hard limit of 70 billion anywhere... 1 coin pow and 5% inflation per year to infinity... Where is the cap? I think that is the transaction fee for when you send Mint
|
\
|
|
|
coolbeans94
|
|
February 25, 2014, 07:59:18 AM |
|
Everything went down, but MINT didn't go down "as much". Awesome strength considering the gains it has been making the last week.
|
(1.) Moral happiness depends upon moral order. (2.) Moral order depends upon the harmonious action of all our powers, as individuals and as members of society.
|
|
|
t-minus
|
|
February 25, 2014, 07:59:26 AM |
|
// Set output amount if (txNew.vout.size() == 3) { txNew.vout[1].nValue = ((nCredit - nMinFee) / 2 / CENT) * CENT; txNew.vout[2].nValue = nCredit - nMinFee - txNew.vout[1].nValue; }
Not sure what this is? When it sends to itself? Also there doesnt seem to be a hard limit of 70 billion anywhere... 1 coin pow and 5% inflation per year to infinity... Where is the cap? I think that is the transaction fee for when you send Mint now that you say that, it kinda does look like it could be.
|
|
|
|
sidhujag
Legendary
Offline
Activity: 2044
Merit: 1005
|
|
February 25, 2014, 08:02:24 AM |
|
// Set output amount if (txNew.vout.size() == 3) { txNew.vout[1].nValue = ((nCredit - nMinFee) / 2 / CENT) * CENT; txNew.vout[2].nValue = nCredit - nMinFee - txNew.vout[1].nValue; }
Not sure what this is? When it sends to itself? Also there doesnt seem to be a hard limit of 70 billion anywhere... 1 coin pow and 5% inflation per year to infinity... Where is the cap? I think that is the transaction fee for when you send Mint There is a seperate fee for mint? Thats what minfee is for 10*cent? Its something else... Also no 70 billion cap of mining
|
|
|
|
MaxMinersNet
|
|
February 25, 2014, 08:07:21 AM |
|
https://mint.maxminers.net We are proud to announce our new Mintcoin Pool: 0% Fee Only 0.1 mnt withdrawal fees Automatic Payouts every minute ! DDoS protected Best EU/US connectivity Stratum on Port 7890 with Variable Difficulty Bonuses will be started as soon as first Block has been found ! Check it out now and get your Scrypt Miners in: https://mint.maxminers.net1000 MNT Bonus per Block Finder !!!
|
|
|
|
rznag
|
|
February 25, 2014, 08:08:07 AM |
|
// Set output amount if (txNew.vout.size() == 3) { txNew.vout[1].nValue = ((nCredit - nMinFee) / 2 / CENT) * CENT; txNew.vout[2].nValue = nCredit - nMinFee - txNew.vout[1].nValue; }
Not sure what this is? When it sends to itself? Also there doesnt seem to be a hard limit of 70 billion anywhere... 1 coin pow and 5% inflation per year to infinity... Where is the cap? main.h line 35: static const int64 MAX_MONEY = 70000000000 * COIN; // 70 bil
|
|
|
|
coolbeans94
|
|
February 25, 2014, 08:11:10 AM |
|
Good to see people checking the code. Can anyone confirm at about what time is the Proof-of-Stake supposed to start? It starts in 24 hours or so correct?
|
(1.) Moral happiness depends upon moral order. (2.) Moral order depends upon the harmonious action of all our powers, as individuals and as members of society.
|
|
|
Party Hard
|
|
February 25, 2014, 08:24:11 AM |
|
He didn't didn't say the PoS was bullshit, he said it wasn't as much as someone can get with a pump and dump, which is bullshit because how much you get depends on what your stake is P.U.R.E.F.U.D Cool. I guess I misunderstood his rambling argument! Interesting breed these Trolls. Nothing better to do I guess (poor little guy). Still, if anyone did look at the code, I'm curious, just not so nervous. https://github.com/mintcoinproject/mintcoingo ahead I took a look and in the posproofofwork i found this int64 nSubsidy = nCoinAge * nRewardCoinYear / 365; The compiler uses bedmas i just wanted to ensure but i think in all cases it is same as (coinage*rewardcoinyear)/365 which it might intend to be but I think its the same above. Quick sanity test tells me its a good fn. Rest looks ok. Dude you rock! I'm not a pro at sniffing out bad code, but I see what you mean. For others wanting a quick peek at it scroll to line 982 here: https://github.com/mintcoinproject/mintcoin/blob/a4a00c4e4c3c2998368281afe09d12bb5e9e261b/src/main.cpp
|
Ladies ladies, one at a time.
|
|
|
|
gofoter
|
|
February 25, 2014, 08:47:02 AM |
|
They'll add it here when it launches-http://www.allcrypt.com/.It's good to vote,I already did.
|
|
|
|
Kergekoin
|
|
February 25, 2014, 08:50:07 AM |
|
So you quoted the integer, but didnt quote the variables. Im curious, what do think int64 nSubsidy = nCoinAge * nRewardCoinYear / 365; means?
|
|
|
|
hadi
|
|
February 25, 2014, 08:51:19 AM |
|
They'll add it here when it launches-http://www.allcrypt.com/.It's good to vote,I already did.
and https://www.mintpal.com/voting i see PND(pandacoin) is on top with 66000 vote but pandacoin is in they list already.why ? is it scam ?
|
|
|
|
gofoter
|
|
February 25, 2014, 08:52:48 AM |
|
Well,I don't know why's that.Maybe a mistake.
|
|
|
|
djslick
Legendary
Offline
Activity: 980
Merit: 1000
|
|
February 25, 2014, 08:55:37 AM |
|
so these PoS rewards, do i have to keep the wallet open to "generate them" or are they automatically going to be generated based on the date that they were moved into the wallet?
Yes, but you only have to open it up every couple months or so. If you keep your wallet offline for the whole year and then turn it on, you will still get the 20% for the first year. EDIT: If you want to take advantage of compunding interest, then mint every month or so. cool! thanks for the tip man
|
|
|
|
hadi
|
|
February 25, 2014, 08:58:00 AM |
|
any1 know?
|
|
|
|
BachMann
Member
Offline
Activity: 113
Merit: 10
|
|
February 25, 2014, 08:58:15 AM |
|
There are 3 different Pandacoins. Pand (Panda nr.1) nobody cares about it it seems, Panda (Panda nr. 2) Wolongs (<- bad guy, so mean) Panda and PND (Panda nr.3) A Panda without premine and fair launch that was created as a protest to wolong.
|
|
|
|
|