Pages:
Author

Topic: EARTHS Universal Basic Income - Plagiarized Whitepaper with NO TEAM (Read 812 times)

jr. member
Activity: 143
Merit: 1
WARNING creator and those who support this post are SCAMMERS!
legendary
Activity: 2940
Merit: 3030
@Hatch (Scammer) Support

You write some nonsens crap after you got catched!
And please make more flags and abuse the Feedback so you get banned at some stage and we dont have to waste our time for reading your useless posts anymore!
And you are back on ignore!
legendary
Activity: 2520
Merit: 2014
Join the world-leading crypto sportsbook NOW!
Go to Hach Support's trust page >https://bitcointalk.org/index.php?action=trust;u=2477143
You gonna see all the created flags there. In the Sent feedback look for (Created flag), follow the reference link.

In your trust page look for inactive flags, here is yours
https://bitcointalk.org/index.php?action=trust;u=538922;page=iflags


Thanks.  Opposed a bunch of them.  Takes a lot of clicking.



Seems like the changing of TotalEarths in the code for his project was probably done maliciously.


Why did you change TotalEarths from 100000000L to 92233000000L after forking it from Waves?  (It was called TotalWaves initially)

To get an answer by code, you need to ask Earths developers a question by email: [email protected] or create a ticket. But they will not answer you because we know that you are a scammer.

legendary
Activity: 2184
Merit: 3134
₿uy / $ell
I see that Hatch Support has made flags against all of us who have publicly outed him.
Just to let all you guys know, I opposed all of his shitty flags against you.

Thanks.

How can you see the flags he created?  I don't see any on my profile.

Go to Hach Support's trust page >https://bitcointalk.org/index.php?action=trust;u=2477143
You gonna see all the created flags there. In the Sent feedback look for (Created flag), follow the reference link.

In your trust page look for inactive flags, here is yours
https://bitcointalk.org/index.php?action=trust;u=538922;page=iflags
legendary
Activity: 2520
Merit: 2014
Join the world-leading crypto sportsbook NOW!
I see that Hatch Support has made flags against all of us who have publicly outed him.
Just to let all you guys know, I opposed all of his shitty flags against you.

Thanks.

How can you see the flags he created?  I don't see any on my profile.
legendary
Activity: 3528
Merit: 9525
#1 VIP Crypto Casino
I see that Hatch Support has made flags against all of us who have publicly outed him.
Just to let all you guys know, I opposed all of his shitty flags against you.

Thanks.
legendary
Activity: 2520
Merit: 2014
Join the world-leading crypto sportsbook NOW!
WARNING creator and those who support this post are SCAMMERS!

Many of the accounts involved in the attack on the Earths project and the universal basic income program have positive feedback from each other. They are trying to discredit the Earths project with false accusations of plagiarism and theft of intellectual property. All your scam accusations are false! Earths Team, although private, has not violated and will not violate any laws. The Earths project is a fork of the Waves project, so there is source code in it, documentation including whitepaper similar to the Waves project. Both projects are completely open, so anyone can use the source code and documentation as they wish (whitepaper is part of the documentation). Also, scammers are trying to strike at the protection of the Earths project - privacy. They are trying to make fun of the privacy of the Earths Team and discredit honor and dignity. Also, scammers are trying to strike at the Earths universal basic income project. They are trying to make fun of passport authorization and KYC in order to create multiple accounts and receive money.

The only Scammer are you here !
creating wrong flags is the only thing you can do !

Any way its waste of time to write with you !

God thx for the ignore button , welcome to the list !


With your message and groundless accusations of fraud and fraudulent flags, you once again confirmed that you are a fraudster, and that you have positive profile reviews from other scammers who attacked the Earths coin and the universal basic income program confirms that you are a fraudster and act in an organized group scammers.

With your posts and groundless accusations of fraud, you are only confirming that you and your project are fraudulent.
jr. member
Activity: 143
Merit: 1
WARNING creator and those who support this post are SCAMMERS!

Many of the accounts involved in the attack on the Earths project and the universal basic income program have positive feedback from each other. They are trying to discredit the Earths project with false accusations of plagiarism and theft of intellectual property. All your scam accusations are false! Earths Team, although private, has not violated and will not violate any laws. The Earths project is a fork of the Waves project, so there is source code in it, documentation including whitepaper similar to the Waves project. Both projects are completely open, so anyone can use the source code and documentation as they wish (whitepaper is part of the documentation). Also, scammers are trying to strike at the protection of the Earths project - privacy. They are trying to make fun of the privacy of the Earths Team and discredit honor and dignity. Also, scammers are trying to strike at the Earths universal basic income project. They are trying to make fun of passport authorization and KYC in order to create multiple accounts and receive money.

