Bitcoin Forum
May 12, 2024, 09:40:44 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 [8]  All
  Print  
Author Topic: Quantum [QTM] MOVED TO NEW THREAD.  (Read 20321 times)
Altcoin_Ace
Newbie
*
Offline Offline

Activity: 41
Merit: 0


View Profile
July 04, 2014, 10:36:23 PM
 #141

Wowsa! Another hidden block tale, just like with Asiacoin.

So glad I got out of this hot mess long ago...



There is no mess, anyone with QTM will not be affected in anyway other than the fact they now have undergo an exchange process. The QTM Team is taking on all losses.
1715506844
Hero Member
*
Offline Offline

Posts: 1715506844

View Profile Personal Message (Offline)

Ignore
1715506844
Reply with quote  #2

1715506844
Report to moderator
1715506844
Hero Member
*
Offline Offline

Posts: 1715506844

View Profile Personal Message (Offline)

Ignore
1715506844
Reply with quote  #2

1715506844
Report to moderator
1715506844
Hero Member
*
Offline Offline

Posts: 1715506844

View Profile Personal Message (Offline)

Ignore
1715506844
Reply with quote  #2

1715506844
Report to moderator
Make sure you back up your wallet regularly! Unlike a bank account, nobody can help you if you lose access to your BTC.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715506844
Hero Member
*
Offline Offline

Posts: 1715506844

View Profile Personal Message (Offline)

Ignore
1715506844
Reply with quote  #2

1715506844
Report to moderator
1715506844
Hero Member
*
Offline Offline

Posts: 1715506844

View Profile Personal Message (Offline)

Ignore
1715506844
Reply with quote  #2

1715506844
Report to moderator
casacup
Sr. Member
****
Offline Offline

Activity: 280
Merit: 250


View Profile
July 04, 2014, 10:42:04 PM
 #142

Wowsa! Another hidden block tale, just like with Asiacoin.

So glad I got out of this hot mess long ago...


Actually even with this "mess"  the price of qtm was almost always above the ipo. And not by 1 or 2 Satoshi, but by 5-10k. Imagine how far would have gotten without this sell pressure caused by the hidden block.

Tip address: 1GYTY2pW98LWPtv5Zq5HmvZBRpZoadwetw
JustBetweenUs
Member
**
Offline Offline

Activity: 290
Merit: 28

bitcoin is not a bubble, it is the pin


View Profile
July 04, 2014, 11:40:56 PM
 #143

After reading this thread, I wonder what kind of retard can fall for the obvious scam that is QTM.

◕  INGOTCOIN  ◕    ██  Twitter  ██      ██  Telegram  ██  ◕  INGOTCOIN  ◕
████  BRIDGING MARKETS ███
██          AN ALL INCLUSIVE ECOSYSTEM          ██
QTM (OP)
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile WWW
July 06, 2014, 10:18:16 AM
Last edit: July 09, 2014, 01:42:30 PM by QTM
 #144

QTM2 source code & wallets are ready!

QTM2 Wallets
Linux
Windows
Mac
Source Code


Please send QTM1 first before downloading the new wallet, or else make sure to change the old QTM wallet .dat file name. Because QTM2 wallet will replace old files.


Please read the announcement here for instructions on how to exchange your QTM to QTM2: https://docs.google.com/document/d/142JCS_HA5n8jrpqjsn0GQlecimdLKajyQh27mgLuIu0/edit?usp=sharing
thekidcoin
Sr. Member
****
Offline Offline

Activity: 308
Merit: 250

FlutterCoin Developer


View Profile
July 15, 2014, 03:22:58 AM
 #145

Hey guys, was researching the reported issue in the QTM blockchain and source code. This is what I'd found:

Let's start with the source code https://github.com/QTMholdings/quantum/blob/master/src/ ... everything seems normal when you start looking the main file:



10,000 coins reward every PoW block, 0 coins every PoS block in main.cpp. OK. What about main.h?



Last PoW block = 1,000, tx fees = 0, max money = 10,000,000 * COIN. Let's see, 1,000 pow blocks * 10,000 coins = 10,000,000 total coins, so total coins are ok, but wait, if max money = 10,000,000 * COIN in the source code, what is the value of COIN variable? ok let's check util.h to know that information



