Bitcoin Forum

Other => Meta => Topic started by: suchmoon on April 01, 2019, 12:17:29 AM



Title: [SUCH GUIDE] Guaranteed method to earn many merits, statistically proven
Post by: suchmoon on April 01, 2019, 12:17:29 AM
Introduction

Everyone wants merits, including those who pretend to not care. However I keep hearing that earning merits the usual way (by making good posts) is too hard. There must be an easier way.

User Name

Let's start at the beginning - your Bitcointalk account. Does your chance to earn merits depend on your username? Absolutely. First you need the username of an appropriate length. The median length of a merit-earning username is 9 characters.

The username itself matters too. For example, usernames starting with "m" or "s" earned 10 times more merits than those starting with "q" or "u". That's not all. Usernames having "o" or "a" as their second letter earned 50 times more merits than those with "z" or "f" as their second letter. Here are the best letters for all 9 positions of a median-length username:

Code:
m
a
e
a
e
o
a
n
e

Post Length

No matter how good your post is, it won't get merits if the merit-sending person falls asleep halfway through it or the post is so short it just scrolls by in a blink of an eye. The median length of a merit-earning post is 549 characters.

Words

Obviously the content of the post matters too. Here are the top merit-earning words (after removing stop words such as pronouns and conjunctions):

Code:
bitcoin
merit
color
member
post
users
new
btc
thread
people
like
time
yang
wallet
url
forum
get
use
trust
code
see
coin
size
make
link
good
mining
bounty
first
blockchain
address
even
need
account
crypto
think
many
list
know
signature
system
network
full
campaign
want
block
bitcointalk
using
miner
work

Conclusion

So there you have it. To earn thousands upon thousands of merits, all you need to do is:

  • Create a user account named "maeaeoane".
  • Make 549-character-long posts using the word list provided above.

Lifetime money-back no-questions-asked guarantee.



Edit: The original version of the post mistakenly claimed that letter "l" (lowercase "L") sucks bigly as the second letter of a username. It does suck but not as much as I claimed (not 50 times worse than "o" or "a" but only about 3-4 times). My apologies to the "l" but it's her own fault for being too similar to "1" (number one). It's been replaced by "z" in the example.


Title: Re: [SUCH GUIDE] Guaranteed method to earn many merits, statistically proven
Post by: maeaeoane on April 01, 2019, 12:31:50 AM
challnege accepted!  ;D


Title: Re: [SUCH GUIDE] Guaranteed method to earn many merits, statistically proven
Post by: suchmoon on April 01, 2019, 12:34:14 AM
challnege accepted!  ;D

Instant fail. Neither of these words is in the list and the post is way too short.


Title: Re: [SUCH GUIDE] Guaranteed method to earn many merits, statistically proven
Post by: DarkStar_ on April 01, 2019, 12:36:43 AM
User Name

Let's start at the beginning - your Bitcointalk account. Does your chance to earn merits depend on your username? Absolutely. First you need the username of an appropriate length. The median length of a merit-earning username is 9 characters.

The username itself matters too. For example, usernames starting with "m" or "s" earned 10 times more merits than those starting with "q" or "u". That's not all. Usernames having "o" or "a" as their second letter earned 50 times more merits than those with "l" or "f" as their second letter. Here are the best letters for all 9 positions of a median-length username:

You can't rely on letters only. Statistically, usernames with underscores earn over 50 times more merits on average than those without.


Title: Re: [SUCH GUIDE] Guaranteed method to earn many merits, statistically proven
Post by: funnec on April 01, 2019, 12:43:09 AM
Hmmmmm,experience is the best teacher,words of legendary are not to be overlook,if proofing statistically,then i guess am in.This really looks like is going to work,i think i need to get to work to come up with a good post on blockchain having all the listed words just to proof a point,hoping not to proof legendary wrong.


Title: Re: [SUCH GUIDE] Guaranteed method to earn many merits, statistically proven
Post by: suchmoon on April 01, 2019, 12:48:59 AM
You can't rely on letters only. Statistically, usernames with underscores earn over 50 times more merits on average than those without.

Mmmm... no. Stats never lie:

Code:
meritdb=# select sum(m."MeritAmount") from "Users" u inner join "MeritTxs" m on m."ToUserId" = u."UserId" where "UserName" like '%\_' escape '\';
 sum
------
 1884
(1 row)