The only Scammer are you here !
creating wrong flags is the only thing you can do !

Any way its waste of time to write with you !

God thx for the ignore button , welcome to the list !


With your message and groundless accusations of fraud and fraudulent flags, you once again confirmed that you are a fraudster, and that you have positive profile reviews from other scammers who attacked the Earths coin and the universal basic income program confirms that you are a fraudster and act in an organized group scammers.
legendary
Activity: 2520
Merit: 2014
Join the world-leading crypto sportsbook NOW!
Also it looks like several months ago they were trying to look like they were actually wavespay and then gave up.

The github account they used to change Earth is called wavespay - https://github.com/wavespay

They created a repo called wavespay.github.io - https://github.com/wavespay/wavespay.github.io

The actual url for the actual wavespay block explorer is - https://wavespay.github.io/
legendary
Activity: 2520
Merit: 2014
Join the world-leading crypto sportsbook NOW!
So I went through the github for Earths.  It's a fork of Waves.

https://github.com/wavesplatform/Waves
https://github.com/earthspay/Earths

Pretty much all the commits since they forked it, except 1, are just replacing any mention of "Wave" with "Earths".  Every variable, filename, directory, documentation etc.

There was one commit called "fix" that caught my eye:
https://github.com/earthspay/Earths/commit/4aaca912c9da5424b76499e8f957baec4e76c6fd



So the only real technical change they made to the project was in this file:
Code:
src/main/scala/com/earthspay/settings/Constants.scala

The original file looked like this:

Code:
package com.wavesplatform.settings

import com.wavesplatform.Version
import com.wavesplatform.utils.ScorexLogging

/**
  * System constants here.
  */
object Constants extends ScorexLogging {
  val ApplicationName = "waves"
  val AgentName       = s"Waves v${Version.VersionString}"

  val UnitsInWave = 100000000L
  val TotalWaves  = 100000000L
}


They deleted that file, and replaced it with this one (notice the change in TotalEarths goes way up):

Code:
 
package com.earthspay.settings

import com.earthspay.Version
import com.earthspay.utils.ScorexLogging

/**
  * System constants here.
  */
object Constants extends ScorexLogging {
  val ApplicationName = "earths"
  val AgentName       = s"Earths v${Version.VersionString}"

  val UnitsInEarth = 100000000L
  val TotalEarths  = 9223300000000000000L
}

Then they changed only the TotalEarths, deleting a few zeros:
Code:
 
package com.earthspay.settings

import com.earthspay.Version
import com.earthspay.utils.ScorexLogging

/**
  * System constants here.
  */
object Constants extends ScorexLogging {
  val ApplicationName = "earths"
  val AgentName       = s"Earths v${Version.VersionString}"

  val UnitsInEarth = 100000000L
  val TotalEarths  = 92233000000L
}


So it looks like the only thing they were interested in changing was TotalEarths.
My guess is that first they added too many zeroes and got an error, so they reduced it a bit with a new commit. 

I'm not familiar with the waves platform so I'll let someone else determine if this actually could be part of their scam.
legendary
Activity: 2940
Merit: 3030
~~~~~

The only Scammer are you here !
creating wrong flags is the only thing you can do !

Any way its waste of time to write with you !

God thx for the ignore button , welcome to the list !
jr. member
Activity: 143
Merit: 1
WARNING creator and those who support this post are SCAMMERS!

Many of the accounts involved in the attack on the Earths project and the universal basic income program have positive feedback from each other. They are trying to discredit the Earths project with false accusations of plagiarism and theft of intellectual property. All your scam accusations are false! Earths Team, although private, has not violated and will not violate any laws. The Earths project is a fork of the Waves project, so there is source code in it, documentation including whitepaper similar to the Waves project. Both projects are completely open, so anyone can use the source code and documentation as they wish (whitepaper is part of the documentation). Also, scammers are trying to strike at the protection of the Earths project - privacy. They are trying to make fun of the privacy of the Earths Team and discredit honor and dignity. Also, scammers are trying to strike at the Earths universal basic income project. They are trying to make fun of passport authorization and KYC in order to create multiple accounts and receive money.
hero member
Activity: 1680
Merit: 655
I was actually trying to monitor if they do have a exchange platform being offered here since there a Hatch Exchange account connected to Hatch Support and I was waiting for them to post an ANN Thread with that account before I tagged them so it really didn't crossed my mind to check up the past posts from Hatch Support with regards to there exchange.

~snip~

https://live.bezex.com> go to pricing
Of course, it's a free script.

