Bitcoin Forum
May 30, 2024, 10:00:09 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 [39] 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 ... 233 »
761  Bitcoin / Project Development / Re: New Crypto Currency Game - Thoughts Please? on: October 16, 2018, 05:07:05 AM
I'm not very familiar with gambling website, isn't there usually a way to verify the code running under is impartial? I was trying to have a look and didn't find any information about it.

Otherwise i really don't see the point of playing  Huh
762  Other / Meta / Re: Merit & new rank requirements on: October 15, 2018, 07:25:05 AM
I don't think the spike in Merit distribution came from merit sources, I think it largely came from merit abusers sending to their alt accounts (or buyers). So going down to normal is a good thing.
Also, source Merit is refilled 30 days after sending, not once per month only. I sent Merit 27 times on September 15, so I expect 27 (small) refills today.

I think is safe to assume it was caused primarily by abusers, some obvious to see and some not, otherwise would be pretty difficult to explain that spike.
In the light of these event, imo, it may be time to consider wiping the initial merits that were airdropped, if somebody didn't find a post to merit by now, probably never will.
763  Other / Meta / Re: How did they get 1000 merits? on: October 14, 2018, 12:07:10 PM
I don't think Vod keeps track of the deleted messages, which are deleted by the user itself. As far as i understand those indicated in there are messages deleted by a moderator.

If so there is no way to know what was the activity when the merit system was introduced, but is safe to assume was between 775-1030, there should not be any big mistery here. Smiley
764  Other / Meta / Re: How did they get 1000 merits? on: October 14, 2018, 11:37:38 AM

But why with only 552 activities? Any specific reason?



It's because they had reached already the minimum activity required to become Legendary, which is between 775-1030 activity, i should have specified this before.

Anyway activity can be reduced by deleting posts i think this may be the case.

765  Other / Meta / Re: How did they get 1000 merits? on: October 14, 2018, 11:22:49 AM
It's quite simple, some hero member got extra merit when the system was introduced, you can see in here theymos mentioning it:

While specific formula is not given, theymos wrote that the initial sMerit is not solely determined by rank, but determined by rank and activity points obtained in the last year.

The exact formula was:

Code:
yearActivity = activity in the last ~year, max 378
freeMerit = the merit (not sMerit) you started with
modifier =
  0.1 if member
  0.2 if full member
  0.25 if sr member
  0.35 if hero
  0.4 if legendary

return (yearActivity/378) * modifier * freeMerit

So the most you could get is if you were a Legendary who maxed out your activity points in the last year, in which case you would get 1 * 0.4 * 1000 = 400 sMerit.

Note that I later made an adjustment giving 500 extra merit to some hero members, but no extra sMerit was given here.

I'll probably publish a dump of the initial sMerit at some point.
766  Bitcoin / Project Development / Re: Help choose a name for this library... on: October 13, 2018, 06:32:23 PM
Quite a project you got there Smiley are you planning to open the source code?

Of course. That has always been my goal. I usually release them under MIT license to make it easier for anyone to use without worrying. This library is in its early stages but so far I am very pleased with my progress and design. Hopefully I don't encounter any unsolvable problems.


I appreciate all the suggestions. Keep them coming...

Good to hear that Smiley if you are already hosting the code somewhere publicly online, i would be happy to have a look and try it at a certain point. Beside of course following the progress.
767  Economy / Reputation / Re: [Program for investigators] Check eth address connections between bounty users on: October 13, 2018, 06:25:37 PM
Well done, this will make the life of many people easier indeed Smiley

It may be worth to explore the tracking of washed funds as buwaytress suggests, it may reveal even more than what this program does.
768  Bitcoin / Project Development / Re: White paper developer on: October 13, 2018, 01:31:01 PM
I need to ask you, out of curiosity, for which ICOs did you actually worked on the whitepaper?
It's more like for esthetic purposes, to make it look better and more appealing visually or you actually write the content based on some draft ideas?
769  Bitcoin / Project Development / Re: [ANN] Bitcoin blockchain graph-based visualization project on: October 13, 2018, 09:10:48 AM
Just an idea, you could load somewhere on the ui a list of transactions after somebody input the address. From there then you can click on a transactions and it would visualize the graph. So you would have all the data in there ready to be interacted with.
770  Bitcoin / Project Development / Re: [ANN] Bitcoin blockchain graph-based visualization project on: October 13, 2018, 07:44:25 AM
Im on the phone right now and i cannot try it properly, however it loads and show the graph just fine. It's quite cool indeed since makes clear what is going on Smiley

Do you have some specific plan or other features planned for this project? It could be nice if it would allow transactions navigating starting from an address.
771  Local / Italiano (Italian) / Re: [INFO] +MERIT. Come funziona il sistema di premio on: October 13, 2018, 07:09:32 AM
Su questo thread ci sono un bel pò di informazioni sugli account attivi per rank nel forum, giusto per farsi un idea:

https://bitcointalk.org/index.php?topic=5046264.0
772  Bitcoin / Project Development / Re: Help choose a name for this library... on: October 12, 2018, 06:00:21 PM
Quite a project you got there Smiley are you planning to open the source code? If you do perhaps you will find people willing to help, but depends from what plans you have in mind for this library.

I don't have a name for you, maybe you can play somehow with the concept of "swiss army knife", it seems kind of appropriate.
773  Local / Italiano (Italian) / Re: [INFO] +MERIT. Come funziona il sistema di premio on: October 12, 2018, 02:43:19 PM
La formula per determinare i meriti iniziali era questa:

While specific formula is not given, theymos wrote that the initial sMerit is not solely determined by rank, but determined by rank and activity points obtained in the last year.

The exact formula was:

Code:
yearActivity = activity in the last ~year, max 378
freeMerit = the merit (not sMerit) you started with
modifier =
  0.1 if member
  0.2 if full member
  0.25 if sr member
  0.35 if hero
  0.4 if legendary

return (yearActivity/378) * modifier * freeMerit

So the most you could get is if you were a Legendary who maxed out your activity points in the last year, in which case you would get 1 * 0.4 * 1000 = 400 sMerit.

Note that I later made an adjustment giving 500 extra merit to some hero members, but no extra sMerit was given here.

I'll probably publish a dump of the initial sMerit at some point.

Il punto è che, ogni punto Merit sarebbe utile alla community per farla crescere con persone competenti ed adeguate alla vita del forum.

Si quello è il modo giusto per attribuirli e quello che si sta cercando di fare qui dentro. Micio ha anche organizzato un thread per segnalare post interessanti da meritare ( comunque a sua discrezione)
https://bitcointalk.org/index.php?topic=4956551.0


774  Other / Meta / Re: Top 30 Merit givers per board - Interactive Tool to spot possible Merit Sources on: October 12, 2018, 11:15:53 AM
The tools are updated with the last data from Friday 12th of October.

If somebody haven't look yet or looked into it a back in June, it may be interesting to have a look again now, after 3 months have passed.
In some cases, for those local board which are still lacking merits, this could give you a hand in identifying possible local merit source candidates.
775  Other / Meta / Re: Swiss army knife Tool to query Merit data online - Full History on: October 12, 2018, 09:14:39 AM
the data is updated to Friday 12th of October.

Here is a snapshot of all the transactions >= 10 merits from this last week

https://albertoit.github.io/Visualization/Merit%20js%20tool/filterMeritLocal.html?datelower=2018-10-12&dategreater=2018-10-05&meritgreater=10

Result Custom QueryTotal Merits 867
776  Other / Meta / Re: Tool to run online SQL queries over Full Merit Data on: October 12, 2018, 07:28:19 AM
The tool is now updated with the latest data from today Friday 12th of October

Here is some usual general recap of what has happened:

Top Sender per board last week

Code:
180	QuestionAuthority	Legendary	Economics
142 bryant.coleman Legendary Politics & Society
121 chimk Full Member Русский (Russian)
100 QuestionAuthority Legendary Off-topic
82 suchmoon Legendary Meta
66 EFS Staff Türkçe (Turkish)
51 dbshck Staff Bahasa Indonesia (Indonesian)
50 citronick Legendary Mining (Altcoins)
37 generous Hero Member Altcoin Discussion
36 Flying Hellfish Staff Marketplace
30 Foxpup Legendary Development & Technical Discussion
30 Micio Legendary Italiano (Italian)
26 paxmao Sr. Member Español (Spanish)
26 TMAN Hero Member Trading Discussion
24 Halab Staff Français
24 suchmoon Legendary Mining
24 paxmao Sr. Member Serious discussion
20 generous Hero Member Announcements (Altcoins)
20 TMAN Hero Member Beginners & Help
15 deadsilent Hero Member Bitcoin Discussion
15 RegulusHr Full Member Hrvatski (Croatian)
12 Welsh Staff Bitcoin Technical Support
12 fronti Legendary Deutsch (German)
8 hugeblack Sr. Member العربية (Arabic)
7 Zapo Copper Member
6 Ukraine2020 Sr. Member Other languages/locations
5 yo-blin Legendary Marketplace (Altcoins)
5 becometa.pl Copper Member Polski
5 Vod Legendary Project Development
4 Barcode_ Staff 中文 (Chinese)
3 sabotag3x Hero Member Português (Portuguese)
3 justspare Hero Member Speculation (Altcoins)
3 sncc Sr. Member 日本語 (Japanese)
2 electronicash Legendary Philippines
1 DdmrDdmr Sr. Member India
1 veccar9008 Member Română (Romanian)




Top Receivers per board last week

Code:
52	Claymore	Donator	Mining (Altcoins)
49 d_eddie Sr. Member Economics
46 Piggy Hero Member Meta
44 AztecGoldHero Hero Member Türkçe (Turkish)
28 Alizaind Newbie Bahasa Indonesia (Indonesian)
26 aliashraf Sr. Member Development & Technical Discussion
25 Mometaskers Hero Member Politics & Society
23 TheFuzzStone Hero Member Русский (Russian)
22 jokowi Hero Member Altcoin Discussion
21 LoyceV Legendary Trading Discussion
20 BitcoinTurk Sr. Member Off-topic
15 iasenko Sr. Member Beginners & Help
15 Immakillya Sr. Member Bitcoin Discussion
15 HagssFIN Legendary Mining
13 qwk Donator Deutsch (German)
12 Lesbian Cow Legendary Marketplace
10 Andrey123 Sr. Member Announcements (Altcoins)
9 AdolfinWolf Hero Member Bitcoin Technical Support
9 DdmrDdmr Sr. Member Español (Spanish)
9 Speculatoross Full Member Italiano (Italian)
7 mdayonliner Sr. Member
7 cryptovigi Member Polski
7 Vod Legendary Project Development
7 paxmao Sr. Member Serious discussion
5 yogg Legendary Français
5 Smart man Sr. Member Marketplace (Altcoins)
4 ZeljkoNemet Newbie Hrvatski (Croatian)
4 clear cookies Jr. Member Philippines
4 omer-jamal Member العربية (Arabic)
3 Direwolve735 Full Member Other languages/locations
2 alegotardo Full Member Português (Portuguese)
2 Hueristic Legendary Speculation (Altcoins)
2 Zsywt1024 Jr. Member 中文 (Chinese)
2 tactac Member 日本語 (Japanese)
1 deadley Legendary India


Sub boards merit circulation last week

Code:
45	
288 Altcoin Discussion
237 Announcements (Altcoins)
163 Bahasa Indonesia (Indonesian)
108 Beginners & Help
103 Bitcoin Discussion
40 Bitcoin Technical Support
101 Deutsch (German)
187 Development & Technical Discussion
520 Economics
48 Español (Spanish)
40 Français
21 Hrvatski (Croatian)
1 India
66 Italiano (Italian)
197 Marketplace
27 Marketplace (Altcoins)
475 Meta
73 Mining
108 Mining (Altcoins)
114 Off-topic
16 Other languages/locations
16 Philippines
259 Politics & Society
14 Polski
11 Português (Portuguese)
20 Project Development
1 Română (Romanian)
89 Serious discussion
12 Speculation (Altcoins)
180 Trading Discussion
186 Türkçe (Turkish)
441 Русский (Russian)
18 العربية (Arabic)
5 中文 (Chinese)
4 日本語 (Japanese)



Merits sent from each rank last week

Code:
Administrator	6
Copper Member 105
Donator 54
Full Member 341
Hero Member 546
Jr. Member 137
Legendary 1705
Member 231
Newbie 26
Sr. Member 498
Staff 414
777  Other / Meta / Re: [Beta] @mention notification bot open for testing - now with Telegram on: October 12, 2018, 06:52:54 AM
If we keep our threads clean it won't be problem, the best solution is to receive a PM for every quote, but Piggy should request the bot to be whitelisted to remove the PM restriction. So there will be more privacy, now everyone can put my thread in the watchlist and see when somebody quotes me, not that I really care about it but...
 

I'm fairly sure the white listing is not going to happen if i ask for it now, maybe later on if there will be more people signing up. Probably is better to wait when the bot is going to run 24/7.

For the moment to keep the notification less explicit (but not private) the only option is to use telegram.
778  Other / Meta / Re: [Beta] @mention notification bot open for testing - now with Telegram on: October 11, 2018, 12:09:11 PM
Yes i just updated the starting thread, suggesting to create the thread in Archival and i will enforce it in the code as well these days.
779  Other / Meta / Re: [Beta] @mention notification bot open for testing - now with Telegram on: October 11, 2018, 10:58:35 AM
Nice one piggy
For vps i use this

http://bit.ly/hostens-vps
Hostens, they are new latvian company
I have 2 vps since 6 months

Ii see they have a free trial, i'm probably going to check it out since you have been using it for a while already, the prices are looking reasonable.
I don't have much experience with vps and I don't want to spend too much time to look around for the absolute cheap to find out later is not usable
780  Local / Italiano (Italian) / Re: BITCOIN PUMP! on: October 11, 2018, 10:22:52 AM
è anche una di quelle cose che non è illegale giusto perchè non ci sono ancora regole a riguardo. Immagina quanti altri exchange magari lo fanno di nascosto e quanti soldi potrebbero fare con questi stratagemmi...senza poi contare inside trading su coin che devono essere listati (coinbase)
 
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 [39] 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 ... 233 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!