meritdb=# select sum(m."MeritAmount") from "Users" u inner join "MeritTxs" m on m."ToUserId" = u."UserId" where "UserName" not like '%\_' escape '\';
  sum
--------
 350477
(1 row)


Title: Re: [SUCH GUIDE] Guaranteed method to earn many merits, statistically proven
Post by: 1miau on April 01, 2019, 12:50:11 AM
maeaeoane sounds like a cat who has eaten too much, but cats are a good start.  ;)

And your avatar needs to be a cat. If your avatar is a cat and your name too, then you'll earn many merits.  :)

Code:
yang
Why yang  ???


Title: Re: [SUCH GUIDE] Guaranteed method to earn many merits, statistically proven
Post by: DarkStar_ on April 01, 2019, 12:56:34 AM
You can't rely on letters only. Statistically, usernames with underscores earn over 50 times more merits on average than those without.

Mmmm... no. Stats never lie:

Code:
meritdb=# select sum(m."MeritAmount") from "Users" u inner join "MeritTxs" m on m."ToUserId" = u."UserId" where "UserName" like '%\_' escape '\';
 sum
------
 1884
(1 row)

meritdb=# select sum(m."MeritAmount") from "Users" u inner join "MeritTxs" m on m."ToUserId" = u."UserId" where "UserName" not like '%\_' escape '\';
  sum
--------
 350477
(1 row)


Emphasis on "on average".  :P


Title: Re: [SUCH GUIDE] Guaranteed method to earn many merits, statistically proven
Post by: StackGambler on April 01, 2019, 12:57:29 AM
bitcoin
merit
color
member
post
users
new
btc
thread
people
like
time
yang
wallet
url
forum
get
use
trust
code
see
coin
size
make
link
good
mining
bounty
first
blockchain
address
even
need
account
crypto
think
many
list
know
signature
system
network
full
campaign
want
block
bitcointalk
using
miner
work

Did I do it right?


Title: Re: [SUCH GUIDE] Guaranteed method to earn many merits, statistically proven
Post by: suchmoon on April 01, 2019, 01:02:22 AM
Emphasis on "on average".  :P

Still negatory:

Code:
meritdb=# select avg(m."MeritAmount") from "Users" u inner join "MeritTxs" m on m."ToUserId" = u."UserId" where "UserName" like '%\_' escape '\';
        avg
--------------------
 1.9686520376175549
(1 row)

meritdb=# select avg(m."MeritAmount") from "Users" u inner join "MeritTxs" m on m."ToUserId" = u."UserId" where "UserName" not like '%\_' escape '\';
        avg
--------------------
 2.0444798338641746
(1 row)

Why yang  ???

That's a mystery to me too but that's what the crystal ball stats said.

Did I do it right?

We'll see if the merits start rolling in.


Title: Re: [SUCH GUIDE] Guaranteed method to earn many merits, statistically proven
Post by: DarkStar_ on April 01, 2019, 01:10:58 AM
Still negatory:

That's what I get for being too lazy to check I guess  :P


Title: Re: [SUCH GUIDE] Guaranteed method to earn many merits, statistically proven
Post by: Hhampuz on April 01, 2019, 01:30:43 AM
Merit has the color of bitcoin, duh? If you are a member you are not aways a user, make a new post and get btc! This thread and the people in it are like ying and yang flowing through time.

Posting your wallet with any url on this forum can get you trust. Use the code you see to also get coin. Make the size good and link to that bounty!

The first mining can be seen on the blockchain, even the address. You do not need an account to get crypto. Many think they know it all and want to get on some list to wear a signature.

The network system will never be full but if you want a big block you can campaign for it. Bitcointalk has been using miner software so all accounts work for theymos.

/maeaeoane

PS. Someone stole my name so I'm using this alt-account to post from.

EDIT; It's woking  :o


Title: Re: [SUCH GUIDE] Guaranteed method to earn many merits, statistically proven
Post by: hatshepsut93 on April 01, 2019, 01:44:00 AM
good project


Title: Re: [SUCH GUIDE] Guaranteed method to earn many merits, statistically proven
Post by: TryNinja on April 01, 2019, 01:52:35 AM
good project
Reported for plagiarism!!!