That should normally turn away any possible traders, just like at ATM displaying and "activate windows" meesage



Yeah, they have a script of a crypto exchange platform and they only opt out for the free version that is why that blue tab is displaying above their website. Good thing it's there for other mbers to see and I think its one of the reasons why it has been avoided by potential users. But I won't be tagging them again because of it because there is no evidence that this is still an ongoing scam project given the lack of actvity in it, at least the name “Hatch” here in BCT would now be avoided by members.
legendary
Activity: 2520
Merit: 2014
Join the world-leading crypto sportsbook NOW!
Asking for passport scans while insisting on remaining anonymous.  Not shady at all  Roll Eyes

Your allegations of dishonesty on the EARTHS project are unfounded. Anyone can use the EARTHS and IPU coins at their discretion without any permission on our part or presentation of documents. The collection of passport data is carried out only for KYC verification and only for those wishing to participate in the program for receiving money (Universal Basic Income). We do not plan to disclose all stages in the KYC procedure because personal data is used. To reduce risks, the entire Earths Team is completely private. We protect ourselves from fraudsters and reserve the right to apply to law enforcement agencies in the event of submitting fake documents to receive money. We also reserve the right to hold liable for false accusations of the EARTHS project of fraud and compensation for losses and lost profits.
legendary
Activity: 2828
Merit: 6108
Jambler.io
I was actually trying to monitor if they do have a exchange platform being offered here since there a Hatch Exchange account connected to Hatch Support and I was waiting for them to post an ANN Thread with that account before I tagged them so it really didn't crossed my mind to check up the past posts from Hatch Support with regards to there exchange.



https://live.bezex.com> go to pricing
Of course, it's a free script.

That should normally turn away any possible traders, just like at ATM displaying and "activate windows" meesage

hero member
Activity: 1680
Merit: 655
~
No team, plagiarism, random retaliatory feedbacks and nonsensical trust flags, yep, you are scammer.

BTW, what happened with this "project" https://bitcointalk.org/index.php?topic=5170268.0? Page is not available, it says error 522. Another scam by earth team?

I was actually trying to monitor if they do have a exchange platform being offered here since there a Hatch Exchange account connected to Hatch Support and I was waiting for them to post an ANN Thread with that account before I tagged them so it really didn't crossed my mind to check up the past posts from Hatch Support with regards to there exchange. The website did worked for me though and I just used up the link they have provided in the OP, however upon checking if there is any trading activity going on you will see that this ain't an active crypto exchange platform since they literally have zero trading activity going on, they don''t even have bid and ask prices placed in their platform so I think this is a failed scam already.

legendary
Activity: 1932
Merit: 2270
~
No team, plagiarism, random retaliatory feedbacks and nonsensical trust flags, yep, you are scammer.

BTW, what happened with this "project" https://bitcointalk.org/index.php?topic=5170268.0? Page is not available, it says error 522. Another scam by earth team?
legendary
Activity: 2184
Merit: 3134
₿uy / $ell
Fraudsters who attacked the EARTHS project do not know what an open source project is. Also, scammers do not know that whitepaper can change and supplement. And the Earths fork, which is built on the source code of the Waves project (this information is open in the repositories of the Earths project), whitepaper is created on the basis of Waves. Therefore, those who claim that there are no differences in the source code of Earths and whitepaper Earths are liars and scammers. Because there are a lot of differences in the EARTHS source code and there are additions to whitepaper Earths.

So instead of coming with facts you are coming with even more usless trust feedback accusations, very mature of you. This again is to show that you do not respect the community and you don't care to answer the questions we have raised. Again a confirmation of your shady behavior, well done.
jr. member
Activity: 143
Merit: 1
Fraudsters who attacked the EARTHS project do not know what an open source project is. Also, scammers do not know that whitepaper can change and supplement. And the Earths fork, which is built on the source code of the Waves project (this information is open in the repositories of the Earths project), whitepaper is created on the basis of Waves. Therefore, those who claim that there are no differences in the source code of Earths and whitepaper Earths are liars and scammers. Because there are a lot of differences in the EARTHS source code and there are additions to whitepaper Earths.
legendary
Activity: 2184
Merit: 3134
₿uy / $ell
Regarding the negative feedback left by Hatch Support.
Please point out where does it say that the Waves whitepaper is open source, and if so, why didn't you put a link in the reference section to ti, how it should be properly done? If you didn't mention where you copied the pieces of your whitepaper then for me this is again stealing

Why did you left me a false negative feedback, twice instead of defending your point?
This is another warning sign that your intentions are not clear.
Pages:
Jump to: