Bitcoin Forum
July 15, 2024, 12:00:11 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 [675] 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 ... 1373 »
13481  Bitcoin / Project Development / Re: Bitcoin Address Balance Checker (Web) - Check balance of addresses in a browser on: October 12, 2020, 11:03:57 AM
How difficult would it be to filter for addresses which have been used within the last couple of weeks and only use a subset of them for the 20 random addresses?
That's actually a lot faster to do Smiley
13482  Economy / Service Announcements / Re: [ANN] ChipMixer.com - Bitcoin mixer / Bitcoin tumbler - mixing reinvented on: October 12, 2020, 10:54:17 AM
What's stopping you from just looking up the imported addresses on a blockexplorer
Privacy?
13483  Bitcoin / Project Development / Re: Bitcoin Address Balance Checker (Web) - Check balance of addresses in a browser on: October 12, 2020, 10:49:25 AM
Code:
shuf -n 20 all_addresses_with_balances.txt

Would give you 20 random lines from the file with all addresses.
I used shuff before, and it takes 10 seconds reading from RAM. That's too much to update once a minute.
I'll try something else though: every day (or hour), I get 100,000 random addresses. From that subset, I get 20 addresses each minute. This will use significantly less resources.

It takes a while, my gzip archives were incomplete, probably due to disk space limitations.
13484  Other / Meta / Re: Ninjastic.space - BitcoinTalk Post/Address archive + API on: October 12, 2020, 10:20:39 AM
I'm afraid to trigger some sort of forum's automatic response if I'll just paste a ton of XSS payloads here.
Chances are Cloudflare blocks certain posts, I haven't seen the forum itself restrict posts.
CF blocking certain posts is one and the same of the forum blocking posts. The forum is using CF as it's agent to block DDoS and other attacks. (the posts being blocked would fall under what could possibly be "other" attacks).
It's often unintentional, I think it should be possible to post javascript within code-tags for instance. If you stumble upon such problems, PM theymos:
Fixed, thanks. Whenever this happens, please email or obfuscate-then-PM me what you posted. Cloudflare has a ton of rules, some of which seem useful (like detecting fake robots), but others do stupid stuff like that.
13485  Other / Meta / Re: Account reactivation timeline? on: October 12, 2020, 10:14:33 AM
Can you sign a message from 14W74ZoGQbMunWcJHgPM5QQJ2Tw7DdGEqS or 1JVfo7NhM18JA5khT5r5q5gFy1sqrFZ89z?
I think Global Mods (@hilariousandco) can unblock you too if you prove ownership here.
13486  Other / Archival / Re: 🔍 Roobet.com | Guess Total Wagers #55 $50 Prize | Progressive Jackpot inside 🔍 on: October 12, 2020, 10:04:18 AM
LoyceV: 566,800,000
13487  Economy / Exchanges / Re: cryptopia adress on: October 12, 2020, 09:55:31 AM
Your best bet is WalletExplorer.com, which makes this address part of Wallet [000008035a].
This wallet has 809,648 addresses, but it still doesn't tell you whether or not it's owned by Cryptopia.
13488  Economy / Reputation / Re: 53M posts! View unedited/deleted posts (search per post, per user or per topic) on: October 12, 2020, 09:46:37 AM
Uhm... I tried today to enter a truncated user ID in the new search form and it didn't work... I chose an ID and I selected only first four digits (out of 8 or how many they were) and the result was someone else: the user which had the ID made from those exactly 4 digits...
That's the expected result Smiley

Quote
So I wasn't redirected to the long list of directory names.
It's currently not possible because I placed the search form in index.html in that directory.
13489  Economy / Reputation / Re: Request for permanent ban of user BayAreaCoins on: October 12, 2020, 09:09:04 AM
Flags can be withdrawn but never beeing removed from Bitcointalk
Flags can be removed:
Quote
2020-10-09 Fri 09.51h
source: loyce.club