See you in court pal. >:(

good project

-img-


Title: Re: [SUCH GUIDE] Guaranteed method to earn many merits, statistically proven
Post by: suchmoon on April 01, 2019, 02:04:54 AM
good project
Reported for plagiarism!!!

Shockingly "project" is not in the list of meritorious words.


Title: Re: [SUCH GUIDE] Guaranteed method to earn many merits, statistically proven
Post by: StackGambler on April 01, 2019, 02:05:51 AM
good project

good comment sir


Title: Re: [SUCH GUIDE] Guaranteed method to earn many merits, statistically proven
Post by: DireWolfM14 on April 01, 2019, 02:30:05 AM
To post my member time and again like yang ding dong
even new forum users think bitcoin strong
blockchain network, crypto address, and btc
the color of merit green like trust for me
must thread people through grin wallet url
use code for mining, see coin, sell
they want to work the bounty linkity link
and list many account, need get in the pink
size does matter, first make good system block
Noooo, signature campaign full on bitcointalk


Title: Re: [SUCH GUIDE] Guaranteed method to earn many merits, statistically proven
Post by: Lafu on April 01, 2019, 02:47:10 AM
First install a new bitcoin wallet to get an btc address and let the blockchain sync full from the network system who generate the coin block size for crypto mining .
Many people using a good miner code for there GPU to work.
For a bitcointalk member you need an account to use the forum and post in a thread .
Users know and want merit and dont like to see red color on there trust list even they think about to make an url link in there signature for a bounty campaign for some time !
Ying and Yang for the community.


Title: Re: [SUCH GUIDE] Guaranteed method to earn many merits, statistically proven
Post by: pooya87 on April 01, 2019, 04:13:38 AM
Had I the bitcoin's embroidered blockchain,
Enwrought with legacy and segwit transaction,
The OP_DUP and the HASH160 and the dark OP Of EQUAL and VERIFY and the half CHECKSIG,
I would spread the chain unto the network:
But I, being poor, have only my SPV;
I have spread my dreams unto the network;
Download softly because you download on my dreams


plagiarize from Yeats


Title: Re: [SUCH GUIDE] Guaranteed method to earn many merits, statistically proven
Post by: Crypto-DesignService on April 01, 2019, 04:40:49 AM
With all due respect, I want to disagree sir!!!

Top-merit earning words has a total letter of 50 + 549 = 599.
Today is April 1, so 599+1=600.
600+54387 is equal to 54977 right? WRONG! It's 54987.
54987/9 = 6109.66666667.

As you can see there are eight-6 on 6109.66666667.
8+1 = 9
9/3 = 3
How many sides circle has? 0.
3 + 0 = 3

How many sides Illuminati has? 3.

This post is Illuminati. checkmate Sir suchmoon 8)


Title: Re: [SUCH GUIDE] Guaranteed method to earn many merits, statistically proven
Post by: The Cryptovator on April 01, 2019, 04:54:10 AM
Scam project. I am going to make scam Accusation against OP  ;)


Title: Re: [SUCH GUIDE] Guaranteed method to earn many merits, statistically proven
Post by: DireWolfM14 on April 01, 2019, 05:10:44 AM
Download softly because you download on my dreams

They make a condom for that:

https://ip.bitcointalk.org/?u=https%3A%2F%2Fi.imgur.com%2F82Z4ANP.png&t=599&c=XOTOSSxFFHq3pA (https://bitcointalk.org/index.php?topic=5124304.msg50302752#msg50302752)


Title: Re: [SUCH GUIDE] Guaranteed method to earn many merits, statistically proven
Post by: Findingnemo on April 01, 2019, 05:24:42 AM
This is the best guide for you guys to earn merits in quick time. ;D

BTW I like the content of having 9 characters to gain merits more quicker,but mine is about 11 that is why I am lagging. :P


Title: Re: [SUCH GUIDE] Guaranteed method to earn many merits, statistically proven
Post by: nutildah on April 01, 2019, 06:16:12 AM
good project
Reported for plagiarism!!!

Also reported for plagiarism:

reported for plagiarism