COIN = 1,000,000 in quantum util.h file. Let's compare this value with another important coins, specifically bitcoin and dogecoin


Bitcoin COIN = 100,000,000


Dogecoin COIN = 100,000,000

Ok so COIN value in quantum is 1 million, but in bitcoin and dogecoin is 100 million, so quantum does not have a COIN variable standard value. What does this means? it means that 2 zeroes are missing in the qtm COIN variable and this value affects directly the data showed in any block explorer, even in coinmarketcap, hiding the real total amount of generated coins.

What can say us the blockchain? well, I had migrated the qtm blockchain to a postgresql db, applied some ordering filters and this is the result:



In the picture we can see 3 transactions at different blocks, we have a transaction of 10,000 coins, a transaction of 100,000 coins a transaction of 10,010,000. How can be possible a 10,010,000 transaction if qtm have a total amount of coins of only 10,000,000? hidden funds is the response. Merging the proofs we can conclude that QTM total amount of coins is more than 10 million.. I am sorry that a community is harmed by a developer who acted unprofessionally. I am confident that TheCryptoEdge, onemanatatime, Kazonomics and AltcoinAce solve this problem soon and optimally


Let me expose your stupidity for a moment little guy.

1) there is/was no hidden block
2) there can only be 1000 blocks @ 10K each - hence 10 million coins, hence any "hidden block" would be nullified as again - there can only be 1000 mined blocks PoW
3) main.h is correct - 10,000,000 * COIN is the max money
4) your taling about things that you don't understand - util.h is telling us the value for display of the coin - hence instead of doing something like 100 * 1000000 to convert an int64 as 100 instead you multiply 100 * COIN (which has a value of 1000000) hence max QTM IS SUPPOSED TO BE 10000000000000 expressed as int64 DUMBASS

You started all this BS based on stupidity and non-understanding of the code - you actually had them abandon QTM and move to QTM2???

Also you are reading the transactions wrong and you don't understand how POS transactions are formatted, and you obviously have no idea how to read as the block you are saying had 10,010,000 QTM in it has 10K in it an likely a test of 10 QTM while I was mining it.

WTF would be the point of mining all these coins? The market could never sustain it.

And finally - if one runs getinfo in the old QTM client - there is LESS THAN 10 million coins because of transaction fees that needed to be paid to ensure large transactions I sent to the QTM team were not delayed - I had many issues with this client and blew the original wallet up and likely lost a modest ammount of coins in the process (thousands)

This though speaks volumes as to the QTM team if you guys didn't see this was incorrect what this guy was saying.

DO NOT make accusations based on stupidy - PLEASE. 

You are likely the cause of the FLT threats etc sent to me so likely you are also responsible for me quiting FLT.

Job well done Sherlock!

1MYL967PR52xiNtqSP9WphRvPzKZDjBdxn
thekidcoin
Sr. Member
****
Offline Offline

Activity: 308
Merit: 250

FlutterCoin Developer


View Profile
July 15, 2014, 03:24:33 AM
 #146

We have communicated this issue with all the QTM members on Google Hangouts, and also tweeted it to the public.

Announcement: https://twitter.com/QTMHoldings/status/484735989035065344

All QTM Holders, please read: https://docs.google.com/document/d/142JCS_HA5n8jrpqjsn0GQlecimdLKajyQh27mgLuIu0/edit?usp=sharing

More information with screenshots will be available shortly.

Look like fabricating screenshot takes some time, eh.

When you go ahead to make such accusations, you should have proof to come with it. Not make the accusations, then release the "proof" a day later.


It's interesting how @thekidcoin was never announced to be involved in this project before and now he is conveniently responsible for the big dump.

Aint it the truth? 

1MYL967PR52xiNtqSP9WphRvPzKZDjBdxn
SwedishGirl
Sr. Member
****
Offline Offline

Activity: 392
Merit: 250


Looking for shmexy coins!


View Profile
July 15, 2014, 11:12:19 AM
 #147

After reading this thread, I wonder what kind of retard can fall for the obvious scam that is QTM.
Maybe the same retards that did fall for the FLT scam ?
Just saying.

I am pretty sure it takes a different kind of retard to fall for QTM.
Just saying.

P.s. And what is your agenda or are you just a hater? You seam to support neither QTM nor FLT.
Pages: « 1 2 3 4 5 6 7 [8]  All
  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!