Bitcoin Forum
June 20, 2024, 04:19:04 PM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: « 1 [2]  All
  Print  
Author Topic: [ANN] MangoCoinz (official) - The mobile crypto currency  (Read 3008 times)
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.
barabbas
Legendary
*
Offline Offline

Activity: 1162
Merit: 1000


View Profile
October 27, 2015, 10:19:08 PM
 #21

SCAM ALERT!
DO NOT PUT ANY MONEY INTO THIS COIN!
Read the whole post to understand! Some things may be technical at first, but I hope everyone will understand.

I have been silently reading the previous announcement thread since a few weeks now and have to say I'm surprised by how many people think this "coin" will yield anything good. Why do I think so follows:
- Centralized architecture, it's a huge red flag already. Devs can manipulate coin amount anytime they want. They can issue new coins from nothing. (The coin amount counter is running on their server, that data means nothing.) Given this much control they can manipulate the price any way they want, the fact they didn't do it just shows their incompetence in this field. Seriously, they could be rich already. The "blockchain" viewer also runs on their server, same here, it cannot be trusted. By the way, there isn't even a blockchain probably. It would make no sense with this setup. It's just a plain old database with the syncs stored. There are other problems with centralization though: a DDoS could bring the entire system down. (Currently, I would bet 90 % the server doesn't have DDoS protection.) A hacker could get into the server, issue random coins to random accounts, delete everything from the database (yeah, there are backups probably (if there are lol), but the outage and rollback would still be disastrous if the "coin" would get popular). They could also leak all user data depending on what is stored. Some simple misconfiguration could also bring the system down. Such an environment should be extremely robust. And I didn't even mention scaling: if this would get very popular, it would need scaling and since you're dealing with transactions and syncs you can't go NoSQL. Transaction management in a high-scale environment is really hard, banks have dedicated teams to do it.
- Syncs - wait what??? So without any kind of proof I can get stuff worth money? Hell yeah! Before you say it's mining: No, it isn't! There's an app checking accelerometer data and sending the server how much movement occurred. How about faking accelerometer data? Actually, since code is running on users' devices, it can be altered or fed fake data anytime. No, obfuscation won't help either. There are many ways to defeat it. Let's go through a few! Device software can be modified to provide data what I want. Virtual machines could be spawned to do the same, or some hybrid solution, virtualizing only the app. Possibilities are endless! One can modify the application itself to do what they want. One could create bots by reverse engineering the functionality and writing a program to mimic it. TOR and proxies would give them thousands of individual "miners" generating lots of "coins" every day (even if devs implemented TOR or proxy detection, they can't detect all proxies (see private ones) or one with a small-sized botnet could use totally legit IP addresses which you cannot filter (this is plausible, especially if you think about such groups, they would also have the capacity to maintain a solid bot)). The problem is that there is NO PROOF OF WORK/STAKE/ETC. mechanism. It simply trusts the environment and this is a huge no-go in cryptocurrency.
- The app - Even though I'm no expert in the field, it took me roughly half an hour reading about the APK decompilation process and doing it. Noticed the core parts are in a native library, finally something interesting. I already know why the app has (/had, newest one is said to be stable) so many bugs and crashes reported by other members. Sure, writing it in all Java would have revealed how there is no real proof for validating syncs, but the devs aren't competent enough probably to deal with C or C++ and implement a proper bug-free code natively. No, do not say it's a beta, it's still unacceptable.
- Closed source - Devs say the infrastructure is closed source because if it would be open, scammers would create clones and saturate the market. This is such a ridiculous contradiction. Cheesy Devs are the very scammers here. Yes, they say they are honest (why say it anyway? people either trust you or don't), but we cannot know this honesty will keep up later on. Also, what if a new member in the dev team comes and they won't be? This leads to another question - how many devs are there in the team anyway? Two? Three? (In a post one of them said they got another member.) Total lack of transparency. This does nothing good in the cryptocurrency ecosystem among lots of scammers. Also, open sourcing the app would reveal all the flaws I already mentioned.
- Mainly just to make an interesting point: The API - Without knowing much about the details, the API for integrating third-party systems works as follows: First of all, it's not open. You need to contact the dev team, supply them information about the system you're building, you have to prove that you're part of the team that's developing this particular system (read it somewhere on another forum) then you get the documentation which probably entails the following: You need to connect to the central server through some obscure HTTP(S)-based methods. UseCryptos had to integrate this system, that's why it took so long from initial announcement to actually get an up and running system. Why is this bad? First, it really slows down development time if you want to support this "coin", which is not something developers can allow themselves. This results in lower adaption rate as nobody would like to spend time for this specific coin when they can get up and running with all other JSONRPC coins in a few minutes. Bitcoin introduced the JSONRPC API and since lot of other coins are based on that, they too include it. BUT: Other, totally custom coded coins also include this API for the sake of good integration capabilities. They keep up with standards. The thing is, people have already written many wrappers and helper libraries so it really is a breeze to work with. Also, this approvement for every service is good now, but what if you got tens or hundreds of requests a day later? How would you cope with it? Also, since all of these services connect to the same server, making lots of requests, this also will increase server and bandwidth load. Got to scaling again...
- Getting popular - Seriously, I do not care if some people in the early (especially beta) days lose money. Heck, I wouldn't have written up all these (yeah, took a lot of time...) if I didn't think about the future. My problem is mainly the following: The "coin" is aimed at the masses, especially running clubs. These people know nothing about the workings of the system and they trust it. Also, traders on cryptocurrency exchanges put money into it and get scammed by those gaming the system. And here I have to say it again: They cannot secure the system against gaming. The design simply does not allow it. It would need a proper proof algorithm, but in the sense of running and acceleration checking it cannot be designed by our current knowledge (I also was thinking about it, it's a no-go.). One cannot simply trust code running on a user device. No matter how much obfuscation the devs do, if there is big money in it, people will hack it. This is not even something to talk about, it's fact.
- PayPal payout - Simply put, PayPal sees cryptocurrencies as one of its direct concurrency and disables accounts trading coins if it finds out. Even though Mango is not a cryptocurrency, I don't think they'll like it if it gets popular. This would not be a problem, but this option is there to make things simple (people don't have to deal with exchanges) and

I refer to it as "coin", because this is not a coin in terms of standard naming. Not at least here on BitcoinTalk. This site is about cryptocurrencies which have proper cryptographic algorithms to ensure mining hasn't been tampered with. I would rather call it a token if I were to give a description.


Some things you say are true, most aren't. Reading up on general purpose tech and having a premise that every system only works on the worst and lowest version of the tech type it uses is just bad. The problems you have mentioned are, simply put, problems that any architecture of that type has. Do you keep your money in a bank or under your bedsheets? Think twice if it's a bank.
But that doesn't mean you can't get the 99% efficiency.

We have invested a lot of money and time into this project, we have been through a lot of bad and nice stuff with our community. If you are indeed someone who has read the old thread, you would know that all the stuff present now will only get better in the future. We said we will move towards open source and decentralization. We delivered before. We will on this as well.
Once the thread gets rolling, we will present our plans.

Please don't mistake our honesty for incompetence.
Made an account just so you can post here?

I said nothing about the worst tech, what I wrote regard to the optimal case. You need top stuff to deliver the expected QoS in case of such a system.

"Think twice if it's a bank." - Yes, I only keep the necessary amount in a bank. But this discussion is not about me, I'm not the average in this case. That's not to say I don't trust a bank. The thing is, in some cases you don't have another option. Also, banks employ top security and reliability experts. They have regulatory obligations. Again, this discussion is not about banks in general, but: Most people don't have security concerns. Just imagine a simple runner as they are the main targets They don't care about the system. They trust it as much as they do with a bank. What bad could happen anyway? - they think. But let's examine the emotional side: A club runs for charity for a month to help raising money, but someone games the system and suddenly their coins are worth nothing.

"Made an account just so you can post here?" - Nope, I read the whole old thread and even posted twice. Those posts were also about security. I simply wanted to post my concerns here as you're extending the coin now. There is no problem with the issues as long as there are about 1000 people using it. That's 1000 * (daily limit) * (BTC trade price) * (BTC/USD price) per day (not considering multi-accounts) and it's not a huge amount. But if it's 100k people and BTC trade price is 100x the current one, it's significant money and it will be worth gaming the system. So yeah, I mainly posted it here so people stumble upon the truth hoping at least they scroll down reading the first page.

@barabbas: The reason I started with "Scam alert" is to get people's attention. Most wouldn't care about a long post otherwise.

@everyone: Reading again, my previous post looks a bit harsh and rude at some places, sorry for that.

That's where the CENTRALIZED aspect of this project comes handy: "Gaming" the system is factually impossible (unless the ones doing the "gaming" are the developers... and we already accept the premise that they would be honest or we won't be here at all).  It would be a matter of detection and, as such, quite easy to detect. And look if someone "gaming" the system manages to have 10, or 50 accounts running on virtual machines, hey, he deserves the profit in my book for it takes quite a leap of faith at this time to dedicate any efforts to collect the 6 mangos a day. f new users in But, if ANY "gaming" of the system was detected (such as an sudden and illogical spurt of a lot of new accounts coming from suspected IP's or geographical areas, these kids have the keys of the kingdom and simply can eliminate such accounts along with keeping the "loot" already awarded. END of the problem. hacking or no hacking. That variable is, by far, the single BEST feature of this project in stark contrast with the rest of the cryptocurrencies where responsibility for the constant deception is avoided throwing a Karpeles...

You mention when there are 100,000 users instead of the current 1,000... that's a VERY TALL order. My presumption is that Mango will never ever reach even close to 100,000 users... as it is currently conceived. But, if it was, if 100,000 users would be reached at some point, it would probably last less than a week, since THERE ARE NO MANGOS TO BE "MINED". It would actually be less than a full day, probably since before reaching the 100,000 mark the total "coins" would have been already awarded on the way there. So, once again, the key question remains: AND THEN WHAT? which is way more concerning than most of the otherwise quite relevant problems you point to.

I am a bit confused as to where you stand in regards to the project as it stands now. Are you supporting it? Are you trying to pinpoint the tech flaws to get them somewhat solved of just pointing out the (FACTUAL) potentiality of the dev team having the possibility of run with it all at any given time (well, a sizable part of it, anyway)?
barabbas
Legendary
*
Offline Offline

Activity: 1162
Merit: 1000


View Profile
October 27, 2015, 10:29:32 PM
 #22


snipped to avoid long posts taking space unnecessarily


Some nice points made by barabbas. Let me answer some regarding the dev team.

It's true, we are young. Early twenties, to be more accurate. Originally, there were 3 of us. Srele, Micto and myself. After some time we added one of our trusted close friends as a new dev. He is not a member of this forum, never posts anything. The 4 of us are very good friends IRL, we all live in the same city, all went to the same school. That's who we are. If we need more transparency, we will answer anything we can. Let's work on that a little bit.

It's true that we did't have any money when we started this. We couldn't afford an iPhone to work on the app. So we went to our families and other friends for help and we managed to raise some money to keep paying for the servers and to continue development. Servers right now cost us $150 per month, and we are still paying for it out of our own pockets. We are not selling coins in order to pay for expenses. We don't want to take the trading potential from someone else. If we need to disclose how many coins each of us personally holds, we will disclose that as well.

If by net transfer fees, you mean the 1% transaction fee, we will remove that. Since there wasn't any premine, we thought that we needed a way to accumulate some coins just so that we have them for bounties. We even gave out free coins to people that had some account problems.

As for the animated gif, we can replace it with something more pleasing to the eye, we just thought it was nice. Any suggestions on what it should be (a woman will run this time Cheesy)

Let's work on transparency.
[/quote]


Since transparency is KEY, as we all seem to be in agreement, it would have been nice to explain in the thread the purpose of the 1% transfer fee. As well as to keep track of whatever figure that amounts too. I don 't think any of Mango's supporters will have anything against you collecting some funds, or even donate more, for legitimate purposes such as paying for the servers or creating bounties (I personally don't like that concept in this project, but call it whatever). Again, the key is the transparency and trust-creating honesty. Everyone would enjoy watching the project grow as the transaction grow and the funds grow. Ity would have been win-win-win. Transparency always is. Especially in a project like this one that DEPENDS on trust entirely.

As for the horrific gif, please take it down asap for no one, no one whatsoever, would ever want to run with any valuable smartphone attached to their legs in the manner shown in the picture. It's be nice to ad another one more pleasing but please show it before putting it up officially. Let the people decide. Mango followers, I believe, have good taste and can determine the most compelling idea presented, I'm sure.
alicex
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250


View Profile
October 29, 2015, 08:26:32 AM
 #23

premined is not shame but just only need open and clear .

do it ,and do not give up.
wildduck
Legendary
*
Offline Offline

Activity: 966
Merit: 1001


View Profile
October 29, 2015, 09:14:31 AM
 #24

Dev what is happening with app for iphone, you said to sent you email but i didn`t get any response.
kalgecin
Hero Member
*****
Offline Offline

Activity: 819
Merit: 1000


View Profile
October 29, 2015, 10:07:57 AM
 #25

Self moderated topic. Can we take this whole scam accusation down please? Thats the whole point of a self moderated topic. I mean if there was solid proof it was a scam then fine leave it up. But to have Scam tarnishing the mango reputation based on someone's opinion is not good. Please take it down.






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





...INTRODUCING WAVES........
...ULTIMATE ASSET/CUSTOM TOKEN BLOCKCHAIN PLATFORM...






zodiac3011
Hero Member
*****
Offline Offline

Activity: 770
Merit: 500



View Profile
October 29, 2015, 02:04:31 PM
 #26

I suggest that OP delete the scam accusation because Mangocoinz has a huge community who take part in the coin from the very first and It has established a really good reputation
barabbas
Legendary
*
Offline Offline

Activity: 1162
Merit: 1000


View Profile
October 29, 2015, 08:58:07 PM
 #27

Self moderated topic. Can we take this whole scam accusation down please? Thats the whole point of a self moderated topic. I mean if there was solid proof it was a scam then fine leave it up. But to have Scam tarnishing the mango reputation based on someone's opinion is not good. Please take it down.

What??? I just realized this was  SELF-MODERATED THREAD..... Enough said. I will not post here again.

And no, nothing should EVER be censored... except, if he believes it's inappropriate, by the author of the post who, in this particular case might since he himself has admitted he used the term to call attention and to get people to read his otherwise interesting post.

Self-moderated? no way!
daxiake
Hero Member
*****
Offline Offline

Activity: 688
Merit: 500


View Profile
October 30, 2015, 10:09:10 AM
 #28

Guys,price and trade volume mean everything.
stop wasting your time,just do something helpful.
only the 1mcz =>> 100mcz is the key.
best wishes.
roslinpl
Legendary
*
Offline Offline

Activity: 2212
Merit: 1199


View Profile WWW
October 30, 2015, 12:31:36 PM
Last edit: October 30, 2015, 12:45:58 PM by roslinpl
 #29

Hey!

MangoCoinz is really amazing.

I already mined some while walking/running and I recommend to try it on your own for anyone who is considering.


My best wishes to MangoCoinz team and community! Good luck!



Best regards.
wildduck
Legendary
*
Offline Offline

Activity: 966
Merit: 1001


View Profile
October 30, 2015, 09:13:30 PM
 #30

Hey!

MangoCoinz is really amazing.

I already mined some while walking/running and I recommend to try it on your own for anyone who is considering.


My best wishes to MangoCoinz team and community! Good luck!



Best regards.

Mate where did you download app?
DOGEbubble
Hero Member
*****
Offline Offline

Activity: 881
Merit: 501


View Profile WWW
October 31, 2015, 03:29:11 AM
 #31

Hey!

MangoCoinz is really amazing.
........................................
Best regards.

Mate where did you download app?

Just Click the Logo @ OP
or go to the website https://www.mangocoinz.com/ 

Happy making Mango coins    Cheesy

gravitate
Legendary
*
Offline Offline

Activity: 1372
Merit: 1000


View Profile
October 31, 2015, 03:12:21 PM
 #32

I hate self moderated facts also but the forum as a whole is moderated so not so bad.

To peel or not to peel.
gravitate
Legendary
*
Offline Offline

Activity: 1372
Merit: 1000


View Profile
November 02, 2015, 08:13:39 AM
 #33

I mined mangocoinz everyday.

Great News Smiley I buy them myself as opposed to mining but that's just me.
Devs do we have a rich list yet for MCZ's?

To peel or not to peel.
SreleFromMangoCoinz (OP)
Sr. Member
****
Offline Offline

Activity: 245
Merit: 250

CTO at MangoCoinz


View Profile WWW
November 02, 2015, 02:54:24 PM
 #34

Hey everybody,

Because of all the complaints of users for the self-moderated type of thread (which we did't use to remove anything and the idea was proposed to us by a community member), we've posted the same thread but this time NOT self-moderated here:
https://bitcointalk.org/index.php?topic=1235100.new#new

We're going to lock this thread, so thing can continue on the new thread.

Oh, and we don't want to stop developing MangoCoinz. We want to see it grow into something bigger and more significant then it is right now.
At this time we hit a bit of a snag with this new thread (and the concerns that it's a self-moderated one) and the future of the project.
We're rebooting our plans and trying to figure out what to do next to make the future plans a viable reality.
We would really appreciate if you could give us some thought what should be done on the new (NOT self-moderated) thread, so that we can have all ideas on one thread.
All ides are welcome like the coin going P2P, marketplaces, faucets etc... We'll think about all of the ideas that are posted and put our two cents about each idea.

Best regards and thank you for your attention and time, Srele from MangoCoinz.

MangoCoinz, mobile cryptocurrecy mining is here. Available for Android now and soon on the iPhone!
Pages: « 1 [2]  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!