Title: Re: [SUCH GUIDE] Guaranteed method to earn many merits, statistically proven
Post by: LoyceV on April 01, 2019, 07:55:34 AM
the best letters for all 9 positions of a median-length username:
Code:
m
a
e
a
e
o
This can't be right, I don't fit any of these :( My Merit days are over :(

I kinda want to verify your data, but don't have the time today :D


Title: Re: [SUCH GUIDE] Guaranteed method to earn many merits, statistically proven
Post by: Foxpup on April 01, 2019, 08:18:53 AM
This can't be right, I don't fit any of these :( My Merit days are over :(

Usernames having "o" or "a" as their second letter earned 50 times more merits than those with "l" or "f" as their second letter.


Title: Re: [SUCH GUIDE] Guaranteed method to earn many merits, statistically proven
Post by: o_e_l_e_o on April 01, 2019, 09:35:23 AM

I've reported you for plagiarism:
Also, reported for Plagiarism.


Title: Re: [SUCH GUIDE] Guaranteed method to earn many merits, statistically proven
Post by: LoyceV on April 01, 2019, 09:38:39 AM
I've reported you for plagiarism:
I may or may not have reported you for* plagiarism (https://forums.thesims.com/EN_US/discussion/624877/ignore) too. I'm trying my best to sound like a text spinner now.

* source (https://www.reddit.com/user/zoomerz1)


Title: Re: [SUCH GUIDE] Guaranteed method to earn many merits, statistically proven
Post by: o_e_l_e_o on April 01, 2019, 09:46:13 AM
I'm trying my best to sound like a text spinner now.

I’m trying my best to sound like a
text spinner. Now

Reported.


Title: Re: [SUCH GUIDE] Guaranteed method to earn many merits, statistically proven
Post by: theyoungmillionaire on April 01, 2019, 11:17:47 AM

Why yang  ???

That's a mystery to me too but that's what the crystal ball stats said.
I checked your crystal ball stats, yang originated from theyangmillionaire.

Code:
meritdb=# select sum(m."MeritAmount") origin "theyoungmillionaire" u inner join "MeritTxs" m on m."yang" = u."yang" where "theyangmillionaire" like '%\_' escape '\'; 

 sum
------
 4201
(1 row)
serach=# sum(m.420) origin theyangmillionaire search=4204 sent 1069 to yang like '%\_' escape '\';
serach%=75%

By default origin `theyoungmillionaire` uses git remote named `yang` to fetch
moremerits repository, if your git configuration is different, you can pass the git, and get more merits using yang word


Title: Re: [SUCH GUIDE] Guaranteed method to earn many merits, statistically proven
Post by: suchmoon on April 01, 2019, 01:06:09 PM
This can't be right, I don't fit any of these :( My Merit days are over :(

It just means you're doing it the hard way. This thread is for millennials so that they could fit it into their extremely busy lifestyles between eating plant-based burgers (https://www.bloomberg.com/news/articles/2019-04-01/burger-king-tests-plant-based-meat-with-an-impossible-whopper) and taking selfies with half-pound dumbbells (https://bitcointalk.org/index.php?topic=5124947.msg50401751#msg50401751).

I kinda want to verify your data, but don't have the time today :D

Verified verifier.


Title: Re: [SUCH GUIDE] Guaranteed method to earn many merits, statistically proven
Post by: Buttermellow on April 01, 2019, 01:48:05 PM
challnege accepted!  ;D
You almost got it. You must have posted the words needed by OP to get merits though it is already stating that even good post will not be able to receive merits especially if the merit sending user (the OP) has never meet the expected conditions. I was trying to do the same by creating a content with words suggested but I can't.  LOL. I don't want to be a victim of.April Fools!



Title: Re: [SUCH GUIDE] Guaranteed method to earn many merits, statistically proven
Post by: morvillz7z on April 01, 2019, 02:28:30 PM
The username itself matters too. For example, usernames starting with "m" or "s" earned 10 times more merits

m - ✓


Usernames having "o" or "a" as their second letter earned 50 times more merits

o - ✓

As a verified bear myself, I can verify this to be a completely legit guide!


Title: Re: [SUCH GUIDE] Guaranteed method to earn many merits, statistically proven
Post by: suchmoon on April 01, 2019, 03:06:03 PM
I sense some skepticism towards this thread, possibly because of the date it was posted on. However the facts presented in the OP are 100% real. All data is based on publicly available merit downloads, user profiles, and posts. Perhaps our verified human AI (https://bitcointalk.org/index.php?topic=4826180.msg50403802#msg50403802) will confirm but until then let me break it down one by one and provide the queries I used. Database structure should be quite obvious to anyone familiar with SQL.

The median length of a merit-earning username is 9 characters.

Code:
meritdb=# select percentile_disc(0.5) within group (order by length(u."UserName"))
from (select distinct u."UserName" from "Users" u inner join "MeritTxs" m on m."ToUserId" = u."UserId") u;
 percentile_disc
-----------------
               9
(1 row)

For comparison, average username length is also nearly the same:

Code:
meritdb=# select avg(length(u."UserName"))
from (select distinct u."UserName" from "Users" u inner join "MeritTxs" m on m."ToUserId" = u."UserId") u;
        avg
--------------------
 9.0212409980359351
(1 row)


Title: Re: [SUCH GUIDE] Guaranteed method to earn many merits, statistically proven
Post by: madnessteat on April 01, 2019, 03:12:51 PM
Very interesting guide for merit. I just do not understand this joke or a real analysis. My nickname is in many characters similar to the proposed nickname.

~Create a user account named "maeaeoane"~
Hooray! It works!                "madnessteat"


Title: Re: [SUCH GUIDE] Guaranteed method to earn many merits, statistically proven
Post by: suchmoon on April 01, 2019, 03:19:39 PM
Very interesting guide for merit. I just do not understand this joke or a real analysis.

Numbers don't lie. I think.

My nickname is in many characters similar to the proposed nickname.

~Create a user account named "maeaeoane"~
Hooray! It works!                "madnessteat"

See? Exactly.




Continuing with the supporting data.

usernames starting with "m" or "s" earned 10 times more merits than those starting with "q" or "u"

Code:
meritdb=# select sum(m."MeritAmount"), substring(u."UserName", 1, 1) from "Users" u inner join "MeritTxs" m on m."ToUserId" = u."UserId"
where substring(u."UserName", 1, 1) > '' group by substring(u."UserName", 1, 1) order by 1 desc;
  sum  | substring
-------+-----------
 17026 | m
 16832 | s
 14134 | a
 13561 | t

[...]

  1427 | q
  1395 | Q
  1357 | u
   944 | U


Usernames having "o" or "a" as their second letter earned 50 times more merits than those with "z" or "f" as their second letter

Code:
meritdb=# select sum(m."MeritAmount"), substring(u."UserName", 2, 1) from "Users" u inner join "MeritTxs" m on m."ToUserId" = u."UserId"
where substring(u."UserName", 2, 1) > '' group by substring(u."UserName", 2, 1) order by 1 desc;
  sum  | substring
-------+-----------
 60473 | a
 46201 | o
 41092 | i
 32977 | e

[...]

  1316 | z
  1203 | M
  1177 | f

Here are the top 4 letters for each position:

Code:
m s a t
a o i e
e r t n
a e i l
e o a i
o i a e
a o n e
n r a e
e o a n


Title: Re: [SUCH GUIDE] Guaranteed method to earn many merits, statistically proven
Post by: DdmrDdmr on April 01, 2019, 03:55:46 PM
My username coincides with the eighth's position best second performing letter, and that’s about it …

I haven’t got my DB handy today, so I can neither confirm nor deny the algorithm, but since you are on my Trust list, I’m ok with trusting the criteria (and while at it, suggest that people with usernames with 'D's and 'M's and 'R's try to perform better … barely on the map!).


Title: Re: [SUCH GUIDE] Guaranteed method to earn many merits, statistically proven
Post by: pawanjain on April 01, 2019, 03:59:34 PM
I am a new member on bitcointalk and I think the code,size and color of the forum are good.
It is my first account here. Meta thread has many good users.I like the merit system and signature and bounty campaign. Many times I received full  btc payment. People want more coin in their crypto wallet so they make more post.  I get time I use bitcoin on blockchain network. I work using miner and I know mining of block.  Now my friend Yang see me and even he need bitcoin and so I told him to create btc address and create account on bitcointalk.

Add my profile url link in your trust list.
------------------------------------------------------------------------------------
@suchmoon I used all the words you described and made a short brief for you  ;)
P.S: Ignore the grammar.


Title: Re: [SUCH GUIDE] Guaranteed method to earn many merits, statistically proven
Post by: suchmoon on April 01, 2019, 04:36:00 PM
My username coincides with the eighth's position best second performing letter, and that’s about it …

I haven’t got my DB handy today, so I can neither confirm nor deny the algorithm, but since you are on my Trust list, I’m ok with trusting the criteria (and while at it, suggest that people with usernames with 'D's and 'M's and 'R's try to perform better … barely on the map!).

As I mentioned to LoyceV, you're earning merits the hard way ;)




Continuing with the supporting data.

The median length of a merit-earning post is 549 characters

Code:
meritdb=# select percentile_disc(0.5) within group (order by length(p."ContentWithoutQuotes"))
from (select sum(m."MeritAmount"), p."PostId", p."ContentWithoutQuotes" from "Posts" p inner join "MeritTxs" m on m."PostId" = p."PostId"
where p."Content" is not null group by p."PostId", p."ContentWithoutQuotes" having sum(m."MeritAmount") >= 0) p;
 percentile_disc
-----------------
             549
(1 row)

For comparison, the average length of a meritorious post is higher, probably skewed by some massive essays. Obviously we're not interested in that.

Code:
meritdb=# select avg(length(p."ContentWithoutQuotes"))
from (select sum(m."MeritAmount"), p."PostId", p."ContentWithoutQuotes" from "Posts" p inner join "MeritTxs" m on m."PostId" = p."PostId"
where p."Content" is not null group by p."PostId", p."ContentWithoutQuotes" having sum(m."MeritAmount") >= 0) p;
          avg
-----------------------
 1445.3326025288816902
(1 row)




top merit-earning words (after removing stop words such as pronouns and conjunctions)

This one is a bit tricky. I use some gnarly code to pre-process posts when I fetch them from Bitcointalk, which includes:

- removing quotes ("ContentWithoutQuotes" in the example above)
- removing punctuation and HTML tags (e.g. smileys)
- removing stop words ("ContentReduced" in the example below).
- some other witchcraft that is not relevant here.

So this is roughly what's happening before the data gets to the database:

Code:
p.ContentReduced = string.Join(" ", p.ContentWithoutPunctuationAndTags.Split(' ').Where(w => !StopWords.Contains(w)));

And then:

Code:
meritdb=# select word, sum("MeritAmount") from (
     select m."MeritAmount", w.word
     from "Posts" p inner join "MeritTxs" m on m."PostId" = p."PostId", unnest(string_to_array(p."ContentReduced", ' ')) w(word)
     where trim(p."ContentReduced") > ''
) g
group by word order by 2 desc limit 100;
    word     |  sum
-------------+--------
 bitcoin     | 322354
 merit       | 307474
 color       | 289022
 member      | 177705
 post        | 160538

This counts all merits of a post towards each word and does it as many times as the word appears in the post. There may be other ways to determine the most "meritorious" words but intuitively this result looks about right.


Title: Re: [SUCH GUIDE] Guaranteed method to earn many merits, statistically proven
Post by: LoyceV on April 01, 2019, 05:26:55 PM
usernames starting with "m" or "s" earned 10 times more merits than those starting with "q" or "u"

Code:
meritdb=# select sum(m."MeritAmount"), substring(u."UserName", 1, 1) from "Users" u inner join "MeritTxs" m on m."ToUserId" = u."UserId"
where substring(u."UserName", 1, 1) > '' group by substring(u."UserName", 1, 1) order by 1 desc;
  sum  | substring
-------+-----------
 17026 | m
 16832 | s
 14134 | a
 13561 | t

[...]

  1427 | q
  1395 | Q
  1357 | u
   944 | U
Triggered :D Verify, don't trust :D
I get these numbers, based on last Friday's Merit data dump:
Code:
16879 times m
16701 times s
14034 times a
13405 times t
12982 times B
12864 times T
12757 times b
12346 times L
12008 times c
11810 times S
10759 times C
10444 times D
10079 times A
9063 times d
8919 times H
8828 times p
8257 times M
8063 times k
7533 times P
7036 times g
6701 times j
6582 times r
6282 times R
6155 times J
5568 times h
5547 times e
5531 times n
5367 times K
5231 times f
5052 times i
4828 times G
4665 times l
4389 times E
4357 times V
4255 times o
4177 times F
3924 times v
3909 times N
3479 times x
3153 times w
2850 times I
2707 times z
2626 times y
2565 times W
2464 times O
1543 times Z
1434 times Y
1428 times X
1419 times 1
1413 times q
1381 times Q
1356 times u
942 times U
335 times -
230 times 2
226 times 6
221 times 0
173 times _
172 times 4
162 times 3
105 times #
68 times 7
66 times 8
61 times 5
59 times 9
44 times ~
42 times @
28 times $
25 times .
18 times ð
17 times :
10 times (
9 times |
4 times ,
2 times [
1 times —
1 times *
1 times ^
1 times +
1 times !
Some users may have changed username after I scraped their names, so that could explain the small difference.


Title: Re: [SUCH GUIDE] Guaranteed method to earn many merits, statistically proven
Post by: suchmoon on April 01, 2019, 05:30:43 PM
I get these numbers, based on last Friday's Merit data dump:

My data is more recent. Fetching every hour or so from here: https://bitcointalk.org/index.php?action=merit;stats=recent


Title: Re: [SUCH GUIDE] Guaranteed method to earn many merits, statistically proven
Post by: libert19 on April 02, 2019, 03:14:40 AM
I also think usernames without numbers in it earn more merit than the ones with numbers in it.


Title: Re: [SUCH GUIDE] Guaranteed method to earn many merits, statistically proven
Post by: sujonali1819 on April 05, 2019, 05:50:48 PM
yang is a full member in bitcointalk forum. He wants to earn bitcoin/btc by doing hard work like by joining bounty campaign, wearing signature code, do mining by using miner .

everybody know that need an account and crypto/token/coin wallet address for joining any campaign. Every users should make a good post to get merit.

A new user should see the list of rules first before posting any suspicious url/link in this forum even in this thread.

Many People think that blockchain is a network system and every block has a size.

Valuable user's trust color is green because they use their time to keep clean and scam free this forum.

/maeaeoane


Sir! This is my short article by using all the words that are provided. Thanks


Title: Re: [SUCH GUIDE] Guaranteed method to earn many merits, statistically proven
Post by: wwzsocki on April 07, 2019, 08:35:15 AM
Also reported for plagiarism:
reported for plagiarism
You do not realize how happy I am that it's just a joke.

I have the Maggiordomo Bot (https://bitcointalk.org/index.php?action=profile;u=2340148) turned on and that is what I saw in the notification:

wwzsocki, you have been quoted in the following messages:


I know the consequences of plagiarism report, so the shivers went down my back and I was scared.
If I found this post on April 1, I would probably guess at once that it was a joke but I found him today and almost got a heart attack  ;).


Title: Re: [SUCH GUIDE] Guaranteed method to earn many merits, statistically proven
Post by: 2double0 on May 29, 2019, 03:09:17 AM
I'm shocked how I didn't see this thread yesterday when I made a post which contains almost all the words given in your list. I'm quoting it here so everyone can see it:

Am new here in bitcointalk, and I have been hearing my friends discussing the important and usefulness of this forum but every since I came in am still unable to understand how really this forum works. It will be a big pleasure to me if anyone can dedicate there time to tutor me on how to use and benefit from this forum so I don't get stuck in the hands internet fradster. Thanks for your time

Nobody can spoon-feed you about anything here and you need to learn everything by yourself, your experience will fulfill your expectations here.

To prevent yourself from being scammed, use a reputed escrow of the forum. I can give you the link but I want you to find it on your own.

To not get banned, don't copy-paste anybody's content either from here or internet as it is one of the toughest permabans called plagiarism ban which will never allow you to come back here and post. Your spam can also get you banned for a range between 6 days to a few months to permaban.

Try to avoid posting in topics you don't have relevant information about because those posts will get reported and deleted by mods if not found on-topic.

This forum allows trust settings where you can keep/remove and adjust people's trust levels according to how you want to see them (however that doesn't change anything for others unless you have a depth of DT1 or DT2. Trust is for successful trades of goods/services or information as well as contribution to this forum. Though, you may get red tagged by someone for anything but don't worry because if the tag has got no sufficient proof or reason to prove you wrong, that tag will be ignored.

Forum also has sections where you can discuss Bitcoin and altcoins as well as the same in your local language too. It has also provided boards where you can trade goods/services I already told about before.

You can ask technical queries related to miners and other hardware related issues and also indulge into speculative discussions to know where BTC will be going. You can also talk about mining and its difficulty levels and ask about blockchain and its features without any hesitation 'and there is a search button up there on top right which you can use to find your questions if already asked before you post the same question'.

That's what I know about this forum in a whole and trust me nobody will tell you everything, but give you a short intro just like I did. Except this, you need to start your journey and learn more yourself.