supercoindev
Member
Offline
Activity: 213
Merit: 10
|
|
June 14, 2014, 10:51:05 PM |
|
lmao, this is a complete joke, if this is done by poloniex tech staff, I feel really sorry to them Here is a reply from a forum member (timerland) to that accusation: Is this an amateur or a 10-years-old? The max coin limits the maximum coin, but does it mean the maximum coin will be generated?? Not at all. The generated coin depends on the formula in 3functions: - GetProofOfWorkReward() - GetProofOfStakeReward() and - GetProofOfWorkBonusRewardFactor() These functions define how many coins will be generated. Moreover, even the system generates more coins than the MAX_MONEY defined above, there will be no problem at all, go look at the code. If Poloniex tech staff is that dumb, I feel very sorry for them, it is a joke! This member stated the fact. These 3 functions determined how many coins will be generated. The MAX_MONEY is largely irrelavent. All it does (and the dAmount), is to check each transaction if this limit exceeded. I can't believe this, it's like a circus
|
|
|
|
maryvale
|
|
June 14, 2014, 10:54:55 PM |
|
lmao, this is a complete joke, if this is done by poloniex tech staff, I feel really sorry to them Here is a reply from a forum member (timerland) to that accusation: Is this an amateur or a 10-years-old? The max coin limits the maximum coin, but does it mean the maximum coin will be generated?? Not at all. The generated coin depends on the formula in 3functions: - GetProofOfWorkReward() - GetProofOfStakeReward() and - GetProofOfWorkBonusRewardFactor() These functions define how many coins will be generated. Moreover, even the system generates more coins than the MAX_MONEY defined above, there will be no problem at all, go look at the code. If Poloniex tech staff is that dumb, I feel very sorry for them, it is a joke! This member stated the fact. These 3 functions determined how many coins will be generated. The MAX_MONEY is largely irrelavent. All it does (and the dAmount), is to check each transaction if this limit exceeded. I can't believe this, it's like a circus Yes, and also you can set the upper limit to be 10000000000000000000 trillion, but only generate 15 millions, is there a problem there? someone is completely idiot. If you want to know how many coins will be generated, look at the functions generating them, not the limit. Idiot!
|
|
|
|
bitrap
Member
Offline
Activity: 72
Merit: 10
|
|
June 14, 2014, 10:55:29 PM |
|
Seriously, Abinito is spamming the same comments over and over again.
|
|
|
|
chedigital
Full Member
Offline
Activity: 140
Merit: 100
WOW SUCH COIN
|
|
June 14, 2014, 10:56:10 PM |
|
lmao, this is a complete joke, if this is done by poloniex tech staff, I feel really sorry to them Here is a reply from a forum member (timerland) to that accusation: Is this an amateur or a 10-years-old? The max coin limits the maximum coin, but does it mean the maximum coin will be generated?? Not at all. The generated coin depends on the formula in 3functions: - GetProofOfWorkReward() - GetProofOfStakeReward() and - GetProofOfWorkBonusRewardFactor() These functions define how many coins will be generated. Moreover, even the system generates more coins than the MAX_MONEY defined above, there will be no problem at all, go look at the code. If Poloniex tech staff is that dumb, I feel very sorry for them, it is a joke! This member stated the fact. These 3 functions determined how many coins will be generated. The MAX_MONEY is largely irrelavent. All it does (and the dAmount), is to check each transaction if this limit exceeded. I can't believe this, it's like a circus +1 Better then TV. We'll at least we learned what exchanges are able to read and vet code.
|
GPG Key ID: 80307E1A
|
|
|
cyberhacker
Legendary
Offline
Activity: 1330
Merit: 1000
|
|
June 14, 2014, 10:56:49 PM |
|
Seriously, Abinito is spamming the same comments over and over again.
JUST IGNORE this moron
|
|
|
|
originalchilli
|
|
June 14, 2014, 10:59:40 PM |
|
already bounced back up to 4000 on bittrex, grabbed me some cheap super, thanks!
|
FOLLOW ME ON TWITTER - @originalchilli
|
|
|
provenceday
Legendary
Offline
Activity: 1148
Merit: 1000
|
|
June 14, 2014, 11:00:55 PM |
|
Is this an amateur or a 10-years-old?
The max coin limits the maximum coin, but does it mean the maximum coin will be generated?? Not at all. The generated coin depends on the formula in 3functions:
- GetProofOfWorkReward() - GetProofOfStakeReward() and - GetProofOfWorkBonusRewardFactor()
These functions define how many coins will be generated. Moreover, even the system generates more coins than the MAX_MONEY defined above, there will be no problem at all, go look at the code. If Poloniex tech staff is that dumb, I feel very sorry for them, it is a joke!
|
|
|
|
maryvale
|
|
June 14, 2014, 11:01:41 PM |
|
lmao, this is a complete joke, if this is done by poloniex tech staff, I feel really sorry to them Here is a reply from a forum member (timerland) to that accusation: Is this an amateur or a 10-years-old? The max coin limits the maximum coin, but does it mean the maximum coin will be generated?? Not at all. The generated coin depends on the formula in 3functions: - GetProofOfWorkReward() - GetProofOfStakeReward() and - GetProofOfWorkBonusRewardFactor() These functions define how many coins will be generated. Moreover, even the system generates more coins than the MAX_MONEY defined above, there will be no problem at all, go look at the code. If Poloniex tech staff is that dumb, I feel very sorry for them, it is a joke! This member stated the fact. These 3 functions determined how many coins will be generated. The MAX_MONEY is largely irrelavent. All it does (and the dAmount), is to check each transaction if this limit exceeded. I can't believe this, it's like a circus Yes, and also you can set the upper limit to be 10000000000000000000 trillion, but only generate 15 millions, is there a problem there? someone is completely idiot. If you want to know how many coins will be generated, look at the functions generating them, not the limit. Idiot! Again on this MAX_MONEY, for those who does not understand the code, here is where it used: bool CTransaction::CheckTransaction() const { ... if (txout.nValue > MAX_MONEY) return DoS(100, error("CTransaction::CheckTransaction() : txout.nValue too high"));
What does it mean? It mean if this *transaction* amount exceeds the MAX_MONEY, return error.Does it check how much money you have? Not at all. You can have 10 times MAX_MONEY in your wallet! Does it check how many coins the system generated? Not at all. So MAX_MONEY does not limit the system generated total coin at all!Idoits, follow and learn... you'll never get it!
|
|
|
|
provenceday
Legendary
Offline
Activity: 1148
Merit: 1000
|
|
June 14, 2014, 11:04:01 PM |
|
lmao, this is a complete joke, if this is done by poloniex tech staff, I feel really sorry to them Here is a reply from a forum member (timerland) to that accusation: Is this an amateur or a 10-years-old? The max coin limits the maximum coin, but does it mean the maximum coin will be generated?? Not at all. The generated coin depends on the formula in 3functions: - GetProofOfWorkReward() - GetProofOfStakeReward() and - GetProofOfWorkBonusRewardFactor() These functions define how many coins will be generated. Moreover, even the system generates more coins than the MAX_MONEY defined above, there will be no problem at all, go look at the code. If Poloniex tech staff is that dumb, I feel very sorry for them, it is a joke! This member stated the fact. These 3 functions determined how many coins will be generated. The MAX_MONEY is largely irrelavent. All it does (and the dAmount), is to check each transaction if this limit exceeded. I can't believe this, it's like a circus Yes, and also you can set the upper limit to be 10000000000000000000 trillion, but only generate 15 millions, is there a problem there? someone is completely idiot. If you want to know how many coins will be generated, look at the functions generating them, not the limit. Idiot! Again on this MAX_MONEY, for those who does not understand the code, here is where it used: bool CTransaction::CheckTransaction() const { ... if (txout.nValue > MAX_MONEY) return DoS(100, error("CTransaction::CheckTransaction() : txout.nValue too high"));
What does it mean? It mean if this *transaction* amount exceeds the MAX_MONEY, return error.Does it check how much money you have? Not at all. You can have 10 times MAX_MONEY in your wallet! Does it check how many coins the system generated? Not at all. So MAX_MONEY does not limit the system generated total coin at all!Idoits, follow and learn... you'll never get it! +1 The max coin limits the maximum coin, but does it mean the maximum coin will be generated?? Not at all. The generated coin depends on the formula in 3functions:- GetProofOfWorkReward() - GetProofOfStakeReward() and - GetProofOfWorkBonusRewardFactor() These functions define how many coins will be generated. Moreover, even the system generates more coins than the MAX_MONEY defined above, there will be no problem at all, go look at the code. If Poloniex tech staff is that dumb, I feel very sorry for them, it is a joke!
|
|
|
|
timerland
|
|
June 14, 2014, 11:05:53 PM |
|
lmao, this is a complete joke, if this is done by poloniex tech staff, I feel really sorry to them Here is a reply from a forum member (timerland) to that accusation: Is this an amateur or a 10-years-old? The max coin limits the maximum coin, but does it mean the maximum coin will be generated?? Not at all. The generated coin depends on the formula in 3functions: - GetProofOfWorkReward() - GetProofOfStakeReward() and - GetProofOfWorkBonusRewardFactor() These functions define how many coins will be generated. Moreover, even the system generates more coins than the MAX_MONEY defined above, there will be no problem at all, go look at the code. If Poloniex tech staff is that dumb, I feel very sorry for them, it is a joke! This member stated the fact. These 3 functions determined how many coins will be generated. The MAX_MONEY is largely irrelavent. All it does (and the dAmount), is to check each transaction if this limit exceeded. I can't believe this, it's like a circus Yes, and also you can set the upper limit to be 10000000000000000000 trillion, but only generate 15 millions, is there a problem there? someone is completely idiot. If you want to know how many coins will be generated, look at the functions generating them, not the limit. Idiot! Again on this MAX_MONEY, for those who does not understand the code, here is where it used: bool CTransaction::CheckTransaction() const { ... if (txout.nValue > MAX_MONEY) return DoS(100, error("CTransaction::CheckTransaction() : txout.nValue too high"));
What does it mean? It mean if this *transaction* amount exceeds the MAX_MONEY, return error.Does it check how much money you have? Not at all. You can have 10 times MAX_MONEY in your wallet! Does it check how many coins the system generated? Not at all. So MAX_MONEY does not limit the system generated total coin at all!Idoits, follow and learn... you'll never get it! I really hope this is not the real poloniex staff, I kinda like Poloniex and used it often. If it is, then Poloniex code needs some serious review, I don't want to lose money there
|
|
|
|
cyberhacker
Legendary
Offline
Activity: 1330
Merit: 1000
|
|
June 14, 2014, 11:06:20 PM |
|
Is this an amateur or a 10-years-old?
The max coin limits the maximum coin, but does it mean the maximum coin will be generated?? Not at all. The generated coin depends on the formula in 3functions:
- GetProofOfWorkReward() - GetProofOfStakeReward() and - GetProofOfWorkBonusRewardFactor()
These functions define how many coins will be generated. Moreover, even the system generates more coins than the MAX_MONEY defined above, there will be no problem at all, go look at the code. If Poloniex tech staff is that dumb, I feel very sorry for them, it is a joke!
busoni will slap at his own face 5 times in one minute for such a stupid mistake!
|
|
|
|
bitcoinwonders010
|
|
June 14, 2014, 11:07:03 PM |
|
someone put out a bounty to kill abinito
|
|
|
|
provenceday
Legendary
Offline
Activity: 1148
Merit: 1000
|
|
June 14, 2014, 11:07:27 PM |
|
lmao, this is a complete joke, if this is done by poloniex tech staff, I feel really sorry to them Here is a reply from a forum member (timerland) to that accusation: Is this an amateur or a 10-years-old? The max coin limits the maximum coin, but does it mean the maximum coin will be generated?? Not at all. The generated coin depends on the formula in 3functions: - GetProofOfWorkReward() - GetProofOfStakeReward() and - GetProofOfWorkBonusRewardFactor() These functions define how many coins will be generated. Moreover, even the system generates more coins than the MAX_MONEY defined above, there will be no problem at all, go look at the code. If Poloniex tech staff is that dumb, I feel very sorry for them, it is a joke! This member stated the fact. These 3 functions determined how many coins will be generated. The MAX_MONEY is largely irrelavent. All it does (and the dAmount), is to check each transaction if this limit exceeded. I can't believe this, it's like a circus Yes, and also you can set the upper limit to be 10000000000000000000 trillion, but only generate 15 millions, is there a problem there? someone is completely idiot. If you want to know how many coins will be generated, look at the functions generating them, not the limit. Idiot! Again on this MAX_MONEY, for those who does not understand the code, here is where it used: bool CTransaction::CheckTransaction() const { ... if (txout.nValue > MAX_MONEY) return DoS(100, error("CTransaction::CheckTransaction() : txout.nValue too high"));
What does it mean? It mean if this *transaction* amount exceeds the MAX_MONEY, return error.Does it check how much money you have? Not at all. You can have 10 times MAX_MONEY in your wallet! Does it check how many coins the system generated? Not at all. So MAX_MONEY does not limit the system generated total coin at all!Idoits, follow and learn... you'll never get it! I really hope this is not the real poloniex staff, I kinda like Poloniex and used it often. If it is, then Poloniex code needs some serious review, I don't want to lose money there i lost 0.7 BTC on the Hacker event, but i donate to them...
|
|
|
|
timerland
|
|
June 14, 2014, 11:08:14 PM |
|
lmao, this is a complete joke, if this is done by poloniex tech staff, I feel really sorry to them Here is a reply from a forum member (timerland) to that accusation: Is this an amateur or a 10-years-old? The max coin limits the maximum coin, but does it mean the maximum coin will be generated?? Not at all. The generated coin depends on the formula in 3functions: - GetProofOfWorkReward() - GetProofOfStakeReward() and - GetProofOfWorkBonusRewardFactor() These functions define how many coins will be generated. Moreover, even the system generates more coins than the MAX_MONEY defined above, there will be no problem at all, go look at the code. If Poloniex tech staff is that dumb, I feel very sorry for them, it is a joke! This member stated the fact. These 3 functions determined how many coins will be generated. The MAX_MONEY is largely irrelavent. All it does (and the dAmount), is to check each transaction if this limit exceeded. I can't believe this, it's like a circus Yes, and also you can set the upper limit to be 10000000000000000000 trillion, but only generate 15 millions, is there a problem there? someone is completely idiot. If you want to know how many coins will be generated, look at the functions generating them, not the limit. Idiot! Again on this MAX_MONEY, for those who does not understand the code, here is where it used:bool CTransaction::CheckTransaction() const { ... if (txout.nValue > MAX_MONEY) return DoS(100, error("CTransaction::CheckTransaction() : txout.nValue too high"));
What does it mean? It mean if this *transaction* amount exceeds the MAX_MONEY, return error.
Does it check how much money you have? Not at all. You can have 10 times MAX_MONEY in your wallet!
Does it check how many coins the system generated? Not at all.
So MAX_MONEY does not limit the system generated total coin at all!
Idoits, follow and learn... you'll never get it!Maryvale, nice dive into the code, it is really the very simple part of the coin code, yet... well there are stupid people everywhere
|
|
|
|
sovie
|
|
June 14, 2014, 11:09:09 PM |
|
Ablino do us all and the world a favour and go kill yourself
you ten year old troll
|
|
|
|
bitbd83
Full Member
Offline
Activity: 224
Merit: 100
Crypto Enthusiast, BD
|
|
June 14, 2014, 11:10:57 PM |
|
someone put out a bounty to kill abinito
+1000000000000000000
|
|
|
|
bitcoinwonders010
|
|
June 14, 2014, 11:13:07 PM |
|
someone put out a bounty to kill abinito
We can meet if you want. Do you live in Europe? PM me. lol even if i was, your not worth the hassle il use my profit from here to do it,
|
|
|
|
provenceday
Legendary
Offline
Activity: 1148
Merit: 1000
|
|
June 14, 2014, 11:14:13 PM |
|
someone put out a bounty to kill abinito
We can meet if you want. Do you live in Europe? PM me. no attack on each other guys Please. if you think supercoin is a good coin, buy it if you think supercoin is a scam, sell it. it's simple.
|
|
|
|
bitcoinwonders010
|
|
June 14, 2014, 11:15:57 PM |
|
someone put out a bounty to kill abinito
We can meet if you want. Do you live in Europe? PM me. lol even if i was, your not worth the hassle il use my profit from here to do it, So someone else has to pay the bounty because you only have little bit money? just stop spamming,
|
|
|
|
provenceday
Legendary
Offline
Activity: 1148
Merit: 1000
|
|
June 14, 2014, 11:16:11 PM |
|
|
|
|
|
|