832. This Flag has been removed by the Bitcointalk forum administration
831. This Flag has been removed by the Bitcointalk forum administration
820. This Flag has been removed by the Bitcointalk forum administration
819. This Flag has been removed by the Bitcointalk forum administration
818. This Flag has been removed by the Bitcointalk forum administration
13490  Bitcoin / Project Development / Re: Bitcoin Address Balance Checker (Web) - Check balance of addresses in a browser on: October 12, 2020, 08:30:34 AM
Glad you like the idea! Obviously scaling could be an issue (20 random addresses doesn't add a lot of privacy/noise if the user inputs 5000 addresses)
I can use List of all Bitcoin addresses with a balance to get a list of random addresses. I'd like to make one file on my server that gets updated every minute, but I haven't found a method to just grep the addresses without reading the entire file, which is too resource intensive for frequent updates. Putting all data in a database would no doubt be the solution. But if you can pull that off, you're close to getting rid of the external API completely.
13491  Economy / Reputation / Re: 53M posts! View unedited/deleted posts (search per post, per user or per topic) on: October 12, 2020, 08:09:12 AM
Considering the change, LoyceV, do you think this part of the OP should be updated too? I'm asking because the old way of searching is not working anymore.
The old description still works too, but I should update it anyway. I was waiting until I'm done with some other updates.

I do miss the long list of directory names for instance, so I should add that again to easily find the latest post.
13492  Economy / Reputation / Re: Request for permanent ban of user BayAreaCoins on: October 11, 2020, 07:51:43 PM
I'm not so worried about getting a scammer in my trust list
The beauty of theymos' current Trust system is that you can f*ck up your own Trust list as much as you want, and nobody else cares at all! Just don't expect anyone else to take your feedback seriously while you're collecting more exclusions.
13493  Economy / Services / Re: Bulk wallet balance check on: October 11, 2020, 05:13:49 PM
I have 130K+ Bitcoin addresses I need balance checked. I would like you to check them, and return me a list containing all addresses with a balance greater than 0, and their balance, preferably sorted by balance.
I can easily do this, see List of all Bitcoin addresses with a balance. 130k is not a problem, 100 million would work too Smiley

Quote
I will pay in Bitcoin, and go first should I find you reputable enough.
Feel free to tip my kids anything you think this service is worth. You can email the list: LoyceValenzuela@gmail.com or upload it anywhere and PM the link.
13494  Economy / Reputation / Re: 53M posts! View unedited/deleted posts (search per post, per user or per topic) on: October 11, 2020, 01:21:11 PM
How exactly are you processing the data?
I have the data already (example), but it's not the most convenient format to create a list by userID and topicID. I have 12 (15? GB compressed files, it's too much to extract them all at once, and I still don't use a database. It'll work, but it takes a while. That's okay, because this is a one-time thing.

Quote
Do you have a vps opened 24/7 that tries to find all posts?
Yes, I use recent posts to get new posts.
It's currently out of CPU credits, so it got like 10 times slower.

Quote
For the older posts, I downloaded all topics. There's no need to download post by post, each page has up to 20 posts.
13495  Economy / Reputation / Re: DT1 and DT2 members who have negative feedback (or are banned) on: October 11, 2020, 09:44:35 AM
You include LFC_Bitcoin. Your trust depth is 2 or more, a dangerous thing to do when you have a custom trust list. That's why you see all those trust ratings from a bunch of idiots included by Trade Runner.
I could update my Personal Full Trust Depth viewer for all users, but it would be based on yesterday morning's Trust data dump, while the changes regarding Trade Runner happened after that.

Timelord2067 should probably do what I did:

@LFC_Bitcoin: I'm curious why you included this guy, he even has game-protect on his Trust list:
Quote
Trust list for: Trade Runner (Trust: +0 / =1 / -1) (47 Merit earned) (Trust list) (BPIP) (created 2020-10-10_Sat_05.17h)
Back to index

Trade Runner Trusts these users' judgement:
1. Ron~Popeil (Trust: +0 / =1 / -1) (0 Merit earned) (Trust list) (BPIP)
2. examplens (Trust: +2 / =3 / -0) (DT1! (7) 312 Merit earned) (Trust list) (BPIP)
3. nutildah (Trust: +9 / =0 / -0) (DT1! (12) 2671 Merit earned) (Trust list) (BPIP)
4. LFC_Bitcoin (Trust: +8 / =0 / -0) (2780 Merit earned) (Trust list) (BPIP)
5. gembitz (Trust: #  +0 / =0 / -4) (119 Merit earned) (Trust list) (BPIP)
6. game-protect Banned! (Trust: !!!:  +0 / =3 / -47) (7 Merit earned) (Trust list) (BPIP)
7. eCurencies (Trust: neutral) (0 Merit earned) (Trust list) (BPIP)
8. JollyGood (Trust: +12 / =0 / -0) (DT1! (9) 775 Merit earned) (Trust list) (BPIP)
9. svennnny (Trust: neutral) (7 Merit earned) (Trust list) (BPIP)
10. OWZ1337 (Trust: +0 / =0 / -1) (17 Merit earned) (Trust list) (BPIP)
11. broke_tradah (Trust: #  +0 / =0 / -2) (5 Merit earned) (Trust list) (BPIP)
12. bitbottrader (Trust: neutral) (8 Merit earned) (Trust list) (BPIP)
13. iGO_Tech (Trust: neutral) (19 Merit earned) (Trust list) (BPIP)

Trade Runner Distrusts these users' judgement:
-

Trade Runner's judgement is Trusted by:
1. LFC_Bitcoin (Trust: +8 / =0 / -0) (2780 Merit earned) (Trust list) (BPIP)
2. bitbottrader (Trust: neutral) (8 Merit earned) (Trust list) (BPIP)
3. iGO_Tech (Trust: neutral) (19 Merit earned) (Trust list) (BPIP)

~Trade Runner's judgement is Distrusted by:
-

Trust list: backscratchers: users agree, they trust or distrust each other.
Trust list: backstabbers: users disagree, one user trust the other, while the other distrust him.

Source: LoyceV's Trust list viewer.
Get your own Trust list in BBCode at loyce.club/trust.
13496  Economy / Reputation / Re: 53M posts! View unedited/deleted posts (search per post, per user or per topic) on: October 11, 2020, 09:24:32 AM
I would just like to report a bug, once I search for satoshi it returns me error 404. On other members it works fine.
It's not really a bug but I'll fix it anyway: the members lists only include users who posted since I started this thread (in July last year). Satoshi's posts are part of my "oldposts" archive, which can be found by searching for older msgIDs, but not yet by topicID or userID. I'm working on adding this, but processing the data it's going to take a while.
13497  Economy / Reputation / Re: Reference topic: Why are these members excluded on trust lists? on: October 11, 2020, 09:16:27 AM
Bump with a new exclusion:
13498  Economy / Reputation / Re: Request for permanent ban of user BayAreaCoins on: October 11, 2020, 09:12:45 AM
Sorry, I won't discuss any longer about those basics
You seem to be having a hard time accepting that not everybody agrees with your views.

If getting insulted is unacceptable to you then yes, this forum is definitely not for you.
I don't think Trade Runner will be joining the Thick-Skinned Gang any time soon.



Trust abuse by Trade Runner
I'm creating this post as a reference for the Neutral feedback I'm going to leave Trade Runner. He's been busy tagging people:
Image loading...
I'll respond to this accusation by explaining to you why I Merited this post. You've created a thread asking to ban BayAreaCoins. In my opinion, his response is worth reading, and that's why I Merited it. This doesn't necessarily mean I endorse what's written. Or maybe you should read what theymos wrote about Merit sources:
tags you for something stupid involving merit

I recommend reading LoyceV's Beginners guide to correct use of the Trust system, which has broad support from the community.



I would be more interested, if you or another "legendary" member here did get anything else than just posting personal opinions.
That's literally what a forum is about.

Quote
Did anyone of you take up the fight for other members?
Yes.

Quote
And did you resolve at least a single case?
Yes.
But only if I believe the user is right. And you're wrong.



Protecting this forum and it's members is handled through DefaultTrust, not by banning users. BayAreaCoins is currently on DT2 (strength 0). One more DT1-exclusion or one less DT1-inclusion will remove him from DT2.
Instead, Trade Runner is collecting Trust exclusions by himself now:
Code:
10/11/2020 9:15:57 AM 	DT2 selection 	LoyceV distrusts Trade Runner
10/11/2020 2:38:19 AM DT2 selection suchmoon DT1 distrusts Trade Runner DT2
10/10/2020 8:36:09 PM DT2 selection nutildah DT1 distrusts Trade Runner DT2
10/10/2020 8:23:27 PM DT2 selection morvillz7z DT1 distrusts Trade Runner DT2
13499  Other / Meta / Re: LoyceV's Merit data analysis (full data since Jan. 24, 2018; not just 120 days) on: October 11, 2020, 04:54:01 AM
Weekly update (2020-10-09_Fri_05.17h)


theymos' raw data (format: time    amount    msg    user_from    user_to)
Sample
Code:
1602211859	1	5280700.msg55339573	1237156	1031572
1602211138 1 5280898.msg55341952 1605387 1164368
1602210515 1 178336.msg55341625 262695 102463
1602210424 2 178336.msg55340579 64507 479624
1602209960 1 631891.msg55341567 2344286 1267731
1602209610 1 178336.msg55334242 252510 379487
1602209073 1 5280901.msg55342038 914465 1292764
1602208973 1 5280159.msg55320719 23092 234771
1602208880 1 5262689.msg54810375 23092 2819049
1602208594 1 5279791.msg55316284 23092 867786
1602206967 1 5280688.msg55336159 2344286 459836
1602206744 1 2622066.msg55341799 807536 802442
1602206477 1 5279758.msg55318057 23092 1188543
1602205966 1 178336.msg55340015 49008 239406
1602203942 1 5276322.msg55324682 23092 2654005
1602203364 1 5069140.msg55341864 1137579 1292764
1602201304 1 5278367.msg55333218 535215 1239188
1602201142 3 5280817.msg55339666 988740 289817
1602200992 3 5202112.msg55337066 988740 1656984
1602200550 1 5280807.msg55340944 1269497 2847609
1602198884 1 5280259.msg55339006 1024276 2744352
1602198651 1 5280802.msg55338822 984384 665441
1602198477 5 5277365.msg55341517 507936 153149
1602198454 5 5280878.msg55341650 507936 86939
1602197789 1 5273481.msg55334485 334783 136484
1602197589 4 5179857.msg52300596 234771 2569192
1602197585 1 5280886.msg55341570 664919 984384
1602197329 4 5106215.msg49589363 234771 2123378
1602197110 4 5273351.msg55129128 234771 181253
1602197099 4 5273351.msg55127605 234771 2797996
1602196985 3 178336.msg55340015 126778 239406
1602196965 4 5201431.msg53073877 234771 2639557
1602196781 4 1876330.msg41934995 234771 1087601
1602196663 1 5217201.msg55332835 859197 1052091
1602196149 1 1200104.msg55335312 560058 667916
1602195998 1 5171618.msg52038624 1856285 366632
1602195966 1 5280829.msg55339778 33156 1292764
1602194913 1 5280524.msg55341401 164749 1269497
1602194897 1 5280882.msg55341402 984384 1634336
1602193910 1 5182222.msg55336921 805820 2658890
1602193544 1 5202112.msg53096836 164749 2033515
1602193257 1 178336.msg55339106 262695 921974
1602192557 1 178336.msg55339106 262695 921974
1602192438 2 178336.msg55338788 1852120 379487
1602192194 1 5068812.msg55327048 1112531 2597426
1602192165 3 890531.msg54887901 699444 234208
1602192064 1 890531.msg55334673 699444 2483009
1602191738 1 178336.msg55337317 262695 1067333
1602191719 2 924937.msg55338071 1852120 1260847
1602191632 4 5280804.msg55338925 84521 234771
.......
.......
.......
1516833930 7 2228.msg29479 135920 3
1516833833 1 178336.msg28855702 479624 1130992
1516833813 1 2817737.msg28849540 1001644 990403
1516833798 21 5.msg28 520313 3
1516833796 1 2808926.msg28728384 140584 35
1516833779 1 178336.msg28853916 479624 33156
1516833756 20 2482937.msg25417254 101872 135920
1516833713 21 5.msg28 169515 3
1516833686 1 2818179.msg28855276 994466 1196028
1516833610 49 1545652.msg15536651 206143 520313
1516833593 1 2818066.msg28855136 260067 520313
1516833592 2 2806168.msg28855427 520313 355846
1516833591 49 1545652.msg15536651 881377 520313
1516833523 1 2818066.msg28855343 539826 340795
1516833521 1 2818066.msg28855136 514126 520313
1516833478 1 2818066.msg28855136 482980 520313
1516833460 1 2818066.msg28854596 93844 520313
1516833451 1 2816214.msg28845827 1083353 1520388
1516833430 50 178608.msg28854963 884600 520313
1516833349 1 178336.msg28852898 479624 1521711
1516833346 1 2812863.msg28785611 303315 1707287
1516833329 1 2818066.msg28854596 206143 520313
1516833326 1 178336.msg28852768 479624 181806
1516833304 1 2818066.msg28853325 340795 877396
1516833289 1 2716104.msg28846824 1239985 1739247
1516833281 1 2818066.msg28853686 206143 136484
1516833252 1 2816647.msg28837916 169515 1701092
1516833251 1 178336.msg28849600 479624 172400
1516833237 1 2677441.msg28778318 123412 1090430
1516833230 1 2814078.msg28796083 520313 881377
1516833207 1 2772292.msg28837085 1189487 1028592
1516833203 1 2818066.msg28855136 101872 520313
1516833199 1 2818066.msg28853325 926641 877396
1516833148 1 2808926.msg28793321 78147 35
1516833148 1 2634042.msg28672219 123412 1094601
1516833111 1 2818066.msg28855136 535215 520313
1516833078 45 2813828.msg28801076 135920 101872
1516833070 1 2818066.msg28855136 881377 520313
1516833049 1 2677441.msg28848945 88254 903139
1516833048 1 2818066.msg28855136 101872 520313
1516833044 5 2818066.msg28855019 135920 688810
1516833001 5 2813828.msg28801076 135920 101872
1516832978 1 2384335.msg28854772 1344962 1101839
1516832969 1 2818066.msg28855136 881564 520313
1516832953 1 2818066.msg28854621 520313 101872
1516832934 1 2818066.msg28855136 877396 520313
1516832874 1 178608.msg28792130 884600 35
1516832842 5 2818066.msg28853325 688810 877396
1516832833 2 178336.msg28852079 479624 1257516
1516831941 1 2818066.msg28853325 35 877396
Full list* (19 MB) (not limited to 120 days, 2699 Merit transactions added since my previous update).

theymos' data (human readable format, including usernames and post titles)
Sample
On Fri Oct 9 04:50:59 2020, nc50lc (history) sent 1 Merit to rdluffy (history) for Re: what software is legit to mine a crypto.
On Fri Oct 9 04:38:58 2020, cabalism13 (history) sent 1 Merit to GreatArkansas (history) for Bitcoin Treasuries in Publicly Traded Companies.
On Fri Oct 9 04:28:35 2020, OROBTC (history) sent 1 Merit to WastedLTC (history) for Re: Wall Observer BTC/USD - Bitcoin price movement tracking & discussion.
On Fri Oct 9 04:27:04 2020, philipma1957 (history) sent 2 Merit to Last of the V8s (history) for Re: Wall Observer BTC/USD - Bitcoin price movement tracking & discussion.
On Fri Oct 9 04:19:20 2020, Little Mouse (history) sent 1 Merit to pankowri (history) for Re: বাংলাদেশ (Bangladesh).
.......
.......
.......
On Wed Jan 24 23:28:54 2018, AdolfinWolf (history) sent 1 Merit to Lutpin (history) for Re: What is the function of the "Merit" score?.
On Wed Jan 24 23:27:54 2018, Dahman El_Harrachi (history) sent 1 Merit to theymos (history) for Re: Forum ranks/positions/badges (What do those shiny coins under my name mean?).
On Wed Jan 24 23:27:22 2018, Tyrantt (history) sent 5 Merit to AdolfinWolf (history) for What is the function of the "Merit" score?.
On Wed Jan 24 23:27:13 2018, Last of the V8s (history) sent 2 Merit to Rosewater Foundation (history) for Re: Wall Observer BTC/USD - Bitcoin price movement tracking & discussion.
On Wed Jan 24 23:12:21 2018, theymos (history) sent 1 Merit to AdolfinWolf (history) for What is the function of the "Merit" score?.
Full list (196 MB)

Usernames to go with theymos' data
Sample
0: deMerit (Bitcoin Forum) (history) earned: 0 Merit.
3: satoshi (history) earned: 2334 Merit.
4: sirius (history) earned: 18 Merit.
10: Xunie (history) earned: 1 Merit.
11: madhatter (history) earned: 2 Merit.
.......
.......
.......
2861934: Trinx01 (history) earned: 10 Merit.
2862007: CW_Fanboy (history) earned: 4 Merit.
2862134: ioube (history) earned: 3 Merit.
2862921: amarmurgi (history) earned: 1 Merit.
2863166: occamsrazor (history) earned: 5 Merit.
Full list* (8 MB)

Usernames machine readable
Sample
Code:
0: deMerit (Bitcoin Forum)
3: satoshi
4: sirius
10: Xunie
11: madhatter
12: nanaimogold
13: SmokeTooMuch
14: The Madhatter
24: dwdollar
26: NewLibertyStandard
29: giik
30: BitcoinFX
33: m0mchil
35: theymos
37: soultcer
40: xc
42: ec
49: Cdecker
143: laszlo
163: Karmicads
182: Derrick
183: hugolp
198: allinvain
203: HostFat
206: teppy
217: SirArthur
224: Gavin Andresen
241: QuantumMechanic
251: wobber
262: chaord
267: virtualcoin
270: llama
271: Timo Y
284: joey.rich
295: db
325: jimbobway
336: Insti
338: mizerydearia
344: RHorning
369: NghtRppr
378: AndrewBuck
381: FreeMoney
383: SlipperySlope
392: ribuck
413: bg002h
430: aceat64
454: Babylon
462: LZ
464: BioMike
489: mtgox
.......
.......
.......
2858004: Jaeger061011
2858032: underwoodX
2858127: MonsieurBadgerCheese
2858156: Tribalvoice
2858169: ai milestone
2858226: Tenoloc50
2858307: waffeleisen
2858323: Bitcoin577
2858589: P I P M A Y
2858709: JKsan00
2859133: Unicap.finance
2859221: passionplus
2859233: Corayee
2859238: brenorb
2859315: snaked06
2859481: Tiku2020
2859513: Yuff1983
2859589: franklin84
2859620: BorisXY
2859628: The Author
2859726: abhilyall
2859833: dhaldanga
2859839: Bhurungamari
2860075: iMaGiNaTi0n
2860144: eXPHorizon
2860250: antun2203
2860277: BrokenDream
2860357: Abella
2860479: dimzayan
2860516: 2sleepy
2860575: someguy76
2860749: claire_lovely
2860804: KryptDive
2860863: jeeumer
2861182: monkeeeey
2861200: Kana888
2861244: StakeJosh
2861288: Phobos7
2861353: pariss126
2861357: mr_ROBOTT
2861413: MysteriousPackages
2861481: Ramsavar
2861681: Tala10
2861743: crayon__smell
2861863: Skyhound
2861934: Trinx01
2862007: CW_Fanboy
2862134: ioube
2862921: amarmurgi
2863166: occamsrazor
Full list (1 MB)

UserIDs, sent Merit and earned Merit machine readable
Sample
Code:
0:569:0
3:0:2334
4:0:18
10:0:1
11:0:2
12:0:1
13:2:14
14:0:4
24:0:6
26:0:5
29:0:1
30:294:450
33:0:1
35:11943:6926
37:0:6
40:0:2
42:0:4
49:0:4
143:0:384
163:0:11
182:1:0
183:9:1
198:2:60
203:53:109
206:0:1
217:0:8
224:0:66
241:0:9
251:0:1
262:0:1
267:0:1
270:0:21
271:0:1
284:0:6
295:0:1
325:0:13
336:0:1
338:0:4
344:0:4
369:0:2
378:1:5
381:0:11
383:0:1
392:0:7
413:36:11
430:1:1
454:5:0
462:0:31
464:110:1
489:0:2
.......
.......
.......
2858004:0:3
2858032:0:1
2858127:0:1
2858156:0:1
2858169:0:1
2858226:0:1
2858307:0:1
2858323:1:4
2858589:0:1
2858709:0:3
2859133:0:1
2859221:0:1
2859233:0:7
2859238:0:8
2859315:0:1
2859481:0:1
2859513:0:1
2859589:0:1
2859620:0:7
2859628:1:10
2859726:0:3
2859833:0:1
2859839:0:1
2860075:0:4
2860144:0:1
2860250:0:4
2860277:0:1
2860357:0:10
2860479:2:7
2860516:0:1
2860575:0:4
2860749:0:1
2860804:0:1
2860863:0:2
2861182:0:4
2861200:0:4
2861244:0:6
2861288:0:1
2861353:0:3
2861357:0:1
2861413:0:2
2861481:0:3
2861681:0:1
2861743:0:6
2861863:0:2
2861934:0:10
2862007:0:4
2862134:1:3
2862921:0:1
2863166:0:5
Full list (1 MB)

Total number of users who received 1 or more Merit: 35799
Sample
Code:
     1. 6926 Merit received by theymos (#35) from 954 unique users in 2659 transactions
     2. 6031 Merit received by LoyceV (#459836) from 644 unique users in 3347 transactions
     3. 4939 Merit received by o_e_l_e_o (#1188543) from 448 unique users in 2824 transactions
     4. 4668 Merit received by suchmoon (#234771) from 434 unique users in 2671 transactions
     5. 4286 Merit received by DdmrDdmr (#1582324) from 422 unique users in 2349 transactions
     6. 4214 Merit received by fillippone (#1852120) from 336 unique users in 2513 transactions
     7. 4083 Merit received by El duderino_ (#1067333) from 318 unique users in 2665 transactions
     8. 3708 Merit received by Last of the V8s (#479624) from 262 unique users in 2498 transactions
     9. 3320 Merit received by gmaxwell (#11425) from 183 unique users in 1052 transactions
    10. 3006 Merit received by mikeywith (#2033515) from 270 unique users in 1721 transactions
    11. 2780 Merit received by LFC_Bitcoin (#379487) from 250 unique users in 1996 transactions
    12. 2685 Merit received by The Pharmacist (#487418) from 336 unique users in 1443 transactions
    13. 2671 Merit received by nutildah (#317618) from 330 unique users in 1502 transactions
    14. 2617 Merit received by 1miau (#2143453) from 291 unique users in 1663 transactions
    15. 2543 Merit received by Ratimov (#2627711) from 258 unique users in 1429 transactions
    16. 2464 Merit received by achow101 (#290195) from 181 unique users in 1279 transactions
    17. 2451 Merit received by HCP (#867786) from 247 unique users in 1360 transactions
    18. 2334 Merit received by satoshi (#3) from 271 unique users in 377 transactions
    19. 2325 Merit received by JayJuanGee (#252510) from 249 unique users in 1746 transactions
    20. 2315 Merit received by Hhampuz (#881377) from 403 unique users in 1238 transactions
    21. 2282 Merit received by VB1001 (#1138727) from 194 unique users in 1689 transactions
    22. 2278 Merit received by TryNinja (#557798) from 326 unique users in 1315 transactions
    23. 2227 Merit received by xhomerx10 (#120694) from 221 unique users in 1275 transactions
    24. 2152 Merit received by pooya87 (#379147) from 261 unique users in 1448 transactions
    25. 2135 Merit received by TheBeardedBaby (#1291828) from 311 unique users in 1113 transactions
    26. 1983 Merit received by hilariousetc (#397737) from 219 unique users in 930 transactions
    27. 1921 Merit received by abhiseshakana (#1878246) from 136 unique users in 1028 transactions
    28. 1903 Merit received by gentlemand (#155345) from 294 unique users in 1225 transactions
    29. 1882 Merit received by bitmover (#1554927) from 320 unique users in 1141 transactions
    30. 1845 Merit received by DireWolfM14 (#2003859) from 220 unique users in 906 transactions
    31. 1831 Merit received by bob123 (#579628) from 199 unique users in 1111 transactions
    32. 1799 Merit received by nullius (#976210) from 242 unique users in 826 transactions
    33. 1780 Merit received by tranthidung (#1292764) from 282 unique users in 1024 transactions
    34. 1745 Merit received by Toxic2040 (#239406) from 133 unique users in 1117 transactions
    35. 1712 Merit received by HairyMaclairy (#181806) from 156 unique users in 1336 transactions
    36. 1694 Merit received by Vod (#30747) from 319 unique users in 849 transactions
    37. 1691 Merit received by Steamtyme (#1112531) from 198 unique users in 784 transactions
    38. 1676 Merit received by qwk (#24140) from 220 unique users in 927 transactions
    39. 1660 Merit received by philipma1957 (#64507) from 245 unique users in 948 transactions
    40. 1656 Merit received by marlboroza (#787736) from 231 unique users in 771 transactions
    41. 1643 Merit received by yogg (#140827) from 150 unique users in 674 transactions
    42. 1643 Merit received by Lauda (#101872) from 243 unique users in 777 transactions
    43. 1633 Merit received by xtraelv (#897509) from 228 unique users in 760 transactions
    44. 1619 Merit received by BobLawblaw (#569455) from 153 unique users in 1208 transactions
    45. 1617 Merit received by mocacinno (#405464) from 212 unique users in 923 transactions
    46. 1603 Merit received by Rath_ (#1169179) from 170 unique users in 801 transactions
    47. 1593 Merit received by krogothmanhattan (#1000199) from 230 unique users in 713 transactions
    48. 1592 Merit received by zasad@ (#2654005) from 213 unique users in 842 transactions
    49. 1554 Merit received by witcher_sense (#1433865) from 164 unique users in 985 transactions
    50. 1545 Merit received by Jet Cash (#698159) from 295 unique users in 905 transactions
.......
.......
.......
 35750. 1 Merit received by 1melyun (#543052) from 1 unique users in 1 transactions
 35751. 1 Merit received by 1legalco (#1751895) from 1 unique users in 1 transactions
 35752. 1 Merit received by 1ceStorm (#2342907) from 1 unique users in 1 transactions
 35753. 1 Merit received by 1ce (#1019784) from 1 unique users in 1 transactions
 35754. 1 Merit received by 1camtron (#1236351) from 1 unique users in 1 transactions
 35755. 1 Merit received by 1apayment (#1855631) from 1 unique users in 1 transactions
 35756. 1 Merit received by 1Cryptonutaya1 (#2080901) from 1 unique users in 1 transactions
 35757. 1 Merit received by 1907KFY (#1935217) from 1 unique users in 1 transactions
 35758. 1 Merit received by 1453ist (#1431126) from 1 unique users in 1 transactions
 35759. 1 Merit received by 1453eko (#1431103) from 1 unique users in 1 transactions
 35760. 1 Merit received by 13ex07 (#1207068) from 1 unique users in 1 transactions
 35761. 1 Merit received by 13dizel (#1208678) from 1 unique users in 1 transactions
 35762. 1 Merit received by 13Winter13 (#919666) from 1 unique users in 1 transactions
 35763. 1 Merit received by 12tribes (#1221082) from 1 unique users in 1 transactions
 35764. 1 Merit received by 12assa34 (#1729394) from 1 unique users in 1 transactions
 35765. 1 Merit received by 123tm (#848549) from 1 unique users in 1 transactions
 35766. 1 Merit received by 123pogi123 (#2252156) from 1 unique users in 1 transactions
 35767. 1 Merit received by 123exo123 (#1919155) from 1 unique users in 1 transactions
 35768. 1 Merit received by 11:11pas (#1306783) from 1 unique users in 1 transactions
 35769. 1 Merit received by 112_blockchain (#2081987) from 1 unique users in 1 transactions
 35770. 1 Merit received by 100monet (#323057) from 1 unique users in 1 transactions
 35771. 1 Merit received by 1000usdforwife (#1547718) from 1 unique users in 1 transactions
 35772. 1 Merit received by 1000alasan (#2458354) from 1 unique users in 1 transactions
 35773. 1 Merit received by 100%_Shared_FreeBitco.in (#2531436) from 1 unique users in 1 transactions
 35774. 1 Merit received by 0xb100d (#1342964) from 1 unique users in 1 transactions
 35775. 1 Merit received by 0x1Knowledge (#2000899) from 1 unique users in 1 transactions
 35776. 1 Merit received by 0vx (#2805438) from 1 unique users in 1 transactions
 35777. 1 Merit received by 0bit (#493268) from 1 unique users in 1 transactions
 35778. 1 Merit received by 0RajA0 (#1151527) from 1 unique users in 1 transactions
 35779. 1 Merit received by 063Myxa (#1432563) from 1 unique users in 1 transactions
 35780. 1 Merit received by 05btc (#2050202) from 1 unique users in 1 transactions
 35781. 1 Merit received by 00hello (#2471124) from 1 unique users in 1 transactions
 35782. 1 Merit received by 00RedBlack00 (#2527578) from 1 unique users in 1 transactions
 35783. 1 Merit received by -manki- (#2012741) from 1 unique users in 1 transactions
 35784. 1 Merit received by -droid- (#196457) from 1 unique users in 1 transactions
 35785. 1 Merit received by -Redacted- (#129075) from 1 unique users in 1 transactions
 35786. 1 Merit received by -Night- (#878210) from 1 unique users in 1 transactions
 35787. 1 Merit received by -Multivitamina- (#2566641) from 1 unique users in 1 transactions
 35788. 1 Merit received by -HK- (#1133384) from 1 unique users in 1 transactions
 35789. 1 Merit received by -BDan- (#1751855) from 1 unique users in 1 transactions
 35790. 1 Merit received by -ATHEIST- (#2381655) from 1 unique users in 1 transactions
 35791. 1 Merit received by +Tatogo+ (#126552) from 1 unique users in 1 transactions
 35792. 1 Merit received by *zismo* (#1114896) from 1 unique users in 1 transactions
 35793. 1 Merit received by (o)(o)ilikeboobs(o)(o) (#827265) from 1 unique users in 1 transactions
 35794. 1 Merit received by (A)social (#52189) from 1 unique users in 1 transactions
 35795. 1 Merit received by $imple$imon (#2060672) from 1 unique users in 1 transactions
 35796. 1 Merit received by $--Perfect. Exchange-$. (#1140007) from 1 unique users in 1 transactions
 35797. 1 Merit received by #BitLucky (#2101836) from 1 unique users in 1 transactions
 35798. 1 Merit received by !vanovi4 (#2145681) from 1 unique users in 1 transactions
 35799. 0 Merit received by gwsukabokepjepang (#2536607) from 2 unique users in 2 transactions
Full list (3 MB)

Total number of users who gave away 1 or more sMerit: 22588
Sample
Code:
     1. 33604 Merit sent by suchmoon (#234771) to 2157 unique users in 6766 transactions
     2. 16773 Merit sent by dbshck (#153634) to 1068 unique users in 5112 transactions
     3. 16742 Merit sent by LoyceV (#459836) to 1886 unique users in 7417 transactions
     4. 12700 Merit sent by Foxpup (#55384) to 562 unique users in 4376 transactions
     5. 12114 Merit sent by chimk (#1202061) to 757 unique users in 4369 transactions
     6. 11943 Merit sent by theymos (#35) to 804 unique users in 1222 transactions
     7. 8712 Merit sent by bones261 (#452769) to 1032 unique users in 4239 transactions
     8. 8455 Merit sent by DdmrDdmr (#1582324) to 1144 unique users in 7431 transactions
     9. 8453 Merit sent by JayJuanGee (#252510) to 1314 unique users in 8383 transactions
    10. 8395 Merit sent by El duderino_ (#1067333) to 411 unique users in 3770 transactions
    11. 7435 Merit sent by fillippone (#1852120) to 613 unique users in 4090 transactions
    12. 7205 Merit sent by qwk (#24140) to 525 unique users in 4682 transactions
    13. 6958 Merit sent by DarkStar_ (#507936) to 887 unique users in 1920 transactions
    14. 6804 Merit sent by frodocooper (#988740) to 463 unique users in 2843 transactions
    15. 6725 Merit sent by Ratimov (#2627711) to 594 unique users in 5051 transactions
    16. 6713 Merit sent by xandry (#382413) to 856 unique users in 3234 transactions
    17. 6706 Merit sent by ETFbitcoin (#359716) to 984 unique users in 5059 transactions
    18. 6543 Merit sent by Welsh (#84521) to 655 unique users in 1808 transactions
    19. 6510 Merit sent by TMAN (#98986) to 497 unique users in 1422 transactions
    20. 6395 Merit sent by Halab (#1053119) to 905 unique users in 3039 transactions
    21. 6111 Merit sent by vapourminer (#33156) to 1538 unique users in 5325 transactions
    22. 6064 Merit sent by Flying Hellfish (#79608) to 285 unique users in 1067 transactions
    23. 6046 Merit sent by LFC_Bitcoin (#379487) to 874 unique users in 4198 transactions
    24. 4965 Merit sent by Vod (#30747) to 719 unique users in 1818 transactions
    25. 4938 Merit sent by hugeblack (#1059082) to 933 unique users in 3296 transactions
    26. 4877 Merit sent by OgNasty (#18321) to 1831 unique users in 3786 transactions
    27. 4701 Merit sent by o_e_l_e_o (#1188543) to 1151 unique users in 3376 transactions
    28. 4350 Merit sent by 1miau (#2143453) to 483 unique users in 2875 transactions
    29. 4092 Merit sent by EFS (#140584) to 476 unique users in 1729 transactions
    30. 3842 Merit sent by Blacknavy (#1018510) to 299 unique users in 2159 transactions
    31. 3810 Merit sent by krogothmanhattan (#1000199) to 434 unique users in 1816 transactions
    32. 3803 Merit sent by The Pharmacist (#487418) to 739 unique users in 1919 transactions
    33. 3702 Merit sent by paxmao (#1192397) to 791 unique users in 2423 transactions
    34. 3641 Merit sent by BobLawblaw (#569455) to 240 unique users in 2037 transactions
    35. 3536 Merit sent by nutildah (#317618) to 767 unique users in 2566 transactions
    36. 3371 Merit sent by QuestionAuthority (#72795) to 205 unique users in 239 transactions
    37. 3305 Merit sent by Vlad2Vlad (#112208) to 101 unique users in 431 transactions
    38. 3257 Merit sent by Vispilio (#982288) to 348 unique users in 1716 transactions
    39. 3166 Merit sent by Jet Cash (#698159) to 595 unique users in 1404 transactions
    40. 3118 Merit sent by malevolent (#23092) to 558 unique users in 1573 transactions
    41. 2701 Merit sent by joniboini (#1275282) to 356 unique users in 1143 transactions
    42. 2531 Merit sent by OmegaStarScream (#375981) to 521 unique users in 1440 transactions
    43. 2516 Merit sent by CryptopreneurBrainboss (#1052091) to 588 unique users in 1681 transactions
    44. 2507 Merit sent by Globb0 (#244243) to 272 unique users in 976 transactions
    45. 2504 Merit sent by cabalism13 (#1605387) to 417 unique users in 1455 transactions
    46. 2482 Merit sent by mindrust (#176777) to 512 unique users in 1239 transactions
    47. 2480 Merit sent by SyGambler (#405889) to 207 unique users in 1002 transactions
    48. 2384 Merit sent by Heisenberg_Hunter (#1564795) to 500 unique users in 1939 transactions
    49. 2281 Merit sent by klarki (#407174) to 581 unique users in 1515 transactions
    50. 2201 Merit sent by philipma1957 (#64507) to 511 unique users in 1055 transactions
.......
.......
.......
 22539. 1 Merit sent by 3dyx (#1130468) to 1 unique users in 1 transactions
 22540. 1 Merit sent by 3dianle (#1218380) to 1 unique users in 1 transactions
 22541. 1 Merit sent by 3btc (#69960) to 1 unique users in 1 transactions
 22542. 1 Merit sent by 3acaga (#1232502) to 1 unique users in 1 transactions
 22543. 1 Merit sent by 360llqzc (#1300924) to 1 unique users in 1 transactions
 22544. 1 Merit sent by 3227jw (#2592839) to 1 unique users in 1 transactions
 22545. 1 Merit sent by 2x2coindwarf (#2686612) to 1 unique users in 1 transactions
 22546. 1 Merit sent by 2x25BT (#990097) to 1 unique users in 1 transactions
 22547. 1 Merit sent by 2drive (#1304704) to 1 unique users in 1 transactions
 22548. 1 Merit sent by 2andahalfBTC (#1142164) to 1 unique users in 1 transactions
 22549. 1 Merit sent by 27aume (#1001865) to 1 unique users in 1 transactions
 22550. 1 Merit sent by 27QVUTZj8rgZP1 (#662730) to 1 unique users in 1 transactions
 22551. 1 Merit sent by 2342q6tegw (#1212678) to 1 unique users in 1 transactions
 22552. 1 Merit sent by 214missy (#1285563) to 1 unique users in 1 transactions
 22553. 1 Merit sent by 212fox (#1342293) to 1 unique users in 1 transactions
 22554. 1 Merit sent by 1r0n (#1252002) to 1 unique users in 1 transactions
 22555. 1 Merit sent by 1pool Ltd. (#2062862) to 1 unique users in 1 transactions
 22556. 1 Merit sent by 1melyun (#543052) to 1 unique users in 1 transactions
 22557. 1 Merit sent by 1cyrax00 (#964210) to 1 unique users in 1 transactions
 22558. 1 Merit sent by 1chempion123 (#1346880) to 1 unique users in 1 transactions
 22559. 1 Merit sent by 1cak (#1136856) to 1 unique users in 1 transactions
 22560. 1 Merit sent by 1amCrypt0 (#933826) to 1 unique users in 1 transactions
 22561. 1 Merit sent by 1CryptoSmurf (#1352746) to 1 unique users in 1 transactions
 22562. 1 Merit sent by 19nataliya12 (#1873934) to 1 unique users in 1 transactions
 22563. 1 Merit sent by 19dimasik77 (#881779) to 1 unique users in 1 transactions
 22564. 1 Merit sent by 19Nov16 (#921267) to 1 unique users in 1 transactions
 22565. 1 Merit sent by 17buratin (#1187494) to 1 unique users in 1 transactions
 22566. 1 Merit sent by 13ex07 (#1207068) to 1 unique users in 1 transactions
 22567. 1 Merit sent by 13Charlie (#76987) to 1 unique users in 1 transactions
 22568. 1 Merit sent by 12retepnat34 (#1053271) to 1 unique users in 1 transactions
 22569. 1 Merit sent by 10yearsolder (#1094878) to 1 unique users in 1 transactions
 22570. 1 Merit sent by 10sat (#1162504) to 1 unique users in 1 transactions
 22571. 1 Merit sent by 10BTCaDay (#396522) to 1 unique users in 1 transactions
 22572. 1 Merit sent by 100kk (#1316426) to 1 unique users in 1 transactions
 22573. 1 Merit sent by 100eth (#1324600) to 1 unique users in 1 transactions
 22574. 1 Merit sent by 0virtual (#1244555) to 1 unique users in 1 transactions
 22575. 1 Merit sent by 0Alvaren0 (#2020991) to 1 unique users in 1 transactions
 22576. 1 Merit sent by 01bits (#1629161) to 1 unique users in 1 transactions
 22577. 1 Merit sent by 01BTC (#1756786) to 1 unique users in 1 transactions
 22578. 1 Merit sent by 00HasH (#841746) to 1 unique users in 1 transactions
 22579. 1 Merit sent by 00DKM@ (#1311705) to 1 unique users in 1 transactions
 22580. 1 Merit sent by .nuke (#89670) to 1 unique users in 1 transactions
 22581. 1 Merit sent by .anto. (#548049) to 1 unique users in 1 transactions
 22582. 1 Merit sent by -kirito (#1747828) to 1 unique users in 1 transactions
 22583. 1 Merit sent by -Night- (#878210) to 1 unique users in 1 transactions
 22584. 1 Merit sent by -Kaizer- (#60550) to 1 unique users in 1 transactions
 22585. 1 Merit sent by -Blockcuan- (#2545116) to 1 unique users in 1 transactions
 22586. 1 Merit sent by $Talker (#1043705) to 1 unique users in 1 transactions
 22587. 1 Merit sent by $@to$h! (#1183184) to 1 unique users in 1 transactions
 22588. 1 Merit sent by #Bentley (#1232592) to 1 unique users in 1 transactions
Full list (2 MB)

Merit per day of the week
Monday 107197 (13.99%)
Tuesday 111660 (14.57%)
Wednesday 108588 (14.17%)
Thursday 124672 (16.27%)
Friday 117799 (15.38%)
Saturday 98477 (12.85%)
Sunday 97520 (12.73%)
Total: 765913


* This file will be overwritten by newer versions
13500  Bitcoin / Bitcoin Technical Support / Re: [~1 BTC Bounty] on: October 10, 2020, 06:07:45 PM
With such little imposed risk, I'm finding fault in seeing why my transaction has not been mined yet. I can create a tx with a 1 BTC fee if you reading this now would like to inquire about it.
I guess they don't want to risk somehow losing their block reward over this. But: are you in a hurry? Current block reward is 6.25 BTC, in 12 years it's going to be less than you're willing to offer as fee.

What's stopping you from creating and posting that transaction already? Just make sure you don't lose access to it's destination address if it's mined years in the future.
Pages: « 1 ... 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 [675] 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 ... 1373 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!