Bitcoin Forum

Other => Meta => Topic started by: gabri_gabri on January 16, 2019, 11:25:10 AM



Title: You have been permanently banned
Post by: gabri_gabri on January 16, 2019, 11:25:10 AM
Hello, I was blocked on your forum for spam or plagiarism. I've never done anything like this. All messages are always writing itself, and no outside links to me never was. Please understand.
Link to my profile https://bitcointalk.org/index.php?action=profile;u=222550


Title: Re: You have been permanently banned
Post by: TheNewAnon135246 on January 16, 2019, 11:33:15 AM
The ban appeal option is there for a reason. Now you are creating a new account, causing you to evade your ban. Creating topics like this isn't going to help you.

EDIT: I stand corrected.


Title: Re: You have been permanently banned
Post by: Lauda on January 16, 2019, 11:41:26 AM
It would be helpful if someone quickly pulled the plagiarism into this thread. The user seems like a classic shitposter.


Title: Re: You have been permanently banned
Post by: coinlocket$ on January 16, 2019, 11:42:21 AM
The ban appeal option is there for a reason. Now you are creating a new account, causing you to evade your ban. Creating topics like this isn't going to help you.

Actually.


25. If you get banned (temporarily or permanently) and create a new account to continue posting / sending PMs, it's considered ban evasion. The only exception is creating a thread in Meta about your ban.


Anyway Op, usually accounts are perma-banned for plagiarism and/or ban evade.



So I found 1 alt? But it seems not banned.

#Proof of authentication
facebook: https://www.facebook.com/windowsmustdie
telegram: @mails_power
twitter: https://twitter.com/Agamariell
reddit: https://www.reddit.com/user/Gabribtc


week 14 (19.09-25.09)

Twitter campingn
Twitter follwer : 10412
Twitter Profile Link: https://twitter.com/Agamariell



Retweets:
https://twitter.com/mustfin/status/1037988624875376641
https://twitter.com/mustfin/status/1009674400310837248
https://twitter.com/mustfin/status/996399829554286592


Archivied: http://archive.fo/HEY6H#selection-2935.0-2935.30


Digging more.


Title: Re: You have been permanently banned
Post by: joniboini on January 16, 2019, 12:07:25 PM
Likely plagiarism.

Trust Wallet - works with any ERC-20 and ERC-223 tokens and supports the main blockchain in the Ethereum ecosystem-Ethereum, Ethereum Classic and Callisto, as well as POA Network and GoChain.
Enjin Wallet - is the most secure wallet in the world for Ethereum (ETH), Bitcoin (BTC), Litecoin (LTC), Enjin Coin (ENJ) and ANY ERC-20 tokens.
ImToken - is a lightweight mobile application for IOs and Android platforms, created in China. The wallet is convenient and supports ERC-20, which makes it a great tool to participate in ICO. The list of supported tokens is constantly updated.

Quote
Trust Wallet is the premier ethereum wallet which works with any ERC20 and ERC223 tokens and supports the main blockchains in the Ethereum ecosystem - Ethereum, Ethereum Classic and Callisto. Currently more than 20,000 tokens that are built on Ethereum are accessible through Trust Wallet app.
Source: https://trustwallet.com/ethereum-wallet

Quote
The Enjin Wallet is the world's most secure cryptocurrency wallet for Ethereum (ETH), Bitcoin (BTC), Litecoin (LTC), Enjin Coin (ENJ) and all ERC20 tokens.

Source: https://www.enjin.com/forums/m/10826/viewthread/32147446-enjin-ethereum-erc20-wallet-btc-ltc (probably from PlayStore too)


Title: Re: You have been permanently banned
Post by: Alone055 on January 16, 2019, 01:20:58 PM
Likely plagiarism.

It is clear plagiarism in this sentence:
Enjin Wallet - is the most secure wallet in the world for Ethereum (ETH), Bitcoin (BTC), Litecoin (LTC), Enjin Coin (ENJ) and ANY ERC-20 tokens.

Original:
The Enjin Wallet is the world's most secure cryptocurrency wallet for Ethereum (ETH), Bitcoin (BTC), Litecoin (LTC), Enjin Coin (ENJ) and all ERC20 tokens.

Just removing "The" before the name of the wallet, adding an "-" (hyphen) after it, and changing "all" to "ANY" doesn't make it his own definition of the wallet.

And, the account has probably changed hands in past since there are quite big posting gapes in its history.


Title: Re: You have been permanently banned
Post by: gabri_gabri on January 16, 2019, 02:06:38 PM
The ban appeal option is there for a reason. Now you are creating a new account, causing you to evade your ban. Creating topics like this isn't going to help you.




week 14 (19.09-25.09)

Twitter campingn
Twitter follwer : 10412
Twitter Profile Link: https://twitter.com/Agamariell



Retweets:
https://twitter.com/mustfin/status/1037988624875376641
https://twitter.com/mustfin/status/1009674400310837248
https://twitter.com/mustfin/status/996399829554286592


Archivied: http://archive.fo/HEY6H#selection-2935.0-2935.30


Digging more.
In this case, someone used my Twitter account.


Title: Re: You have been permanently banned
Post by: TMAN on January 16, 2019, 02:27:41 PM
In this case, someone used my Twitter account.


plagiarism ignored, but my brother nicked my twitter account. really?


Title: Re: You have been permanently banned
Post by: r1s2g3 on January 16, 2019, 02:42:14 PM
In this case, someone used my Twitter account.

Do not worry , that "someone" will be banned under ban evasion. I hope you are agreeing to that fact that somebody should pay that price of using your twitter without your authorization.


Title: Re: You have been permanently banned
Post by: suchmoon on January 16, 2019, 03:32:39 PM
inb4 "I only did it once or twice":

Just tried to install Monero on my Mac using the official "getting started" site.

After some errors from homebrew (brew doctor solved it), the installation went as expected.
So i typed:
cd ~/bitmonero/build/release/src && ./simplewallet --generate-new-wallet wallet.bin

and got an error:
No such file or directory

So I looked it up, src was not in /release but in /bitmonero. So changed it to:
cd ~/bitmonero/src && ./simplewallet --generate-new-wallet wallet.bin

And it returned:
./simplewallet: is a directory

So i tried a bit forth and back, but my "coding skills" are just copy and paste...
Can anyone help me with this?


Just tried to install Monero on my Mac using the official "getting started" site. After some errors from homebrew (brew doctor solved it), the installation went as expected  :)

This has been going on for years.


Title: Re: You have been permanently banned
Post by: TheNewAnon135246 on January 16, 2019, 03:44:53 PM
inb4 "I only did it once or twice":

Just tried to install Monero on my Mac using the official "getting started" site.

After some errors from homebrew (brew doctor solved it), the installation went as expected.
So i typed:
cd ~/bitmonero/build/release/src && ./simplewallet --generate-new-wallet wallet.bin

and got an error:
No such file or directory

So I looked it up, src was not in /release but in /bitmonero. So changed it to:
cd ~/bitmonero/src && ./simplewallet --generate-new-wallet wallet.bin

And it returned:
./simplewallet: is a directory

So i tried a bit forth and back, but my "coding skills" are just copy and paste...
Can anyone help me with this?


Just tried to install Monero on my Mac using the official "getting started" site. After some errors from homebrew (brew doctor solved it), the installation went as expected  :)

This has been going on for years.

In his defence, he did add an emoji ::).


Title: Re: You have been permanently banned
Post by: Alone055 on January 16, 2019, 03:48:13 PM
inb4 "I only did it once or twice":

Just tried to install Monero on my Mac using the official "getting started" site.

After some errors from homebrew (brew doctor solved it), the installation went as expected.
So i typed:
cd ~/bitmonero/build/release/src && ./simplewallet --generate-new-wallet wallet.bin

and got an error:
No such file or directory

So I looked it up, src was not in /release but in /bitmonero. So changed it to:
cd ~/bitmonero/src && ./simplewallet --generate-new-wallet wallet.bin

And it returned:
./simplewallet: is a directory

So i tried a bit forth and back, but my "coding skills" are just copy and paste...
Can anyone help me with this?


Just tried to install Monero on my Mac using the official "getting started" site. After some errors from homebrew (brew doctor solved it), the installation went as expected  :)

This has been going on for years.

In this case, someone from his hostel mates used his account. It wasn't him.  ::) ;D


Title: Re: You have been permanently banned
Post by: morvillz7z on January 16, 2019, 04:05:50 PM
In his defence, he did add an emoji ::).

This account is very likely to have been bought and copied post/s are made by the previous owner/s (not that it matters). Guess OP drew the short end of the stick buying it.

In addition, I found one more random guy who is stealing OP's twitter handles:

#Proof of authentication post
Join Twitter campaign : https://twitter.com/AngrySmell

Weeks #1 (24/07 - 30/07)
Twitter Campaign
Twitter URL: https://twitter.com/AngrySmell
~snip~
archive (https://archive.fo/Y98hx#selection-3431.0-3433.30)