Bitcoin Forum

Other => Meta => Topic started by: Piggy on June 11, 2018, 02:55:46 PM



Title: Swiss army knife Tool to query Merit data online - Full History
Post by: Piggy on June 11, 2018, 02:55:46 PM
I created a tool to query the all history of merit transactions, for any need you may find useful.
There are a series of parameter that can be passed into the url to get the data you want. It could also be used in here as a way to show some transaction simply by posting a link.

The data is updated to the 8th of June. Give it a try, the instructions are below with some ready example.

The result table has embedded links for users, which are pointing back to the full merit history within the tool itself, to the user profile page in bitcointalk  and a ready link to jump to the comment merited as well:

Update: copy to clipboard and forum formatting:
https://bitcointalk.org/index.php?topic=4456438.msg40512247#msg40512247


Latest Layout
https://i.imgur.com/mdUNgtS.png

Full Merit data history visualization per user
https://i.imgur.com/Oa91dk4.png (https://i.imgur.com/Oa91dk4.png)

Query data visualization (can be based on merits,time,users)
https://i.imgur.com/jQf1zUy.png (https://i.imgur.com/jQf1zUy.png)



Some example that can help you to get started on how to use it:

Show a single merit transaction:

https://albertoit.github.io/Visualization/Merit%20js%20tool/filterMeritLocal.html?tx=42723

Filter by users: Username need to be accurate and exactly as you see them in the forum, in case a username is not mapped you can simply use the user id.

Full merit history for Jet Cash:

https://albertoit.github.io/Visualization/Merit%20js%20tool/filterMeritLocal.html?id=Jet%20Cash

Merit sent from Jet Cash to bitmover

https://albertoit.github.io/Visualization/Merit%20js%20tool/filterMeritLocal.html?fromuser=Jet%20Cash&touser=bitmover

Filter by date:

Merit given by TMAN to TheUltraElite starting from 2018-06-01

https://albertoit.github.io/Visualization/Merit%20js%20tool/filterMeritLocal.html?fromuser=TMAN&touser=TheUltraElite&dategreater=2018-06-01

Merit given by TMAN to TheUltraElite going backward from 2018-06-01

https://albertoit.github.io/Visualization/Merit%20js%20tool/filterMeritLocal.html?fromuser=TMAN&touser=TheUltraElite&datelower=2018-06-01

Merit given by TMAN to TheUltraElite between (dates included) 2018-04-01 and 2018-05-01

https://albertoit.github.io/Visualization/Merit%20js%20tool/filterMeritLocal.html?fromuser=TMAN&touser=TheUltraElite&datelower=2018-05-01&dategreater=2018-04-01

Filter by Merit:

merit given by suchmoon >= 10

https://albertoit.github.io/Visualization/Merit%20js%20tool/filterMeritLocal.html?fromuser=suchmoon&meritgreater=10

merit given by suchmoon <= 2

https://albertoit.github.io/Visualization/Merit%20js%20tool/filterMeritLocal.html?fromuser=suchmoon&meritlower=2

merit given by suchmoon between 5 and 7 (>= 5 and <= 7)

https://albertoit.github.io/Visualization/Merit%20js%20tool/filterMeritLocal.html?fromuser=suchmoon&meritlower=7&meritgreater=5

merit given by suchmoon = 6

https://albertoit.github.io/Visualization/Merit%20js%20tool/filterMeritLocal.html?fromuser=suchmoon&meritequal=6

A combination of everything:

https://albertoit.github.io/Visualization/Merit%20js%20tool/filterMeritLocal.html?fromuser=TMAN&touser=yogg&datelower=2018-06-01&dategreater=2018-05-01&meritegreater=5&meritlower=10

Bonus:
https://albertoit.github.io/Visualization/Merit%20js%20tool/filterMeritLocal.html?meritgreater=50



Title: Re: Swiss army knife Tool to query Merit data online
Post by: DdmrDdmr on June 11, 2018, 05:54:46 PM
Looks like we've now got at least four different options to download Merit TXs surpassing the 120 day limit, so as long as some of them keep on being updated we won’t be left in the dark.

Just a couple of quick comments:

1.   The parameters are case sensitive (i.e. DdmrDdmr gives us results but not ddmrddmr when using the ToUser parameter: https://albertoit.github.io/Visualization/Merit%20js%20tool/filterMeritLocal.html?id=DdmrDdmr) -> You have mentioned in on your post, but I dived straight in before re-reading it all... perhaps place it in bold.

2.   The links to the users once the list is brough up do not seem to work, giving a 404 (file not found) error. The Msg does work nevertheless.


Title: Re: Swiss army knife Tool to query Merit data online
Post by: Piggy on June 12, 2018, 05:22:39 AM
Looks like we've now got at least four different options to download Merit TXs surpassing the 120 day limit, so as long as some of them keep on being updated we won’t be left in the dark.

Just a couple of quick comments:

1.   The parameters are case sensitive (i.e. DdmrDdmr gives us results but not ddmrddmr when using the ToUser parameter: https://albertoit.github.io/Visualization/Merit%20js%20tool/filterMeritLocal.html?id=DdmrDdmr) -> You have mentioned in on your post, but I dived straight in before re-reading it all... perhaps place it in bold.

2.   The links to the users once the list is brough up do not seem to work, giving a 404 (file not found) error. The Msg does work nevertheless.


Thank you for the feedback!   ;)

I made some changes to fix the missing link, now is also possible look up a user name without worrying about capital letters in it, this will give the same results:

https://albertoit.github.io/Visualization/Merit%20js%20tool/filterMeritLocal.html?id=DDMRDDMR
https://albertoit.github.io/Visualization/Merit%20js%20tool/filterMeritLocal.html?id=ddmrddmr

I also did some improvement on the visual presentation, now it looks a bit more modern and perhaps easier to read:

https://i.imgur.com/Oa91dk4.png (https://i.imgur.com/Oa91dk4.png)




Title: Re: Swiss army knife Tool to query Merit data online
Post by: DdmrDdmr on June 12, 2018, 06:10:53 AM
<...>
I also did some improvement on the visual presentation, now it looks a bit more modern and perhaps easier to read:
<...>
It works fine now, and it’s very fast to give the response. I like the fact that clicking on the From /To user from the list takes you to that clicked user’s history.
If you plan on enhancing it, perhaps a direct access to the profiles (such as when clicking the Msg link) would come in handy for some, but the current functionality is nice too.


Title: Re: Swiss army knife Tool to query Merit data online
Post by: Piggy on June 12, 2018, 12:35:14 PM
I just added direct link to the personal page in bitcointalk as well and a link to each single transaction within the tool itself.

If there are any other good  suggestions for some other functionality to implement i'm open to it.


Title: Re: Swiss army knife Tool to query Merit data online
Post by: Coin-1 on June 13, 2018, 07:37:51 AM
Good work, topic starter! I wonder, where have you got the list of the BitcoinTalk users? Have you parsed the forum for that? As far as I know, there is no user names in the file "merit.txt.xz".


Title: Re: Swiss army knife Tool to query Merit data online
Post by: Piggy on June 13, 2018, 01:28:36 PM
Good work, topic starter! I wonder, where have you got the list of the BitcoinTalk users? Have you parsed the forum for that? As far as I know, there is no user names in the file "merit.txt.xz".

Yes you need to parse the user profile page for each user. This job was already done by LoyceV, so i took the ready list from him


Title: Re: Swiss army knife Tool to query Merit data online - Full History
Post by: Piggy on June 16, 2018, 03:19:38 PM
This is now updated with the new merit data - 15th June, i'm planning to add directly the topic name as well, beside the link pointing directly to the merited message.


Title: Re: Swiss army knife Tool to query Merit data online - Full History
Post by: Makkara on June 17, 2018, 11:39:29 AM
Quite a cool piece of software indeed. I see this could be quite usefull in spotting anomalies and abuses, it took me literally 1 minute to spot some shitty things going on by looking at the transactions carried out over a certain amount of merits and over a certain period of time.

It could be even more powerful if it could support full SQL like query commands, so that you can chain togheter multiple request and run more detailed searches.


Title: Re: Swiss army knife Tool to query Merit data online - Full History
Post by: LoyceV on June 17, 2018, 12:08:32 PM
i'm planning to add directly the topic name as well, beside the link pointing directly to the merited message.
I can get you a list if you want.


Title: Re: Swiss army knife Tool to query Merit data online - Full History
Post by: Piggy on June 17, 2018, 06:09:14 PM
i'm planning to add directly the topic name as well, beside the link pointing directly to the merited message.
I can get you a list if you want.

I should have the information already, if i remember correctly, since i'm using it in another graph. If needed i'll ask you, thanks.


It could be even more powerful if it could support full SQL like query commands, so that you can chain togheter multiple request and run more detailed searches.

It may make sense looking into it, for performance reasons as well, as the json file become bigger it could make the access slower.


Title: Re: Swiss army knife Tool to query Merit data online - Full History
Post by: Piggy on June 18, 2018, 11:40:38 AM
Released another improvement, now you can see the title of the thread where the merits where given.

This is an example of the result you get at the moment by running a query:

https://albertoit.github.io/Visualization/Merit%20js%20tool/filterMeritLocal.html?id=suchmoon

https://i.imgur.com/mdUNgtS.png


Title: Re: Swiss army knife Tool to query Merit data online - Full History
Post by: Piggy on June 20, 2018, 10:52:43 AM
Now you can export the results of a query or full merit history of a user, just click the icon https://albertoit.github.io/Visualization/Merit%20js%20tool/clipboard.png to copy the results in the clipboard and they are ready to be pasted here in a message.

For example for:

https://albertoit.github.io/Visualization/Merit%20js%20tool/filterMeritLocal.html?fromuser=suchmoon&meritgreater=10

this is the formatted ouput:

Result Custom Query
  • 2018-06-10T01:52:36Z: 10 from suchmoon (https://bitcointalk.org/index.php?action=profile;u=234771) to philipma1957 (https://bitcointalk.org/index.php?action=profile;u=64507) for 8th Alt coin thread.  Or what to do now that asics are all over the place. (https://bitcointalk.org/index.php?topic=3843565.msg39751095#msg39751095)
  • 2018-06-07T14:14:20Z: 10 from suchmoon (https://bitcointalk.org/index.php?action=profile;u=234771) to bitmover (https://bitcointalk.org/index.php?action=profile;u=1554927) for About Brazilian trucker's 'strike' (https://bitcointalk.org/index.php?topic=4424796.msg39470325#msg39470325)
  • 2018-05-21T03:16:39Z: 10 from suchmoon (https://bitcointalk.org/index.php?action=profile;u=234771) to cryptodevil (https://bitcointalk.org/index.php?action=profile;u=224980) for User 'Cloud Mining' is now deleting posts warning of his ponzi scam in thread. (https://bitcointalk.org/index.php?topic=1416687.msg14350750#msg14350750)
  • 2018-05-20T03:10:29Z: 10 from suchmoon (https://bitcointalk.org/index.php?action=profile;u=234771) to cryptodevil (https://bitcointalk.org/index.php?action=profile;u=224980) for Polish-registered recyclix.com is a Ponzi scheme and provably so. (https://bitcointalk.org/index.php?topic=1128611.msg11921942#msg11921942)
  • 2018-05-17T22:10:33Z: 10 from suchmoon (https://bitcointalk.org/index.php?action=profile;u=234771) to patrike (https://bitcointalk.org/index.php?action=profile;u=211077) for [Awesome Miner] - Powerful Windows GUI to manage and monitor up to 10000 miners (https://bitcointalk.org/index.php?topic=676942.msg7668661#msg7668661)
  • 2018-05-13T21:27:10Z: 10 from suchmoon (https://bitcointalk.org/index.php?action=profile;u=234771) to Gleb Gamow (https://bitcointalk.org/index.php?action=profile;u=349097) for Leroy Fodor has gone Full-Delusional! StakeMiners Confirmed .100%[sic] Insolvent (https://bitcointalk.org/index.php?topic=990219.msg10774190#msg10774190)
  • 2018-03-21T23:55:22Z: 10 from suchmoon (https://bitcointalk.org/index.php?action=profile;u=234771) to BobLawblaw (https://bitcointalk.org/index.php?action=profile;u=569455) for Wall Observer BTC/USD - Bitcoin price movement tracking &amp; discussion (https://bitcointalk.org/index.php?topic=178336.msg32868177#msg32868177)
  • 2018-03-11T15:02:20Z: 10 from suchmoon (https://bitcointalk.org/index.php?action=profile;u=234771) to philipma1957 (https://bitcointalk.org/index.php?action=profile;u=64507) for New merit give away thread. For alt coin mining. (https://bitcointalk.org/index.php?topic=2982593.msg30654156#msg30654156)
  • 2018-01-30T22:26:44Z: 10 from suchmoon (https://bitcointalk.org/index.php?action=profile;u=234771) to RoomBot (https://bitcointalk.org/index.php?action=profile;u=511899) for GAW / Josh Garza discussion Paycoin XPY xpy.io ION ionomy. ALWAYS MAKE MONEY :) (https://bitcointalk.org/index.php?topic=857670.msg29273301#msg29273301)
Total Merits 90

Or:

https://albertoit.github.io/Visualization/Merit%20js%20tool/filterMeritLocal.html?id=stompix

Sent by stompix
  • 2018-06-01T11:57:25Z: 1 to pooya87 (https://bitcointalk.org/index.php?action=profile;u=379147) for Is China the core up holder of Bitcoin? (https://bitcointalk.org/index.php?topic=4319458.msg38927462#msg38927462)
  • 2018-05-31T20:32:57Z: 1 to 2128789 (https://bitcointalk.org/index.php?action=profile;u=2128789) for Hero and Legendary Club waiting for your offers (https://bitcointalk.org/index.php?topic=4323256.msg38988644#msg38988644)
  • 2018-05-31T12:53:41Z: 1 to iasenko (https://bitcointalk.org/index.php?action=profile;u=1291828) for UserLog request,same as ModLog but for user activity+more ideas. BOT PROOF VIDeo (https://bitcointalk.org/index.php?topic=4378072.msg39055243#msg39055243)
  • 2018-05-21T05:59:51Z: 1 to Heisenberg_Hunter (https://bitcointalk.org/index.php?action=profile;u=1564795) for [BOUNTY][PRE-ICO] HoweyCoins- the only BitcoinTalk-endorsed ICO (https://bitcointalk.org/index.php?topic=4029040.msg37894866#msg37894866)
  • 2018-05-19T16:08:44Z: 1 to 1Referee (https://bitcointalk.org/index.php?action=profile;u=308793) for What is IMMO? - Rothschild Banking Dynasty Invests in Cryptocurrency (https://bitcointalk.org/index.php?topic=3988176.msg37792090#msg37792090)
  • 2018-05-13T20:01:46Z: 1 to LoyceV (https://bitcointalk.org/index.php?action=profile;u=459836) for Fake profiles joining old/closed bounties for some reason. (https://bitcointalk.org/index.php?topic=3612774.msg37180866#msg37180866)
  • 2018-05-12T12:10:17Z: 1 to DdmrDdmr (https://bitcointalk.org/index.php?action=profile;u=1582324) for Forum Word Clouds - Which words are most common in Topics (https://bitcointalk.org/index.php?topic=3743482.msg36995945#msg36995945)
  • 2018-04-28T12:10:58Z: 1 to AdolfinWolf (https://bitcointalk.org/index.php?action=profile;u=877396) for THIS SHOULD BE STOPPED ONCE AGAIN. (https://bitcointalk.org/index.php?topic=3427424.msg35790848#msg35790848)
  • 2018-04-06T11:51:18Z: 1 to amishmanish (https://bitcointalk.org/index.php?action=profile;u=1107844) for Handing your Happiness to Mr. Crypto Market (https://bitcointalk.org/index.php?topic=3239283.msg33823124#msg33823124)
  • 2018-04-06T11:02:26Z: 1 to Dorkie (https://bitcointalk.org/index.php?action=profile;u=1211225) for How to End CME Futures Market Manipulation on Cryptocurrencies. (https://bitcointalk.org/index.php?topic=3261904.msg34064651#msg34064651)
  • 2018-04-06T10:54:28Z: 1 to Zin-Zang (https://bitcointalk.org/index.php?action=profile;u=1777865) for How to End CME Futures Market Manipulation on Cryptocurrencies. (https://bitcointalk.org/index.php?topic=3261904.msg34063381#msg34063381)
  • 2018-04-01T14:50:24Z: 1 to o_e_l_e_o (https://bitcointalk.org/index.php?action=profile;u=1188543) for New new ultimate guide to ranking up as fast as possible (MODERATOR IN 7 WEEKS) (https://bitcointalk.org/index.php?topic=3232971.msg33651013#msg33651013)
  • 2018-03-20T16:09:10Z: 1 to HeRetiK (https://bitcointalk.org/index.php?action=profile;u=99837) for Mining a bitcoin costs about as much as buying one these days (https://bitcointalk.org/index.php?topic=3144604.msg32540614#msg32540614)
  • 2018-03-17T19:18:04Z: 1 to colonel_koval (https://bitcointalk.org/index.php?action=profile;u=1388820) for Cracking lost password wallet 319 BTC (https://bitcointalk.org/index.php?topic=3069450.msg32274722#msg32274722)
  • 2018-03-02T16:50:20Z: 1 to bug.lady (https://bitcointalk.org/index.php?action=profile;u=1317842) for Bitcoin Vending Machine (https://bitcointalk.org/index.php?topic=3049837.msg31396262#msg31396262)
  • 2018-02-22T11:19:01Z: 1 to TheQuin (https://bitcointalk.org/index.php?action=profile;u=143168) for Is bitcoinfees.earn.com systematically overestimating fees? (https://bitcointalk.org/index.php?topic=2990283.msg30742682#msg30742682)
  • 2018-02-22T10:40:23Z: 1 to RodeoX (https://bitcointalk.org/index.php?action=profile;u=6706) for Suggestion: Redistributing Lost Funds by Erosion (https://bitcointalk.org/index.php?topic=2991960.msg30768906#msg30768906)
  • 2018-02-17T14:38:10Z: 1 to BitcoinHodler (https://bitcointalk.org/index.php?action=profile;u=560256) for Recent Bitcoin rises UNMASKED (https://bitcointalk.org/index.php?topic=2966235.msg30473511#msg30473511)
  • 2018-02-14T19:32:12Z: 1 to nullius (https://bitcointalk.org/index.php?action=profile;u=976210) for Message about Roger Ver found in debug log (https://bitcointalk.org/index.php?topic=2940008.msg30296325#msg30296325)
  • 2018-02-10T18:45:25Z: 1 to bitperson (https://bitcointalk.org/index.php?action=profile;u=1459810) for Bitcoin bann in Europe (https://bitcointalk.org/index.php?topic=2915995.msg30011565#msg30011565)
  • 2018-02-10T16:24:38Z: 1 to DooMAD (https://bitcointalk.org/index.php?action=profile;u=175361) for Can logic sway the BTC community? (Segwit is dead) (https://bitcointalk.org/index.php?topic=2898639.msg29863795#msg29863795)
  • 2018-02-09T22:08:20Z: 1 to LeGaulois (https://bitcointalk.org/index.php?action=profile;u=507856) for Vizualizing All Horific Bitcoin crahes (https://bitcointalk.org/index.php?topic=2912105.msg29954726#msg29954726)
  • 2018-02-03T20:12:48Z: 1 to QuestionAuthority (https://bitcointalk.org/index.php?action=profile;u=72795) for Only 21.000.000 Bitcoins in existance (https://bitcointalk.org/index.php?topic=2873461.msg29545751#msg29545751)
  • 2018-02-02T19:54:53Z: 1 to DannyHamilton (https://bitcointalk.org/index.php?action=profile;u=60820) for Is Bitcoin is fully decentralised?? (https://bitcointalk.org/index.php?topic=2869967.msg29479107#msg29479107)
  • 2018-02-02T13:48:08Z: 1 to OmegaStarScream (https://bitcointalk.org/index.php?action=profile;u=375981) for Why such a harsh drop (https://bitcointalk.org/index.php?topic=2867350.msg29440969#msg29440969)
  • 2018-02-02T13:42:02Z: 1 to tigan_gangmei (https://bitcointalk.org/index.php?action=profile;u=1195340) for Is bitcoin really gonna be dead? (https://bitcointalk.org/index.php?topic=2868176.msg29453648#msg29453648)
  • 2018-02-01T15:06:39Z: 1 to kevoh (https://bitcointalk.org/index.php?action=profile;u=1132339) for Facebook will prevent all activities related to bitcoin and other cryptos! (https://bitcointalk.org/index.php?topic=2862984.msg29390649#msg29390649)
  • 2018-01-27T18:23:48Z: 1 to Samarkand (https://bitcointalk.org/index.php?action=profile;u=1010454) for 2017 Bitcoin Debit Card Reviews (https://bitcointalk.org/index.php?topic=1410577.msg29043267#msg29043267)
  • 2018-01-25T20:17:24Z: 1 to zhekinsp (https://bitcointalk.org/index.php?action=profile;u=391457) for 391457 (https://bitcointalk.org/index.php?topic=2822842.msg28919035#msg28919035)
  • 2018-01-25T16:22:08Z: 1 to exus (https://bitcointalk.org/index.php?action=profile;u=231031) for Merit &amp; new rank requirements (https://bitcointalk.org/index.php?topic=2818350.msg28908116#msg28908116)
  • 2018-01-25T02:53:07Z: 1 to Dyatrev (https://bitcointalk.org/index.php?action=profile;u=828742) for Merit &amp; new rank requirements (https://bitcointalk.org/index.php?topic=2818350.msg28863798#msg28863798)
  • 2018-01-25T00:58:00Z: 1 to Gleb Gamow (https://bitcointalk.org/index.php?action=profile;u=349097) for This is the official Sell Your sMerit Here thread - I'll start with my 200 sM .. (https://bitcointalk.org/index.php?topic=2818511.msg28858818#msg28858818)
  • 2018-01-25T00:51:59Z: 1 to theymos (https://bitcointalk.org/index.php?action=profile;u=35) for Merit &amp; new rank requirements (https://bitcointalk.org/index.php?topic=2818350.msg28860355#msg28860355)
  • 2018-01-25T00:28:40Z: 1 to Lutpin (https://bitcointalk.org/index.php?action=profile;u=520313) for Merit &amp; new rank requirements (https://bitcointalk.org/index.php?topic=2818350.msg28859822#msg28859822)
  • 2018-01-24T23:58:14Z: 3 to EcuaMobi (https://bitcointalk.org/index.php?action=profile;u=169515) for Merit &amp; new rank requirements (https://bitcointalk.org/index.php?topic=2818350.msg28858668#msg28858668)
  • 2018-01-24T23:02:06Z: 1 to Vod (https://bitcointalk.org/index.php?action=profile;u=30747) for What is the function of the 'Merit' score? (https://bitcointalk.org/index.php?topic=2818066.msg28856201#msg28856201)
Total Merits 38

Received by stompix
  • 2018-06-13T06:23:27Z: 1 from LoyceV (https://bitcointalk.org/index.php?action=profile;u=459836) for Bitcoin Banknotes Debut in Singapore (https://bitcointalk.org/index.php?topic=3534564.msg36306353#msg36306353)
  • 2018-06-07T17:02:19Z: 1 from richardsNY (https://bitcointalk.org/index.php?action=profile;u=533006) for [2018-03-06] South Africans Instructed to Pay Tax on Bitcoin (https://bitcointalk.org/index.php?topic=4416099.msg39592478#msg39592478)
  • 2018-06-06T15:17:06Z: 1 from LeGaulois (https://bitcointalk.org/index.php?action=profile;u=507856) for ARGENTINA TO USE BITCOIN FOR INTERNATIONAL TRANSFER (https://bitcointalk.org/index.php?topic=4427775.msg39512675#msg39512675)
  • 2018-06-05T15:12:37Z: 2 from Jet Cash (https://bitcointalk.org/index.php?action=profile;u=698159) for [IDEA] Instead of Decaying Unused sMerits why not Re-Allocate It (https://bitcointalk.org/index.php?topic=2847182.msg39437927#msg39437927)
  • 2018-05-20T11:05:33Z: 1 from funsponge (https://bitcointalk.org/index.php?action=profile;u=240233) for [Mods: NUKE 140 act] Commercial Spambots post and delete 1000s of posts per day (https://bitcointalk.org/index.php?topic=3955810.msg37802017#msg37802017)
  • 2018-05-19T21:22:52Z: 1 from LoyceV (https://bitcointalk.org/index.php?action=profile;u=459836) for [ANN][PRE-ICO]HoweyCoins: the only BitcoinTalk-endorsed ICO - GUARANTEED PROFIT (https://bitcointalk.org/index.php?topic=3920469.msg37813064#msg37813064)
  • 2018-05-19T17:59:54Z: 1 from LoyceV (https://bitcointalk.org/index.php?action=profile;u=459836) for [Mods: NUKE 140 act] Commercial Spambots post and delete 1000s of posts per day (https://bitcointalk.org/index.php?topic=3955810.msg37802017#msg37802017)
  • 2018-05-19T16:47:51Z: 1 from 1Referee (https://bitcointalk.org/index.php?action=profile;u=308793) for What is IMMO? - Rothschild Banking Dynasty Invests in Cryptocurrency (https://bitcointalk.org/index.php?topic=3988176.msg37812049#msg37812049)
  • 2018-05-19T16:44:06Z: 1 from apoorvlathey (https://bitcointalk.org/index.php?action=profile;u=735878) for [ANN][PRE-ICO]HoweyCoins: the only BitcoinTalk-endorsed ICO - GUARANTEED PROFIT (https://bitcointalk.org/index.php?topic=3920469.msg37813064#msg37813064)
  • 2018-05-19T10:26:34Z: 1 from rajurathod18 (https://bitcointalk.org/index.php?action=profile;u=1514206) for [ANN][PRE-ICO]HoweyCoins: the only BitcoinTalk-endorsed ICO - GUARANTEED PROFIT (https://bitcointalk.org/index.php?topic=3920469.msg37768739#msg37768739)
  • 2018-05-17T16:29:19Z: 1 from mprep (https://bitcointalk.org/index.php?action=profile;u=51173) for Was Satoshi from USA? (during 2009-2010) (https://bitcointalk.org/index.php?topic=3902045.msg37587722#msg37587722)
  • 2018-05-17T13:14:27Z: 1 from NeuroticFish (https://bitcointalk.org/index.php?action=profile;u=257071) for Bitcoin Market Manipulation (https://bitcointalk.org/index.php?topic=3903704.msg37568700#msg37568700)
  • 2018-05-09T04:08:33Z: 1 from xhomerx10 (https://bitcointalk.org/index.php?action=profile;u=120694) for Bitcoin will go far above $100.000  (https://bitcointalk.org/index.php?topic=3439583.msg35863355#msg35863355)
  • 2018-05-07T19:55:43Z: 1 from d5000 (https://bitcointalk.org/index.php?action=profile;u=85033) for Meaningless and Redundant Topics (https://bitcointalk.org/index.php?topic=3619416.msg36605156#msg36605156)
  • 2018-05-07T15:14:18Z: 1 from RodeoX (https://bitcointalk.org/index.php?action=profile;u=6706) for 164749 (https://bitcointalk.org/index.php?topic=3613290.msg36572163#msg36572163)
  • 2018-05-04T04:43:03Z: 1 from DarkStar_ (https://bitcointalk.org/index.php?action=profile;u=507936) for Account Got Negative Trust (https://bitcointalk.org/index.php?topic=3449689.msg36120856#msg36120856)
  • 2018-05-03T13:17:54Z: 1 from suchmoon (https://bitcointalk.org/index.php?action=profile;u=234771) for Account Got Negative Trust (https://bitcointalk.org/index.php?topic=3449689.msg36120856#msg36120856)
  • 2018-04-30T13:04:41Z: 1 from suchmoon (https://bitcointalk.org/index.php?action=profile;u=234771) for Account Got Negative Trust (https://bitcointalk.org/index.php?topic=3449689.msg35931921#msg35931921)
  • 2018-04-30T12:07:58Z: 1 from NeuroticFish (https://bitcointalk.org/index.php?action=profile;u=257071) for Account Got Negative Trust (https://bitcointalk.org/index.php?topic=3449689.msg35931921#msg35931921)
  • 2018-04-29T19:32:14Z: 10 from franky1 (https://bitcointalk.org/index.php?action=profile;u=65837) for 164749 (https://bitcointalk.org/index.php?topic=3439806.msg35900627#msg35900627)
  • 2018-04-28T20:24:35Z: 1 from jbreher (https://bitcointalk.org/index.php?action=profile;u=28719) for Wall Observer BTC/USD - Bitcoin price movement tracking &amp; discussion (https://bitcointalk.org/index.php?topic=178336.msg35784322#msg35784322)
  • 2018-04-25T01:25:32Z: 2 from suchmoon (https://bitcointalk.org/index.php?action=profile;u=234771) for I am flabbergasted that it actually happens on this scale (https://bitcointalk.org/index.php?topic=3374243.msg35379703#msg35379703)
  • 2018-04-23T13:53:00Z: 1 from DdmrDdmr (https://bitcointalk.org/index.php?action=profile;u=1582324) for Mining in public places  (https://bitcointalk.org/index.php?topic=3373552.msg35364620#msg35364620)
  • 2018-04-21T22:32:28Z: 1 from eaLiTy (https://bitcointalk.org/index.php?action=profile;u=808881) for The existence of bitcoin is still lacking (https://bitcointalk.org/index.php?topic=3362481.msg35244570#msg35244570)
  • 2018-04-21T13:12:37Z: 1 from TryNinja (https://bitcointalk.org/index.php?action=profile;u=557798) for Two forum ID in one Pc! Can it possible  (https://bitcointalk.org/index.php?topic=3357531.msg35236425#msg35236425)
  • 2018-04-20T13:21:18Z: 1 from pooya87 (https://bitcointalk.org/index.php?action=profile;u=379147) for Pablo Escobars Brother Says BTC created by CIA W proof (https://bitcointalk.org/index.php?topic=3354525.msg35163276#msg35163276)
  • 2018-04-19T14:09:17Z: 1 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) for Why the fuck did Admin lock up so many topics?  wtf? (https://bitcointalk.org/index.php?topic=3336809.msg35040135#msg35040135)
  • 2018-04-18T22:49:02Z: 1 from TryNinja (https://bitcointalk.org/index.php?action=profile;u=557798) for Why the fuck did Admin lock up so many topics?  wtf? (https://bitcointalk.org/index.php?topic=3336809.msg35040135#msg35040135)
  • 2018-04-18T22:25:02Z: 1 from Jet Cash (https://bitcointalk.org/index.php?action=profile;u=698159) for Why the fuck did Admin lock up so many topics?  wtf? (https://bitcointalk.org/index.php?topic=3336809.msg35040135#msg35040135)
  • 2018-04-13T14:20:56Z: 1 from JayJuanGee (https://bitcointalk.org/index.php?action=profile;u=252510) for Wall Observer BTC/USD - Bitcoin price movement tracking &amp; discussion (https://bitcointalk.org/index.php?topic=178336.msg34614424#msg34614424)
  • 2018-04-13T12:12:42Z: 1 from TheQuin (https://bitcointalk.org/index.php?action=profile;u=143168) for Merit &amp; new rank requirements (https://bitcointalk.org/index.php?topic=2818350.msg34606418#msg34606418)
  • 2018-04-07T19:48:42Z: 1 from Mometaskers (https://bitcointalk.org/index.php?action=profile;u=677181) for I'm Mark Karpelès, ex-CEO of bankrupt MtGox. Ask me anything (https://bitcointalk.org/index.php?topic=3257195.msg33980671#msg33980671)
  • 2018-04-06T13:00:46Z: 1 from krishnapramod (https://bitcointalk.org/index.php?action=profile;u=372359) for Handing your Happiness to Mr. Crypto Market (https://bitcointalk.org/index.php?topic=3239283.msg34070547#msg34070547)
  • 2018-04-02T06:56:50Z: 1 from nullius (https://bitcointalk.org/index.php?action=profile;u=976210) for [April fools] New new rank requirements (https://bitcointalk.org/index.php?topic=3232693.msg33696511#msg33696511)
  • 2018-03-31T21:10:16Z: 1 from pixie85 (https://bitcointalk.org/index.php?action=profile;u=930591) for Government Furious (https://bitcointalk.org/index.php?topic=3224961.msg33606182#msg33606182)
  • 2018-03-29T22:17:50Z: 1 from Hydrogen (https://bitcointalk.org/index.php?action=profile;u=68364) for Why a medieval peasant got more vacation time than you (https://bitcointalk.org/index.php?topic=3186205.msg33211976#msg33211976)
  • 2018-03-26T13:09:02Z: 1 from hase0278 (https://bitcointalk.org/index.php?action=profile;u=809353) for Why a medieval peasant got more vacation time than you (https://bitcointalk.org/index.php?topic=3186205.msg33211976#msg33211976)
  • 2018-03-26T12:53:45Z: 1 from European Central Bank (https://bitcointalk.org/index.php?action=profile;u=339364) for Why a medieval peasant got more vacation time than you (https://bitcointalk.org/index.php?topic=3186205.msg33211976#msg33211976)
  • 2018-03-24T20:26:06Z: 1 from Ultegra134 (https://bitcointalk.org/index.php?action=profile;u=401014) for Temporary ban on Cryptocurrency mining WorldEconomicForum (https://bitcointalk.org/index.php?topic=3189776.msg33057877#msg33057877)
  • 2018-03-24T13:54:44Z: 1 from Pursuer (https://bitcointalk.org/index.php?action=profile;u=403303) for Temporary ban on Cryptocurrency mining WorldEconomicForum (https://bitcointalk.org/index.php?topic=3189776.msg33057877#msg33057877)
  • 2018-03-17T20:02:00Z: 2 from aso118 (https://bitcointalk.org/index.php?action=profile;u=86328) for Uncontrollable cash outflow with crypto. Does it really exist? (https://bitcointalk.org/index.php?topic=3144188.msg32542927#msg32542927)
  • 2018-03-17T04:20:23Z: 1 from pooya87 (https://bitcointalk.org/index.php?action=profile;u=379147) for The Mt. Gox dude won't let Bitcoin prices rise (https://bitcointalk.org/index.php?topic=3140509.msg32480655#msg32480655)
  • 2018-03-16T22:46:30Z: 1 from Toxic2040 (https://bitcointalk.org/index.php?action=profile;u=239406) for The Mt. Gox dude won't let Bitcoin prices rise (https://bitcointalk.org/index.php?topic=3140509.msg32480655#msg32480655)
  • 2018-03-09T18:37:30Z: 3 from European Central Bank (https://bitcointalk.org/index.php?action=profile;u=339364) for Russia to Criminalize Bitcoin Use.. (https://bitcointalk.org/index.php?topic=3092977.msg31939715#msg31939715)
  • 2018-03-08T11:32:43Z: 1 from aoluain (https://bitcointalk.org/index.php?action=profile;u=965440) for Bitcoin China will stop cash withdrawal today. Where will Bitcoin go in China? (https://bitcointalk.org/index.php?topic=3086915.msg31839179#msg31839179)
  • 2018-03-08T11:23:48Z: 1 from Lucius (https://bitcointalk.org/index.php?action=profile;u=533583) for Bitcoin China will stop cash withdrawal today. Where will Bitcoin go in China? (https://bitcointalk.org/index.php?topic=3086915.msg31839179#msg31839179)
  • 2018-03-05T19:37:43Z: 1 from BTCforJoe (https://bitcointalk.org/index.php?action=profile;u=557989) for Joe's Signatureless Challenge Archives (https://bitcointalk.org/index.php?topic=3055616.msg31628464#msg31628464)
  • 2018-03-03T18:01:58Z: 1 from ahmad21 (https://bitcointalk.org/index.php?action=profile;u=738183) for Yuan Is Crashing After Huge China Trade Surprise (https://bitcointalk.org/index.php?topic=2901643.msg30495701#msg30495701)
  • 2018-02-25T13:25:04Z: 1 from Jating (https://bitcointalk.org/index.php?action=profile;u=763588) for [2018-02-24] Vladivostok Discussed as Russia’s New ”Crypto Hub” (https://bitcointalk.org/index.php?topic=3011043.msg31022738#msg31022738)
  • 2018-02-24T18:51:34Z: 1 from d5000 (https://bitcointalk.org/index.php?action=profile;u=85033) for Debunking the waste of energy argument against Bitcoin (https://bitcointalk.org/index.php?topic=2965877.msg30884033#msg30884033)
  • 2018-02-24T15:11:47Z: 2 from Pursuer (https://bitcointalk.org/index.php?action=profile;u=403303) for Chinese bitcoin mining company may have made as much money as Nvidia last year  (https://bitcointalk.org/index.php?topic=3012616.msg30974076#msg30974076)
  • 2018-02-23T10:01:24Z: 1 from NUFCrichard (https://bitcointalk.org/index.php?action=profile;u=145491) for Debunking the waste of energy argument against Bitcoin (https://bitcointalk.org/index.php?topic=2965877.msg30884033#msg30884033)
  • 2018-02-18T03:30:22Z: 2 from DarkStar_ (https://bitcointalk.org/index.php?action=profile;u=507936) for Yuan Is Crashing After Huge China Trade Surprise (https://bitcointalk.org/index.php?topic=2901643.msg30495701#msg30495701)
  • 2018-02-17T15:44:11Z: 1 from BrewMaster (https://bitcointalk.org/index.php?action=profile;u=803757) for Bitcoin dominance - where do you expact it? (https://bitcointalk.org/index.php?topic=2966594.msg30482717#msg30482717)
  • 2018-02-16T22:20:45Z: 1 from maaydin (https://bitcointalk.org/index.php?action=profile;u=1135863) for It costs $26,000 to mine one bitcoin in South Korea — and just $530 in Venezuela (https://bitcointalk.org/index.php?topic=2961638.msg30441898#msg30441898)
  • 2018-02-13T08:52:33Z: 1 from LoyceV (https://bitcointalk.org/index.php?action=profile;u=459836) for $0.85 transaction fee is absolutely ridiculous! (https://bitcointalk.org/index.php?topic=1902329.msg30178008#msg30178008)
  • 2018-02-12T21:51:54Z: 1 from BartS (https://bitcointalk.org/index.php?action=profile;u=940804) for Armed robbers have raided the house of a British virtual currency trader (https://bitcointalk.org/index.php?topic=2898327.msg30021935#msg30021935)
  • 2018-02-12T13:29:01Z: 1 from xdrpx (https://bitcointalk.org/index.php?action=profile;u=398485) for ByeBye clogged mempool, ByeBye huge tx fees (https://bitcointalk.org/index.php?topic=2900547.msg29830866#msg29830866)
  • 2018-02-11T17:03:32Z: 1 from Hydrogen (https://bitcointalk.org/index.php?action=profile;u=68364) for Yuan Is Crashing After Huge China Trade Surprise (https://bitcointalk.org/index.php?topic=2901643.msg29960428#msg29960428)
  • 2018-02-11T03:19:50Z: 2 from DarkStar_ (https://bitcointalk.org/index.php?action=profile;u=507936) for ByeBye clogged mempool, ByeBye huge tx fees (https://bitcointalk.org/index.php?topic=2900547.msg29830866#msg29830866)
  • 2018-02-09T23:15:28Z: 1 from paxmao (https://bitcointalk.org/index.php?action=profile;u=1192397) for Do you think bitcoin redistributes wealth or just makes the wealthy richer? (https://bitcointalk.org/index.php?topic=2717295.msg27968175#msg27968175)
  • 2018-02-09T23:13:55Z: 1 from richardsNY (https://bitcointalk.org/index.php?action=profile;u=533006) for Australian Banks Now Allowing People to Buy Bitcoin (https://bitcointalk.org/index.php?topic=2911911.msg29957201#msg29957201)
  • 2018-02-08T22:09:55Z: 1 from ManaMan (https://bitcointalk.org/index.php?action=profile;u=892846) for Blockchain.info : Number Of Unique Addresses Used.  (https://bitcointalk.org/index.php?topic=2903381.msg29868486#msg29868486)
  • 2018-02-03T13:37:50Z: 2 from mjglqw (https://bitcointalk.org/index.php?action=profile;u=886521) for Only 21.000.000 Bitcoins in existance (https://bitcointalk.org/index.php?topic=2873461.msg29522454#msg29522454)
  • 2018-02-03T09:52:50Z: 1 from Hell-raiser (https://bitcointalk.org/index.php?action=profile;u=355801) for [2018-01-29] IMF’s Lagarde Says That Bitcoin Mining Consumes Too Much Electricit (https://bitcointalk.org/index.php?topic=2842412.msg29483757#msg29483757)
  • 2018-02-02T22:15:13Z: 1 from paxmao (https://bitcointalk.org/index.php?action=profile;u=1192397) for [2018-02-02] Italian Enel will not Supply Power to Miners (https://bitcointalk.org/index.php?topic=2866922.msg29484484#msg29484484)
  • 2018-02-02T19:32:51Z: 1 from frodocooper (https://bitcointalk.org/index.php?action=profile;u=988740) for 164749 (https://bitcointalk.org/index.php?topic=2812869.msg29460897#msg29460897)
  • 2018-02-02T13:31:03Z: 1 from LTU_btc (https://bitcointalk.org/index.php?action=profile;u=547435) for Facebook will prevent all activities related to bitcoin and other cryptos! (https://bitcointalk.org/index.php?topic=2862984.msg29390638#msg29390638)
  • 2018-01-31T22:22:28Z: 1 from just_Alice (https://bitcointalk.org/index.php?action=profile;u=562062) for Another Good news about bitcoin (https://bitcointalk.org/index.php?topic=2850942.msg29252563#msg29252563)
  • 2018-01-31T09:30:50Z: 3 from jayce (https://bitcointalk.org/index.php?action=profile;u=335088) for Small Island Nations - should they have their own Crypto  currencies? (https://bitcointalk.org/index.php?topic=2816040.msg29246788#msg29246788)
  • 2018-01-30T18:30:26Z: 1 from ibminer (https://bitcointalk.org/index.php?action=profile;u=84866) for hmm mining profitability this year? Will it drop like oil price?We need an OPEC? (https://bitcointalk.org/index.php?topic=2781009.msg28743005#msg28743005)
  • 2018-01-30T18:29:16Z: 1 from ibminer (https://bitcointalk.org/index.php?action=profile;u=84866) for hmm mining profitability this year? Will it drop like oil price?We need an OPEC? (https://bitcointalk.org/index.php?topic=2781009.msg28681475#msg28681475)
  • 2018-01-30T18:25:12Z: 1 from ibminer (https://bitcointalk.org/index.php?action=profile;u=84866) for hmm mining profitability this year? Will it drop like oil price?We need an OPEC? (https://bitcointalk.org/index.php?topic=2781009.msg28544102#msg28544102)
  • 2018-01-29T21:55:24Z: 1 from Bolt Brownie (https://bitcointalk.org/index.php?action=profile;u=546142) for BTC dominance halved (https://bitcointalk.org/index.php?topic=2836063.msg29167633#msg29167633)
  • 2018-01-29T20:36:53Z: 1 from richardsNY (https://bitcointalk.org/index.php?action=profile;u=533006) for BTC dominance halved (https://bitcointalk.org/index.php?topic=2836063.msg29167633#msg29167633)
  • 2018-01-26T18:17:56Z: 1 from Samarkand (https://bitcointalk.org/index.php?action=profile;u=1010454) for The lack of financial education (https://bitcointalk.org/index.php?topic=2827295.msg28983642#msg28983642)
  • 2018-01-26T17:57:32Z: 1 from bill gator (https://bitcointalk.org/index.php?action=profile;u=370611) for The lack of financial education (https://bitcointalk.org/index.php?topic=2827295.msg28983642#msg28983642)
  • 2018-01-25T22:05:50Z: 2 from theymos (https://bitcointalk.org/index.php?action=profile;u=35) for MERIT - A DEFINITION OF, RICH PEOPLE BECOME RICHER, POOR PEOPLE MAINTAIN POOR (https://bitcointalk.org/index.php?topic=2822726.msg28922300#msg28922300)
  • 2018-01-25T05:46:17Z: 1 from bakerlisa510 (https://bitcointalk.org/index.php?action=profile;u=1060156) for What is Copper Member and Merit? (https://bitcointalk.org/index.php?topic=2819451.msg28868573#msg28868573)
  • 2018-01-25T02:09:25Z: 2 from Lutpin (https://bitcointalk.org/index.php?action=profile;u=520313) for It's forking season !!! When it will end? List of Bitcoin Forks (Forkly Updated) (https://bitcointalk.org/index.php?topic=2471663.msg25318676#msg25318676)
Total Merits 102



Title: Re: Swiss army knife Tool to query Merit data online - Full History
Post by: Piggy on June 25, 2018, 06:06:54 AM
Updated with the latest data, Friday 22th of June


Title: Re: Swiss army knife Tool to query Merit data online - Full History
Post by: Piggy on July 08, 2018, 09:23:40 AM
Updated with the latest data from Friday 6th of July


Title: Re: Swiss army knife Tool to query Merit data online - Full History
Post by: Piggy on July 13, 2018, 11:38:43 AM
Updated with the latest data (Friday 13th of July)


Title: Re: Swiss army knife Tool to query Merit data online - Full History
Post by: Piggy on July 20, 2018, 01:23:06 PM
The tool is updated with the data from today, 20th of July.


Title: Re: Swiss army knife Tool to query Merit data online - Full History
Post by: Piggy on July 27, 2018, 04:08:22 PM
The tool is updated with the data from today, 27th of July.


Title: Re: Swiss army knife Tool to query Merit data online - Full History
Post by: Piggy on August 03, 2018, 01:24:44 PM
The tool is updated with the data from today, 3th of August.


Title: Re: Swiss army knife Tool to query Merit data online - Full History
Post by: Piggy on August 11, 2018, 05:05:52 AM
The tool is updated with the data from yesterday, 10th of August.


Title: Re: Swiss army knife Tool to query Merit data online - Full History
Post by: Piggy on August 17, 2018, 10:36:36 AM
The tool is updated with the latest data from today 17th of August.


Title: Re: Swiss army knife Tool to query Merit data online - Full History
Post by: Piggy on August 24, 2018, 09:54:39 AM
  • Updated with the latest data from today Friday 24th of August
  • Updated the user information for new users that were still identified by the id instead of user name

@piggy


Title: Re: Swiss army knife Tool to query Merit data online - Full History
Post by: Piggy on August 31, 2018, 10:00:19 AM
The tool is now updated with the latest data from today Friday 31st of August


Title: Re: Swiss army knife Tool to query Merit data online - Full History
Post by: Piggy on September 07, 2018, 10:11:16 AM
The tool is now updated with the latest data from today Friday 7th of September


Title: Re: Swiss army knife Tool to query Merit data online - Full History
Post by: Piggy on September 14, 2018, 09:48:13 AM
The tool is now updated with the latest data from today Friday 14thth of September

Sample of merit given (>=5) during this last week:

https://albertoit.github.io/Visualization/Merit%20js%20tool/filterMeritLocal.html?dategreater=2018-09-07&dategreater=2018-09-07&meritgreater=5&datelower=2018-09-14

Result Custom Query
  • 2018-09-13T20:43:29Z: 10 from 289735 (https://bitcointalk.org/index.php?action=profile;u=289735) to 901208 (https://bitcointalk.org/index.php?action=profile;u=901208) for [ANN] ICONOMI - Digital Assets Management Platform (https://bitcointalk.org/index.php?topic=1789926.msg27249424#msg27249424)
  • 2018-09-13T20:42:57Z: 10 from 289735 (https://bitcointalk.org/index.php?action=profile;u=289735) to 901208 (https://bitcointalk.org/index.php?action=profile;u=901208) for [ANN] ICONOMI - Digital Assets Management Platform (https://bitcointalk.org/index.php?topic=1789926.msg27249424#msg27249424)
  • 2018-09-13T20:34:47Z: 6 from Kylapoiss (https://bitcointalk.org/index.php?action=profile;u=1803753) to micgoossens (https://bitcointalk.org/index.php?action=profile;u=1067333) for Wall Observer BTC/USD - Bitcoin price movement tracking &amp; discussion (https://bitcointalk.org/index.php?topic=178336.msg45644077#msg45644077)
  • 2018-09-13T19:33:56Z: 10 from 908648 (https://bitcointalk.org/index.php?action=profile;u=908648) to 1267390 (https://bitcointalk.org/index.php?action=profile;u=1267390) for Are all the bounties coming out right now garbage? (https://bitcointalk.org/index.php?topic=5027070.msg45636911#msg45636911)
  • 2018-09-13T18:37:40Z: 5 from Chainsmokers (https://bitcointalk.org/index.php?action=profile;u=970667) to 1267390 (https://bitcointalk.org/index.php?action=profile;u=1267390) for Are all the bounties coming out right now garbage? (https://bitcointalk.org/index.php?topic=5027070.msg45636911#msg45636911)
  • 2018-09-13T18:32:38Z: 15 from tyoA7X (https://bitcointalk.org/index.php?action=profile;u=244076) to 1267390 (https://bitcointalk.org/index.php?action=profile;u=1267390) for altcoins are dying (https://bitcointalk.org/index.php?topic=3187202.msg45638364#msg45638364)
  • 2018-09-13T18:16:46Z: 10 from Masyudhi (https://bitcointalk.org/index.php?action=profile;u=986922) to 1267390 (https://bitcointalk.org/index.php?action=profile;u=1267390) for altcoins are dying (https://bitcointalk.org/index.php?topic=3187202.msg45638364#msg45638364)
  • 2018-09-13T17:39:58Z: 10 from d57heinz (https://bitcointalk.org/index.php?action=profile;u=329441) to QuirkSilver (https://bitcointalk.org/index.php?action=profile;u=1295668) for Acorn M.2 FPGA based GPU Accelerator  (https://bitcointalk.org/index.php?topic=4391318.msg45625157#msg45625157)
  • 2018-09-13T17:37:17Z: 9 from Undland (https://bitcointalk.org/index.php?action=profile;u=289619) to r1d1 (https://bitcointalk.org/index.php?action=profile;u=368837) for [ANN] WAVES. Плaтфopмa кpиптo-aктивoв бeз кoмпpoмиccoв (https://bitcointalk.org/index.php?topic=1394689.msg45583130#msg45583130)
  • 2018-09-13T14:52:31Z: 10 from Alex_Sr (https://bitcointalk.org/index.php?action=profile;u=1762404) to Nikisa (https://bitcointalk.org/index.php?action=profile;u=2154195) for Forum chronicle - UP Rank List (BPIP statistics, trust, who is who) (https://bitcointalk.org/index.php?topic=5024849.msg45419770#msg45419770)
  • 2018-09-13T14:14:08Z: 5 from Globb0 (https://bitcointalk.org/index.php?action=profile;u=244243) to Febo (https://bitcointalk.org/index.php?action=profile;u=335459) for [XMR] Monero - A secure, private, untraceable cryptocurrency (https://bitcointalk.org/index.php?topic=583449.msg45630033#msg45630033)
  • 2018-09-13T13:36:04Z: 8 from 901208 (https://bitcointalk.org/index.php?action=profile;u=901208) to 874440 (https://bitcointalk.org/index.php?action=profile;u=874440) for DOWN WE GO - Market is unstable. It will crash around halving day. (https://bitcointalk.org/index.php?topic=1530556.msg15530521#msg15530521)
  • 2018-09-13T13:34:19Z: 17 from 874440 (https://bitcointalk.org/index.php?action=profile;u=874440) to 901208 (https://bitcointalk.org/index.php?action=profile;u=901208) for [ANN] ICONOMI - Digital Assets Management Platform (https://bitcointalk.org/index.php?topic=1789926.msg44907750#msg44907750)
  • 2018-09-13T13:32:46Z: 34 from 901208 (https://bitcointalk.org/index.php?action=profile;u=901208) to 874440 (https://bitcointalk.org/index.php?action=profile;u=874440) for DOWN WE GO - Market is unstable. It will crash around halving day. (https://bitcointalk.org/index.php?topic=1530556.msg15530521#msg15530521)
  • 2018-09-13T13:28:44Z: 6 from 874440 (https://bitcointalk.org/index.php?action=profile;u=874440) to 901208 (https://bitcointalk.org/index.php?action=profile;u=901208) for [ANN] ICONOMI - Digital Assets Management Platform (https://bitcointalk.org/index.php?topic=1789926.msg44907750#msg44907750)
  • 2018-09-13T11:37:08Z: 10 from Slark (https://bitcointalk.org/index.php?action=profile;u=255170) to 1677096 (https://bitcointalk.org/index.php?action=profile;u=1677096) for PAYERA [ICO/BOUNTY] (https://bitcointalk.org/index.php?topic=4385022.msg39168835#msg39168835)
  • 2018-09-13T10:43:59Z: 10 from yolanda222 (https://bitcointalk.org/index.php?action=profile;u=544972) to bayu7adi (https://bitcointalk.org/index.php?action=profile;u=1103069) for Why is Bitcoin making the world go crazy? (https://bitcointalk.org/index.php?topic=2938038.msg42943451#msg42943451)
  • 2018-09-13T09:47:28Z: 5 from veekky (https://bitcointalk.org/index.php?action=profile;u=1888044) to 1525962 (https://bitcointalk.org/index.php?action=profile;u=1525962) for Бeшeный pocт ICO в 2018 г (https://bitcointalk.org/index.php?topic=2837313.msg44654614#msg44654614)
  • 2018-09-13T07:40:55Z: 5 from huige007 (https://bitcointalk.org/index.php?action=profile;u=217281) to Biggapp (https://bitcointalk.org/index.php?action=profile;u=969729) for [BOUNTY][ICO] V-ID -Let's end document fraud with Blockchain Powered Validation  (https://bitcointalk.org/index.php?topic=5012142.msg45223085#msg45223085)
  • 2018-09-13T06:46:52Z: 11 from BestBitcoinOdds (https://bitcointalk.org/index.php?action=profile;u=391078) to 1795430 (https://bitcointalk.org/index.php?action=profile;u=1795430) for Bitcoin in going down, is it bad...? (https://bitcointalk.org/index.php?topic=5027515.msg45600349#msg45600349)
  • 2018-09-13T06:44:35Z: 5 from shulio (https://bitcointalk.org/index.php?action=profile;u=318379) to CanErik (https://bitcointalk.org/index.php?action=profile;u=887524) for BTC/USD ve BTC/TRY Fiyat Takibi, Spekülasyon, Tartışma Alanı (https://bitcointalk.org/index.php?topic=570886.msg45196565#msg45196565)
  • 2018-09-13T06:01:08Z: 5 from dbshck (https://bitcointalk.org/index.php?action=profile;u=153634) to kaisa (https://bitcointalk.org/index.php?action=profile;u=1186242) for [Diskusi] Akankah Sistem Kepercayaan menggantikan Fiat (https://bitcointalk.org/index.php?topic=5025451.msg45471906#msg45471906)
  • 2018-09-13T05:42:10Z: 10 from 908522 (https://bitcointalk.org/index.php?action=profile;u=908522) to 937571 (https://bitcointalk.org/index.php?action=profile;u=937571) for ★★★ GameCredits - The future of in-game monetization ★★★ (https://bitcointalk.org/index.php?topic=1266597.msg28059562#msg28059562)
  • 2018-09-13T01:33:36Z: 5 from Matthias9515 (https://bitcointalk.org/index.php?action=profile;u=1018510) to PHI1618 (https://bitcointalk.org/index.php?action=profile;u=1071136) for REHBER: Ledger Nano S incelemesi, kullanım rehberi, detaylar, sorular, cevaplar (https://bitcointalk.org/index.php?topic=2193095.msg22024830#msg22024830)
  • 2018-09-12T23:20:47Z: 10 from Cyrus (https://bitcointalk.org/index.php?action=profile;u=78147) to HBKMusiK (https://bitcointalk.org/index.php?action=profile;u=1246426) for ✅Ghid pentru incepatori in lumea crypto(si nu numai) ✅ (https://bitcointalk.org/index.php?topic=2979514.msg30620504#msg30620504)
  • 2018-09-12T23:01:12Z: 5 from samson (https://bitcointalk.org/index.php?action=profile;u=63337) to Icygreen (https://bitcointalk.org/index.php?action=profile;u=1013952) for Wall Observer BTC/USD - Bitcoin price movement tracking &amp; discussion (https://bitcointalk.org/index.php?topic=178336.msg45603257#msg45603257)
  • 2018-09-12T22:24:36Z: 5 from IeSua (https://bitcointalk.org/index.php?action=profile;u=817592) to morvillz7z (https://bitcointalk.org/index.php?action=profile;u=1825672) for Nel.network - SCAM - Fake Team  (https://bitcointalk.org/index.php?topic=5024017.msg45594377#msg45594377)
  • 2018-09-12T20:50:20Z: 25 from anahata (https://bitcointalk.org/index.php?action=profile;u=1000291) to Johnny00 (https://bitcointalk.org/index.php?action=profile;u=823298) for My Portfolio (https://bitcointalk.org/index.php?topic=1846004.msg44895247#msg44895247)
  • 2018-09-12T20:46:03Z: 50 from Johnny00 (https://bitcointalk.org/index.php?action=profile;u=823298) to anahata (https://bitcointalk.org/index.php?action=profile;u=1000291) for Litecoin will rise more? (https://bitcointalk.org/index.php?topic=3441428.msg45435882#msg45435882)
  • 2018-09-12T19:11:35Z: 5 from yogg (https://bitcointalk.org/index.php?action=profile;u=140827) to coinlocket$ (https://bitcointalk.org/index.php?action=profile;u=1339716) for THE SCAMMER Guinness world record on bitcointalk 1 man 1000 accounts 150k+ usd! (https://bitcointalk.org/index.php?topic=4139632.msg38185053#msg38185053)
  • 2018-09-12T19:02:14Z: 5 from vectisitch (https://bitcointalk.org/index.php?action=profile;u=204771) to 1985895 (https://bitcointalk.org/index.php?action=profile;u=1985895) for [ANN]⚡⚡[PRiVCY]⚡⚡[15th Airdrop - Starts 15th September]✅[PoW/POS]✅ (https://bitcointalk.org/index.php?topic=4503790.msg45579018#msg45579018)
  • 2018-09-12T15:36:25Z: 6 from elloco4ever (https://bitcointalk.org/index.php?action=profile;u=109513) to 2230874 (https://bitcointalk.org/index.php?action=profile;u=2230874) for Key points to remember before selecting any Altcoin or ICO investment. (https://bitcointalk.org/index.php?topic=5027454.msg45585213#msg45585213)
  • 2018-09-12T14:41:16Z: 6 from Vod (https://bitcointalk.org/index.php?action=profile;u=30747) to Piggy (https://bitcointalk.org/index.php?action=profile;u=188198) for [Beta] @mention notification bot open for testing (https://bitcointalk.org/index.php?topic=5023605.msg45324722#msg45324722)
  • 2018-09-12T14:15:46Z: 7 from 97355 (https://bitcointalk.org/index.php?action=profile;u=97355) to 1070981 (https://bitcointalk.org/index.php?action=profile;u=1070981) for [ANN][PRE-ICO][ICO] MADANA FIRST MAJOR ICO ON LISK. DATA ANALYSIS PLATFORM. (https://bitcointalk.org/index.php?topic=4796017.msg43598086#msg43598086)
  • 2018-09-12T14:02:22Z: 5 from 1226375 (https://bitcointalk.org/index.php?action=profile;u=1226375) to 1899461 (https://bitcointalk.org/index.php?action=profile;u=1899461) for [ETH] Ethereum - миpoвoй кoмпьютep (https://bitcointalk.org/index.php?topic=996518.msg41956926#msg41956926)
  • 2018-09-12T12:27:21Z: 8 from 163264 (https://bitcointalk.org/index.php?action=profile;u=163264) to 1226375 (https://bitcointalk.org/index.php?action=profile;u=1226375) for [ANN][CRYPTOLIKE]e-Chat. FIRST DECENTRALIZED CRYPTO MESSENGER  (https://bitcointalk.org/index.php?topic=2255337.msg30142382#msg30142382)
  • 2018-09-12T12:24:30Z: 7 from Welsh (https://bitcointalk.org/index.php?action=profile;u=84521) to DdmrDdmr (https://bitcointalk.org/index.php?action=profile;u=1582324) for Analysis of Deleted Posts with sMerit  (https://bitcointalk.org/index.php?topic=3650243.msg36689029#msg36689029)
  • 2018-09-12T09:29:58Z: 10 from jacko0088 (https://bitcointalk.org/index.php?action=profile;u=706801) to TXID (https://bitcointalk.org/index.php?action=profile;u=1474814) for [ANN] ⭐ SnowGem ⭐ First Equihash ⭐ zkSNARKs ⭐ Masternode ⭐ PoW ⭐ ASIC Resistant (https://bitcointalk.org/index.php?topic=2630198.msg26764242#msg26764242)
  • 2018-09-12T08:53:41Z: 50 from 114035 (https://bitcointalk.org/index.php?action=profile;u=114035) to 947017 (https://bitcointalk.org/index.php?action=profile;u=947017) for Бayнти кaмпaния deex.exchange (https://bitcointalk.org/index.php?topic=2298450.msg45556278#msg45556278)
  • 2018-09-12T08:53:39Z: 5 from Ginger Ninja (https://bitcointalk.org/index.php?action=profile;u=357798) to dr_ropata (https://bitcointalk.org/index.php?action=profile;u=975217) for ★[ANN] [NAV] NAV COIN -  NAVTECH NOW DECENTRALIZED! (https://bitcointalk.org/index.php?topic=679791.msg45566975#msg45566975)
  • 2018-09-12T07:54:12Z: 5 from Icologies (https://bitcointalk.org/index.php?action=profile;u=1023046) to 1267390 (https://bitcointalk.org/index.php?action=profile;u=1267390) for Bounty hunter, now what are you going to do? (https://bitcointalk.org/index.php?topic=5026901.msg45565433#msg45565433)
  • 2018-09-12T07:52:07Z: 5 from 908648 (https://bitcointalk.org/index.php?action=profile;u=908648) to 1267390 (https://bitcointalk.org/index.php?action=profile;u=1267390) for All alt coin become shit coins. (https://bitcointalk.org/index.php?topic=5027047.msg45566487#msg45566487)
  • 2018-09-12T07:42:49Z: 5 from Welsh (https://bitcointalk.org/index.php?action=profile;u=84521) to DdmrDdmr (https://bitcointalk.org/index.php?action=profile;u=1582324) for Analysis - Ranked-up Users – Section/Subsection profile (&amp; Local Boards) (https://bitcointalk.org/index.php?topic=5020761.msg45296625#msg45296625)
  • 2018-09-12T07:40:22Z: 6 from MedaR (https://bitcointalk.org/index.php?action=profile;u=218282) to LeGaulois (https://bitcointalk.org/index.php?action=profile;u=507856) for Zencash: Excellent potential? (https://bitcointalk.org/index.php?topic=2031127.msg45553097#msg45553097)
  • 2018-09-12T07:11:05Z: 10 from Welsh (https://bitcointalk.org/index.php?action=profile;u=84521) to Veleor (https://bitcointalk.org/index.php?action=profile;u=1177936) for What are the chances these are alts? (https://bitcointalk.org/index.php?topic=5024955.msg45474178#msg45474178)
  • 2018-09-12T04:06:45Z: 5 from dillonplayadoe (https://bitcointalk.org/index.php?action=profile;u=1080568) to 1041390 (https://bitcointalk.org/index.php?action=profile;u=1041390) for Reducing scam (https://bitcointalk.org/index.php?topic=5024667.msg45460750#msg45460750)
  • 2018-09-12T03:30:56Z: 6 from Micio (https://bitcointalk.org/index.php?action=profile;u=115423) to Paolo.Demidov (https://bitcointalk.org/index.php?action=profile;u=1422438) for BITCOIN PUMP! (https://bitcointalk.org/index.php?topic=313900.msg45554763#msg45554763)
  • 2018-09-12T03:06:46Z: 5 from Foxpup (https://bitcointalk.org/index.php?action=profile;u=55384) to Moloch (https://bitcointalk.org/index.php?action=profile;u=229393) for Transgenderism is a mental illness. (https://bitcointalk.org/index.php?topic=5025858.msg45539064#msg45539064)
  • 2018-09-12T02:37:55Z: 5 from Foxpup (https://bitcointalk.org/index.php?action=profile;u=55384) to hilariousetc (https://bitcointalk.org/index.php?action=profile;u=397737) for I've just awarded this guy with 3 merits (https://bitcointalk.org/index.php?topic=4997729.msg45120065#msg45120065)
  • 2018-09-11T20:02:39Z: 13 from lyka (https://bitcointalk.org/index.php?action=profile;u=221481) to lybship53 (https://bitcointalk.org/index.php?action=profile;u=245492) for Зoлoтoe пpaвилo инвecтopa!!! (https://bitcointalk.org/index.php?topic=3797101.msg45551785#msg45551785)
  • 2018-09-11T18:29:44Z: 7 from 234498 (https://bitcointalk.org/index.php?action=profile;u=234498) to 1369 (https://bitcointalk.org/index.php?action=profile;u=206960) for [ANN] TrollCoin 2.0 [$TROLL] Got a Twitch.tv account? Then you got TrollCoin! (https://bitcointalk.org/index.php?topic=452810.msg25266483#msg25266483)
  • 2018-09-11T18:28:41Z: 5 from cAPSLOCK (https://bitcointalk.org/index.php?action=profile;u=35501) to Raja_MBZ (https://bitcointalk.org/index.php?action=profile;u=771962) for Wall Observer BTC/USD - Bitcoin price movement tracking &amp; discussion (https://bitcointalk.org/index.php?topic=178336.msg45504463#msg45504463)
  • 2018-09-11T17:34:14Z: 5 from goxed (https://bitcointalk.org/index.php?action=profile;u=29424) to 295386 (https://bitcointalk.org/index.php?action=profile;u=295386) for [Ann] Spondoolies SPx36 - 540 GH/s, 8.1 J/GHs X11 miner (https://bitcointalk.org/index.php?topic=5008806.msg45383419#msg45383419)
  • 2018-09-11T17:19:34Z: 6 from realdantreccia (https://bitcointalk.org/index.php?action=profile;u=2226756) to Vlad2Vlad (https://bitcointalk.org/index.php?action=profile;u=112208) for --  The Riddle of the Twin Brothers - Who Were, Are and Will Rule the World! (https://bitcointalk.org/index.php?topic=317658.msg45538564#msg45538564)
  • 2018-09-11T15:06:58Z: 43 from Vlad2Vlad (https://bitcointalk.org/index.php?action=profile;u=112208) to satoshi (https://bitcointalk.org/index.php?action=profile;u=3) for Welcome to the new Bitcoin forum! (https://bitcointalk.org/index.php?topic=5.msg28#msg28)
  • 2018-09-11T08:25:31Z: 7 from Flodner (https://bitcointalk.org/index.php?action=profile;u=1044164) to Direwolve735 (https://bitcointalk.org/index.php?action=profile;u=1164833) for  Укpaїнcькa (Ukrainian) (https://bitcointalk.org/index.php?topic=236982.msg44722475#msg44722475)
  • 2018-09-11T08:18:10Z: 5 from TrumpD (https://bitcointalk.org/index.php?action=profile;u=898540) to cruso (https://bitcointalk.org/index.php?action=profile;u=940358) for ChangeNow.io (Evercode Lab) - Scam. Illegally holding of 100 BCH (11 bitcoins). (https://bitcointalk.org/index.php?topic=4619534.msg45492086#msg45492086)
  • 2018-09-11T07:46:00Z: 5 from dariloff (https://bitcointalk.org/index.php?action=profile;u=896431) to chimk (https://bitcointalk.org/index.php?action=profile;u=1202061) for Aнaлитикa, aнaлиз, пpoгнoзы. (https://bitcointalk.org/index.php?topic=1006631.msg44431224#msg44431224)
  • 2018-09-11T07:10:33Z: 5 from el kaka22 (https://bitcointalk.org/index.php?action=profile;u=377135) to guoyu78 (https://bitcointalk.org/index.php?action=profile;u=713656) for Bitcoin can decrease economic development (https://bitcointalk.org/index.php?topic=5016274.msg45486544#msg45486544)
  • 2018-09-11T06:58:27Z: 5 from el kaka22 (https://bitcointalk.org/index.php?action=profile;u=377135) to 231001 (https://bitcointalk.org/index.php?action=profile;u=231001) for Bitcoin can decrease economic development (https://bitcointalk.org/index.php?topic=5016274.msg45480241#msg45480241)
  • 2018-09-10T21:26:01Z: 5 from achow101 (https://bitcointalk.org/index.php?action=profile;u=290195) to dkbit98 (https://bitcointalk.org/index.php?action=profile;u=1410401) for Are you in the loop? Developers for exchange platform wanted! (https://bitcointalk.org/index.php?topic=4936730.msg45426423#msg45426423)
  • 2018-09-10T20:47:40Z: 6 from 365124 (https://bitcointalk.org/index.php?action=profile;u=365124) to 394765 (https://bitcointalk.org/index.php?action=profile;u=394765) for [BOUNTY] ✈️ AIRCRAFT - THE WAY TO TRAVEL ✈️  (https://bitcointalk.org/index.php?topic=4935352.msg44483571#msg44483571)
  • 2018-09-10T20:35:32Z: 5 from 227353 (https://bitcointalk.org/index.php?action=profile;u=227353) to Cryptorianx (https://bitcointalk.org/index.php?action=profile;u=1862460) for TETHER BASMA ÇILGINLIĞI (Nedenleri,Sonuçları ve Çözüm Önerileri) (https://bitcointalk.org/index.php?topic=4546720.msg40930436#msg40930436)
  • 2018-09-10T19:47:08Z: 5 from 80623 (https://bitcointalk.org/index.php?action=profile;u=80623) to 1746369 (https://bitcointalk.org/index.php?action=profile;u=1746369) for [ANN] [ICO] K Systems LTD and KSYS ERC20 Token (https://bitcointalk.org/index.php?topic=4767652.msg45503135#msg45503135)
  • 2018-09-10T19:45:17Z: 10 from 80623 (https://bitcointalk.org/index.php?action=profile;u=80623) to 1746369 (https://bitcointalk.org/index.php?action=profile;u=1746369) for [ANN] [ICO] K Systems LTD and KSYS ERC20 Token (https://bitcointalk.org/index.php?topic=4767652.msg45503135#msg45503135)
  • 2018-09-10T18:58:43Z: 5 from Alex_Sr (https://bitcointalk.org/index.php?action=profile;u=1762404) to Goran_ (https://bitcointalk.org/index.php?action=profile;u=1039323) for Aнaлитикa, aнaлиз, пpoгнoзы. (https://bitcointalk.org/index.php?topic=1006631.msg45502672#msg45502672)
  • 2018-09-10T18:55:16Z: 6 from MedaR (https://bitcointalk.org/index.php?action=profile;u=218282) to Flodner (https://bitcointalk.org/index.php?action=profile;u=1044164) for [ANN][ZEN] Horizen: Bringing Privacy To Life [EX ZenCash] (https://bitcointalk.org/index.php?topic=2047435.msg45503376#msg45503376)
  • 2018-09-10T17:46:10Z: 5 from kovaa (https://bitcointalk.org/index.php?action=profile;u=379282) to 1913645 (https://bitcointalk.org/index.php?action=profile;u=1913645) for Ethereum will reach $ 2500 (https://bitcointalk.org/index.php?topic=3464504.msg42012301#msg42012301)
  • 2018-09-10T17:08:11Z: 5 from posi (https://bitcointalk.org/index.php?action=profile;u=859197) to suzanne5223 (https://bitcointalk.org/index.php?action=profile;u=900203) for I can I predict the Dump and Pump of the price?  (https://bitcointalk.org/index.php?topic=4979394.msg45497670#msg45497670)
  • 2018-09-10T14:57:17Z: 5 from Harlot (https://bitcointalk.org/index.php?action=profile;u=869186) to Theb (https://bitcointalk.org/index.php?action=profile;u=898928) for Buy for another person (https://bitcointalk.org/index.php?topic=4912906.msg45284864#msg45284864)
  • 2018-09-10T13:34:36Z: 5 from 114667 (https://bitcointalk.org/index.php?action=profile;u=114667) to Claymore (https://bitcointalk.org/index.php?action=profile;u=306958) for Claymore's CryptoNote AMD GPU Miner v11.3 (https://bitcointalk.org/index.php?topic=638915.msg7129653#msg7129653)
  • 2018-09-10T13:22:44Z: 10 from cryptodv (https://bitcointalk.org/index.php?action=profile;u=816073) to iDogLover (https://bitcointalk.org/index.php?action=profile;u=1597449) for ✅ [ANN] DeepOnion ONION  Private Digital Currency  DeepVault App Released ✅  (https://bitcointalk.org/index.php?topic=2683530.msg45467956#msg45467956)
  • 2018-09-10T13:08:24Z: 10 from chek2fire (https://bitcointalk.org/index.php?action=profile;u=202602) to 1086296 (https://bitcointalk.org/index.php?action=profile;u=1086296) for [INFO] Nέα άρθρα για τo Bitcoin (https://bitcointalk.org/index.php?topic=3288534.msg45483933#msg45483933)
  • 2018-09-10T12:03:49Z: 5 from hilariousetc (https://bitcointalk.org/index.php?action=profile;u=397737) to Avirunes (https://bitcointalk.org/index.php?action=profile;u=175302) for What are the chances these are alts? (https://bitcointalk.org/index.php?topic=5024955.msg45471735#msg45471735)
  • 2018-09-10T12:02:37Z: 10 from hilariousetc (https://bitcointalk.org/index.php?action=profile;u=397737) to Veleor (https://bitcointalk.org/index.php?action=profile;u=1177936) for What are the chances these are alts? (https://bitcointalk.org/index.php?topic=5024955.msg45474178#msg45474178)
  • 2018-09-10T11:44:19Z: 5 from taikuri13 (https://bitcointalk.org/index.php?action=profile;u=1855828) to esmanthra (https://bitcointalk.org/index.php?action=profile;u=1764764) for Фишинг aтaкa нa aккayнт bitcointalk (https://bitcointalk.org/index.php?topic=3686257.msg44327466#msg44327466)
  • 2018-09-10T10:18:57Z: 5 from MadeInUkraine (https://bitcointalk.org/index.php?action=profile;u=356938) to 1194518 (https://bitcointalk.org/index.php?action=profile;u=1194518) for  Укpaїнcькa (Ukrainian) (https://bitcointalk.org/index.php?topic=236982.msg45463711#msg45463711)
  • 2018-09-10T09:56:02Z: 5 from TMAN (https://bitcointalk.org/index.php?action=profile;u=98986) to Flodner (https://bitcointalk.org/index.php?action=profile;u=1044164) for BitcoinTalk.Org Website Stats, Traffic, Keywords, etc. (https://bitcointalk.org/index.php?topic=4948780.msg44598008#msg44598008)
  • 2018-09-10T09:34:30Z: 10 from Micio (https://bitcointalk.org/index.php?action=profile;u=115423) to gbianchi (https://bitcointalk.org/index.php?action=profile;u=140582) for Statistiche e grafici (https://bitcointalk.org/index.php?topic=5025025.msg45436216#msg45436216)
  • 2018-09-10T07:28:47Z: 5 from Avirunes (https://bitcointalk.org/index.php?action=profile;u=175302) to Veleor (https://bitcointalk.org/index.php?action=profile;u=1177936) for What are the chances these are alts? (https://bitcointalk.org/index.php?topic=5024955.msg45474178#msg45474178)
  • 2018-09-10T07:13:02Z: 6 from 305944 (https://bitcointalk.org/index.php?action=profile;u=305944) to gbianchi (https://bitcointalk.org/index.php?action=profile;u=140582) for Statistiche e grafici (https://bitcointalk.org/index.php?topic=5025025.msg45436216#msg45436216)
  • 2018-09-10T03:46:31Z: 5 from indika (https://bitcointalk.org/index.php?action=profile;u=917005) to 1804897 (https://bitcointalk.org/index.php?action=profile;u=1804897) for [ANN][POS]  NICE EARN CRYPTO⭐XTRNICE FORK LAUNCH QUICK STILL TIME⭐ (https://bitcointalk.org/index.php?topic=4387626.msg44986898#msg44986898)
  • 2018-09-10T01:31:42Z: 10 from Micio (https://bitcointalk.org/index.php?action=profile;u=115423) to 14716 (https://bitcointalk.org/index.php?action=profile;u=14716) for Come fare il backup dei miei bitcoin sul client ufficiale? (https://bitcointalk.org/index.php?topic=21484.msg269440#msg269440)
  • 2018-09-10T01:31:10Z: 5 from Micio (https://bitcointalk.org/index.php?action=profile;u=115423) to 2373433 (https://bitcointalk.org/index.php?action=profile;u=2373433) for Modifica software per Antminer L3+ minor consumo e maggior hashrate (https://bitcointalk.org/index.php?topic=4990746.msg45017583#msg45017583)
  • 2018-09-10T01:30:35Z: 8 from EFS (https://bitcointalk.org/index.php?action=profile;u=140584) to teramit (https://bitcointalk.org/index.php?action=profile;u=158960) for 2018 5.dip noktası (https://bitcointalk.org/index.php?topic=5024710.msg45406035#msg45406035)
  • 2018-09-09T19:00:44Z: 21 from 1369 (https://bitcointalk.org/index.php?action=profile;u=206960) to 234498 (https://bitcointalk.org/index.php?action=profile;u=234498) for [ANN] TrollCoin 2.0 [$TROLL] Got a Twitch.tv account? Then you got TrollCoin! (https://bitcointalk.org/index.php?topic=452810.msg45271443#msg45271443)
  • 2018-09-09T17:30:41Z: 5 from 227353 (https://bitcointalk.org/index.php?action=profile;u=227353) to teramit (https://bitcointalk.org/index.php?action=profile;u=158960) for 2018 5.dip noktası (https://bitcointalk.org/index.php?topic=5024710.msg45406035#msg45406035)
  • 2018-09-09T14:45:46Z: 10 from hilariousetc (https://bitcointalk.org/index.php?action=profile;u=397737) to coinlocket$ (https://bitcointalk.org/index.php?action=profile;u=1339716) for What are the chances these are alts? (https://bitcointalk.org/index.php?topic=5024955.msg45438545#msg45438545)
  • 2018-09-09T14:36:30Z: 5 from TECSHARE (https://bitcointalk.org/index.php?action=profile;u=15728) to Yatsan (https://bitcointalk.org/index.php?action=profile;u=857883) for [ART] CRYPTO GUY ACRYLIC PAINTING (https://bitcointalk.org/index.php?topic=4993116.msg45037207#msg45037207)
  • 2018-09-09T13:48:55Z: 5 from dbshck (https://bitcointalk.org/index.php?action=profile;u=153634) to LeGaulois (https://bitcointalk.org/index.php?action=profile;u=507856) for 2018 List Bitcoin Mixers Bitcoin Tumblers Websites (https://bitcointalk.org/index.php?topic=2827109.msg28964833#msg28964833)
  • 2018-09-09T13:34:04Z: 5 from EFS (https://bitcointalk.org/index.php?action=profile;u=140584) to Flodner (https://bitcointalk.org/index.php?action=profile;u=1044164) for BitcoinTalk.Org Website Stats, Traffic, Keywords, etc. (https://bitcointalk.org/index.php?topic=4948780.msg44598008#msg44598008)
  • 2018-09-09T06:53:00Z: 5 from shirackjs (https://bitcointalk.org/index.php?action=profile;u=715568) to tyuner4 (https://bitcointalk.org/index.php?action=profile;u=717540) for What is ERC20 compatible tokens? Where can i store the airdrop/giveaways tokens? (https://bitcointalk.org/index.php?topic=2165201.msg21688783#msg21688783)
  • 2018-09-09T04:00:59Z: 6 from Foxpup (https://bitcointalk.org/index.php?action=profile;u=55384) to achow101 (https://bitcointalk.org/index.php?action=profile;u=290195) for A TECHNICAL question about blockchain, btc mining (https://bitcointalk.org/index.php?topic=5024482.msg45391542#msg45391542)
  • 2018-09-09T00:59:58Z: 5 from micher143 (https://bitcointalk.org/index.php?action=profile;u=763515) to Blackhammer321 (https://bitcointalk.org/index.php?action=profile;u=1059660) for 1059660 (https://bitcointalk.org/index.php?topic=4801862.msg45371418#msg45371418)
  • 2018-09-09T00:59:33Z: 5 from micher143 (https://bitcointalk.org/index.php?action=profile;u=763515) to krogothmanhattan (https://bitcointalk.org/index.php?action=profile;u=1000199) for [DAILY FREE RAFFLE] 100th JUST BECAUSE I AM STILL IN A GOOD MOOD BITCOIN COIN (https://bitcointalk.org/index.php?topic=5023648.msg45327402#msg45327402)
  • 2018-09-09T00:56:16Z: 5 from micher143 (https://bitcointalk.org/index.php?action=profile;u=763515) to Yatsan (https://bitcointalk.org/index.php?action=profile;u=857883) for [ART] CRYPTO GUY ACRYLIC PAINTING (https://bitcointalk.org/index.php?topic=4993116.msg45037207#msg45037207)
  • 2018-09-09T00:53:25Z: 5 from micher143 (https://bitcointalk.org/index.php?action=profile;u=763515) to 771775 (https://bitcointalk.org/index.php?action=profile;u=771775) for Keep your bitcoins for at least five years (https://bitcointalk.org/index.php?topic=5012062.msg45406618#msg45406618)
  • 2018-09-08T22:46:21Z: 10 from suchmoon (https://bitcointalk.org/index.php?action=profile;u=234771) to -ck (https://bitcointalk.org/index.php?action=profile;u=19971) for CKPOOL - Open source pool/proxy/passthrough/redirector/library in c for Linux (https://bitcointalk.org/index.php?topic=790323.msg8907134#msg8907134)
  • 2018-09-08T19:48:39Z: 5 from Welsh (https://bitcointalk.org/index.php?action=profile;u=84521) to guybrushthreepwood (https://bitcointalk.org/index.php?action=profile;u=187618) for Should income tax be abolished?  (https://bitcointalk.org/index.php?topic=4676172.msg45040650#msg45040650)
  • 2018-09-08T19:46:42Z: 5 from Welsh (https://bitcointalk.org/index.php?action=profile;u=84521) to Carlton Banks (https://bitcointalk.org/index.php?action=profile;u=64205) for Should income tax be abolished?  (https://bitcointalk.org/index.php?topic=4676172.msg42476036#msg42476036)
  • 2018-09-08T19:43:56Z: 5 from Welsh (https://bitcointalk.org/index.php?action=profile;u=84521) to achow101 (https://bitcointalk.org/index.php?action=profile;u=290195) for A TECHNICAL question about blockchain, btc mining (https://bitcointalk.org/index.php?topic=5024482.msg45391542#msg45391542)
  • 2018-09-08T18:41:23Z: 5 from 102951 (https://bitcointalk.org/index.php?action=profile;u=102951) to qwizzie (https://bitcointalk.org/index.php?action=profile;u=244046) for [ANN][DASH] Dash (dash.org) | First Self-Funding Self-Governing Crypto Currency (https://bitcointalk.org/index.php?topic=421615.msg45387499#msg45387499)
  • 2018-09-08T17:31:20Z: 5 from DogecoinMachine (https://bitcointalk.org/index.php?action=profile;u=329629) to s0lidus (https://bitcointalk.org/index.php?action=profile;u=903644) for ★ Crypto-Games.net ★ 4 Years Old ★ 58.000$ wagering contest ★ (https://bitcointalk.org/index.php?topic=750760.msg45328251#msg45328251)
  • 2018-09-08T17:12:40Z: 10 from CryptInvest (https://bitcointalk.org/index.php?action=profile;u=291810) to 2384262 (https://bitcointalk.org/index.php?action=profile;u=2384262) for Airdrop &amp; Bounty (https://bitcointalk.org/index.php?topic=1085285.msg45382491#msg45382491)
  • 2018-09-08T13:26:25Z: 10 from 295386 (https://bitcointalk.org/index.php?action=profile;u=295386) to philipma1957 (https://bitcointalk.org/index.php?action=profile;u=64507) for [Ann] Spondoolies SPx36 - 540 GH/s, 8.1 J/GHs X11 miner (https://bitcointalk.org/index.php?topic=5008806.msg45381992#msg45381992)
  • 2018-09-08T12:25:15Z: 5 from 2206502 (https://bitcointalk.org/index.php?action=profile;u=2206502) to 2206499 (https://bitcointalk.org/index.php?action=profile;u=2206499) for Чтo ceйчac пpoиcxoдит c pынкoм (https://bitcointalk.org/index.php?topic=3283217.msg45332324#msg45332324)
  • 2018-09-08T12:15:11Z: 5 from 2206515 (https://bitcointalk.org/index.php?action=profile;u=2206515) to 2206502 (https://bitcointalk.org/index.php?action=profile;u=2206502) for Кoгдa зaкoнчитcя кoppeкция pынкa?  (https://bitcointalk.org/index.php?topic=2910835.msg45339680#msg45339680)
  • 2018-09-08T12:08:51Z: 5 from CryptInvest (https://bitcointalk.org/index.php?action=profile;u=291810) to NRZ (https://bitcointalk.org/index.php?action=profile;u=916290) for [ANN] [EON] EXSCUDO Финaнcoвaя Экocиcтeмa | ICO l БAУHTИ  (https://bitcointalk.org/index.php?topic=1866946.msg45373174#msg45373174)
  • 2018-09-08T11:53:47Z: 6 from Bl4ckw00d (https://bitcointalk.org/index.php?action=profile;u=213026) to 1272145 (https://bitcointalk.org/index.php?action=profile;u=1272145) for ⭐[ANN] Tombola-Cryptocurrency Lottery and Gambling platform based on Ethereum⭐ (https://bitcointalk.org/index.php?topic=4691540.msg44515272#msg44515272)
  • 2018-09-08T11:25:47Z: 5 from 1392897 (https://bitcointalk.org/index.php?action=profile;u=1392897) to 1395919 (https://bitcointalk.org/index.php?action=profile;u=1395919) for Чeгo ждaть в 2018? Ужe пaникa! (https://bitcointalk.org/index.php?topic=3019437.msg45374433#msg45374433)
  • 2018-09-08T10:02:33Z: 5 from Jet Cash (https://bitcointalk.org/index.php?action=profile;u=698159) to hilariousetc (https://bitcointalk.org/index.php?action=profile;u=397737) for Have we left 'Bitcoin Discussion' board for spammers, forever?? (https://bitcointalk.org/index.php?topic=5007239.msg45374497#msg45374497)
  • 2018-09-08T09:29:46Z: 5 from Jet Cash (https://bitcointalk.org/index.php?action=profile;u=698159) to bill gator (https://bitcointalk.org/index.php?action=profile;u=370611) for One cent crypto coins (https://bitcointalk.org/index.php?topic=5023836.msg45346721#msg45346721)
  • 2018-09-08T09:03:52Z: 10 from Tukang Becak (https://bitcointalk.org/index.php?action=profile;u=921087) to 985659 (https://bitcointalk.org/index.php?action=profile;u=985659) for [ANN] COBINHOOD - ZERO Trading Fee Cryptocurrency Exchange (https://bitcointalk.org/index.php?topic=2169745.msg28060094#msg28060094)
  • 2018-09-08T08:55:38Z: 5 from Jet Cash (https://bitcointalk.org/index.php?action=profile;u=698159) to bitmover (https://bitcointalk.org/index.php?action=profile;u=1554927) for Brazil Presidential Candidate Jair Bolsonaro Is Stabbed (https://bitcointalk.org/index.php?topic=5022400.msg45361025#msg45361025)
  • 2018-09-08T08:47:32Z: 5 from Jet Cash (https://bitcointalk.org/index.php?action=profile;u=698159) to iasenko (https://bitcointalk.org/index.php?action=profile;u=1291828) for Self-moderated thread initiative. More work for us, less for the Mods. (https://bitcointalk.org/index.php?topic=4873907.msg43907082#msg43907082)
  • 2018-09-08T06:11:05Z: 5 from ice18 (https://bitcointalk.org/index.php?action=profile;u=603397) to nakamura12 (https://bitcointalk.org/index.php?action=profile;u=1726595) for [FILIPINO GUIDE] PAANO GUMAWA NG ERC20 TOKENS EASY STEPS! (https://bitcointalk.org/index.php?topic=5009825.msg45202601#msg45202601)
  • 2018-09-08T01:38:30Z: 6 from Jackling (https://bitcointalk.org/index.php?action=profile;u=698362) to Matthias9515 (https://bitcointalk.org/index.php?action=profile;u=1018510) for [Unofficial Bulletin] Hdac | Bilgi ve spekülasyon alanı (https://bitcointalk.org/index.php?topic=4323140.msg38770601#msg38770601)
  • 2018-09-08T00:41:10Z: 7 from 1025871 (https://bitcointalk.org/index.php?action=profile;u=1025871) to 2383643 (https://bitcointalk.org/index.php?action=profile;u=2383643) for 2383643 (https://bitcointalk.org/index.php?topic=5027239.msg45359873#msg45359873)
  • 2018-09-07T22:23:05Z: 10 from digit (https://bitcointalk.org/index.php?action=profile;u=123417) to 237027 (https://bitcointalk.org/index.php?action=profile;u=237027) for [ANN] Blacknet | IBO for BlackCoin | New code | PoS | No ICO (https://bitcointalk.org/index.php?topic=469640.msg5182071#msg5182071)
  • 2018-09-07T20:30:39Z: 5 from 2205856 (https://bitcointalk.org/index.php?action=profile;u=2205856) to 2206502 (https://bitcointalk.org/index.php?action=profile;u=2206502) for Дaвлeниe ETH кo днy.Пoчeмy!?! (https://bitcointalk.org/index.php?topic=4711217.msg45339346#msg45339346)
  • 2018-09-07T19:38:52Z: 5 from bitart (https://bitcointalk.org/index.php?action=profile;u=552813) to hilariousetc (https://bitcointalk.org/index.php?action=profile;u=397737) for Community generated suggestions to improve the forum (+ eventual voting on them) (https://bitcointalk.org/index.php?topic=4893744.msg44062249#msg44062249)
  • 2018-09-07T19:11:59Z: 5 from 2205941 (https://bitcointalk.org/index.php?action=profile;u=2205941) to 2205856 (https://bitcointalk.org/index.php?action=profile;u=2205856) for Зaчeм личнo TЫ cливaeшь битoк? (https://bitcointalk.org/index.php?topic=2850792.msg45329274#msg45329274)
  • 2018-09-07T19:06:09Z: 5 from 1395411 (https://bitcointalk.org/index.php?action=profile;u=1395411) to 2205941 (https://bitcointalk.org/index.php?action=profile;u=2205941) for Cпpaвeдливaя цeнa эфиpy ceгoдня (https://bitcointalk.org/index.php?topic=2878134.msg45330891#msg45330891)
  • 2018-09-07T19:02:00Z: 5 from 1328052 (https://bitcointalk.org/index.php?action=profile;u=1328052) to 2205941 (https://bitcointalk.org/index.php?action=profile;u=2205941) for Зoлoтoe пpaвилo инвecтopa!!! (https://bitcointalk.org/index.php?topic=3797101.msg45330403#msg45330403)
  • 2018-09-07T18:43:00Z: 5 from 1395800 (https://bitcointalk.org/index.php?action=profile;u=1395800) to 2205856 (https://bitcointalk.org/index.php?action=profile;u=2205856) for Пocoвeтyйтe пopтфeль X10 нa гoд (https://bitcointalk.org/index.php?topic=2815247.msg45329491#msg45329491)
  • 2018-09-07T17:37:10Z: 5 from BobLawblaw (https://bitcointalk.org/index.php?action=profile;u=569455) to micgoossens (https://bitcointalk.org/index.php?action=profile;u=1067333) for Wall Observer BTC/USD - Bitcoin price movement tracking &amp; discussion (https://bitcointalk.org/index.php?topic=178336.msg45346257#msg45346257)
  • 2018-09-07T16:43:10Z: 5 from redsn0w (https://bitcointalk.org/index.php?action=profile;u=211419) to Piggy (https://bitcointalk.org/index.php?action=profile;u=188198) for [INFO] +MERIT. Come funziona il sistema di premio (https://bitcointalk.org/index.php?topic=2823701.msg44639453#msg44639453)
  • 2018-09-07T15:56:14Z: 6 from Hotel_Prodeo (https://bitcointalk.org/index.php?action=profile;u=948457) to 937762 (https://bitcointalk.org/index.php?action=profile;u=937762) for Minexcoin - A new era of payments (https://bitcointalk.org/index.php?topic=1847292.msg28755535#msg28755535)
  • 2018-09-07T12:54:59Z: 5 from mprep (https://bitcointalk.org/index.php?action=profile;u=51173) to Piggy (https://bitcointalk.org/index.php?action=profile;u=188198) for [Beta] @mention notification bot open for testing (https://bitcointalk.org/index.php?topic=5023605.msg45324722#msg45324722)
  • 2018-09-07T12:49:48Z: 5 from EFS (https://bitcointalk.org/index.php?action=profile;u=140584) to 2162933 (https://bitcointalk.org/index.php?action=profile;u=2162933) for Kripto Ve Finans Piyasalarında Teknik Analiz Eğitim Videoları (https://bitcointalk.org/index.php?topic=4875831.msg43909496#msg43909496)
  • 2018-09-07T12:45:34Z: 15 from hilariousandco (https://bitcointalk.org/index.php?action=profile;u=164822) to mainconcept (https://bitcointalk.org/index.php?action=profile;u=626422) for Report plagiarism (copy/pasting) here. Calling for Mod action: please permban (https://bitcointalk.org/index.php?topic=1926895.msg45332543#msg45332543)
  • 2018-09-07T11:49:44Z: 25 from 949455 (https://bitcointalk.org/index.php?action=profile;u=949455) to 891152 (https://bitcointalk.org/index.php?action=profile;u=891152) for 891152 (https://bitcointalk.org/index.php?topic=5025027.msg45331532#msg45331532)
  • 2018-09-07T06:42:47Z: 5 from mitzie (https://bitcointalk.org/index.php?action=profile;u=210680) to RivAngE (https://bitcointalk.org/index.php?action=profile;u=1453007) for [INFO] Συζήτηση για την Iσoτιμία (https://bitcointalk.org/index.php?topic=3288558.msg45269976#msg45269976)
  • 2018-09-07T04:40:34Z: 43 from 234498 (https://bitcointalk.org/index.php?action=profile;u=234498) to 1369 (https://bitcointalk.org/index.php?action=profile;u=206960) for [ANN] TrollCoin 2.0 [$TROLL] Got a Twitch.tv account? Then you got TrollCoin! (https://bitcointalk.org/index.php?topic=452810.msg45013385#msg45013385)
  • 2018-09-07T02:47:55Z: 5 from 1109893 (https://bitcointalk.org/index.php?action=profile;u=1109893) to 1119396 (https://bitcointalk.org/index.php?action=profile;u=1119396) for [OPEN] ⚡BQT Signature Campaign | Member - Hero | 0.0007 BTC /Post ⚡ (https://bitcointalk.org/index.php?topic=4862272.msg45312512#msg45312512)
Total Merits 1129


Title: Re: Swiss army knife Tool to query Merit data online - Full History
Post by: Piggy on September 24, 2018, 11:11:04 AM
the data is updated to Friday 21st of September.

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-09-21&dategreater=2018-09-14&meritequal=10

Result Custom Query
  • 2018-09-20T19:30:39Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to Spazzer (https://bitcointalk.org/index.php?action=profile;u=1143728) for Resource [Auction], [Raffle] and [Raffuction] templates. (https://bitcointalk.org/index.php?topic=4709061.msg42514143#msg42514143)
  • 2018-09-20T17:09:29Z: 20 from Zebedee23 (https://bitcointalk.org/index.php?action=profile;u=180546) to 1006164 (https://bitcointalk.org/index.php?action=profile;u=1006164) for ARK - Blockchains Interoperability with SmartBridge  ARK on Binance    (https://bitcointalk.org/index.php?topic=1649695.msg45861050#msg45861050)
  • 2018-09-20T17:06:23Z: 13 from BobLawblaw (https://bitcointalk.org/index.php?action=profile;u=569455) to micgoossens (https://bitcointalk.org/index.php?action=profile;u=1067333) for Wall Observer BTC/USD - Bitcoin price movement tracking &amp; discussion (https://bitcointalk.org/index.php?topic=178336.msg45952546#msg45952546)
  • 2018-09-20T16:33:39Z: 10 from FeelTheBeat (https://bitcointalk.org/index.php?action=profile;u=353885) to LoanBit (https://bitcointalk.org/index.php?action=profile;u=881388) for [ANN][PRE-ICO] LoanBit - P2P lending &amp; investment (https://bitcointalk.org/index.php?topic=2227640.msg22923204#msg22923204)
  • 2018-09-20T12:49:46Z: 25 from TMAN (https://bitcointalk.org/index.php?action=profile;u=98986) to hilariousetc (https://bitcointalk.org/index.php?action=profile;u=397737) for Applying to be a merit source (https://bitcointalk.org/index.php?topic=5030895.msg45830402#msg45830402)
  • 2018-09-20T12:45:29Z: 12 from TMAN (https://bitcointalk.org/index.php?action=profile;u=98986) to 1697068 (https://bitcointalk.org/index.php?action=profile;u=1697068) for Short story about being merited…. (https://bitcointalk.org/index.php?topic=5032642.msg45900064#msg45900064)
  • 2018-09-20T12:12:31Z: 10 from TMAN (https://bitcointalk.org/index.php?action=profile;u=98986) to DdmrDdmr (https://bitcointalk.org/index.php?action=profile;u=1582324) for Not Fan of Merit Point System (https://bitcointalk.org/index.php?topic=5033204.msg45933487#msg45933487)
  • 2018-09-20T12:11:37Z: 10 from Jannn (https://bitcointalk.org/index.php?action=profile;u=814754) to Zapo (https://bitcointalk.org/index.php?action=profile;u=2015835) for To Bounty Managers - How I do my due diligence for ICOs (https://bitcointalk.org/index.php?topic=5027813.msg45607767#msg45607767)
  • 2018-09-20T11:53:24Z: 10 from septi.JR (https://bitcointalk.org/index.php?action=profile;u=910750) to 807788 (https://bitcointalk.org/index.php?action=profile;u=807788) for [DISKUSI] Harga Bitcoin (https://bitcointalk.org/index.php?topic=903836.msg45938806#msg45938806)
  • 2018-09-20T08:06:44Z: 10 from 184026 (https://bitcointalk.org/index.php?action=profile;u=184026) to 2271813 (https://bitcointalk.org/index.php?action=profile;u=2271813) for Banks will always be against cryptocurrencies? (https://bitcointalk.org/index.php?topic=5030267.msg45804113#msg45804113)
  • 2018-09-20T08:03:55Z: 10 from 141722 (https://bitcointalk.org/index.php?action=profile;u=141722) to 1245482 (https://bitcointalk.org/index.php?action=profile;u=1245482) for | STRATIS | The first blockchain developed for businesses |Full POS (https://bitcointalk.org/index.php?topic=1512202.msg45929881#msg45929881)
  • 2018-09-20T07:08:05Z: 10 from 141722 (https://bitcointalk.org/index.php?action=profile;u=141722) to Krushang (https://bitcointalk.org/index.php?action=profile;u=339165) for | STRATIS | The first blockchain developed for businesses |Full POS (https://bitcointalk.org/index.php?topic=1512202.msg45902281#msg45902281)
  • 2018-09-20T03:48:46Z: 10 from theymos (https://bitcointalk.org/index.php?action=profile;u=35) to 127508 (https://bitcointalk.org/index.php?action=profile;u=127508) for Flaws in LN (Lightning Network). (https://bitcointalk.org/index.php?topic=5031079.msg45901625#msg45901625)
  • 2018-09-19T21:56:28Z: 10 from kimkibu (https://bitcointalk.org/index.php?action=profile;u=917349) to PHI1618 (https://bitcointalk.org/index.php?action=profile;u=1071136) for REHBER: 'Hd-Kasse' incelemesi, kullanım rehberi, detaylar, sorular, cevaplar (https://bitcointalk.org/index.php?topic=5032937.msg45913946#msg45913946)
  • 2018-09-19T20:46:41Z: 10 from EFS (https://bitcointalk.org/index.php?action=profile;u=140584) to PHI1618 (https://bitcointalk.org/index.php?action=profile;u=1071136) for REHBER: 'Hd-Kasse' incelemesi, kullanım rehberi, detaylar, sorular, cevaplar (https://bitcointalk.org/index.php?topic=5032937.msg45913946#msg45913946)
  • 2018-09-19T16:02:43Z: 11 from citronick (https://bitcointalk.org/index.php?action=profile;u=543165) to suchmoon (https://bitcointalk.org/index.php?action=profile;u=234771) for 8th Alt coin thread.  Or what to do now that asics are all over the place. (https://bitcointalk.org/index.php?topic=3843565.msg45904804#msg45904804)
  • 2018-09-19T14:41:34Z: 10 from hahay (https://bitcointalk.org/index.php?action=profile;u=359658) to shorena (https://bitcointalk.org/index.php?action=profile;u=181801) for How to sign a message?! (https://bitcointalk.org/index.php?topic=990345.msg10775516#msg10775516)
  • 2018-09-19T13:36:56Z: 20 from gjhiggins (https://bitcointalk.org/index.php?action=profile;u=254673) to Pon13 (https://bitcointalk.org/index.php?action=profile;u=1014916) for [ANN][HLM] HELIUM - PRE NOTICE (https://bitcointalk.org/index.php?topic=1809278.msg45902537#msg45902537)
  • 2018-09-19T13:26:47Z: 10 from CryptKeeper (https://bitcointalk.org/index.php?action=profile;u=203450) to tyz (https://bitcointalk.org/index.php?action=profile;u=153644) for [Byteball] Tue Gutes und erhalte kostenlose Bytes (https://bitcointalk.org/index.php?topic=3716327.msg36891418#msg36891418)
  • 2018-09-19T13:23:29Z: 50 from sureshnsnet (https://bitcointalk.org/index.php?action=profile;u=390080) to 1518903 (https://bitcointalk.org/index.php?action=profile;u=1518903) for Bear market end or not? (https://bitcointalk.org/index.php?topic=4401598.msg39207985#msg39207985)
  • 2018-09-19T11:34:25Z: 10 from 370533 (https://bitcointalk.org/index.php?action=profile;u=370533) to 1353412 (https://bitcointalk.org/index.php?action=profile;u=1353412) for Enhanced newbie restrictions &amp; requirements (https://bitcointalk.org/index.php?topic=5030366.msg45897489#msg45897489)
  • 2018-09-19T02:54:40Z: 50 from bumbacoin (https://bitcointalk.org/index.php?action=profile;u=324489) to 1312406 (https://bitcointalk.org/index.php?action=profile;u=1312406) for [ANN] pure POS $[MIRAI]@[MRI] MASTER NODES-from xgox coin team  (https://bitcointalk.org/index.php?topic=4442773.msg40135075#msg40135075)
  • 2018-09-19T02:52:25Z: 10 from 529888 (https://bitcointalk.org/index.php?action=profile;u=529888) to 892462 (https://bitcointalk.org/index.php?action=profile;u=892462) for [ANN] [ADZ] Adzcoin||ADZbuzz - Replacing The Ad-Supported Web! (https://bitcointalk.org/index.php?topic=1590365.msg45870333#msg45870333)
  • 2018-09-19T02:42:58Z: 14 from ACP (https://bitcointalk.org/index.php?action=profile;u=488301) to 2062018 (https://bitcointalk.org/index.php?action=profile;u=2062018) for [ANN][CRW] CROWN (SHA256) | Platform | Governance | Systemnodes | Masternodes | (https://bitcointalk.org/index.php?topic=815487.msg45490564#msg45490564)
  • 2018-09-19T02:40:05Z: 10 from ACP (https://bitcointalk.org/index.php?action=profile;u=488301) to 2062018 (https://bitcointalk.org/index.php?action=profile;u=2062018) for [ANN][CRW] CROWN (SHA256) | Platform | Governance | Systemnodes | Masternodes | (https://bitcointalk.org/index.php?topic=815487.msg45363830#msg45363830)
  • 2018-09-19T02:35:28Z: 10 from Searing (https://bitcointalk.org/index.php?action=profile;u=99165) to 1298340 (https://bitcointalk.org/index.php?action=profile;u=1298340) for [ANN] Sia - Decentralized Storage (https://bitcointalk.org/index.php?topic=1060294.msg45852961#msg45852961)
  • 2018-09-19T00:35:01Z: 10 from vmozara (https://bitcointalk.org/index.php?action=profile;u=2158358) to 1828268 (https://bitcointalk.org/index.php?action=profile;u=1828268) for OpenSource DIY RIG for riserless Biostar TB250-BTC D+ (https://bitcointalk.org/index.php?topic=5031839.msg45864063#msg45864063)
  • 2018-09-19T00:26:17Z: 10 from FFI2013 (https://bitcointalk.org/index.php?action=profile;u=556031) to 1828268 (https://bitcointalk.org/index.php?action=profile;u=1828268) for OpenSource DIY RIG for riserless Biostar TB250-BTC D+ (https://bitcointalk.org/index.php?topic=5031839.msg45864063#msg45864063)
  • 2018-09-18T22:25:44Z: 10 from 916334 (https://bitcointalk.org/index.php?action=profile;u=916334) to 2019817 (https://bitcointalk.org/index.php?action=profile;u=2019817) for [PRE-ICO][DPOS][DEX] SWAPBLOCKS: Decentralized Interest Rate Swaps (https://bitcointalk.org/index.php?topic=3456464.msg35982766#msg35982766)
  • 2018-09-18T21:13:00Z: 12 from 117085 (https://bitcointalk.org/index.php?action=profile;u=117085) to 71166 (https://bitcointalk.org/index.php?action=profile;u=71166) for [ANN] Terracoin (TRC) - Est 2012 (https://bitcointalk.org/index.php?topic=1364146.msg45863187#msg45863187)
  • 2018-09-18T17:25:27Z: 10 from babicena14 (https://bitcointalk.org/index.php?action=profile;u=383935) to 2222396 (https://bitcointalk.org/index.php?action=profile;u=2222396) for Aнaлитикa, aнaлиз, пpoгнoзы. (https://bitcointalk.org/index.php?topic=1006631.msg45880765#msg45880765)
  • 2018-09-18T16:23:25Z: 10 from Slark (https://bitcointalk.org/index.php?action=profile;u=255170) to 1419128 (https://bitcointalk.org/index.php?action=profile;u=1419128) for CEO Binance oбpaтилcя к Бyтepинy (https://bitcointalk.org/index.php?topic=5027604.msg45878509#msg45878509)
  • 2018-09-18T16:04:13Z: 50 from easyboy (https://bitcointalk.org/index.php?action=profile;u=909254) to 907810 (https://bitcointalk.org/index.php?action=profile;u=907810) for PSU - Güç Kaynağı Hakkında Önemli Bilgiler (https://bitcointalk.org/index.php?topic=1662332.msg16689521#msg16689521)
  • 2018-09-18T15:53:04Z: 50 from 905883 (https://bitcointalk.org/index.php?action=profile;u=905883) to 907810 (https://bitcointalk.org/index.php?action=profile;u=907810) for Doğrusu (https://bitcointalk.org/index.php?topic=1675162.msg16883383#msg16883383)
  • 2018-09-18T15:48:55Z: 20 from 905883 (https://bitcointalk.org/index.php?action=profile;u=905883) to easyboy (https://bitcointalk.org/index.php?action=profile;u=909254) for kapitalizmin iyi yönleri varmı (https://bitcointalk.org/index.php?topic=2267026.msg23012329#msg23012329)
  • 2018-09-18T15:38:20Z: 21 from 895125 (https://bitcointalk.org/index.php?action=profile;u=895125) to 909195 (https://bitcointalk.org/index.php?action=profile;u=909195) for favori nargile karışımınız (https://bitcointalk.org/index.php?topic=2178052.msg29206489#msg29206489)
  • 2018-09-18T15:35:34Z: 17 from 904645 (https://bitcointalk.org/index.php?action=profile;u=904645) to 909195 (https://bitcointalk.org/index.php?action=profile;u=909195) for Google 2FA Authenticator Hakkında (https://bitcointalk.org/index.php?topic=2442509.msg25020520#msg25020520)
  • 2018-09-18T15:19:25Z: 10 from coingamblingreviews (https://bitcointalk.org/index.php?action=profile;u=339362) to 950218 (https://bitcointalk.org/index.php?action=profile;u=950218) for Investing in Gambling Sites (https://bitcointalk.org/index.php?topic=5029203.msg45790898#msg45790898)
  • 2018-09-18T15:15:21Z: 50 from 909166 (https://bitcointalk.org/index.php?action=profile;u=909166) to 909195 (https://bitcointalk.org/index.php?action=profile;u=909195) for Ubuntu 16.10 Release edildi. (https://bitcointalk.org/index.php?topic=1646578.msg16571147#msg16571147)
  • 2018-09-18T15:11:18Z: 50 from 807879 (https://bitcointalk.org/index.php?action=profile;u=807879) to 909166 (https://bitcointalk.org/index.php?action=profile;u=909166) for Wireless Hız Problemi (https://bitcointalk.org/index.php?topic=1687429.msg16944193#msg16944193)
  • 2018-09-18T09:50:43Z: 50 from traumschiff (https://bitcointalk.org/index.php?action=profile;u=176942) to 2356585 (https://bitcointalk.org/index.php?action=profile;u=2356585) for [ANN] [ILK] INLOCK - Fiat Loans with Crypto Collateral - Banks Compete for You (https://bitcointalk.org/index.php?topic=4931157.msg44431066#msg44431066)
  • 2018-09-18T07:42:57Z: 10 from babicena14 (https://bitcointalk.org/index.php?action=profile;u=383935) to 1947568 (https://bitcointalk.org/index.php?action=profile;u=1947568) for He paccкaзывaйтe в coцceтяx o тoм, чтo y вac  (https://bitcointalk.org/index.php?topic=5029434.msg45841071#msg45841071)
  • 2018-09-18T03:56:13Z: 15 from Foxpup (https://bitcointalk.org/index.php?action=profile;u=55384) to theymos (https://bitcointalk.org/index.php?action=profile;u=35) for Enhanced newbie restrictions &amp; requirements (https://bitcointalk.org/index.php?topic=5030366.msg45810047#msg45810047)
  • 2018-09-18T01:36:20Z: 10 from rickbig41 (https://bitcointalk.org/index.php?action=profile;u=553678) to theymos (https://bitcointalk.org/index.php?action=profile;u=35) for Enhanced newbie restrictions &amp; requirements (https://bitcointalk.org/index.php?topic=5030366.msg45810047#msg45810047)
  • 2018-09-18T01:16:12Z: 50 from alpsea (https://bitcointalk.org/index.php?action=profile;u=790823) to 909166 (https://bitcointalk.org/index.php?action=profile;u=909166) for Wireless Hız Problemi (https://bitcointalk.org/index.php?topic=1687429.msg16944193#msg16944193)
  • 2018-09-18T00:36:54Z: 14 from krogothmanhattan (https://bitcointalk.org/index.php?action=profile;u=1000199) to satoshi (https://bitcointalk.org/index.php?action=profile;u=3) for Welcome to the new Bitcoin forum! (https://bitcointalk.org/index.php?topic=5.msg28#msg28)
  • 2018-09-17T23:16:10Z: 36 from 557538 (https://bitcointalk.org/index.php?action=profile;u=557538) to 2027058 (https://bitcointalk.org/index.php?action=profile;u=2027058) for SWATCoin (https://bitcointalk.org/index.php?topic=3308625.msg45848676#msg45848676)
  • 2018-09-17T20:34:52Z: 12 from 218603 (https://bitcointalk.org/index.php?action=profile;u=218603) to -Andres- (https://bitcointalk.org/index.php?action=profile;u=1001606) for [ARDR] Nxt: Ardor - мacштaбиpyeмaя ChildChain-плaтфopмa  (https://bitcointalk.org/index.php?topic=345882.msg45842798#msg45842798)
  • 2018-09-17T20:10:42Z: 10 from 222884 (https://bitcointalk.org/index.php?action=profile;u=222884) to 2354698 (https://bitcointalk.org/index.php?action=profile;u=2354698) for Aльтepнaтивныe кpиптoвaлюты (https://bitcointalk.org/index.php?topic=3394176.msg45844023#msg45844023)
  • 2018-09-17T18:09:39Z: 10 from Slark (https://bitcointalk.org/index.php?action=profile;u=255170) to 1371602 (https://bitcointalk.org/index.php?action=profile;u=1371602) for Кpeдитopы Mt. Gox мoгyт cпpoвoциpoвaть пaдeниe (https://bitcointalk.org/index.php?topic=5031181.msg45839767#msg45839767)
  • 2018-09-17T17:50:20Z: 20 from bones261 (https://bitcointalk.org/index.php?action=profile;u=452769) to nkampala (https://bitcointalk.org/index.php?action=profile;u=2093373) for Demoted from Jr. Member to Newbie? Read here first. (https://bitcointalk.org/index.php?topic=5030445.msg45813825#msg45813825)
  • 2018-09-17T15:25:48Z: 32 from B!gSmoke (https://bitcointalk.org/index.php?action=profile;u=901208) to 190521 (https://bitcointalk.org/index.php?action=profile;u=190521) for BYTEBALL: Totally new consensus algorithm + private untraceable payments (https://bitcointalk.org/index.php?topic=1608859.msg22721722#msg22721722)
  • 2018-09-17T15:24:29Z: 49 from 190521 (https://bitcointalk.org/index.php?action=profile;u=190521) to B!gSmoke (https://bitcointalk.org/index.php?action=profile;u=901208) for [ANN] – ALTCOINS OTC (over the counter) TRADING DESK (https://bitcointalk.org/index.php?topic=5029045.msg45697086#msg45697086)
  • 2018-09-17T08:21:56Z: 10 from yahoo62278 (https://bitcointalk.org/index.php?action=profile;u=355846) to theymos (https://bitcointalk.org/index.php?action=profile;u=35) for Enhanced newbie restrictions &amp; requirements (https://bitcointalk.org/index.php?topic=5030366.msg45810047#msg45810047)
  • 2018-09-17T07:14:08Z: 13 from andibongkol (https://bitcointalk.org/index.php?action=profile;u=908648) to 1267390 (https://bitcointalk.org/index.php?action=profile;u=1267390) for Invest in altcoins today or maybe later? (https://bitcointalk.org/index.php?topic=4894769.msg45810392#msg45810392)
  • 2018-09-17T07:08:58Z: 15 from Chainsmokers (https://bitcointalk.org/index.php?action=profile;u=970667) to 1267390 (https://bitcointalk.org/index.php?action=profile;u=1267390) for Do you believe in ETH? (https://bitcointalk.org/index.php?topic=5029917.msg45811067#msg45811067)
  • 2018-09-16T10:49:50Z: 10 from Welsh (https://bitcointalk.org/index.php?action=profile;u=84521) to DdmrDdmr (https://bitcointalk.org/index.php?action=profile;u=1582324) for sMerit participants – a worrying descending trend (!/?) (https://bitcointalk.org/index.php?topic=5029372.msg45721025#msg45721025)
  • 2018-09-16T10:40:39Z: 10 from Welsh (https://bitcointalk.org/index.php?action=profile;u=84521) to vphasitha01 (https://bitcointalk.org/index.php?action=profile;u=2124069) for [RUPL] Ranking-Up Pipe Line of Forum Members (https://bitcointalk.org/index.php?topic=4839318.msg43660725#msg43660725)
  • 2018-09-16T09:41:15Z: 10 from Vod (https://bitcointalk.org/index.php?action=profile;u=30747) to ibminer (https://bitcointalk.org/index.php?action=profile;u=84866) for Announcing BPIP - The Bitcointalk Public Information Project! (https://bitcointalk.org/index.php?topic=4746201.msg42871724#msg42871724)
  • 2018-09-16T07:45:48Z: 10 from Nikisa (https://bitcointalk.org/index.php?action=profile;u=2154195) to Alex_Sr (https://bitcointalk.org/index.php?action=profile;u=1762404) for ⭐ Forum chronicle - UP Rank List - Congratulations! (BPIP Merit stat, Trust) ⭐ (https://bitcointalk.org/index.php?topic=5024849.msg45725611#msg45725611)
  • 2018-09-15T15:35:34Z: 10 from TMAN (https://bitcointalk.org/index.php?action=profile;u=98986) to LoyceV (https://bitcointalk.org/index.php?action=profile;u=459836) for Full merit transaction history for any user - now with GRAPHS! (https://bitcointalk.org/index.php?topic=4444830.msg39712042#msg39712042)
  • 2018-09-15T15:10:32Z: 20 from TMAN (https://bitcointalk.org/index.php?action=profile;u=98986) to DdmrDdmr (https://bitcointalk.org/index.php?action=profile;u=1582324) for sMerit participants – a worrying descending trend (!/?) (https://bitcointalk.org/index.php?topic=5029372.msg45721025#msg45721025)
  • 2018-09-15T15:10:13Z: 10 from TMAN (https://bitcointalk.org/index.php?action=profile;u=98986) to The Pharmacist (https://bitcointalk.org/index.php?action=profile;u=487418) for sMerit participants – a worrying descending trend (!/?) (https://bitcointalk.org/index.php?topic=5029372.msg45727974#msg45727974)
  • 2018-09-15T11:02:29Z: 10 from CREATIVE_Life (https://bitcointalk.org/index.php?action=profile;u=805497) to 1102546 (https://bitcointalk.org/index.php?action=profile;u=1102546) for Baшe oтнoшeния к бeзгpaмoтным людям? (https://bitcointalk.org/index.php?topic=3148445.msg44842081#msg44842081)
  • 2018-09-15T10:44:44Z: 15 from redsn0w (https://bitcointalk.org/index.php?action=profile;u=211419) to johoe (https://bitcointalk.org/index.php?action=profile;u=143551) for Reused R values again (https://bitcointalk.org/index.php?topic=581411.msg9791998#msg9791998)
  • 2018-09-15T07:31:31Z: 19 from qwk (https://bitcointalk.org/index.php?action=profile;u=24140) to F2b (https://bitcointalk.org/index.php?action=profile;u=1120609) for Merit source application (French local board) (https://bitcointalk.org/index.php?topic=4899677.msg44123995#msg44123995)
  • 2018-09-15T07:26:36Z: 10 from Demirung (https://bitcointalk.org/index.php?action=profile;u=1198793) to 1693857 (https://bitcointalk.org/index.php?action=profile;u=1693857) for ANN [RCC] Reality Clash - First ARG Mobile Game with ERC-20 Armory (https://bitcointalk.org/index.php?topic=2036661.msg36374989#msg36374989)
  • 2018-09-15T04:34:54Z: 10 from Vod (https://bitcointalk.org/index.php?action=profile;u=30747) to Nikisa (https://bitcointalk.org/index.php?action=profile;u=2154195) for ⭐ Forum chronicle - UP Rank List - Congratulations! (BPIP Merit stat, Trust) ⭐ (https://bitcointalk.org/index.php?topic=5024849.msg45419482#msg45419482)
  • 2018-09-15T00:05:06Z: 10 from d57heinz (https://bitcointalk.org/index.php?action=profile;u=329441) to 2368281 (https://bitcointalk.org/index.php?action=profile;u=2368281) for Which Algo will be hit next by ASICs ? (https://bitcointalk.org/index.php?topic=5028311.msg45678752#msg45678752)
  • 2018-09-14T15:22:17Z: 10 from BitcoinNewsMagazine (https://bitcointalk.org/index.php?action=profile;u=503947) to Denarium (https://bitcointalk.org/index.php?action=profile;u=523013) for Special Auction for 5x Denarium 1/2 BTC Gold 2018 Coin (https://bitcointalk.org/index.php?topic=4949047.msg44600211#msg44600211)
  • 2018-09-14T13:11:26Z: 10 from Demirung (https://bitcointalk.org/index.php?action=profile;u=1198793) to 1411043 (https://bitcointalk.org/index.php?action=profile;u=1411043) for [ANN][ICO] INS ECOSYSTEM - Direct-to-Consumer Ecosystem  (https://bitcointalk.org/index.php?topic=2208591.msg32666802#msg32666802)
  • 2018-09-14T13:03:42Z: 10 from trader_999 (https://bitcointalk.org/index.php?action=profile;u=516361) to Demirung (https://bitcointalk.org/index.php?action=profile;u=1198793) for [ANN]MOBU-Бyдyщee Security Toкeнoв (https://bitcointalk.org/index.php?topic=4866697.msg43847000#msg43847000)
  • 2018-09-14T13:03:11Z: 12 from trader_999 (https://bitcointalk.org/index.php?action=profile;u=516361) to Demirung (https://bitcointalk.org/index.php?action=profile;u=1198793) for [ANN]Raincheck - Aгpeгaтop Oбмeнa Oчкoв Лoяльнocти(Stellar) (https://bitcointalk.org/index.php?topic=4964884.msg44773384#msg44773384)
  • 2018-09-14T13:02:34Z: 10 from trader_999 (https://bitcointalk.org/index.php?action=profile;u=516361) to Demirung (https://bitcointalk.org/index.php?action=profile;u=1198793) for [ANN]Iconiq Holdings - Экocиcтeмa Для Упpaвлeния Aктивaми (https://bitcointalk.org/index.php?topic=5028223.msg45639671#msg45639671)
  • 2018-09-14T13:01:55Z: 10 from trader_999 (https://bitcointalk.org/index.php?action=profile;u=516361) to Demirung (https://bitcointalk.org/index.php?action=profile;u=1198793) for [ANN]PDATA-Peвoлюциoннaя Topгoвля Личными Дaнным (https://bitcointalk.org/index.php?topic=3139495.msg32452413#msg32452413)
  • 2018-09-14T09:02:03Z: 10 from 907883 (https://bitcointalk.org/index.php?action=profile;u=907883) to 24478 (https://bitcointalk.org/index.php?action=profile;u=24478) for [WTS] Sprint 8330 BlackBerry Curve (https://bitcointalk.org/index.php?topic=27967.msg352302#msg352302)
  • 2018-09-14T09:00:46Z: 10 from 907883 (https://bitcointalk.org/index.php?action=profile;u=907883) to 10333 (https://bitcointalk.org/index.php?action=profile;u=10333) for [DEAD] DeepBit.net PPS+Prop,instant payouts, we pay for INVALID BLOCKS too (https://bitcointalk.org/index.php?topic=3889.msg166727#msg166727)
  • 2018-09-14T08:17:46Z: 10 from MaRSe (https://bitcointalk.org/index.php?action=profile;u=114035) to ADReHaJIuH4uK (https://bitcointalk.org/index.php?action=profile;u=539873) for Бayнти кaмпaния deex.exchange (https://bitcointalk.org/index.php?topic=2298450.msg45655746#msg45655746)
  • 2018-09-14T08:16:55Z: 50 from MaRSe (https://bitcointalk.org/index.php?action=profile;u=114035) to 2362459 (https://bitcointalk.org/index.php?action=profile;u=2362459) for Бayнти кaмпaния deex.exchange (https://bitcointalk.org/index.php?topic=2298450.msg45616061#msg45616061)
Total Merits 1367


Title: Re: Swiss army knife Tool to query Merit data online - Full History
Post by: Piggy on September 28, 2018, 09:48:45 AM
the data is updated to Friday 28th of September.

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-09-28&dategreater=2018-09-21&meritgreater=10

Result Custom Query
  • 2018-09-27T15:04:43Z: 10 from Welsh (https://bitcointalk.org/index.php?action=profile;u=84521) to tomywomy (https://bitcointalk.org/index.php?action=profile;u=127508) for Flaws in LN (Lightning Network). (https://bitcointalk.org/index.php?topic=5031079.msg45901625#msg45901625)
  • 2018-09-27T14:25:58Z: 10 from rindo (https://bitcointalk.org/index.php?action=profile;u=449793) to Weezenhofnar (https://bitcointalk.org/index.php?action=profile;u=1930332) for  WTS A FULL MASTER NODE OF BOScoin  (https://bitcointalk.org/index.php?topic=2417153.msg45622806#msg45622806)
  • 2018-09-27T12:54:43Z: 10 from Fishmaster42 (https://bitcointalk.org/index.php?action=profile;u=464677) to uzzy (https://bitcointalk.org/index.php?action=profile;u=831880) for [ANN] Vsync VSX - Project - POS v3 - ZeroCoin - Masternodes - InstantTX [VSYNC] (https://bitcointalk.org/index.php?topic=2133048.msg45873171#msg45873171)
  • 2018-09-27T12:00:09Z: 16 from Wapinter (https://bitcointalk.org/index.php?action=profile;u=527272) to theymos (https://bitcointalk.org/index.php?action=profile;u=35) for Enhanced newbie restrictions &amp; requirements (https://bitcointalk.org/index.php?topic=5030366.msg45810047#msg45810047)
  • 2018-09-27T06:42:24Z: 10 from salsa321 (https://bitcointalk.org/index.php?action=profile;u=849998) to MindFunk (https://bitcointalk.org/index.php?action=profile;u=21921) for [ANN][ICO] ATHERO| IOT |INTERNET OF BLOCKCHAINS|  AIRDROP |  (https://bitcointalk.org/index.php?topic=5036025.msg46166665#msg46166665)
  • 2018-09-26T17:23:55Z: 10 from dgigit (https://bitcointalk.org/index.php?action=profile;u=931614) to avtandil (https://bitcointalk.org/index.php?action=profile;u=2362361) for [ANN] [EON] EXSCUDO Финaнcoвaя Экocиcтeмa | ICO l БAУHTИ  (https://bitcointalk.org/index.php?topic=1866946.msg46116209#msg46116209)
  • 2018-09-26T17:22:12Z: 10 from dgigit (https://bitcointalk.org/index.php?action=profile;u=931614) to avtandil (https://bitcointalk.org/index.php?action=profile;u=2362361) for [ANN] [EON] EXSCUDO Финaнcoвaя Экocиcтeмa | ICO l БAУHTИ  (https://bitcointalk.org/index.php?topic=1866946.msg46116209#msg46116209)
  • 2018-09-26T10:01:13Z: 10 from MaRSe (https://bitcointalk.org/index.php?action=profile;u=114035) to psyghe (https://bitcointalk.org/index.php?action=profile;u=1944346) for ПPOДAЖA BTC ЗA HAЛИЧHЫE B CИTИ HИЖE PЫHКA! (https://bitcointalk.org/index.php?topic=3138412.msg46176487#msg46176487)
  • 2018-09-26T02:04:22Z: 25 from Elwar (https://bitcointalk.org/index.php?action=profile;u=554) to bitserve (https://bitcointalk.org/index.php?action=profile;u=87930) for Wall Observer BTC/USD - Bitcoin price movement tracking &amp; discussion (https://bitcointalk.org/index.php?topic=178336.msg46170320#msg46170320)
  • 2018-09-26T00:28:48Z: 10 from randombit (https://bitcointalk.org/index.php?action=profile;u=161490) to LibertValance (https://bitcointalk.org/index.php?action=profile;u=1077067) for Erstes richtiges BLUTBAD 2018 – Wo ist der Boden ?! (https://bitcointalk.org/index.php?topic=2768036.msg46162194#msg46162194)
  • 2018-09-25T19:28:27Z: 29 from salsa321 (https://bitcointalk.org/index.php?action=profile;u=849998) to Dice-Bet (https://bitcointalk.org/index.php?action=profile;u=950218) for  Dice-Bet.com - Huge Wagering Competition! 2.1 BTC, 21 ETH &amp; 115 LTC  (https://bitcointalk.org/index.php?topic=5035436.msg46045817#msg46045817)
  • 2018-09-25T18:51:46Z: 10 from spiker777 (https://bitcointalk.org/index.php?action=profile;u=528645) to Zapo (https://bitcointalk.org/index.php?action=profile;u=2015835) for [OPEN] ⚡BQT Signature Campaign | Member - Hero | 0.0007 BTC /Post ⚡ (https://bitcointalk.org/index.php?topic=4862272.msg46111762#msg46111762)
  • 2018-09-25T16:05:12Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to o_e_l_e_o (https://bitcointalk.org/index.php?action=profile;u=1188543) for Negative trust for an opinion? (https://bitcointalk.org/index.php?topic=5036845.msg46154516#msg46154516)
  • 2018-09-25T15:17:15Z: 10 from generous (https://bitcointalk.org/index.php?action=profile;u=709913) to Leftneck (https://bitcointalk.org/index.php?action=profile;u=1758153) for Buy ETH or not? (https://bitcointalk.org/index.php?topic=4930309.msg46151680#msg46151680)
  • 2018-09-25T14:55:28Z: 10 from Quickseller (https://bitcointalk.org/index.php?action=profile;u=358020) to iluvbitcoins (https://bitcointalk.org/index.php?action=profile;u=337097) for Negative trust for an opinion? (https://bitcointalk.org/index.php?topic=5036845.msg46153606#msg46153606)
  • 2018-09-25T05:53:46Z: 10 from hilariousandco (https://bitcointalk.org/index.php?action=profile;u=164822) to Veleor (https://bitcointalk.org/index.php?action=profile;u=1177936) for Foserfox selling merit or meriting his alt accounts? (https://bitcointalk.org/index.php?topic=5037225.msg46136084#msg46136084)
  • 2018-09-25T04:18:13Z: 10 from AngusCanine (https://bitcointalk.org/index.php?action=profile;u=213496) to zcoinofficial (https://bitcointalk.org/index.php?action=profile;u=906044) for [ANN] Zcoin (XZC) - Implementing Zerocoin technology for financial privacy (https://bitcointalk.org/index.php?topic=1638450.msg46098572#msg46098572)
  • 2018-09-25T04:15:54Z: 10 from AngusCanine (https://bitcointalk.org/index.php?action=profile;u=213496) to snowboard (https://bitcointalk.org/index.php?action=profile;u=1432860) for  [ANN] NIX - Make Bitcoin, altcoins and tokens anonymous with NIX Platform! (https://bitcointalk.org/index.php?topic=3454993.msg46129213#msg46129213)
  • 2018-09-25T04:15:34Z: 10 from AngusCanine (https://bitcointalk.org/index.php?action=profile;u=213496) to snowboard (https://bitcointalk.org/index.php?action=profile;u=1432860) for  [ANN] NIX - Make Bitcoin, altcoins and tokens anonymous with NIX Platform! (https://bitcointalk.org/index.php?topic=3454993.msg46129213#msg46129213)
  • 2018-09-24T20:06:20Z: 30 from BitCoinNutJob (https://bitcointalk.org/index.php?action=profile;u=84835) to DeepuEzy (https://bitcointalk.org/index.php?action=profile;u=2207299) for What should we do now so that in future there is no child labour in India.    (https://bitcointalk.org/index.php?topic=3267044.msg43383779#msg43383779)
  • 2018-09-24T18:25:22Z: 20 from salsa321 (https://bitcointalk.org/index.php?action=profile;u=849998) to Dice-Bet (https://bitcointalk.org/index.php?action=profile;u=950218) for  Dice-Bet.com - 6000 Satoshi Giveaway To New Players!  (https://bitcointalk.org/index.php?topic=5033750.msg46114979#msg46114979)
  • 2018-09-24T15:44:14Z: 10 from coingamblingreviews (https://bitcointalk.org/index.php?action=profile;u=339362) to DarkStar_ (https://bitcointalk.org/index.php?action=profile;u=507936) for Bitcoin Gambling Investments (https://bitcointalk.org/index.php?topic=1585408.msg46096925#msg46096925)
  • 2018-09-24T13:39:01Z: 14 from chek2fire (https://bitcointalk.org/index.php?action=profile;u=202602) to andrew4 (https://bitcointalk.org/index.php?action=profile;u=1772681) for Λoγισμικό Kρυπτoγράφησης  (https://bitcointalk.org/index.php?topic=5035844.msg46094916#msg46094916)
  • 2018-09-24T06:30:27Z: 10 from Stunna (https://bitcointalk.org/index.php?action=profile;u=81292) to seuntjie (https://bitcointalk.org/index.php?action=profile;u=122785) for Primedice.com | Creators of Dicing  | 24 Billion Bets | 112+ BTC Jackpot! (https://bitcointalk.org/index.php?topic=208986.msg46020426#msg46020426)
  • 2018-09-24T02:34:37Z: 40 from coingamblingreviews (https://bitcointalk.org/index.php?action=profile;u=339362) to Dice-Bet (https://bitcointalk.org/index.php?action=profile;u=950218) for  Dice-Bet.com - 6000 Satoshi Giveaway To New Players!  (https://bitcointalk.org/index.php?topic=5033750.msg46090880#msg46090880)
  • 2018-09-23T23:07:25Z: 20 from Foxpup (https://bitcointalk.org/index.php?action=profile;u=55384) to gmaxwell (https://bitcointalk.org/index.php?action=profile;u=11425) for The duplicate input vulnerability shouldn't be forgotten (https://bitcointalk.org/index.php?topic=5035144.msg46077622#msg46077622)
  • 2018-09-23T21:17:24Z: 10 from roslinpl (https://bitcointalk.org/index.php?action=profile;u=158505) to zazarb (https://bitcointalk.org/index.php?action=profile;u=369212) for  ✨ zazarb's Quick-Loans &amp; Escrow ✨ (https://bitcointalk.org/index.php?topic=1161170.msg12233132#msg12233132)
  • 2018-09-23T20:21:52Z: 50 from MICRO (https://bitcointalk.org/index.php?action=profile;u=224248) to nexus48 (https://bitcointalk.org/index.php?action=profile;u=2172196) for Stake.com | Kazino Bitcoin &amp; Ethereum | Plinko, Dice, Keno, Hilo +8 jos (https://bitcointalk.org/index.php?topic=4416559.msg39345211#msg39345211)
  • 2018-09-23T18:12:18Z: 10 from theymos (https://bitcointalk.org/index.php?action=profile;u=35) to gmaxwell (https://bitcointalk.org/index.php?action=profile;u=11425) for The duplicate input vulnerability shouldn't be forgotten (https://bitcointalk.org/index.php?topic=5035144.msg46080218#msg46080218)
  • 2018-09-23T18:09:28Z: 20 from QuestionAuthority (https://bitcointalk.org/index.php?action=profile;u=72795) to iasenko (https://bitcointalk.org/index.php?action=profile;u=1291828) for Merit System Upgrade (https://bitcointalk.org/index.php?topic=2827596.msg45942067#msg45942067)
  • 2018-09-23T18:08:56Z: 20 from QuestionAuthority (https://bitcointalk.org/index.php?action=profile;u=72795) to httpb (https://bitcointalk.org/index.php?action=profile;u=208665) for Merit System Upgrade (https://bitcointalk.org/index.php?topic=2827596.msg45897604#msg45897604)
  • 2018-09-23T18:08:31Z: 20 from QuestionAuthority (https://bitcointalk.org/index.php?action=profile;u=72795) to vlad230 (https://bitcointalk.org/index.php?action=profile;u=1268116) for Merit System Upgrade (https://bitcointalk.org/index.php?topic=2827596.msg45768125#msg45768125)
  • 2018-09-23T18:07:57Z: 30 from QuestionAuthority (https://bitcointalk.org/index.php?action=profile;u=72795) to kaicrypzen (https://bitcointalk.org/index.php?action=profile;u=864005) for Merit System Upgrade (https://bitcointalk.org/index.php?topic=2827596.msg45584881#msg45584881)
  • 2018-09-23T18:07:01Z: 20 from QuestionAuthority (https://bitcointalk.org/index.php?action=profile;u=72795) to kirreev070 (https://bitcointalk.org/index.php?action=profile;u=1221497) for Merit System Upgrade (https://bitcointalk.org/index.php?topic=2827596.msg45303510#msg45303510)
  • 2018-09-23T18:06:41Z: 20 from QuestionAuthority (https://bitcointalk.org/index.php?action=profile;u=72795) to freebutcaged (https://bitcointalk.org/index.php?action=profile;u=892094) for Merit System Upgrade (https://bitcointalk.org/index.php?topic=2827596.msg44370472#msg44370472)
  • 2018-09-23T17:41:36Z: 10 from theymos_away (https://bitcointalk.org/index.php?action=profile;u=349090) to gmaxwell (https://bitcointalk.org/index.php?action=profile;u=11425) for The duplicate input vulnerability shouldn't be forgotten (https://bitcointalk.org/index.php?topic=5035144.msg46077622#msg46077622)
  • 2018-09-23T14:59:34Z: 10 from zazarb (https://bitcointalk.org/index.php?action=profile;u=369212) to roslinpl (https://bitcointalk.org/index.php?action=profile;u=158505) for [ANN] Bitcoin Online Embassy 2.0 | bitcoinonlineembassy.com | btc-embassy.com | (https://bitcointalk.org/index.php?topic=5010431.msg45207695#msg45207695)
  • 2018-09-23T14:59:21Z: 10 from zazarb (https://bitcointalk.org/index.php?action=profile;u=369212) to roslinpl (https://bitcointalk.org/index.php?action=profile;u=158505) for [LEARN] BBCode Lessons &amp; Tutorials [+tutorial videos!] (https://bitcointalk.org/index.php?topic=1727100.msg17283187#msg17283187)
  • 2018-09-23T14:03:54Z: 20 from SyGambler (https://bitcointalk.org/index.php?action=profile;u=405889) to CryptoSparks (https://bitcointalk.org/index.php?action=profile;u=1705958) for [FREE GUIDE]  How to be a Profitable Contrarian Bettor MLB NFL NBA NHL  (https://bitcointalk.org/index.php?topic=4962353.msg44744180#msg44744180)
  • 2018-09-23T07:36:27Z: 10 from franky1 (https://bitcointalk.org/index.php?action=profile;u=65837) to Wind_FURY (https://bitcointalk.org/index.php?action=profile;u=844914) for Is anonymity the future for bitcoin??? (https://bitcointalk.org/index.php?topic=5033221.msg45928287#msg45928287)
  • 2018-09-23T02:52:03Z: 10 from jeeb (https://bitcointalk.org/index.php?action=profile;u=218168) to Dasbt (https://bitcointalk.org/index.php?action=profile;u=1373945) for sem中国交流群欢迎大家的加入不定时赠送SEM (https://bitcointalk.org/index.php?topic=2661168.msg27131713#msg27131713)
  • 2018-09-23T02:51:24Z: 10 from jeeb (https://bitcointalk.org/index.php?action=profile;u=218168) to Dasbt (https://bitcointalk.org/index.php?action=profile;u=1373945) for sem中国交流群欢迎大家的加入不定时赠送SEM (https://bitcointalk.org/index.php?topic=2661168.msg27131713#msg27131713)
  • 2018-09-23T00:17:14Z: 30 from chek2fire (https://bitcointalk.org/index.php?action=profile;u=202602) to MZ4 (https://bitcointalk.org/index.php?action=profile;u=1539137) for N26 Bank (https://bitcointalk.org/index.php?topic=4901613.msg46041840#msg46041840)
  • 2018-09-22T20:19:41Z: 10 from PHI1618 (https://bitcointalk.org/index.php?action=profile;u=1071136) to Hc01 (https://bitcointalk.org/index.php?action=profile;u=1142012) for Aylardır Para Kaybeden Holderları Buraya Beklerim (https://bitcointalk.org/index.php?topic=4678071.msg42213820#msg42213820)
  • 2018-09-22T11:55:29Z: 10 from NLNico (https://bitcointalk.org/index.php?action=profile;u=107762) to seuntjie (https://bitcointalk.org/index.php?action=profile;u=122785) for Seuntjies DiceBot -Multi-Site, multi-strategy betting bot for dice. With Charts! (https://bitcointalk.org/index.php?topic=307425.msg3295720#msg3295720)
  • 2018-09-22T11:50:00Z: 10 from NLNico (https://bitcointalk.org/index.php?action=profile;u=107762) to seuntjie (https://bitcointalk.org/index.php?action=profile;u=122785) for Seuntjies DiceBot -Multi-Site, multi-strategy betting bot for dice. With Charts! (https://bitcointalk.org/index.php?topic=307425.msg46020284#msg46020284)
  • 2018-09-22T09:24:05Z: 10 from MOSSAD (https://bitcointalk.org/index.php?action=profile;u=890310) to Pick Up (https://bitcointalk.org/index.php?action=profile;u=1527698) for 1527698 (https://bitcointalk.org/index.php?topic=5035419.msg28130303#msg28130303)
  • 2018-09-22T04:49:10Z: 10 from theymos (https://bitcointalk.org/index.php?action=profile;u=35) to DdmrDdmr (https://bitcointalk.org/index.php?action=profile;u=1582324) for sMerit participants – A quick follow-up after the changes – Good so far (https://bitcointalk.org/index.php?topic=5034149.msg45969883#msg45969883)
  • 2018-09-22T00:37:22Z: 30 from chek2fire (https://bitcointalk.org/index.php?action=profile;u=202602) to Dimitris (https://bitcointalk.org/index.php?action=profile;u=627973) for Cryptocurrency και blockchain technology συνέδριo στην Aθήνα (https://bitcointalk.org/index.php?topic=4940000.msg44552466#msg44552466)
  • 2018-09-22T00:35:07Z: 20 from chek2fire (https://bitcointalk.org/index.php?action=profile;u=202602) to panagot (https://bitcointalk.org/index.php?action=profile;u=262958) for Bitfortip | A social reward network powered by Bitcoin.   (https://bitcointalk.org/index.php?topic=1044356.msg11253772#msg11253772)
  • 2018-09-22T00:35:01Z: 20 from chek2fire (https://bitcointalk.org/index.php?action=profile;u=202602) to panagot (https://bitcointalk.org/index.php?action=profile;u=262958) for Bitfortip | A social reward network powered by Bitcoin.   (https://bitcointalk.org/index.php?topic=1044356.msg11253772#msg11253772)
  • 2018-09-22T00:34:20Z: 10 from chek2fire (https://bitcointalk.org/index.php?action=profile;u=202602) to tesla1994 (https://bitcointalk.org/index.php?action=profile;u=2276424) for Θα θέλατε να υπάρχει Bitcoin ATM στην Kρήτη (αγoρά+πώληση); (https://bitcointalk.org/index.php?topic=5025162.msg45489904#msg45489904)
  • 2018-09-22T00:33:22Z: 10 from chek2fire (https://bitcointalk.org/index.php?action=profile;u=202602) to RivAngE (https://bitcointalk.org/index.php?action=profile;u=1453007) for [INFO] - Tα νέα της ημέρας γύρω από τo Bitcoin (https://bitcointalk.org/index.php?topic=3680610.msg45928475#msg45928475)
  • 2018-09-21T16:00:05Z: 20 from EFS (https://bitcointalk.org/index.php?action=profile;u=140584) to ekiller (https://bitcointalk.org/index.php?action=profile;u=667791) for Merit Kaynağını Biz Oylayalım! (https://bitcointalk.org/index.php?topic=5032742.msg45989096#msg45989096)
  • 2018-09-21T14:39:16Z: 10 from pallas (https://bitcointalk.org/index.php?action=profile;u=164852) to sekker (https://bitcointalk.org/index.php?action=profile;u=1066330) for [ANN][XCN] Cryptonite - NEW Thread | 1st mini-blockchain coin | Bounties! (https://bitcointalk.org/index.php?topic=1801595.msg45982097#msg45982097)
  • 2018-09-21T11:54:07Z: 10 from EFS (https://bitcointalk.org/index.php?action=profile;u=140584) to miyav (https://bitcointalk.org/index.php?action=profile;u=1687719) for ▂▃▅▆█ ELECTRUM Bitcoin Cüzdanı - son versiyon : 3.2.3 ✔ █▆▅▃▂ (https://bitcointalk.org/index.php?topic=3492768.msg36414734#msg36414734)
  • 2018-09-21T08:58:48Z: 10 from Totscha (https://bitcointalk.org/index.php?action=profile;u=149979) to laszlo (https://bitcointalk.org/index.php?action=profile;u=143) for Pizza for bitcoins? (https://bitcointalk.org/index.php?topic=137.msg1141#msg1141)
  • 2018-09-21T08:48:40Z: 20 from TMAN (https://bitcointalk.org/index.php?action=profile;u=98986) to mu_enrico (https://bitcointalk.org/index.php?action=profile;u=1574226) for Newbie's Guide to Getting Merit (Proven) (https://bitcointalk.org/index.php?topic=4932316.msg44447557#msg44447557)
  • 2018-09-21T03:20:39Z: 10 from Primal Base (https://bitcointalk.org/index.php?action=profile;u=970608) to lxs (https://bitcointalk.org/index.php?action=profile;u=1071017) for Primalbase - Distributed Workspace for Tech Community (https://bitcointalk.org/index.php?topic=1930971.msg45968285#msg45968285)
  • 2018-09-21T02:42:02Z: 15 from suchmoon (https://bitcointalk.org/index.php?action=profile;u=234771) to hilariousetc (https://bitcointalk.org/index.php?action=profile;u=397737) for Enhanced newbie restrictions &amp; requirements (https://bitcointalk.org/index.php?topic=5030366.msg45820542#msg45820542)
Total Merits 919


Title: Re: Swiss army knife Tool to query Merit data online - Full History
Post by: Piggy on October 05, 2018, 07:50:21 AM
the data is updated to Friday 5th 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-05&dategreater=2018-09-28&meritgreater=10

Result Custom Query
  • 2018-10-04T20:45:19Z: 20 from bestBTCdomains (https://bitcointalk.org/index.php?action=profile;u=954021) to 2422770 (https://bitcointalk.org/index.php?action=profile;u=2422770) for [ANN] Introducing LEEP NETWORK: Blockchain, Upgraded to work for business. (https://bitcointalk.org/index.php?topic=5043292.msg46477466#msg46477466)
  • 2018-10-04T18:14:26Z: 20 from QuestionAuthority (https://bitcointalk.org/index.php?action=profile;u=72795) to kirreev070 (https://bitcointalk.org/index.php?action=profile;u=1221497) for Merit System Upgrade (https://bitcointalk.org/index.php?topic=2827596.msg46510381#msg46510381)
  • 2018-10-04T16:07:27Z: 20 from QuestionAuthority (https://bitcointalk.org/index.php?action=profile;u=72795) to PHI1618 (https://bitcointalk.org/index.php?action=profile;u=1071136) for Merit System Upgrade (https://bitcointalk.org/index.php?topic=2827596.msg46286827#msg46286827)
  • 2018-10-04T16:07:11Z: 20 from QuestionAuthority (https://bitcointalk.org/index.php?action=profile;u=72795) to payjoe93 (https://bitcointalk.org/index.php?action=profile;u=1961841) for Merit System Upgrade (https://bitcointalk.org/index.php?topic=2827596.msg46133159#msg46133159)
  • 2018-10-04T16:06:57Z: 30 from QuestionAuthority (https://bitcointalk.org/index.php?action=profile;u=72795) to Alex_Sr (https://bitcointalk.org/index.php?action=profile;u=1762404) for Merit System Upgrade (https://bitcointalk.org/index.php?topic=2827596.msg46101359#msg46101359)
  • 2018-10-04T16:06:44Z: 20 from QuestionAuthority (https://bitcointalk.org/index.php?action=profile;u=72795) to vphasitha01 (https://bitcointalk.org/index.php?action=profile;u=2124069) for Merit System Upgrade (https://bitcointalk.org/index.php?topic=2827596.msg46095738#msg46095738)
  • 2018-10-04T16:06:32Z: 20 from QuestionAuthority (https://bitcointalk.org/index.php?action=profile;u=72795) to crypmike (https://bitcointalk.org/index.php?action=profile;u=1837238) for Merit System Upgrade (https://bitcointalk.org/index.php?topic=2827596.msg46091987#msg46091987)
  • 2018-10-04T15:08:38Z: 10 from AztecGoldHero (https://bitcointalk.org/index.php?action=profile;u=813290) to PHI1618 (https://bitcointalk.org/index.php?action=profile;u=1071136) for 'Ledger Nano S' review and guide - One of the great hardware wallet (https://bitcointalk.org/index.php?topic=5038606.msg46204105#msg46204105)
  • 2018-10-04T04:01:11Z: 10 from 381490 (https://bitcointalk.org/index.php?action=profile;u=381490) to shasan (https://bitcointalk.org/index.php?action=profile;u=1883627) for Lending Service Started! (https://bitcointalk.org/index.php?topic=5030169.msg45795317#msg45795317)
  • 2018-10-04T02:55:52Z: 10 from cellard (https://bitcointalk.org/index.php?action=profile;u=381705) to theymos (https://bitcointalk.org/index.php?action=profile;u=35) for Captcha bypass (https://bitcointalk.org/index.php?topic=5042674.msg46447159#msg46447159)
  • 2018-10-03T22:49:02Z: 12 from EFS (https://bitcointalk.org/index.php?action=profile;u=140584) to AztecGoldHero (https://bitcointalk.org/index.php?action=profile;u=813290) for AztecGoldHero- Teknik Analiz-2- Destek-Direnç Çizgileri (https://bitcointalk.org/index.php?topic=5043186.msg46472024#msg46472024)
  • 2018-10-03T22:48:50Z: 12 from EFS (https://bitcointalk.org/index.php?action=profile;u=140584) to AztecGoldHero (https://bitcointalk.org/index.php?action=profile;u=813290) for AztecGoldHero- Teknik Analiz-1- mum çubukları (https://bitcointalk.org/index.php?topic=5041175.msg46364863#msg46364863)
  • 2018-10-03T20:13:11Z: 10 from 992943 (https://bitcointalk.org/index.php?action=profile;u=992943) to 2405621 (https://bitcointalk.org/index.php?action=profile;u=2405621) for Which one do you choose? (https://bitcointalk.org/index.php?topic=4663328.msg46129114#msg46129114)
  • 2018-10-03T20:12:53Z: 10 from 992943 (https://bitcointalk.org/index.php?action=profile;u=992943) to 2405621 (https://bitcointalk.org/index.php?action=profile;u=2405621) for Which one do you choose? (https://bitcointalk.org/index.php?topic=4663328.msg46129114#msg46129114)
  • 2018-10-03T18:49:53Z: 10 from 219066 (https://bitcointalk.org/index.php?action=profile;u=219066) to minerja (https://bitcointalk.org/index.php?action=profile;u=972933) for I Am Unplugging My Bitcoin Cash Miners &amp; You Should Too | ASIC Mining Is Dying (https://bitcointalk.org/index.php?topic=4952935.msg46473410#msg46473410)
  • 2018-10-03T18:49:42Z: 10 from 219066 (https://bitcointalk.org/index.php?action=profile;u=219066) to minerja (https://bitcointalk.org/index.php?action=profile;u=972933) for I Am Unplugging My Bitcoin Cash Miners &amp; You Should Too | ASIC Mining Is Dying (https://bitcointalk.org/index.php?topic=4952935.msg46473410#msg46473410)
  • 2018-10-03T17:45:51Z: 10 from ubeing (https://bitcointalk.org/index.php?action=profile;u=231282) to 909180 (https://bitcointalk.org/index.php?action=profile;u=909180) for [ANN][ICO] Pindify Token Blockchain Platform A Market Place For Content Creators (https://bitcointalk.org/index.php?topic=2240238.msg46470632#msg46470632)
  • 2018-10-03T17:42:53Z: 14 from Eatbatterys (https://bitcointalk.org/index.php?action=profile;u=1037590) to Piston Honda (https://bitcointalk.org/index.php?action=profile;u=391321) for [ANN][BWK] BULWARK | NO ICO | Masternodes | Accelerated PoW | Seesaw PoS/MN (https://bitcointalk.org/index.php?topic=2499481.msg46412025#msg46412025)
  • 2018-10-03T15:53:36Z: 12 from Foxpup (https://bitcointalk.org/index.php?action=profile;u=55384) to DdmrDdmr (https://bitcointalk.org/index.php?action=profile;u=1582324) for Analysis – Personal merit per day, merit per post and ranking-up projections (https://bitcointalk.org/index.php?topic=5043074.msg46466864#msg46466864)
  • 2018-10-03T13:22:16Z: 10 from hajimasan (https://bitcointalk.org/index.php?action=profile;u=808820) to 1713858 (https://bitcointalk.org/index.php?action=profile;u=1713858) for You believe in ICO's (https://bitcointalk.org/index.php?topic=4691823.msg46463410#msg46463410)
  • 2018-10-03T09:21:06Z: 10 from Zz (https://bitcointalk.org/index.php?action=profile;u=318348) to ekiller (https://bitcointalk.org/index.php?action=profile;u=667791) for Merit Kaynağını Biz Oylayalım! (https://bitcointalk.org/index.php?topic=5032742.msg45989096#msg45989096)
  • 2018-10-03T09:20:30Z: 10 from Zz (https://bitcointalk.org/index.php?action=profile;u=318348) to teramit (https://bitcointalk.org/index.php?action=profile;u=158960) for Merit Kaynağını Biz Oylayalım! (https://bitcointalk.org/index.php?topic=5032742.msg45918406#msg45918406)
  • 2018-10-03T09:19:49Z: 10 from Zz (https://bitcointalk.org/index.php?action=profile;u=318348) to mhanbostanci (https://bitcointalk.org/index.php?action=profile;u=434984) for Merit Kaynağını Biz Oylayalım! (https://bitcointalk.org/index.php?topic=5032742.msg46015615#msg46015615)
  • 2018-10-03T09:16:20Z: 23 from 251926 (https://bitcointalk.org/index.php?action=profile;u=251926) to 219921 (https://bitcointalk.org/index.php?action=profile;u=219921) for [ANN] ETHERPARTY (FUEL)  FIRST PRODUCT ROCKET  IS LIVE!☀️ (https://bitcointalk.org/index.php?topic=2005965.msg46449087#msg46449087)
  • 2018-10-03T04:03:31Z: 23 from 219921 (https://bitcointalk.org/index.php?action=profile;u=219921) to 251926 (https://bitcointalk.org/index.php?action=profile;u=251926) for [ANN] ETHERPARTY (FUEL)  FIRST PRODUCT ROCKET  IS LIVE!☀️ (https://bitcointalk.org/index.php?topic=2005965.msg46370438#msg46370438)
  • 2018-10-02T19:24:34Z: 10 from 521755 (https://bitcointalk.org/index.php?action=profile;u=521755) to Pangolinminer (https://bitcointalk.org/index.php?action=profile;u=1069309) for Pangolinminer &amp; Whatsminer FAQs  (https://bitcointalk.org/index.php?topic=2345436.msg23883709#msg23883709)
  • 2018-10-02T12:59:52Z: 10 from 913364 (https://bitcointalk.org/index.php?action=profile;u=913364) to 1907569 (https://bitcointalk.org/index.php?action=profile;u=1907569) for [ANN][SNC] SunContract - Open Energy Market FIRST P2P ENERGY TRADING IS LIVE!!!! (https://bitcointalk.org/index.php?topic=1934763.msg46427175#msg46427175)
  • 2018-10-02T12:50:54Z: 10 from 913364 (https://bitcointalk.org/index.php?action=profile;u=913364) to 2317310 (https://bitcointalk.org/index.php?action=profile;u=2317310) for [IPL] VouchForMe | Distributed social proof insurance (https://bitcointalk.org/index.php?topic=4787676.msg43205990#msg43205990)
  • 2018-10-02T12:49:07Z: 10 from 913364 (https://bitcointalk.org/index.php?action=profile;u=913364) to 1953720 (https://bitcointalk.org/index.php?action=profile;u=1953720) for [ANN][SNC] SunContract - Open Energy Market FIRST P2P ENERGY TRADING IS LIVE!!!! (https://bitcointalk.org/index.php?topic=1934763.msg46426844#msg46426844)
  • 2018-10-01T15:05:46Z: 10 from TMAN (https://bitcointalk.org/index.php?action=profile;u=98986) to vlad230 (https://bitcointalk.org/index.php?action=profile;u=1268116) for [Merit Analysis] Users ranked Sr. Member &amp; up that have not earned any merit (https://bitcointalk.org/index.php?topic=5041668.msg46395458#msg46395458)
  • 2018-09-30T22:37:07Z: 10 from CryptoSparks (https://bitcointalk.org/index.php?action=profile;u=1705958) to 2125855 (https://bitcointalk.org/index.php?action=profile;u=2125855) for  ▄▀▄ [BOUNTY] ▄▀▄ Swiss Alps Energy - Join The Hunt For a Piece Of 2‘400‘000 SAM (https://bitcointalk.org/index.php?topic=5041214.msg46368097#msg46368097)
  • 2018-09-30T16:45:02Z: 50 from casinobitco (https://bitcointalk.org/index.php?action=profile;u=37924) to DarkStar_ (https://bitcointalk.org/index.php?action=profile;u=507936) for Overview of Bitcoin Accepting Sportsbooks (with margin/house edge comparisons) (https://bitcointalk.org/index.php?topic=5040737.msg46325950#msg46325950)
  • 2018-09-30T11:25:15Z: 10 from pokerowned (https://bitcointalk.org/index.php?action=profile;u=373994) to 1725874 (https://bitcointalk.org/index.php?action=profile;u=1725874) for Classification of Tokens in Crypto Currency Ecosystem (https://bitcointalk.org/index.php?topic=5030783.msg45825949#msg45825949)
  • 2018-09-30T11:13:48Z: 10 from PHI1618 (https://bitcointalk.org/index.php?action=profile;u=1071136) to Hc01 (https://bitcointalk.org/index.php?action=profile;u=1142012) for Aylardır Para Kaybeden Holderları Buraya Beklerim (https://bitcointalk.org/index.php?topic=4678071.msg46269443#msg46269443)
  • 2018-09-30T09:22:15Z: 10 from Lantind (https://bitcointalk.org/index.php?action=profile;u=763725) to 1398905 (https://bitcointalk.org/index.php?action=profile;u=1398905) for 1398905 (https://bitcointalk.org/index.php?topic=5040835.msg42644223#msg42644223)
  • 2018-09-30T02:14:51Z: 10 from dbshck (https://bitcointalk.org/index.php?action=profile;u=153634) to sncc (https://bitcointalk.org/index.php?action=profile;u=1560793) for [Guide] Bitcointalk account security (https://bitcointalk.org/index.php?topic=4920096.msg44294262#msg44294262)
  • 2018-09-29T21:24:13Z: 10 from theymos (https://bitcointalk.org/index.php?action=profile;u=35) to Quickseller (https://bitcointalk.org/index.php?action=profile;u=358020) for Supreme Court pick Brett Kavanaugh (https://bitcointalk.org/index.php?topic=4659296.msg46319344#msg46319344)
  • 2018-09-29T19:07:42Z: 20 from shorena (https://bitcointalk.org/index.php?action=profile;u=181801) to an@sha (https://bitcointalk.org/index.php?action=profile;u=2285459) for [ИHCTPУКЦИЯ] Кaк пoдпиcaть cooбщeниe?! [Bitcoin] (https://bitcointalk.org/index.php?topic=5039756.msg46269588#msg46269588)
  • 2018-09-29T10:54:39Z: 10 from Welsh (https://bitcointalk.org/index.php?action=profile;u=84521) to vlad230 (https://bitcointalk.org/index.php?action=profile;u=1268116) for [Merit Analysis] 'Self Made' high ranked users based on earned merit  (https://bitcointalk.org/index.php?topic=5039605.msg46261469#msg46261469)
  • 2018-09-29T09:50:51Z: 22 from Cryptoshka (https://bitcointalk.org/index.php?action=profile;u=1951496) to Alex_Sr (https://bitcointalk.org/index.php?action=profile;u=1762404) for *** Зapaбoтaй Merit cвoими пocтaми *** (https://bitcointalk.org/index.php?topic=4451443.msg45839086#msg45839086)
  • 2018-09-29T03:06:20Z: 12 from Foxpup (https://bitcointalk.org/index.php?action=profile;u=55384) to hilariousetc (https://bitcointalk.org/index.php?action=profile;u=397737) for Enhanced newbie restrictions &amp; requirements (https://bitcointalk.org/index.php?topic=5030366.msg45820542#msg45820542)
  • 2018-09-28T12:34:03Z: 10 from 20350 (https://bitcointalk.org/index.php?action=profile;u=20350) to 89080 (https://bitcointalk.org/index.php?action=profile;u=89080) for BTC-E的账户被冻结24小时,有谁知道原因的吗 (https://bitcointalk.org/index.php?topic=171069.msg1801219#msg1801219)
  • 2018-09-28T12:32:15Z: 10 from 20350 (https://bitcointalk.org/index.php?action=profile;u=20350) to 36228 (https://bitcointalk.org/index.php?action=profile;u=36228) for Why 9-month payoffs are still foolish (https://bitcointalk.org/index.php?topic=40987.msg500257#msg500257)
  • 2018-09-28T12:02:21Z: 10 from 38431 (https://bitcointalk.org/index.php?action=profile;u=38431) to 40292 (https://bitcointalk.org/index.php?action=profile;u=40292) for why is price of bitcoin rising these last few days ? (https://bitcointalk.org/index.php?topic=56256.msg670151#msg670151)
  • 2018-09-28T11:59:32Z: 20 from 20350 (https://bitcointalk.org/index.php?action=profile;u=20350) to 38431 (https://bitcointalk.org/index.php?action=profile;u=38431) for Heat from computer vs electric furnace (https://bitcointalk.org/index.php?topic=54084.msg645153#msg645153)
  • 2018-09-28T11:35:56Z: 10 from 86923 (https://bitcointalk.org/index.php?action=profile;u=86923) to 34795 (https://bitcointalk.org/index.php?action=profile;u=34795) for Is 70ºC a good temp for 2x 5830 @ 975/325?? (https://bitcointalk.org/index.php?topic=31244.msg397534#msg397534)
  • 2018-09-28T10:49:44Z: 50 from 86923 (https://bitcointalk.org/index.php?action=profile;u=86923) to 20350 (https://bitcointalk.org/index.php?action=profile;u=20350) for Just wait, this is coming down the pipe. (https://bitcointalk.org/index.php?topic=18877.msg239345#msg239345)
  • 2018-09-28T03:55:53Z: 28 from P4ndoraBox (https://bitcointalk.org/index.php?action=profile;u=912345) to 20350 (https://bitcointalk.org/index.php?action=profile;u=20350) for Protest against new moderation rules (https://bitcointalk.org/index.php?topic=20596.msg258178#msg258178)
Total Merits 728


Title: Re: Swiss army knife Tool to query Merit data online - Full History
Post by: Piggy 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 Query
  • 2018-10-11T21:58:31Z: 10 from MarketMagic (https://bitcointalk.org/index.php?action=profile;u=318024) to Vlad2Vlad (https://bitcointalk.org/index.php?action=profile;u=112208) for --  The Riddle of the Twin Brothers - Who Were, Are and Will Rule the World! (https://bitcointalk.org/index.php?topic=317658.msg46589927#msg46589927)
  • 2018-10-11T17:46:30Z: 50 from citronick (https://bitcointalk.org/index.php?action=profile;u=543165) to Claymore (https://bitcointalk.org/index.php?action=profile;u=306958) for Claymore's CryptoNote AMD GPU Miner v11.3 (https://bitcointalk.org/index.php?topic=638915.msg46759160#msg46759160)
  • 2018-10-11T13:35:25Z: 10 from redsn0w (https://bitcointalk.org/index.php?action=profile;u=211419) to Piggy (https://bitcointalk.org/index.php?action=profile;u=188198) for [Beta] @mention notification bot open for testing - now with Telegram (https://bitcointalk.org/index.php?topic=5023605.msg45324722#msg45324722)
  • 2018-10-11T04:59:42Z: 20 from QuestionAuthority (https://bitcointalk.org/index.php?action=profile;u=72795) to Daboy_Lyle (https://bitcointalk.org/index.php?action=profile;u=1781008) for Merit System Upgrade (https://bitcointalk.org/index.php?topic=2827596.msg46667316#msg46667316)
  • 2018-10-10T17:26:12Z: 10 from Rasel5209 (https://bitcointalk.org/index.php?action=profile;u=984008) to Sayma83 (https://bitcointalk.org/index.php?action=profile;u=2344570) for Do you still believe in ETH ? (https://bitcointalk.org/index.php?topic=4892656.msg46411056#msg46411056)
  • 2018-10-10T13:11:42Z: 10 from kaltun (https://bitcointalk.org/index.php?action=profile;u=206237) to Andrey123 (https://bitcointalk.org/index.php?action=profile;u=902395) for [ANN][ICO] Tokugawa Coin  Japanese Masternode 1000% ROIBuy in ICO (https://bitcointalk.org/index.php?topic=2384784.msg46719477#msg46719477)
  • 2018-10-10T12:35:24Z: 10 from suchmoon (https://bitcointalk.org/index.php?action=profile;u=234771) to iasenko (https://bitcointalk.org/index.php?action=profile;u=1291828) for Comprehensive guide to Bitcointalk. Newbie friendly + calculator and infographic (https://bitcointalk.org/index.php?topic=2534500.msg25841174#msg25841174)
  • 2018-10-09T22:16:57Z: 10 from PHI1618 (https://bitcointalk.org/index.php?action=profile;u=1071136) to AlyattesLydia (https://bitcointalk.org/index.php?action=profile;u=1046135) for Dikkat dikkat! Forumda alıntı yaparak mesaj yazmak ücretsiz oldu. (https://bitcointalk.org/index.php?topic=5042158.msg46420032#msg46420032)
  • 2018-10-09T17:48:01Z: 10 from generous (https://bitcointalk.org/index.php?action=profile;u=709913) to 2070009 (https://bitcointalk.org/index.php?action=profile;u=2070009) for Best Bounty Campaigns  (https://bitcointalk.org/index.php?topic=2697473.msg45733337#msg45733337)
  • 2018-10-09T15:21:32Z: 10 from NLNico (https://bitcointalk.org/index.php?action=profile;u=107762) to bitcoin-challenge (https://bitcointalk.org/index.php?action=profile;u=2421043) for Introducing the 310 BTC Bitcoin Challenge (https://bitcointalk.org/index.php?topic=5042285.msg46427360#msg46427360)
  • 2018-10-09T15:00:01Z: 10 from TMAN (https://bitcointalk.org/index.php?action=profile;u=98986) to 1278970 (https://bitcointalk.org/index.php?action=profile;u=1278970) for I think i bought bitcoin in the early days need help! (https://bitcointalk.org/index.php?topic=5045562.msg46617290#msg46617290)
  • 2018-10-09T11:48:10Z: 10 from mandica (https://bitcointalk.org/index.php?action=profile;u=661316) to 1049900 (https://bitcointalk.org/index.php?action=profile;u=1049900) for [ANN]Spectrecoin[XSPEC] TOR+OBFS4, Ring Sig, Stealth! (https://bitcointalk.org/index.php?topic=2103301.msg46682322#msg46682322)
  • 2018-10-09T08:39:13Z: 10 from AztecGoldHero (https://bitcointalk.org/index.php?action=profile;u=813290) to PHI1618 (https://bitcointalk.org/index.php?action=profile;u=1071136) for REHBER: 'Hd-Kasse' incelemesi, kullanım rehberi, detaylar, sorular, cevaplar (https://bitcointalk.org/index.php?topic=5032937.msg45913946#msg45913946)
  • 2018-10-09T06:01:50Z: 10 from bryant.coleman (https://bitcointalk.org/index.php?action=profile;u=75724) to Xester (https://bitcointalk.org/index.php?action=profile;u=754658) for Muslim athlete initially banned by Trump arrested for child sex abuse in US (https://bitcointalk.org/index.php?topic=1811362.msg18058761#msg18058761)
  • 2018-10-09T06:00:19Z: 10 from bryant.coleman (https://bitcointalk.org/index.php?action=profile;u=75724) to yoseph (https://bitcointalk.org/index.php?action=profile;u=937250) for Rohingya Muslims with support from Pope Francis attack Hindus and Buddhists (https://bitcointalk.org/index.php?topic=2129160.msg21391452#msg21391452)
  • 2018-10-09T05:59:17Z: 10 from bryant.coleman (https://bitcointalk.org/index.php?action=profile;u=75724) to merchantofzeny (https://bitcointalk.org/index.php?action=profile;u=929358) for 102 Hindus butchered by Rohingya terrorists in Rakhine (https://bitcointalk.org/index.php?topic=2205664.msg22428965#msg22428965)
  • 2018-10-09T05:58:52Z: 10 from bryant.coleman (https://bitcointalk.org/index.php?action=profile;u=75724) to RamBahadur.Gurung (https://bitcointalk.org/index.php?action=profile;u=986329) for 102 Hindus butchered by Rohingya terrorists in Rakhine (https://bitcointalk.org/index.php?topic=2205664.msg22248102#msg22248102)
  • 2018-10-09T05:55:45Z: 10 from bryant.coleman (https://bitcointalk.org/index.php?action=profile;u=75724) to Mometaskers (https://bitcointalk.org/index.php?action=profile;u=677181) for Muslims projected at 7.4% to 14.0 of the EU population by 2050 (https://bitcointalk.org/index.php?topic=2548021.msg25976015#msg25976015)
  • 2018-10-09T05:44:41Z: 10 from bryant.coleman (https://bitcointalk.org/index.php?action=profile;u=75724) to squatz1 (https://bitcointalk.org/index.php?action=profile;u=738419) for The Court Has Confirmed Brett Kavanaugh (https://bitcointalk.org/index.php?topic=5046518.msg46669142#msg46669142)
  • 2018-10-09T05:42:22Z: 10 from bryant.coleman (https://bitcointalk.org/index.php?action=profile;u=75724) to TECSHARE (https://bitcointalk.org/index.php?action=profile;u=15728) for WHY SHOULD ALL MEN BE RESPONSIBLE FOR RAPE? (https://bitcointalk.org/index.php?topic=5044738.msg46632218#msg46632218)
  • 2018-10-09T04:18:14Z: 12 from malevolent (https://bitcointalk.org/index.php?action=profile;u=23092) to Piggy (https://bitcointalk.org/index.php?action=profile;u=188198) for Tool to run online SQL queries over Full Merit Data (https://bitcointalk.org/index.php?topic=4551881.msg40994174#msg40994174)
  • 2018-10-08T15:52:17Z: 10 from suchmoon (https://bitcointalk.org/index.php?action=profile;u=234771) to roslinpl (https://bitcointalk.org/index.php?action=profile;u=158505) for [LEARN] BBCode Lessons &amp; Tutorials [+tutorial videos!] (https://bitcointalk.org/index.php?topic=1727100.msg17283187#msg17283187)
  • 2018-10-08T12:51:53Z: 10 from generous (https://bitcointalk.org/index.php?action=profile;u=709913) to 2070014 (https://bitcointalk.org/index.php?action=profile;u=2070014) for My Prediction/Fear Was Right!! (https://bitcointalk.org/index.php?topic=5024663.msg45754838#msg45754838)
  • 2018-10-08T12:49:08Z: 10 from whitetoo (https://bitcointalk.org/index.php?action=profile;u=90601) to 1719530 (https://bitcointalk.org/index.php?action=profile;u=1719530) for [ANN] ADAB - First Islamic Crypto Exchange, based on the Shariah norms (https://bitcointalk.org/index.php?topic=4720775.msg46649598#msg46649598)
  • 2018-10-08T06:43:20Z: 10 from generous (https://bitcointalk.org/index.php?action=profile;u=709913) to 2070001 (https://bitcointalk.org/index.php?action=profile;u=2070001) for Hold or sell ? (https://bitcointalk.org/index.php?topic=2765341.msg45691240#msg45691240)
  • 2018-10-08T04:23:05Z: 10 from bryant.coleman (https://bitcointalk.org/index.php?action=profile;u=75724) to Mometaskers (https://bitcointalk.org/index.php?action=profile;u=677181) for Islam on a roll in ASEAN (https://bitcointalk.org/index.php?topic=2138422.msg21389104#msg21389104)
  • 2018-10-08T04:15:40Z: 10 from bryant.coleman (https://bitcointalk.org/index.php?action=profile;u=75724) to af_newbie (https://bitcointalk.org/index.php?action=profile;u=51626) for Save the planet or not (https://bitcointalk.org/index.php?topic=1563338.msg19517379#msg19517379)
  • 2018-10-08T04:14:47Z: 10 from bryant.coleman (https://bitcointalk.org/index.php?action=profile;u=75724) to saddampbuh (https://bitcointalk.org/index.php?action=profile;u=344995) for Aggressors: Russia or the US? (https://bitcointalk.org/index.php?topic=4780950.msg43243488#msg43243488)
  • 2018-10-08T04:12:25Z: 10 from bryant.coleman (https://bitcointalk.org/index.php?action=profile;u=75724) to BADecker (https://bitcointalk.org/index.php?action=profile;u=149737) for Transgender Starbucks employee Lauren Walker brags about spiking ... (https://bitcointalk.org/index.php?topic=3213521.msg33400421#msg33400421)
  • 2018-10-08T04:11:25Z: 10 from bryant.coleman (https://bitcointalk.org/index.php?action=profile;u=75724) to Balthazar (https://bitcointalk.org/index.php?action=profile;u=23324) for Status of WEX (World Exchange Services) (https://bitcointalk.org/index.php?topic=4838190.msg44938564#msg44938564)
  • 2018-10-08T04:06:13Z: 10 from bryant.coleman (https://bitcointalk.org/index.php?action=profile;u=75724) to Moloch (https://bitcointalk.org/index.php?action=profile;u=229393) for Christianity is Poison (https://bitcointalk.org/index.php?topic=1412734.msg14318895#msg14318895)
  • 2018-10-08T04:03:26Z: 10 from bryant.coleman (https://bitcointalk.org/index.php?action=profile;u=75724) to Vishnu.Reang (https://bitcointalk.org/index.php?action=profile;u=986141) for Interview with a Bangladeshi Muslim criminal who killed more than 500 girls (https://bitcointalk.org/index.php?topic=2054663.msg20489562#msg20489562)
  • 2018-10-08T03:50:05Z: 10 from bryant.coleman (https://bitcointalk.org/index.php?action=profile;u=75724) to deisik (https://bitcointalk.org/index.php?action=profile;u=156665) for Bitcoin won't top $9,000 by year's end, Novogratz says (https://bitcointalk.org/index.php?topic=5044766.msg46600727#msg46600727)
  • 2018-10-08T02:40:20Z: 10 from UdjinM6 (https://bitcointalk.org/index.php?action=profile;u=194563) to charlie137 (https://bitcointalk.org/index.php?action=profile;u=1199063) for [ANN][DASH] Dash (dash.org) | First Self-Funding Self-Governing Crypto Currency (https://bitcointalk.org/index.php?topic=421615.msg46634125#msg46634125)
  • 2018-10-08T01:05:14Z: 20 from TMAN (https://bitcointalk.org/index.php?action=profile;u=98986) to LoyceV (https://bitcointalk.org/index.php?action=profile;u=459836) for UPDATED [prison break] Full list of users who lost their DT red trust from Lauda (https://bitcointalk.org/index.php?topic=5045649.msg46624370#msg46624370)
  • 2018-10-07T18:23:18Z: 10 from icreator (https://bitcointalk.org/index.php?action=profile;u=123569) to Fotografer (https://bitcointalk.org/index.php?action=profile;u=1428052) for Пpoтoкoл Lightning network ycпeшнo  (https://bitcointalk.org/index.php?topic=2670821.msg27390667#msg27390667)
  • 2018-10-07T14:52:24Z: 10 from generous (https://bitcointalk.org/index.php?action=profile;u=709913) to 2383663 (https://bitcointalk.org/index.php?action=profile;u=2383663) for ⚡BQT - SOCIAL P2P CRYPTO EXCHANGE AND HEDGE TRADING PLATFORM ⚡ (https://bitcointalk.org/index.php?topic=4855053.msg46613253#msg46613253)
  • 2018-10-07T08:58:49Z: 10 from gjhiggins (https://bitcointalk.org/index.php?action=profile;u=254673) to teela (https://bitcointalk.org/index.php?action=profile;u=1302661) for [ANN][HLM] HELIUM - PRE NOTICE (https://bitcointalk.org/index.php?topic=1809278.msg46592537#msg46592537)
  • 2018-10-07T06:30:28Z: 10 from generous (https://bitcointalk.org/index.php?action=profile;u=709913) to 2326456 (https://bitcointalk.org/index.php?action=profile;u=2326456) for [ANN] Gath3r WebMiner | New Form Of Digital Monetisation | Staking | Master node (https://bitcointalk.org/index.php?topic=5035277.msg46580566#msg46580566)
  • 2018-10-06T23:59:18Z: 10 from EFS (https://bitcointalk.org/index.php?action=profile;u=140584) to AlyattesLydia (https://bitcointalk.org/index.php?action=profile;u=1046135) for Depresyona hazır mısınız? (https://bitcointalk.org/index.php?topic=5018930.msg45279044#msg45279044)
  • 2018-10-06T23:57:56Z: 20 from EFS (https://bitcointalk.org/index.php?action=profile;u=140584) to AztecGoldHero (https://bitcointalk.org/index.php?action=profile;u=813290) for  AztecGoldHero- Teknik Analiz- 3 - Trend Kanalları (https://bitcointalk.org/index.php?topic=5044951.msg46568660#msg46568660)
  • 2018-10-06T22:20:39Z: 30 from QuestionAuthority (https://bitcointalk.org/index.php?action=profile;u=72795) to d_eddie (https://bitcointalk.org/index.php?action=profile;u=1027694) for Wall Observer BTC/USD - Bitcoin price movement tracking &amp; discussion (https://bitcointalk.org/index.php?topic=178336.msg46588396#msg46588396)
  • 2018-10-06T22:20:08Z: 30 from QuestionAuthority (https://bitcointalk.org/index.php?action=profile;u=72795) to 2231776 (https://bitcointalk.org/index.php?action=profile;u=2231776) for Wall Observer BTC/USD - Bitcoin price movement tracking &amp; discussion (https://bitcointalk.org/index.php?topic=178336.msg46588371#msg46588371)
  • 2018-10-06T22:15:00Z: 30 from QuestionAuthority (https://bitcointalk.org/index.php?action=profile;u=72795) to ulrich_zh (https://bitcointalk.org/index.php?action=profile;u=2287195) for Wall Observer BTC/USD - Bitcoin price movement tracking &amp; discussion (https://bitcointalk.org/index.php?topic=178336.msg46588278#msg46588278)
  • 2018-10-06T22:12:23Z: 30 from QuestionAuthority (https://bitcointalk.org/index.php?action=profile;u=72795) to xhomerx10 (https://bitcointalk.org/index.php?action=profile;u=120694) for Wall Observer BTC/USD - Bitcoin price movement tracking &amp; discussion (https://bitcointalk.org/index.php?topic=178336.msg46588234#msg46588234)
  • 2018-10-06T22:12:10Z: 30 from QuestionAuthority (https://bitcointalk.org/index.php?action=profile;u=72795) to Raja_MBZ (https://bitcointalk.org/index.php?action=profile;u=771962) for Wall Observer BTC/USD - Bitcoin price movement tracking &amp; discussion (https://bitcointalk.org/index.php?topic=178336.msg46588228#msg46588228)
  • 2018-10-06T22:11:55Z: 30 from QuestionAuthority (https://bitcointalk.org/index.php?action=profile;u=72795) to Last of the V8s (https://bitcointalk.org/index.php?action=profile;u=479624) for Wall Observer BTC/USD - Bitcoin price movement tracking &amp; discussion (https://bitcointalk.org/index.php?topic=178336.msg46588217#msg46588217)
  • 2018-10-06T17:06:18Z: 20 from QuestionAuthority (https://bitcointalk.org/index.php?action=profile;u=72795) to Speculatoross (https://bitcointalk.org/index.php?action=profile;u=1695463) for Merit System Upgrade (https://bitcointalk.org/index.php?topic=2827596.msg46565303#msg46565303)
  • 2018-10-06T17:05:51Z: 20 from QuestionAuthority (https://bitcointalk.org/index.php?action=profile;u=72795) to BitcoinTurk (https://bitcointalk.org/index.php?action=profile;u=511692) for Merit System Upgrade (https://bitcointalk.org/index.php?topic=2827596.msg46563576#msg46563576)
  • 2018-10-06T17:05:34Z: 20 from QuestionAuthority (https://bitcointalk.org/index.php?action=profile;u=72795) to PHI1618 (https://bitcointalk.org/index.php?action=profile;u=1071136) for Merit System Upgrade (https://bitcointalk.org/index.php?topic=2827596.msg46546751#msg46546751)
  • 2018-10-06T17:05:16Z: 20 from QuestionAuthority (https://bitcointalk.org/index.php?action=profile;u=72795) to dannybrown (https://bitcointalk.org/index.php?action=profile;u=509189) for Merit System Upgrade (https://bitcointalk.org/index.php?topic=2827596.msg46545852#msg46545852)
  • 2018-10-06T16:26:13Z: 10 from dbshck (https://bitcointalk.org/index.php?action=profile;u=153634) to abhiseshakana (https://bitcointalk.org/index.php?action=profile;u=1878246) for [INFO] Algoritma Konsensus pada Teknologi Blockchain (https://bitcointalk.org/index.php?topic=5041577.msg46389838#msg46389838)
  • 2018-10-06T08:27:41Z: 10 from Zapo (https://bitcointalk.org/index.php?action=profile;u=2015835) to TucoRamirez (https://bitcointalk.org/index.php?action=profile;u=1081858) for BEWARE of User: pinkman12345  !!! (https://bitcointalk.org/index.php?topic=5042099.msg46416081#msg46416081)
  • 2018-10-06T05:33:54Z: 20 from Foxpup (https://bitcointalk.org/index.php?action=profile;u=55384) to gmaxwell (https://bitcointalk.org/index.php?action=profile;u=11425) for The duplicate input vulnerability shouldn't be forgotten (https://bitcointalk.org/index.php?topic=5035144.msg46080218#msg46080218)
  • 2018-10-05T21:43:12Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to polymerbit (https://bitcointalk.org/index.php?action=profile;u=811213) for [PROJECT ANN] ALLEGORY OF DEATH: REVISITED- 1000 SWISS FRANC (https://bitcointalk.org/index.php?topic=5043936.msg46513746#msg46513746)
  • 2018-10-05T15:17:25Z: 10 from Cloudbet (https://bitcointalk.org/index.php?action=profile;u=154563) to d5000 (https://bitcointalk.org/index.php?action=profile;u=85033) for POW vs. POS (https://bitcointalk.org/index.php?topic=3789535.msg46538642#msg46538642)
  • 2018-10-05T12:56:22Z: 15 from Alex_Sr (https://bitcointalk.org/index.php?action=profile;u=1762404) to Nikisa (https://bitcointalk.org/index.php?action=profile;u=2154195) for ⭐ Forum chronicle - UP Rank List - Congratulations! (BPIP Merit stat, Trust) ⭐ (https://bitcointalk.org/index.php?topic=5024849.msg45419482#msg45419482)
  • 2018-10-05T09:44:29Z: 10 from hajimasan (https://bitcointalk.org/index.php?action=profile;u=808820) to 1713993 (https://bitcointalk.org/index.php?action=profile;u=1713993) for I join 50 bounties (https://bitcointalk.org/index.php?topic=5040760.msg46464136#msg46464136)
  • 2018-10-05T06:03:01Z: 10 from PHI1618 (https://bitcointalk.org/index.php?action=profile;u=1071136) to AztecGoldHero (https://bitcointalk.org/index.php?action=profile;u=813290) for AztecGoldHero- Teknik Analiz-2- Destek-Direnç Çizgileri (https://bitcointalk.org/index.php?topic=5043186.msg46472024#msg46472024)
  • 2018-10-05T02:48:34Z: 10 from Vishnu.Reang (https://bitcointalk.org/index.php?action=profile;u=986141) to theymos (https://bitcointalk.org/index.php?action=profile;u=35) for Supreme Court pick Brett Kavanaugh (https://bitcointalk.org/index.php?topic=4659296.msg42066357#msg42066357)
  • 2018-10-05T02:47:07Z: 10 from Vishnu.Reang (https://bitcointalk.org/index.php?action=profile;u=986141) to Spendulus (https://bitcointalk.org/index.php?action=profile;u=96527) for What do you think in the future on DONALD TRUMP in his term of presidency ? (https://bitcointalk.org/index.php?topic=1762064.msg17612955#msg17612955)
  • 2018-10-05T02:08:31Z: 10 from deadsilent (https://bitcointalk.org/index.php?action=profile;u=872281) to Immakillya (https://bitcointalk.org/index.php?action=profile;u=924163) for [2017-12-12] Precious Metals Dealer Apmex Now Accepts Bitcoin for Purchase (https://bitcointalk.org/index.php?topic=2568718.msg26167796#msg26167796)
Total Merits 867


Title: Re: Swiss army knife Tool to query Merit data online - Full History
Post by: Piggy on October 19, 2018, 07:48:40 AM
the data is updated to Friday 19th 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-19&dategreater=2018-10-12&meritgreater=10

Result Custom Query
  • 2018-10-18T22:29:15Z: 11 from notsofast (https://bitcointalk.org/index.php?action=profile;u=339189) to Mrrr (https://bitcointalk.org/index.php?action=profile;u=207489) for [ANN] SpreadCoin | Decentralize Everything (decentralized blockexplorer coming) (https://bitcointalk.org/index.php?topic=1045373.msg46590329#msg46590329)
  • 2018-10-18T14:23:35Z: 10 from Globb0 (https://bitcointalk.org/index.php?action=profile;u=244243) to xhomerx10 (https://bitcointalk.org/index.php?action=profile;u=120694) for Wall Observer BTC/USD - Bitcoin price movement tracking &amp; discussion (https://bitcointalk.org/index.php?topic=178336.msg47015003#msg47015003)
  • 2018-10-18T10:04:06Z: 10 from Globb0 (https://bitcointalk.org/index.php?action=profile;u=244243) to xhomerx10 (https://bitcointalk.org/index.php?action=profile;u=120694) for Wall Observer BTC/USD - Bitcoin price movement tracking &amp; discussion (https://bitcointalk.org/index.php?topic=178336.msg46999813#msg46999813)
  • 2018-10-18T09:30:10Z: 11 from qwk (https://bitcointalk.org/index.php?action=profile;u=24140) to MinoRaiola (https://bitcointalk.org/index.php?action=profile;u=1280964) for ✅ Ledger Nano S - Information Hardware Wallet (https://bitcointalk.org/index.php?topic=3584646.msg36469453#msg36469453)
  • 2018-10-18T05:36:06Z: 10 from dbshck (https://bitcointalk.org/index.php?action=profile;u=153634) to abhiseshakana (https://bitcointalk.org/index.php?action=profile;u=1878246) for [Info &amp; Tutorial] Multi-Signature Wallet (https://bitcointalk.org/index.php?topic=5037320.msg46140000#msg46140000)
  • 2018-10-18T03:16:37Z: 10 from teramit (https://bitcointalk.org/index.php?action=profile;u=158960) to 992723 (https://bitcointalk.org/index.php?action=profile;u=992723) for 5 coinli bitcoin borsa yazılımı satılık (https://bitcointalk.org/index.php?topic=5052055.msg46978032#msg46978032)
  • 2018-10-18T02:38:30Z: 10 from bones261 (https://bitcointalk.org/index.php?action=profile;u=452769) to xhomerx10 (https://bitcointalk.org/index.php?action=profile;u=120694) for Wall Observer BTC/USD - Bitcoin price movement tracking &amp; discussion (https://bitcointalk.org/index.php?topic=178336.msg47001112#msg47001112)
  • 2018-10-17T23:42:40Z: 10 from BobLawblaw (https://bitcointalk.org/index.php?action=profile;u=569455) to xhomerx10 (https://bitcointalk.org/index.php?action=profile;u=120694) for Wall Observer BTC/USD - Bitcoin price movement tracking &amp; discussion (https://bitcointalk.org/index.php?topic=178336.msg46998837#msg46998837)
  • 2018-10-17T22:53:05Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to minerjones (https://bitcointalk.org/index.php?action=profile;u=346731) for [AUCTION] STEEM Monsters physical promo cards + Bonus!! (https://bitcointalk.org/index.php?topic=5050866.msg46921915#msg46921915)
  • 2018-10-17T21:17:55Z: 10 from Globb0 (https://bitcointalk.org/index.php?action=profile;u=244243) to dEBRUYNE (https://bitcointalk.org/index.php?action=profile;u=225398) for [XMR] Monero - A secure, private, untraceable cryptocurrency (https://bitcointalk.org/index.php?topic=583449.msg46995126#msg46995126)
  • 2018-10-17T17:31:00Z: 20 from jovan85 (https://bitcointalk.org/index.php?action=profile;u=823842) to 2422634 (https://bitcointalk.org/index.php?action=profile;u=2422634) for Meriti i pozicija (https://bitcointalk.org/index.php?topic=5031211.msg46849392#msg46849392)
  • 2018-10-17T17:26:57Z: 15 from sunce33 (https://bitcointalk.org/index.php?action=profile;u=245285) to 2422634 (https://bitcointalk.org/index.php?action=profile;u=2422634) for [ANN](Predorodaja) LeadRex- AI platforma za kupovinu sledbenika  (https://bitcointalk.org/index.php?topic=4326270.msg46564283#msg46564283)
  • 2018-10-17T14:43:53Z: 10 from TMAN (https://bitcointalk.org/index.php?action=profile;u=98986) to DdmrDdmr (https://bitcointalk.org/index.php?action=profile;u=1582324) for Analysis – Sender’s Merit Network – How does it evolve? (https://bitcointalk.org/index.php?topic=5052019.msg46976489#msg46976489)
  • 2018-10-17T08:47:18Z: 10 from 213154 (https://bitcointalk.org/index.php?action=profile;u=213154) to 2171289 (https://bitcointalk.org/index.php?action=profile;u=2171289) for ★★DigiByte|极特币★★[DGB]✔ Core v6.16.5.1 - DigiShield, DigiSpeed, Segwit (https://bitcointalk.org/index.php?topic=408268.msg46951143#msg46951143)
  • 2018-10-17T02:39:03Z: 10 from 3x2 (https://bitcointalk.org/index.php?action=profile;u=358134) to 2431215 (https://bitcointalk.org/index.php?action=profile;u=2431215) for Berpikirlah sebelum beli akun member bitcointalk! (https://bitcointalk.org/index.php?topic=5048066.msg46762183#msg46762183)
  • 2018-10-17T01:43:24Z: 50 from Vlad2Vlad (https://bitcointalk.org/index.php?action=profile;u=112208) to gembitz (https://bitcointalk.org/index.php?action=profile;u=761729) for [ANN] IXCoin [IXC] The Original Bitcoin Sidechain (https://bitcointalk.org/index.php?topic=3015517.msg46965698#msg46965698)
  • 2018-10-16T22:28:50Z: 50 from Vlad2Vlad (https://bitcointalk.org/index.php?action=profile;u=112208) to deadsea33 (https://bitcointalk.org/index.php?action=profile;u=106374) for [ANN] IXCoin [IXC] The Original Bitcoin Sidechain (https://bitcointalk.org/index.php?topic=3015517.msg46963318#msg46963318)
  • 2018-10-16T16:45:48Z: 20 from 3x2 (https://bitcointalk.org/index.php?action=profile;u=358134) to 56143 (https://bitcointalk.org/index.php?action=profile;u=56143) for [REP] AUGUR - The Future of Forecasting (https://bitcointalk.org/index.php?topic=5051013.msg46928699#msg46928699)
  • 2018-10-16T16:23:48Z: 10 from redsn0w (https://bitcointalk.org/index.php?action=profile;u=211419) to Ariem (https://bitcointalk.org/index.php?action=profile;u=978945) for Legendary profiles of bitcointalk. (https://bitcointalk.org/index.php?topic=3247239.msg33812440#msg33812440)
  • 2018-10-16T16:20:49Z: 10 from snakey (https://bitcointalk.org/index.php?action=profile;u=250494) to 56143 (https://bitcointalk.org/index.php?action=profile;u=56143) for [REP] AUGUR - The Future of Forecasting (https://bitcointalk.org/index.php?topic=5051013.msg46928699#msg46928699)
  • 2018-10-16T16:00:33Z: 10 from Thule (https://bitcointalk.org/index.php?action=profile;u=355462) to 1056189 (https://bitcointalk.org/index.php?action=profile;u=1056189) for SELLING PREMIUM ACCOUNTS [CHEAP] [LEGIT] (https://bitcointalk.org/index.php?topic=3286692.msg34282758#msg34282758)
  • 2018-10-16T11:02:36Z: 10 from TMAN (https://bitcointalk.org/index.php?action=profile;u=98986) to anonymousminer (https://bitcointalk.org/index.php?action=profile;u=1668017) for merit game... 50 merit to the most entertaining poster.. (https://bitcointalk.org/index.php?topic=3042971.msg46940141#msg46940141)
  • 2018-10-16T11:02:23Z: 10 from TMAN (https://bitcointalk.org/index.php?action=profile;u=98986) to anonymousminer (https://bitcointalk.org/index.php?action=profile;u=1668017) for merit game... 50 merit to the most entertaining poster.. (https://bitcointalk.org/index.php?topic=3042971.msg46940111#msg46940111)
  • 2018-10-16T10:37:05Z: 50 from snakey (https://bitcointalk.org/index.php?action=profile;u=250494) to 2426342 (https://bitcointalk.org/index.php?action=profile;u=2426342) for 2426342 (https://bitcointalk.org/index.php?topic=5051302.msg46943452#msg46943452)
  • 2018-10-16T08:43:20Z: 10 from CryptInvest (https://bitcointalk.org/index.php?action=profile;u=291810) to leonello (https://bitcointalk.org/index.php?action=profile;u=1218011) for Aнaлитикa, aнaлиз, пpoгнoзы. (https://bitcointalk.org/index.php?topic=1006631.msg46936045#msg46936045)
  • 2018-10-15T21:15:32Z: 10 from ChipMixer (https://bitcointalk.org/index.php?action=profile;u=1003345) to theymos (https://bitcointalk.org/index.php?action=profile;u=35) for Captcha bypass (https://bitcointalk.org/index.php?topic=5042674.msg46447159#msg46447159)
  • 2018-10-15T13:55:06Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to o_e_l_e_o (https://bitcointalk.org/index.php?action=profile;u=1188543) for Using Blockchain to lower healthcare costs. (https://bitcointalk.org/index.php?topic=5050439.msg46913957#msg46913957)
  • 2018-10-15T05:06:14Z: 10 from TMAN (https://bitcointalk.org/index.php?action=profile;u=98986) to anonymousminer (https://bitcointalk.org/index.php?action=profile;u=1668017) for merit game... 50 merit to the most entertaining poster.. (https://bitcointalk.org/index.php?topic=3042971.msg41049028#msg41049028)
  • 2018-10-14T21:17:57Z: 37 from Cyper_BLC (https://bitcointalk.org/index.php?action=profile;u=364433) to ekiller (https://bitcointalk.org/index.php?action=profile;u=667791) for 5 Adet sorunlu ekran kartı satılık (https://bitcointalk.org/index.php?topic=5046466.msg46718046#msg46718046)
  • 2018-10-14T16:21:33Z: 10 from CoinCube (https://bitcointalk.org/index.php?action=profile;u=151761) to BADecker (https://bitcointalk.org/index.php?action=profile;u=149737) for The difference between science and religion (https://bitcointalk.org/index.php?topic=4933505.msg46876937#msg46876937)
  • 2018-10-14T11:36:59Z: 30 from tarmi (https://bitcointalk.org/index.php?action=profile;u=81301) to Dan123456 (https://bitcointalk.org/index.php?action=profile;u=1695760) for Caelum Token | First hybrid ERC20 masternode/pow token | No ICO | Mining (https://bitcointalk.org/index.php?topic=5042266.msg46870747#msg46870747)
  • 2018-10-14T11:36:17Z: 25 from tarmi (https://bitcointalk.org/index.php?action=profile;u=81301) to 2421011 (https://bitcointalk.org/index.php?action=profile;u=2421011) for Caelum Token | First hybrid ERC20 masternode/pow token | No ICO | Mining (https://bitcointalk.org/index.php?topic=5042266.msg46870695#msg46870695)
  • 2018-10-13T21:46:06Z: 20 from theymos (https://bitcointalk.org/index.php?action=profile;u=35) to Coding Enthusiast (https://bitcointalk.org/index.php?action=profile;u=879277) for Same private key for 02 and 03 key with same X coord? (https://bitcointalk.org/index.php?topic=5049111.msg46800542#msg46800542)
  • 2018-10-13T09:39:14Z: 10 from Patatas (https://bitcointalk.org/index.php?action=profile;u=385855) to keeperlink (https://bitcointalk.org/index.php?action=profile;u=1695225) for [ANN] Bitcoin blockchain graph-based visualization project  (https://bitcointalk.org/index.php?topic=5047927.msg46737473#msg46737473)
  • 2018-10-12T21:38:59Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to minerjones (https://bitcointalk.org/index.php?action=profile;u=346731) for [48-HR CHARITY AUCTION] Gold Bills and a Mantis for the Bees!!! (https://bitcointalk.org/index.php?topic=5049144.msg46798505#msg46798505)
  • 2018-10-12T11:09:13Z: 10 from matveevka (https://bitcointalk.org/index.php?action=profile;u=315884) to Sedocoindev (https://bitcointalk.org/index.php?action=profile;u=2420720) for [ANN][BITS][Bitstar] POS v3 - Bitstar v2.5 now live on Barterdex exchange (https://bitcointalk.org/index.php?topic=2654639.msg46791747#msg46791747)
  • 2018-10-12T09:03:50Z: 20 from Romanknickl (https://bitcointalk.org/index.php?action=profile;u=785678) to gribble (https://bitcointalk.org/index.php?action=profile;u=747061) for WAVES - Complete Blockchain ecosystem for a token economy (https://bitcointalk.org/index.php?topic=3223136.msg46783024#msg46783024)
  • 2018-10-12T05:39:39Z: 20 from dbshck (https://bitcointalk.org/index.php?action=profile;u=153634) to HagssFIN (https://bitcointalk.org/index.php?action=profile;u=348185) for Notes from my journey to Beijing &amp; visiting Canaan Creative in March 10-15, 2018 (https://bitcointalk.org/index.php?topic=3169292.msg32783977#msg32783977)
  • 2018-10-12T01:45:14Z: 15 from theymos (https://bitcointalk.org/index.php?action=profile;u=35) to pebwindkraft (https://bitcointalk.org/index.php?action=profile;u=795440) for Bitcoin script. Need help. (https://bitcointalk.org/index.php?topic=5048638.msg46774847#msg46774847)
Total Merits 634


Title: Re: Swiss army knife Tool to query Merit data online - Full History
Post by: Piggy on October 26, 2018, 11:34:56 AM
the data is updated to Friday 26th 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-26&dategreater=2018-10-19&meritgreater=10

Result Custom Query
  • 2018-10-25T19:35:34Z: 10 from Globb0 (https://bitcointalk.org/index.php?action=profile;u=244243) to xhomerx10 (https://bitcointalk.org/index.php?action=profile;u=120694) for Wall Observer BTC/USD - Bitcoin price movement tracking &amp; discussion (https://bitcointalk.org/index.php?topic=178336.msg47267263#msg47267263)
  • 2018-10-25T16:52:29Z: 30 from gold969 (https://bitcointalk.org/index.php?action=profile;u=889849) to satoshi (https://bitcointalk.org/index.php?action=profile;u=3) for Welcome to the new Bitcoin forum! (https://bitcointalk.org/index.php?topic=5.msg28#msg28)
  • 2018-10-25T11:16:24Z: 10 from BobLawblaw (https://bitcointalk.org/index.php?action=profile;u=569455) to Last of the V8s (https://bitcointalk.org/index.php?action=profile;u=479624) for Wall Observer BTC/USD - Bitcoin price movement tracking &amp; discussion (https://bitcointalk.org/index.php?topic=178336.msg47247668#msg47247668)
  • 2018-10-25T08:24:18Z: 10 from TMAN (https://bitcointalk.org/index.php?action=profile;u=98986) to Alex_Sr (https://bitcointalk.org/index.php?action=profile;u=1762404) for [Graph] Scheme of farm creation, or as 35 merit to make a 5 Member+10 Jr. Member (https://bitcointalk.org/index.php?topic=5056855.msg47240989#msg47240989)
  • 2018-10-25T01:39:40Z: 10 from MOSSAD (https://bitcointalk.org/index.php?action=profile;u=890310) to 2394768 (https://bitcointalk.org/index.php?action=profile;u=2394768) for MOHON SARAN DAN BERBAGI PENGALAMAN TENTANG AKUN YANG KENA BANNED (https://bitcointalk.org/index.php?topic=5054306.msg47140606#msg47140606)
  • 2018-10-24T18:51:52Z: 10 from RHavar (https://bitcointalk.org/index.php?action=profile;u=389331) to adaseb (https://bitcointalk.org/index.php?action=profile;u=222284) for  ▂▃▅▆█ BITSLER █▆▅▃▂CASINO/12 COINS AVAILABLE 50% REFERRAL PROMOTION (https://bitcointalk.org/index.php?topic=1268718.msg47228501#msg47228501)
  • 2018-10-24T16:13:56Z: 12 from krisgt30 (https://bitcointalk.org/index.php?action=profile;u=733544) to 551551 (https://bitcointalk.org/index.php?action=profile;u=551551) for Mining LCC is paying more than bitcoin! (https://bitcointalk.org/index.php?topic=5056168.msg47206135#msg47206135)
  • 2018-10-24T14:55:38Z: 10 from TMAN (https://bitcointalk.org/index.php?action=profile;u=98986) to mainconcept (https://bitcointalk.org/index.php?action=profile;u=626422) for Please Help (https://bitcointalk.org/index.php?topic=5056391.msg47218623#msg47218623)
  • 2018-10-24T03:08:27Z: 18 from 551551 (https://bitcointalk.org/index.php?action=profile;u=551551) to krisgt30 (https://bitcointalk.org/index.php?action=profile;u=733544) for [ANN][LCC] Litecoin Cash | SHA256 LTC fork @ block 1371111 | 10:1 claim ratio (https://bitcointalk.org/index.php?topic=2876538.msg47195708#msg47195708)
  • 2018-10-24T02:35:04Z: 12 from Foxpup (https://bitcointalk.org/index.php?action=profile;u=55384) to gmaxwell (https://bitcointalk.org/index.php?action=profile;u=11425) for The duplicate input vulnerability shouldn't be forgotten (https://bitcointalk.org/index.php?topic=5035144.msg46086149#msg46086149)
  • 2018-10-24T02:34:09Z: 15 from Foxpup (https://bitcointalk.org/index.php?action=profile;u=55384) to gmaxwell (https://bitcointalk.org/index.php?action=profile;u=11425) for The duplicate input vulnerability shouldn't be forgotten (https://bitcointalk.org/index.php?topic=5035144.msg46085617#msg46085617)
  • 2018-10-23T23:41:23Z: 10 from Micio (https://bitcointalk.org/index.php?action=profile;u=115423) to arulbero (https://bitcointalk.org/index.php?action=profile;u=170072) for ricavare la chiave privata dalla chiave pubblica in casi particolari (https://bitcointalk.org/index.php?topic=5043123.msg46469092#msg46469092)
  • 2018-10-23T21:29:15Z: 50 from 65656 (https://bitcointalk.org/index.php?action=profile;u=65656) to 542465 (https://bitcointalk.org/index.php?action=profile;u=542465) for [PIO] Pioneershares - The Tradepioneers.com Exchange Profit-Share Token (https://bitcointalk.org/index.php?topic=1511601.msg46907936#msg46907936)
  • 2018-10-23T15:39:23Z: 20 from MikeMike (https://bitcointalk.org/index.php?action=profile;u=101096) to 916466 (https://bitcointalk.org/index.php?action=profile;u=916466) for [ANN]❁ KORE Tor Masternodes, Browser, VoIP, Aether OS, KOREPhone, KOREbay No ICO (https://bitcointalk.org/index.php?topic=2096416.msg47192137#msg47192137)
  • 2018-10-23T13:46:51Z: 10 from goldkingcoiner (https://bitcointalk.org/index.php?action=profile;u=1112467) to 2435274 (https://bitcointalk.org/index.php?action=profile;u=2435274) for Nothing can stop Bitcoin!  Big News! (https://bitcointalk.org/index.php?topic=4816718.msg46840963#msg46840963)
  • 2018-10-23T10:54:09Z: 10 from bitbunnny (https://bitcointalk.org/index.php?action=profile;u=360402) to zazarb (https://bitcointalk.org/index.php?action=profile;u=369212) for Buy Bitcoin Now For end off year 2018 (https://bitcointalk.org/index.php?topic=5044116.msg47118706#msg47118706)
  • 2018-10-23T07:13:11Z: 10 from Alex_Sr (https://bitcointalk.org/index.php?action=profile;u=1762404) to Nikisa (https://bitcointalk.org/index.php?action=profile;u=2154195) for [Peйтинг] Пoльзoвaтeли RU пoлyчившиe 200+ Merit (Most Merited)  (https://bitcointalk.org/index.php?topic=5050922.msg46924733#msg46924733)
  • 2018-10-23T00:20:59Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to suchmoon (https://bitcointalk.org/index.php?action=profile;u=234771) for Gag Order? Trump's a Russian Agent (https://bitcointalk.org/index.php?topic=5055316.msg47170731#msg47170731)
  • 2018-10-22T18:16:57Z: 40 from Sweminer777 (https://bitcointalk.org/index.php?action=profile;u=521755) to sidehack (https://bitcointalk.org/index.php?action=profile;u=130792) for Ebang EBIT E11++ 44TH 45W/TH (https://bitcointalk.org/index.php?topic=5051491.msg46955004#msg46955004)
  • 2018-10-22T15:48:51Z: 25 from s1lverbox (https://bitcointalk.org/index.php?action=profile;u=152126) to ni23457 (https://bitcointalk.org/index.php?action=profile;u=2265340) for ChangeNow.io (Evercode Lab) - Scam. Illegally holding of 100 BCH (11 bitcoins). (https://bitcointalk.org/index.php?topic=4619534.msg41711747#msg41711747)
  • 2018-10-22T15:27:26Z: 15 from qwk (https://bitcointalk.org/index.php?action=profile;u=24140) to mole0815 (https://bitcointalk.org/index.php?action=profile;u=1424178) for [Mining] Block Collider - Mineable multi-chain protocol / FAQ (https://bitcointalk.org/index.php?topic=3343296.msg34983907#msg34983907)
  • 2018-10-22T14:30:08Z: 10 from suchmoon (https://bitcointalk.org/index.php?action=profile;u=234771) to minerjones (https://bitcointalk.org/index.php?action=profile;u=346731) for [INFO] Physical Alt-coins / Minor Makers list (https://bitcointalk.org/index.php?topic=4445804.msg39727334#msg39727334)
  • 2018-10-22T09:33:28Z: 10 from clipman77 (https://bitcointalk.org/index.php?action=profile;u=392163) to 2399083 (https://bitcointalk.org/index.php?action=profile;u=2399083) for Heмнoгo пoзитивa в cлoжныe вpeмeнa (https://bitcointalk.org/index.php?topic=3140592.msg47077312#msg47077312)
  • 2018-10-22T08:28:17Z: 10 from dbshck (https://bitcointalk.org/index.php?action=profile;u=153634) to HagssFIN (https://bitcointalk.org/index.php?action=profile;u=348185) for Improvements in Bounty Campaigns (https://bitcointalk.org/index.php?topic=3224256.msg33539237#msg33539237)
  • 2018-10-22T08:23:31Z: 10 from dbshck (https://bitcointalk.org/index.php?action=profile;u=153634) to Steamtyme (https://bitcointalk.org/index.php?action=profile;u=1112531) for First time/Small miner reference for getting started. (https://bitcointalk.org/index.php?topic=4636521.msg41902263#msg41902263)
  • 2018-10-21T22:34:46Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to squatz1 (https://bitcointalk.org/index.php?action=profile;u=738419) for Kremlinbots (https://bitcointalk.org/index.php?topic=5054633.msg47135555#msg47135555)
  • 2018-10-21T20:44:54Z: 10 from Gandalf86 (https://bitcointalk.org/index.php?action=profile;u=718389) to 2443262 (https://bitcointalk.org/index.php?action=profile;u=2443262) for Titcoin [TIT] Community thread - Alternative ANN - TIT community self defense (https://bitcointalk.org/index.php?topic=5018869.msg47063840#msg47063840)
  • 2018-10-21T15:30:01Z: 10 from s1lverbox (https://bitcointalk.org/index.php?action=profile;u=152126) to 2034771 (https://bitcointalk.org/index.php?action=profile;u=2034771) for Atomic Wallet and Guarda' owners == SCAM ChangeNOW' owners (https://bitcointalk.org/index.php?topic=5049346.msg47121469#msg47121469)
  • 2018-10-21T12:32:20Z: 10 from hajimasan (https://bitcointalk.org/index.php?action=profile;u=808820) to 2180882 (https://bitcointalk.org/index.php?action=profile;u=2180882) for Is it risky to buy not top 100 crypto currencies? (https://bitcointalk.org/index.php?topic=4282315.msg47089140#msg47089140)
  • 2018-10-21T10:00:22Z: 10 from Cacingkemi (https://bitcointalk.org/index.php?action=profile;u=895005) to hahay (https://bitcointalk.org/index.php?action=profile;u=359658) for SIGNING MESSAGES ON BLOCKCHAIN.INFO (https://bitcointalk.org/index.php?topic=5031339.msg45904987#msg45904987)
  • 2018-10-21T04:12:09Z: 10 from Gronthaing (https://bitcointalk.org/index.php?action=profile;u=353103) to Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) for Request For Help From P&amp;S Regulars/P&amp;S Meta Thread (https://bitcointalk.org/index.php?topic=4099972.msg38092023#msg38092023)
  • 2018-10-20T21:34:11Z: 15 from BitcoinNewsMagazine (https://bitcointalk.org/index.php?action=profile;u=503947) to minerjones (https://bitcointalk.org/index.php?action=profile;u=346731) for [INFO] Physical Alt-coins / Minor Makers list (https://bitcointalk.org/index.php?topic=4445804.msg39727334#msg39727334)
  • 2018-10-20T20:40:46Z: 10 from 836616 (https://bitcointalk.org/index.php?action=profile;u=836616) to 1084236 (https://bitcointalk.org/index.php?action=profile;u=1084236) for How to Invest TIME &amp; Earn CRYPTO (https://bitcointalk.org/index.php?topic=4591551.msg41434873#msg41434873)
  • 2018-10-20T19:43:09Z: 10 from hajimasan (https://bitcointalk.org/index.php?action=profile;u=808820) to 2180878 (https://bitcointalk.org/index.php?action=profile;u=2180878) for what problems exist in ICO (https://bitcointalk.org/index.php?topic=5007480.msg47088711#msg47088711)
  • 2018-10-20T16:26:29Z: 10 from hajimasan (https://bitcointalk.org/index.php?action=profile;u=808820) to 2180871 (https://bitcointalk.org/index.php?action=profile;u=2180871) for Buy ICO, Trading or Holding ? (https://bitcointalk.org/index.php?topic=4629598.msg46464201#msg46464201)
  • 2018-10-20T10:33:42Z: 50 from lyka (https://bitcointalk.org/index.php?action=profile;u=221481) to 2388440 (https://bitcointalk.org/index.php?action=profile;u=2388440) for [ANN][TEMCO] TEMCO - Supply Chain Powered by Bitcoin Network, RSK (https://bitcointalk.org/index.php?topic=5027072.msg45814295#msg45814295)
  • 2018-10-20T06:12:51Z: 10 from esmanthra (https://bitcointalk.org/index.php?action=profile;u=1764764) to Maximap (https://bitcointalk.org/index.php?action=profile;u=1188120) for Шпapгaлкa для нoвичкoв.  (https://bitcointalk.org/index.php?topic=2400559.msg24550075#msg24550075)
  • 2018-10-20T00:25:36Z: 10 from bones261 (https://bitcointalk.org/index.php?action=profile;u=452769) to roslinpl (https://bitcointalk.org/index.php?action=profile;u=158505) for [LEARN] BBCode Lessons &amp; Tutorials [+tutorial videos!] (https://bitcointalk.org/index.php?topic=1727100.msg17283187#msg17283187)
  • 2018-10-19T22:28:56Z: 10 from theymos (https://bitcointalk.org/index.php?action=profile;u=35) to Coding Enthusiast (https://bitcointalk.org/index.php?action=profile;u=879277) for Bitcoind does not like ECDSA (r, s) pair produced by OpenSSL (https://bitcointalk.org/index.php?topic=5052647.msg47038326#msg47038326)
  • 2018-10-19T20:05:29Z: 20 from HairyMaclairy (https://bitcointalk.org/index.php?action=profile;u=181806) to goldkingcoiner (https://bitcointalk.org/index.php?action=profile;u=1112467) for Wall Observer BTC/USD - Bitcoin price movement tracking &amp; discussion (https://bitcointalk.org/index.php?topic=178336.msg47051480#msg47051480)
  • 2018-10-19T19:25:40Z: 50 from lyka (https://bitcointalk.org/index.php?action=profile;u=221481) to lybship53 (https://bitcointalk.org/index.php?action=profile;u=245492) for [ANN][TEMCO] TEMCO - Supply Chain Powered by Bitcoin Network, RSK (https://bitcointalk.org/index.php?topic=5027072.msg47057487#msg47057487)
  • 2018-10-19T18:51:08Z: 14 from streazight (https://bitcointalk.org/index.php?action=profile;u=153066) to d1ceplayer (https://bitcointalk.org/index.php?action=profile;u=771985) for Do we need blockchain technology? (https://bitcointalk.org/index.php?topic=2116052.msg46946801#msg46946801)
  • 2018-10-19T18:50:43Z: 10 from streazight (https://bitcointalk.org/index.php?action=profile;u=153066) to 0xBitcoins (https://bitcointalk.org/index.php?action=profile;u=2205183) for Gambler's mindset!  (https://bitcointalk.org/index.php?topic=2767494.msg42021429#msg42021429)
  • 2018-10-19T18:50:31Z: 10 from streazight (https://bitcointalk.org/index.php?action=profile;u=153066) to Nila soru (https://bitcointalk.org/index.php?action=profile;u=2121771) for Gambler's mindset!  (https://bitcointalk.org/index.php?topic=2767494.msg42139480#msg42139480)
  • 2018-10-19T18:49:39Z: 10 from streazight (https://bitcointalk.org/index.php?action=profile;u=153066) to neonshium (https://bitcointalk.org/index.php?action=profile;u=554221) for Gambler's mindset!  (https://bitcointalk.org/index.php?topic=2767494.msg47050329#msg47050329)
  • 2018-10-19T17:51:12Z: 10 from Micio (https://bitcointalk.org/index.php?action=profile;u=115423) to coinlocket$ (https://bitcointalk.org/index.php?action=profile;u=1339716) for [INFO] TRUST. Come funziona il sistema di feedback (https://bitcointalk.org/index.php?topic=5043394.msg47054735#msg47054735)
  • 2018-10-19T12:04:59Z: 12 from beeelzebub (https://bitcointalk.org/index.php?action=profile;u=1210626) to levyashin (https://bitcointalk.org/index.php?action=profile;u=1023029) for [ANN][Private-sale] |DUSK Network| Fast, Anonymous, Secure Transmission of Data! (https://bitcointalk.org/index.php?topic=4656203.msg47048679#msg47048679)
  • 2018-10-19T11:46:48Z: 11 from 876810 (https://bitcointalk.org/index.php?action=profile;u=876810) to 1382765 (https://bitcointalk.org/index.php?action=profile;u=1382765) for Indian banks feel crypto currency as a revenue loss for banks  (https://bitcointalk.org/index.php?topic=5052619.msg47008580#msg47008580)
  • 2018-10-19T10:30:19Z: 10 from d57heinz (https://bitcointalk.org/index.php?action=profile;u=329441) to jabby (https://bitcointalk.org/index.php?action=profile;u=1631502) for ASICminer 8 Nano Compact Review- BRICKED Bitcoin Asicminer (https://bitcointalk.org/index.php?topic=5053124.msg47034082#msg47034082)
  • 2018-10-19T07:42:28Z: 11 from flash101k (https://bitcointalk.org/index.php?action=profile;u=847937) to 2035968 (https://bitcointalk.org/index.php?action=profile;u=2035968) for 2035968 (https://bitcointalk.org/index.php?topic=5053297.msg45254275#msg45254275)
  • 2018-10-19T03:11:19Z: 10 from HI-TEC99 (https://bitcointalk.org/index.php?action=profile;u=325680) to xhomerx10 (https://bitcointalk.org/index.php?action=profile;u=120694) for Wall Observer BTC/USD - Bitcoin price movement tracking &amp; discussion (https://bitcointalk.org/index.php?topic=178336.msg47035984#msg47035984)
Total Merits 750




Title: Re: Swiss army knife Tool to query Merit data online - Full History
Post by: Piggy on November 02, 2018, 07:42:13 AM
the data is updated to Friday 2th of November.

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-11-02&dategreater=2018-10-26&meritgreater=10

Result Custom Query
  • 2018-10-31T17:42:57Z: 10 from Anon11073 (https://bitcointalk.org/index.php?action=profile;u=969327) to nanna (https://bitcointalk.org/index.php?action=profile;u=1178098) for 雑談スレ (https://bitcointalk.org/index.php?topic=2718515.msg45778897#msg45778897)
  • 2018-10-31T17:41:21Z: 10 from Anon11073 (https://bitcointalk.org/index.php?action=profile;u=969327) to tactac (https://bitcointalk.org/index.php?action=profile;u=1892084) for [Local Rule]日本語板のローカルルール (https://bitcointalk.org/index.php?topic=5057866.msg47323740#msg47323740)
  • 2018-10-31T17:39:32Z: 10 from Anon11073 (https://bitcointalk.org/index.php?action=profile;u=969327) to sncc (https://bitcointalk.org/index.php?action=profile;u=1560793) for [Local Rule]日本語板のローカルルール (https://bitcointalk.org/index.php?topic=5057866.msg47394252#msg47394252)
  • 2018-10-31T17:38:27Z: 10 from Anon11073 (https://bitcointalk.org/index.php?action=profile;u=969327) to hakka (https://bitcointalk.org/index.php?action=profile;u=1649515) for 雑談スレ (https://bitcointalk.org/index.php?topic=2718515.msg47443668#msg47443668)
  • 2018-10-31T14:06:40Z: 10 from Moloch (https://bitcointalk.org/index.php?action=profile;u=229393) to bluefirecorp_ (https://bitcointalk.org/index.php?action=profile;u=1047996) for Re: Explosive devices sent to Bill/Hillary Clinton, Barack Obama, George Soros, CNN, Source discussion (https://bitcointalk.org/index.php?topic=5061049.msg47455803#msg47455803)
  • 2018-10-30T20:43:42Z: 25 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to SaltySpitoon (https://bitcointalk.org/index.php?action=profile;u=38894) for Flat Earth (https://bitcointalk.org/index.php?topic=1009045.msg47424105#msg47424105)
  • 2018-10-30T19:10:21Z: 10 from Hc01 (https://bitcointalk.org/index.php?action=profile;u=1142012) to AlyattesLydia (https://bitcointalk.org/index.php?action=profile;u=1046135) for Sizi gelecekte zengin etme potansiyeline sahip altcoinleri seçiyoruz! [Güncel] (https://bitcointalk.org/index.php?topic=5044662.msg46552652#msg46552652)
  • 2018-10-30T13:27:59Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to Moloch (https://bitcointalk.org/index.php?action=profile;u=229393) for Explosive devices sent to Bill/Hillary Clinton, Barack Obama, George Soros, CNN (https://bitcointalk.org/index.php?topic=5056567.msg47420886#msg47420886)
  • 2018-10-30T11:29:12Z: 50 from jovan85 (https://bitcointalk.org/index.php?action=profile;u=823842) to sunce33 (https://bitcointalk.org/index.php?action=profile;u=245285) for [ANN] [ICO] MYCRYPTOBANK.IO-CRYPTOBANKA ZA KRIPTO ZAJEDNICU (preICO 16/07/2018) (https://bitcointalk.org/index.php?topic=4818479.msg47419377#msg47419377)
  • 2018-10-30T10:09:43Z: 10 from qwk (https://bitcointalk.org/index.php?action=profile;u=24140) to nullCoiner (https://bitcointalk.org/index.php?action=profile;u=960511) for Erstes richtiges BLUTBAD 2018 – Wo ist der Boden ?! (https://bitcointalk.org/index.php?topic=2768036.msg47402270#msg47402270)
  • 2018-10-30T09:33:27Z: 22 from 972598 (https://bitcointalk.org/index.php?action=profile;u=972598) to themonkii (https://bitcointalk.org/index.php?action=profile;u=1046330) for  ✅ [ANN] Genesis $GENX | P2P Payment Ecosystem | Equihash192.7 | Airdrops (https://bitcointalk.org/index.php?topic=4882443.msg47400780#msg47400780)
  • 2018-10-30T09:22:12Z: 10 from dragonmike (https://bitcointalk.org/index.php?action=profile;u=197348) to kerney666 (https://bitcointalk.org/index.php?action=profile;u=1538270) for [ANN] TeamRedMiner - CNv8 - Vega 64 2200+h/s Rx470 1025+h/s Low Power Draw (https://bitcointalk.org/index.php?topic=5059817.msg47411967#msg47411967)
  • 2018-10-30T03:39:08Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to AT101ET (https://bitcointalk.org/index.php?action=profile;u=170557) for [ANN] VaultBar - Hybrid BTC &amp; ETH storage bar!  (https://bitcointalk.org/index.php?topic=4355883.msg38918962#msg38918962)
  • 2018-10-29T19:29:46Z: 10 from Spaceman_Spiff_Original (https://bitcointalk.org/index.php?action=profile;u=1096470) to xhomerx10 (https://bitcointalk.org/index.php?action=profile;u=120694) for Wall Observer BTC/USD - Bitcoin price movement tracking &amp; discussion (https://bitcointalk.org/index.php?topic=178336.msg47341289#msg47341289)
  • 2018-10-29T10:15:30Z: 18 from SWTCoin (https://bitcointalk.org/index.php?action=profile;u=2027058) to k0er (https://bitcointalk.org/index.php?action=profile;u=422621) for SWATCoin (https://bitcointalk.org/index.php?topic=3308625.msg47387089#msg47387089)
  • 2018-10-29T06:59:47Z: 20 from gribble (https://bitcointalk.org/index.php?action=profile;u=747061) to tusherk800 (https://bitcointalk.org/index.php?action=profile;u=1995860) for [ANN] [ICO] ShowMeBiz - Global Virtual Expo  ★New era of Exhibition Industry★ (https://bitcointalk.org/index.php?topic=2759477.msg47379562#msg47379562)
  • 2018-10-28T15:56:35Z: 13 from Capt.Morris (https://bitcointalk.org/index.php?action=profile;u=2426342) to 2439685 (https://bitcointalk.org/index.php?action=profile;u=2439685) for Want to exchange 0.18 ETH for BTC (https://bitcointalk.org/index.php?topic=5051851.msg46968076#msg46968076)
  • 2018-10-28T13:27:56Z: 10 from EFS (https://bitcointalk.org/index.php?action=profile;u=140584) to 2373506 (https://bitcointalk.org/index.php?action=profile;u=2373506) for İsminiz İle Başlayan Bitcoin Adresi Üretme! [UNIX][GPU] (https://bitcointalk.org/index.php?topic=5053348.msg47044242#msg47044242)
  • 2018-10-27T19:05:41Z: 10 from TMAN (https://bitcointalk.org/index.php?action=profile;u=98986) to Lesbian Cow (https://bitcointalk.org/index.php?action=profile;u=206143) for Raffle 1 x Mint Tray of 2016 China Silver Pandas, 15 x 30g of 9999 Adorable  (https://bitcointalk.org/index.php?topic=5057971.msg47301519#msg47301519)
  • 2018-10-27T16:11:32Z: 10 from savetherainforest (https://bitcointalk.org/index.php?action=profile;u=850262) to xhomerx10 (https://bitcointalk.org/index.php?action=profile;u=120694) for Wall Observer BTC/USD - Bitcoin price movement tracking &amp; discussion (https://bitcointalk.org/index.php?topic=178336.msg47308604#msg47308604)
  • 2018-10-27T13:53:31Z: 10 from xyzzy099 (https://bitcointalk.org/index.php?action=profile;u=130552) to xhomerx10 (https://bitcointalk.org/index.php?action=profile;u=120694) for Wall Observer BTC/USD - Bitcoin price movement tracking &amp; discussion (https://bitcointalk.org/index.php?topic=178336.msg47272861#msg47272861)
  • 2018-10-27T02:04:58Z: 10 from cryptominer420 (https://bitcointalk.org/index.php?action=profile;u=942726) to 2086077 (https://bitcointalk.org/index.php?action=profile;u=2086077) for ✅ANN |HTH|X16R|NO-PREMINE|NO-PRESALE|CHARITY|CB PAID| MASTERNODES ADDED ✅ (https://bitcointalk.org/index.php?topic=4578705.msg45183635#msg45183635)
  • 2018-10-27T01:59:59Z: 10 from cryptominer420 (https://bitcointalk.org/index.php?action=profile;u=942726) to 2158870 (https://bitcointalk.org/index.php?action=profile;u=2158870) for ✅ANN |HTH|X16R|NO-PREMINE|NO-PRESALE|CHARITY|CB PAID| MASTERNODES ADDED ✅ (https://bitcointalk.org/index.php?topic=4578705.msg45182421#msg45182421)
  • 2018-10-26T17:35:54Z: 10 from zhuravskij3 (https://bitcointalk.org/index.php?action=profile;u=539685) to Ukraine2020 (https://bitcointalk.org/index.php?action=profile;u=916376) for [ANN] WAVES. Плaтфopмa кpиптo-aктивoв бeз кoмпpoмиccoв (https://bitcointalk.org/index.php?topic=1394689.msg47292873#msg47292873)
  • 2018-10-26T15:27:48Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to qwk (https://bitcointalk.org/index.php?action=profile;u=24140) for Another deleted post (https://bitcointalk.org/index.php?topic=5057795.msg47291866#msg47291866)
  • 2018-10-26T08:35:22Z: 10 from bathrobehero (https://bitcointalk.org/index.php?action=profile;u=208792) to Zeta0S (https://bitcointalk.org/index.php?action=profile;u=249232) for Genesis-mining.com || World's leading hashpower provider! (https://bitcointalk.org/index.php?topic=602022.msg47272916#msg47272916)
  • 2018-10-26T07:29:08Z: 10 from Globb0 (https://bitcointalk.org/index.php?action=profile;u=244243) to xhomerx10 (https://bitcointalk.org/index.php?action=profile;u=120694) for Wall Observer BTC/USD - Bitcoin price movement tracking &amp; discussion (https://bitcointalk.org/index.php?topic=178336.msg47270891#msg47270891)
  • 2018-10-26T01:59:56Z: 10 from flash101k (https://bitcointalk.org/index.php?action=profile;u=847937) to alimarh (https://bitcointalk.org/index.php?action=profile;u=1316885) for Is holding crypto coins as of now still profitable? (https://bitcointalk.org/index.php?topic=3220304.msg45258462#msg45258462)
Total Merits 368


Title: Re: Swiss army knife Tool to query Merit data online - Full History
Post by: Piggy on November 09, 2018, 06:04:47 PM
the data is updated to Friday 9th of November.

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-11-09&dategreater=2018-11-02&meritgreater=10

Result Custom Query
  • 2018-11-08T21:33:07Z: 10 from EbenTheva (https://bitcointalk.org/index.php?action=profile;u=896559) to 300314 (https://bitcointalk.org/index.php?action=profile;u=300314) for [MOON] Mooncoin  51285 funded addresses. 2,162,799 txs. 5 block explorers (https://bitcointalk.org/index.php?topic=1733963.msg47696859#msg47696859)
  • 2018-11-08T14:33:01Z: 10 from Lorilikes (https://bitcointalk.org/index.php?action=profile;u=911907) to 2464022 (https://bitcointalk.org/index.php?action=profile;u=2464022) for [ANN] [PoW] [PoS] VEIL - Privacy without compromise (https://bitcointalk.org/index.php?topic=5065331.msg47692846#msg47692846)
  • 2018-11-08T13:20:48Z: 10 from Vod (https://bitcointalk.org/index.php?action=profile;u=30747) to GameKyuubi (https://bitcointalk.org/index.php?action=profile;u=26945) for I AM HODLING (https://bitcointalk.org/index.php?topic=375643.msg4022997#msg4022997)
  • 2018-11-08T13:20:12Z: 11 from Vod (https://bitcointalk.org/index.php?action=profile;u=30747) to coblee (https://bitcointalk.org/index.php?action=profile;u=20651) for [ANN] Litecoin - a lite version of Bitcoin. Launched! (https://bitcointalk.org/index.php?topic=47417.msg564414#msg564414)
  • 2018-11-08T13:19:01Z: 20 from Vod (https://bitcointalk.org/index.php?action=profile;u=30747) to laszlo (https://bitcointalk.org/index.php?action=profile;u=143) for Pizza for bitcoins? (https://bitcointalk.org/index.php?topic=137.msg1141#msg1141)
  • 2018-11-07T16:15:25Z: 10 from nexus48 (https://bitcointalk.org/index.php?action=profile;u=2172196) to KatarinaPD (https://bitcointalk.org/index.php?action=profile;u=2036154) for Primedice.com | Creators of Dicing  | 24 Billion Bets | 112+ BTC Jackpot! (https://bitcointalk.org/index.php?topic=208986.msg47499746#msg47499746)
  • 2018-11-07T14:23:12Z: 16 from nightandday (https://bitcointalk.org/index.php?action=profile;u=322947) to pdogg147 (https://bitcointalk.org/index.php?action=profile;u=338308) for Nexus - Pure SHA3 + CPU/GPU + nPoS + 15 Active Innovations + More to Come (https://bitcointalk.org/index.php?topic=657601.msg47260765#msg47260765)
  • 2018-11-07T13:33:29Z: 10 from BitCryptex (https://bitcointalk.org/index.php?action=profile;u=1169179) to wwzsocki (https://bitcointalk.org/index.php?action=profile;u=131333) for Podstawy Lightning Network - wyjaśnienia, portfele. (https://bitcointalk.org/index.php?topic=5064967.msg47668754#msg47668754)
  • 2018-11-06T17:42:19Z: 10 from 348129 (https://bitcointalk.org/index.php?action=profile;u=348129) to 2192007 (https://bitcointalk.org/index.php?action=profile;u=2192007) for [ANN][XTZ] Tezos - Кpиптoгpaфичecкaя Бyxгaлтepcкaя Кни (https://bitcointalk.org/index.php?topic=1923323.msg44369801#msg44369801)
  • 2018-11-06T17:41:45Z: 20 from 348129 (https://bitcointalk.org/index.php?action=profile;u=348129) to 2192007 (https://bitcointalk.org/index.php?action=profile;u=2192007) for [ANN][XTZ] Tezos - Кpиптoгpaфичecкaя Бyxгaлтepcкaя Кни (https://bitcointalk.org/index.php?topic=1923323.msg44744235#msg44744235)
  • 2018-11-06T17:41:10Z: 10 from 348129 (https://bitcointalk.org/index.php?action=profile;u=348129) to 2192007 (https://bitcointalk.org/index.php?action=profile;u=2192007) for [ANN][XTZ] Tezos - Кpиптoгpaфичecкaя Бyxгaлтepcкaя Кни (https://bitcointalk.org/index.php?topic=1923323.msg47189422#msg47189422)
  • 2018-11-06T16:46:29Z: 21 from NoNetwork (https://bitcointalk.org/index.php?action=profile;u=964525) to Jcabudx (https://bitcointalk.org/index.php?action=profile;u=1355705) for Ethereum could be the next Bitcoin by its price? (https://bitcointalk.org/index.php?topic=3179574.msg32970518#msg32970518)
  • 2018-11-06T11:31:03Z: 10 from 383406 (https://bitcointalk.org/index.php?action=profile;u=383406) to Skylink (https://bitcointalk.org/index.php?action=profile;u=383172) for ÜBERSICHT: Housing / Hosting von Mining Hardware (https://bitcointalk.org/index.php?topic=1019628.msg47397412#msg47397412)
  • 2018-11-06T10:06:57Z: 10 from amgomez (https://bitcointalk.org/index.php?action=profile;u=64586) to Klangburg (https://bitcointalk.org/index.php?action=profile;u=1009789) for weOWN (formerly Chainium) (https://bitcointalk.org/index.php?topic=2431631.msg47636508#msg47636508)
  • 2018-11-05T18:22:48Z: 10 from TMAN (https://bitcointalk.org/index.php?action=profile;u=98986) to Alex_Sr (https://bitcointalk.org/index.php?action=profile;u=1762404) for [Graph] Account farmers now in Signature Campaign (https://bitcointalk.org/index.php?topic=5061591.msg47498423#msg47498423)
  • 2018-11-05T01:16:03Z: 10 from Torque (https://bitcointalk.org/index.php?action=profile;u=163318) to xhomerx10 (https://bitcointalk.org/index.php?action=profile;u=120694) for Wall Observer BTC/USD - Bitcoin price movement tracking &amp; discussion (https://bitcointalk.org/index.php?topic=178336.msg47597844#msg47597844)
  • 2018-11-05T00:29:13Z: 20 from marcus_of_augustus (https://bitcointalk.org/index.php?action=profile;u=4190) to 2446279 (https://bitcointalk.org/index.php?action=profile;u=2446279) for [announce] Namecoin - a distributed naming system based on Bitcoin (https://bitcointalk.org/index.php?topic=6017.msg47172214#msg47172214)
  • 2018-11-05T00:27:25Z: 10 from marcus_of_augustus (https://bitcointalk.org/index.php?action=profile;u=4190) to Last of the V8s (https://bitcointalk.org/index.php?action=profile;u=479624) for Wall Observer BTC/USD - Bitcoin price movement tracking &amp; discussion (https://bitcointalk.org/index.php?topic=178336.msg47593988#msg47593988)
  • 2018-11-04T21:29:40Z: 10 from Vod (https://bitcointalk.org/index.php?action=profile;u=30747) to o_e_l_e_o (https://bitcointalk.org/index.php?action=profile;u=1188543) for How recognized are you in the bitcointalk world? (https://bitcointalk.org/index.php?topic=4799468.msg47575420#msg47575420)
  • 2018-11-04T15:35:35Z: 11 from phantastisch (https://bitcointalk.org/index.php?action=profile;u=18312) to mithrim (https://bitcointalk.org/index.php?action=profile;u=1056258) for Bitcointalk-Guide: FAQ &amp; Foren-Etikette - 09/2018 (https://bitcointalk.org/index.php?topic=3210647.msg45824421#msg45824421)
  • 2018-11-04T11:15:03Z: 10 from ZyTReX (https://bitcointalk.org/index.php?action=profile;u=330953) to trantute2 (https://bitcointalk.org/index.php?action=profile;u=1808705) for Methoden und Algorithmen zur fortgeschrittenen Kursanalyse (https://bitcointalk.org/index.php?topic=4586924.msg41379404#msg41379404)
  • 2018-11-03T20:43:51Z: 20 from QuestionAuthority (https://bitcointalk.org/index.php?action=profile;u=72795) to FractalUniverse (https://bitcointalk.org/index.php?action=profile;u=23067) for Wall Observer BTC/USD - Bitcoin price movement tracking &amp; discussion (https://bitcointalk.org/index.php?topic=178336.msg47557908#msg47557908)
  • 2018-11-03T20:43:01Z: 20 from QuestionAuthority (https://bitcointalk.org/index.php?action=profile;u=72795) to BinaryReign (https://bitcointalk.org/index.php?action=profile;u=145366) for Wall Observer BTC/USD - Bitcoin price movement tracking &amp; discussion (https://bitcointalk.org/index.php?topic=178336.msg47557895#msg47557895)
  • 2018-11-03T20:42:00Z: 20 from QuestionAuthority (https://bitcointalk.org/index.php?action=profile;u=72795) to Last of the V8s (https://bitcointalk.org/index.php?action=profile;u=479624) for Wall Observer BTC/USD - Bitcoin price movement tracking &amp; discussion (https://bitcointalk.org/index.php?topic=178336.msg47557877#msg47557877)
  • 2018-11-02T18:45:41Z: 10 from Micio (https://bitcointalk.org/index.php?action=profile;u=115423) to Piggy (https://bitcointalk.org/index.php?action=profile;u=188198) for [RELEASED] @mention notification bot - now with Telegram (https://bitcointalk.org/index.php?topic=5023605.msg45324722#msg45324722)
Total Merits 329


Title: Re: Swiss army knife Tool to query Merit data online - Full History
Post by: Piggy on November 16, 2018, 08:39:37 AM
The data is updated to Friday 16th of November.

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-11-16&dategreater=2018-11-09&meritgreater=10

Result Custom Query
  • 2018-11-15T16:08:14Z: 10 from BitCryptex (https://bitcointalk.org/index.php?action=profile;u=1169179) to Tytanowy Janusz (https://bitcointalk.org/index.php?action=profile;u=1925869) for [Poradnik] Portfele sprzętowe - który wybrać? (https://bitcointalk.org/index.php?topic=5069842.msg47931193#msg47931193)
  • 2018-11-15T15:47:52Z: 50 from ImI (https://bitcointalk.org/index.php?action=profile;u=92361) to satoshi (https://bitcointalk.org/index.php?action=profile;u=3) for Scalability and transaction rate (https://bitcointalk.org/index.php?topic=532.msg6306#msg6306)
  • 2018-11-15T09:34:19Z: 50 from DECENT (https://bitcointalk.org/index.php?action=profile;u=548439) to 2472856 (https://bitcointalk.org/index.php?action=profile;u=2472856) for [ANN] DECENT Announcement - Decentralizing Content Distribution (https://bitcointalk.org/index.php?topic=1162392.msg47898171#msg47898171)
  • 2018-11-15T03:32:40Z: 50 from adroitful_one (https://bitcointalk.org/index.php?action=profile;u=407213) to Devawnm367 (https://bitcointalk.org/index.php?action=profile;u=1713155) for The SEC extands the deadline on the decisions of the ETF's to Sep. 30th (https://bitcointalk.org/index.php?topic=5037187.msg46133068#msg46133068)
  • 2018-11-14T22:42:15Z: 25 from YarkoL (https://bitcointalk.org/index.php?action=profile;u=289578) to gribble (https://bitcointalk.org/index.php?action=profile;u=747061) for EOS - Asynchronous Smart Contract Platform - (Dan Larimer of Bitshares/Steem) (https://bitcointalk.org/index.php?topic=1904415.msg47237001#msg47237001)
  • 2018-11-14T21:17:58Z: 10 from MirkoIta (https://bitcointalk.org/index.php?action=profile;u=62565) to jbreher (https://bitcointalk.org/index.php?action=profile;u=28719) for Wall Observer BTC/USD - Bitcoin price movement tracking &amp; discussion (https://bitcointalk.org/index.php?topic=178336.msg47906185#msg47906185)
  • 2018-11-14T19:05:40Z: 10 from teramit (https://bitcointalk.org/index.php?action=profile;u=158960) to 1496048 (https://bitcointalk.org/index.php?action=profile;u=1496048) for Bitcoin is about to collapse this week (https://bitcointalk.org/index.php?topic=5059138.msg47381441#msg47381441)
  • 2018-11-14T17:25:04Z: 10 from arulbero (https://bitcointalk.org/index.php?action=profile;u=170072) to gubi66 (https://bitcointalk.org/index.php?action=profile;u=97483) for Helperbit P2P Aid - catastrofi naturali e blockchain (https://bitcointalk.org/index.php?topic=1025584.msg11097104#msg11097104)
  • 2018-11-14T15:59:11Z: 10 from NutMasterTardd (https://bitcointalk.org/index.php?action=profile;u=245299) to 2472856 (https://bitcointalk.org/index.php?action=profile;u=2472856) for [ANN] DECENT Announcement - Decentralizing Content Distribution (https://bitcointalk.org/index.php?topic=1162392.msg47898171#msg47898171)
  • 2018-11-14T13:58:18Z: 50 from fr4nkthetank (https://bitcointalk.org/index.php?action=profile;u=178657) to Hal (https://bitcointalk.org/index.php?action=profile;u=2436) for Bitcoin and me (Hal Finney) (https://bitcointalk.org/index.php?topic=155054.msg1643833#msg1643833)
  • 2018-11-14T10:43:37Z: 10 from sunce33 (https://bitcointalk.org/index.php?action=profile;u=245285) to 1063240 (https://bitcointalk.org/index.php?action=profile;u=1063240) for [BOUNTY][AIRDROP]MITOSHI CRYPTOLOTTO$14,000,000 USD REWARDS!!! (https://bitcointalk.org/index.php?topic=5053501.msg47879097#msg47879097)
  • 2018-11-14T10:13:58Z: 10 from 906825 (https://bitcointalk.org/index.php?action=profile;u=906825) to Lind (https://bitcointalk.org/index.php?action=profile;u=2238226) for  [ANN] NIX - Make Bitcoin, altcoins and tokens anonymous with NIX Platform! (https://bitcointalk.org/index.php?topic=3454993.msg47888246#msg47888246)
  • 2018-11-14T02:51:58Z: 15 from suchmoon (https://bitcointalk.org/index.php?action=profile;u=234771) to Tomatocage (https://bitcointalk.org/index.php?action=profile;u=37522) for Stake your Bitcoin address here (https://bitcointalk.org/index.php?topic=996318.msg10820715#msg10820715)
  • 2018-11-14T01:01:27Z: 10 from abstractednerve (https://bitcointalk.org/index.php?action=profile;u=186403) to 1683968 (https://bitcointalk.org/index.php?action=profile;u=1683968) for Can Bitcoin Become Mainstream In The Next 10 Years? (https://bitcointalk.org/index.php?topic=4633998.msg45417949#msg45417949)
  • 2018-11-13T21:38:38Z: 10 from 83206 (https://bitcointalk.org/index.php?action=profile;u=83206) to 1873240 (https://bitcointalk.org/index.php?action=profile;u=1873240) for  [ANN] NIX - Make Bitcoin, altcoins and tokens anonymous with NIX Platform! (https://bitcointalk.org/index.php?topic=3454993.msg47873973#msg47873973)
  • 2018-11-13T09:59:28Z: 35 from tosha566 (https://bitcointalk.org/index.php?action=profile;u=855140) to karimushkin (https://bitcointalk.org/index.php?action=profile;u=1577339) for [ANN][XTZ] Tezos - Кpиптoгpaфичecкaя Бyxгaлтepcкaя Кни (https://bitcointalk.org/index.php?topic=1923323.msg47856111#msg47856111)
  • 2018-11-13T08:15:20Z: 10 from peteycamey (https://bitcointalk.org/index.php?action=profile;u=196833) to Cemlik (https://bitcointalk.org/index.php?action=profile;u=1372886) for ANN - Yeni Algo / X22i , Nvidia için inanılmaz başarılı (https://bitcointalk.org/index.php?topic=5042207.msg47801793#msg47801793)
  • 2018-11-13T07:52:36Z: 10 from 336084 (https://bitcointalk.org/index.php?action=profile;u=336084) to 1076720 (https://bitcointalk.org/index.php?action=profile;u=1076720) for [ANN][ICO] uKit AI: Boosting website conversion with AI+Crowd Data  (https://bitcointalk.org/index.php?topic=2584915.msg26322253#msg26322253)
  • 2018-11-13T06:25:39Z: 10 from abstractednerve (https://bitcointalk.org/index.php?action=profile;u=186403) to 1567239 (https://bitcointalk.org/index.php?action=profile;u=1567239) for The FALL OF BITCOIN (https://bitcointalk.org/index.php?topic=3127816.msg44346085#msg44346085)
  • 2018-11-13T05:20:54Z: 20 from 3x2 (https://bitcointalk.org/index.php?action=profile;u=358134) to 2471244 (https://bitcointalk.org/index.php?action=profile;u=2471244) for Botting v manual trading  (https://bitcointalk.org/index.php?topic=5066651.msg47850637#msg47850637)
  • 2018-11-13T03:19:16Z: 10 from MicroGuy (https://bitcointalk.org/index.php?action=profile;u=93373) to 2392607 (https://bitcointalk.org/index.php?action=profile;u=2392607) for ⭐ [ANN] GameCoin™ (GME) Thread - 'Beyond the Controller' - [NEW THREAD]! ⭐ (https://bitcointalk.org/index.php?topic=4980414.msg47848584#msg47848584)
  • 2018-11-12T16:26:13Z: 10 from BitCryptex (https://bitcointalk.org/index.php?action=profile;u=1169179) to cryptovigi (https://bitcointalk.org/index.php?action=profile;u=1697068) for Jak korzystać z Electrum (dla zaawansowanych) (https://bitcointalk.org/index.php?topic=5067646.msg47814830#msg47814830)
  • 2018-11-12T15:57:15Z: 10 from MicroGuy (https://bitcointalk.org/index.php?action=profile;u=93373) to IconFirm (https://bitcointalk.org/index.php?action=profile;u=841288) for C-CEX.com Trusted, Secure &amp; Friendly Exchange Since 2013. 200+ Alts,USD,Low Fees (https://bitcointalk.org/index.php?topic=418700.msg47831942#msg47831942)
  • 2018-11-12T14:32:59Z: 10 from TMAN (https://bitcointalk.org/index.php?action=profile;u=98986) to Lafu (https://bitcointalk.org/index.php?action=profile;u=805820) for [Suggestion]To draw more attention to the rules! (https://bitcointalk.org/index.php?topic=5067047.msg47775636#msg47775636)
  • 2018-11-12T14:19:53Z: 10 from Greshamsches Geld (https://bitcointalk.org/index.php?action=profile;u=547741) to qwk (https://bitcointalk.org/index.php?action=profile;u=24140) for Online-Portal (/bussgeldstelle) ist log-in sichtbar? (https://bitcointalk.org/index.php?topic=5067920.msg47831556#msg47831556)
  • 2018-11-12T12:19:36Z: 10 from Mxrider420z (https://bitcointalk.org/index.php?action=profile;u=330528) to 2469676 (https://bitcointalk.org/index.php?action=profile;u=2469676) for [ANN]❁ KORE Tor Masternodes, Browser, VoIP, Aether OS, KOREPhone, KOREbay No ICO (https://bitcointalk.org/index.php?topic=2096416.msg47816815#msg47816815)
  • 2018-11-12T10:43:14Z: 10 from ranchi (https://bitcointalk.org/index.php?action=profile;u=1892629) to ziyush (https://bitcointalk.org/index.php?action=profile;u=1546400) for  BITSUM [BSM] ⚡Cryptocurrency that Work in Facebook &amp;Telegram  (https://bitcointalk.org/index.php?topic=2952864.msg30311948#msg30311948)
  • 2018-11-12T10:40:09Z: 10 from ziyush (https://bitcointalk.org/index.php?action=profile;u=1546400) to ranchi (https://bitcointalk.org/index.php?action=profile;u=1892629) for Cryptomaa - Find/Identify Scam Projects and Exchanges (https://bitcointalk.org/index.php?topic=5048170.msg46748366#msg46748366)
  • 2018-11-12T10:39:38Z: 10 from ziyush (https://bitcointalk.org/index.php?action=profile;u=1546400) to ranchi (https://bitcointalk.org/index.php?action=profile;u=1892629) for  FAKE volume Fake user in SISTEMKOIN Scam Exchange (https://bitcointalk.org/index.php?topic=5054111.msg47086745#msg47086745)
  • 2018-11-12T10:19:06Z: 50 from olkah (https://bitcointalk.org/index.php?action=profile;u=881806) to ziyush (https://bitcointalk.org/index.php?action=profile;u=1546400) for  BITSUM [BSM] ⚡Cryptocurrency that Work in Facebook &amp;Telegram  (https://bitcointalk.org/index.php?topic=2952864.msg30311948#msg30311948)
  • 2018-11-12T09:34:41Z: 10 from olkah (https://bitcointalk.org/index.php?action=profile;u=881806) to coinpricetoday (https://bitcointalk.org/index.php?action=profile;u=1969012) for Advertising your ICO on Facebook [ 200K Followers] (https://bitcointalk.org/index.php?topic=5048770.msg46780001#msg46780001)
  • 2018-11-12T09:33:52Z: 10 from olkah (https://bitcointalk.org/index.php?action=profile;u=881806) to coinpricetoday (https://bitcointalk.org/index.php?action=profile;u=1969012) for Advertising your ICO on Facebook [ 200K Followers] (https://bitcointalk.org/index.php?topic=5048770.msg46780001#msg46780001)
  • 2018-11-12T02:56:33Z: 40 from MikeMike (https://bitcointalk.org/index.php?action=profile;u=101096) to 2469676 (https://bitcointalk.org/index.php?action=profile;u=2469676) for [ANN]❁ KORE Tor Masternodes, Browser, VoIP, Aether OS, KOREPhone, KOREbay No ICO (https://bitcointalk.org/index.php?topic=2096416.msg47816815#msg47816815)
  • 2018-11-12T01:26:11Z: 10 from Foxpup (https://bitcointalk.org/index.php?action=profile;u=55384) to theymos (https://bitcointalk.org/index.php?action=profile;u=35) for Should the Politics and Society section have an unbiased Moderator? (https://bitcointalk.org/index.php?topic=5067125.msg47814958#msg47814958)
  • 2018-11-11T21:31:28Z: 10 from suchmoon (https://bitcointalk.org/index.php?action=profile;u=234771) to gmaxwell (https://bitcointalk.org/index.php?action=profile;u=11425) for coingeek.com claims former blockstream cto gregory maxwell 'sees light' (https://bitcointalk.org/index.php?topic=5065996.msg47722245#msg47722245)
  • 2018-11-11T18:34:56Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to The Pharmacist (https://bitcointalk.org/index.php?action=profile;u=487418) for Should the Politics and Society section have an unbiased Moderator? (https://bitcointalk.org/index.php?topic=5067125.msg47805248#msg47805248)
  • 2018-11-11T18:10:31Z: 10 from chimk (https://bitcointalk.org/index.php?action=profile;u=1202061) to poptop (https://bitcointalk.org/index.php?action=profile;u=906023) for Aнaлитикa, aнaлиз, пpoгнoзы. (https://bitcointalk.org/index.php?topic=1006631.msg47797664#msg47797664)
  • 2018-11-11T13:45:47Z: 10 from cryptohunter (https://bitcointalk.org/index.php?action=profile;u=92110) to DarkStar_ (https://bitcointalk.org/index.php?action=profile;u=507936) for Negative rating from The Pharmacist (https://bitcointalk.org/index.php?topic=5063753.msg47772638#msg47772638)
  • 2018-11-11T12:41:30Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to coins4commies (https://bitcointalk.org/index.php?action=profile;u=1752004) for Is school socialization of personality or the breakdown of the psyche? (https://bitcointalk.org/index.php?topic=5066808.msg47782785#msg47782785)
  • 2018-11-11T11:47:19Z: 50 from ziomik (https://bitcointalk.org/index.php?action=profile;u=27427) to gallisiardi (https://bitcointalk.org/index.php?action=profile;u=1432750) for [LIBRO COMPLETO GRATUITO] Bitcoin per tutti (https://bitcointalk.org/index.php?topic=3207777.msg33319420#msg33319420)
  • 2018-11-11T10:27:17Z: 10 from AT101ET (https://bitcointalk.org/index.php?action=profile;u=170557) to frankenmint (https://bitcointalk.org/index.php?action=profile;u=130175) for [ANN] VaultBar - Hybrid BTC &amp; ETH storage bar!  (https://bitcointalk.org/index.php?topic=4355883.msg47790737#msg47790737)
  • 2018-11-11T09:56:13Z: 10 from dbshck (https://bitcointalk.org/index.php?action=profile;u=153634) to friends1980 (https://bitcointalk.org/index.php?action=profile;u=1081647) for Thorough analysis: Terms&amp;Conditions &amp; Privacy on crypto exchanges !BE WARNED! (https://bitcointalk.org/index.php?topic=4466328.msg40050068#msg40050068)
  • 2018-11-11T03:38:10Z: 15 from CODE200 (https://bitcointalk.org/index.php?action=profile;u=904980) to Assface16678 (https://bitcointalk.org/index.php?action=profile;u=1136441) for Price stability (https://bitcointalk.org/index.php?topic=5060461.msg47696327#msg47696327)
  • 2018-11-11T02:59:37Z: 10 from micher143 (https://bitcointalk.org/index.php?action=profile;u=763515) to Blackhammer321 (https://bitcointalk.org/index.php?action=profile;u=1059660) for WHEN IS THE BEST TIME TO INVEST IN CRYPTOCURRENCY  (https://bitcointalk.org/index.php?topic=5024708.msg47216119#msg47216119)
  • 2018-11-10T21:13:09Z: 30 from xyzzy099 (https://bitcointalk.org/index.php?action=profile;u=130552) to Kylapoiss (https://bitcointalk.org/index.php?action=profile;u=1803753) for Wall Observer BTC/USD - Bitcoin price movement tracking &amp; discussion (https://bitcointalk.org/index.php?topic=178336.msg47774830#msg47774830)
  • 2018-11-10T17:13:26Z: 25 from 169503 (https://bitcointalk.org/index.php?action=profile;u=169503) to VeilDango (https://bitcointalk.org/index.php?action=profile;u=2464022) for [ANN] [PoW] [PoS] VEIL - Privacy without compromise (https://bitcointalk.org/index.php?topic=5065331.msg47686223#msg47686223)
  • 2018-11-10T15:52:53Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to o_e_l_e_o (https://bitcointalk.org/index.php?action=profile;u=1188543) for Jim Acosta karate chops intern’s arm &amp; loses White House press pass (https://bitcointalk.org/index.php?topic=5065521.msg47766195#msg47766195)
  • 2018-11-10T14:17:53Z: 20 from RenegadeMind (https://bitcointalk.org/index.php?action=profile;u=90599) to 184390 (https://bitcointalk.org/index.php?action=profile;u=184390) for [ANN][ICO] XAYA True Blockchain Gaming  - from the creators of Huntercoin (https://bitcointalk.org/index.php?topic=1784048.msg47754728#msg47754728)
  • 2018-11-10T13:56:58Z: 10 from franky1 (https://bitcointalk.org/index.php?action=profile;u=65837) to AGD (https://bitcointalk.org/index.php?action=profile;u=110785) for Power consumption of Bitcoin mining (https://bitcointalk.org/index.php?topic=3930494.msg47766152#msg47766152)
  • 2018-11-10T10:14:09Z: 10 from Welsh (https://bitcointalk.org/index.php?action=profile;u=84521) to Piggy (https://bitcointalk.org/index.php?action=profile;u=188198) for [RELEASED] @mention notification bot - now with Telegram (https://bitcointalk.org/index.php?topic=5023605.msg45324722#msg45324722)
  • 2018-11-10T08:26:52Z: 10 from Welsh (https://bitcointalk.org/index.php?action=profile;u=84521) to LoyceV (https://bitcointalk.org/index.php?action=profile;u=459836) for Full merit transaction history for any user - now with GRAPHS! (https://bitcointalk.org/index.php?topic=4444830.msg39712042#msg39712042)
  • 2018-11-10T07:25:01Z: 10 from Welsh (https://bitcointalk.org/index.php?action=profile;u=84521) to dogie (https://bitcointalk.org/index.php?action=profile;u=87869) for [Guide] Dogie's Comprehensive ASICMiner Blade Setup (https://bitcointalk.org/index.php?topic=205369.msg2146971#msg2146971)
  • 2018-11-10T06:16:35Z: 10 from Vod (https://bitcointalk.org/index.php?action=profile;u=30747) to xhomerx10 (https://bitcointalk.org/index.php?action=profile;u=120694) for Who is this micgoossens?? (https://bitcointalk.org/index.php?topic=5065375.msg47753895#msg47753895)
  • 2018-11-09T21:28:14Z: 10 from BitCryptex (https://bitcointalk.org/index.php?action=profile;u=1169179) to wwzsocki (https://bitcointalk.org/index.php?action=profile;u=131333) for Częste pytania dotyczące sieci Lightning Network (https://bitcointalk.org/index.php?topic=5065801.msg47711638#msg47711638)
  • 2018-11-09T18:01:29Z: 10 from HasHe (https://bitcointalk.org/index.php?action=profile;u=349558) to 918095 (https://bitcointalk.org/index.php?action=profile;u=918095) for As a miner, why do you mine rather than buy and hold? (https://bitcointalk.org/index.php?topic=1704486.msg17084601#msg17084601)
  • 2018-11-09T15:31:02Z: 10 from Patatas (https://bitcointalk.org/index.php?action=profile;u=385855) to micgoossens (https://bitcointalk.org/index.php?action=profile;u=1067333) for Who is this micgoossens?? (https://bitcointalk.org/index.php?topic=5065375.msg47688717#msg47688717)
  • 2018-11-09T12:58:07Z: 10 from 134541 (https://bitcointalk.org/index.php?action=profile;u=134541) to VeilDango (https://bitcointalk.org/index.php?action=profile;u=2464022) for [ANN] [PoW] [PoS] VEIL - Privacy without compromise (https://bitcointalk.org/index.php?topic=5065331.msg47686223#msg47686223)
  • 2018-11-09T12:17:13Z: 10 from Alex_Sr (https://bitcointalk.org/index.php?action=profile;u=1762404) to Nikisa (https://bitcointalk.org/index.php?action=profile;u=2154195) for ⭐ Forum chronicle - UP Rank List - Congratulations! (BPIP Merit stat, Trust) ⭐ (https://bitcointalk.org/index.php?topic=5024849.msg47726417#msg47726417)
  • 2018-11-09T10:22:32Z: 10 from BitCryptex (https://bitcointalk.org/index.php?action=profile;u=1169179) to cryptovigi (https://bitcointalk.org/index.php?action=profile;u=1697068) for TUTORIAL: Jak korzystać z Electrum (dla początkujących)  (https://bitcointalk.org/index.php?topic=5065897.msg47717479#msg47717479)
  • 2018-11-09T10:02:28Z: 12 from malevolent (https://bitcointalk.org/index.php?action=profile;u=23092) to BitCryptex (https://bitcointalk.org/index.php?action=profile;u=1169179) for The Lightning Network FAQ (https://bitcointalk.org/index.php?topic=4792622.msg43243696#msg43243696)
  • 2018-11-09T04:41:41Z: 10 from 3x2 (https://bitcointalk.org/index.php?action=profile;u=358134) to duma18 (https://bitcointalk.org/index.php?action=profile;u=2443454) for 2443454 (https://bitcointalk.org/index.php?topic=5065679.msg47708367#msg47708367)
  • 2018-11-09T04:40:21Z: 17 from 3x2 (https://bitcointalk.org/index.php?action=profile;u=358134) to Tim1996 (https://bitcointalk.org/index.php?action=profile;u=2442439) for [BOUNTY][ICO] GOeureka — Blockchain Hotel Booking Platform (https://bitcointalk.org/index.php?topic=4978912.msg47669689#msg47669689)
  • 2018-11-09T04:19:29Z: 10 from notsofast (https://bitcointalk.org/index.php?action=profile;u=339189) to VeilDango (https://bitcointalk.org/index.php?action=profile;u=2464022) for [ANN] [PoW] [PoS] VEIL - Privacy without compromise (https://bitcointalk.org/index.php?topic=5065331.msg47686223#msg47686223)
  • 2018-11-09T04:08:19Z: 35 from bg002h (https://bitcointalk.org/index.php?action=profile;u=413) to gmaxwell (https://bitcointalk.org/index.php?action=profile;u=11425) for coingeek.com claims former blockstream cto gregory maxwell 'sees light' (https://bitcointalk.org/index.php?topic=5065996.msg47722245#msg47722245)
  • 2018-11-09T04:05:29Z: 10 from notsofast (https://bitcointalk.org/index.php?action=profile;u=339189) to 374362 (https://bitcointalk.org/index.php?action=profile;u=374362) for [ANN] Raycoin (RAY) First Ray Tracing Proof-of-Work - Mine with RTX 2080/70 GPUs (https://bitcointalk.org/index.php?topic=5066017.msg47722185#msg47722185)
Total Merits 1059


Title: Re: Swiss army knife Tool to query Merit data online - Full History
Post by: Piggy on November 23, 2018, 12:30:27 PM
The data is updated to Friday 23th of November.

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

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

Result Custom Query
  • 2018-11-22T18:57:21Z: 50 from Jeremycoin (https://bitcointalk.org/index.php?action=profile;u=397611) to satoshi (https://bitcointalk.org/index.php?action=profile;u=3) for Welcome to the new Bitcoin forum! (https://bitcointalk.org/index.php?topic=5.msg28#msg28)
  • 2018-11-22T08:17:20Z: 33 from Vlad2Vlad (https://bitcointalk.org/index.php?action=profile;u=112208) to deadsea33 (https://bitcointalk.org/index.php?action=profile;u=106374) for [ANN] IXCoin [IXC] The Original Bitcoin Sidechain (https://bitcointalk.org/index.php?topic=3015517.msg48118023#msg48118023)
  • 2018-11-21T22:28:26Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to polymerbit (https://bitcointalk.org/index.php?action=profile;u=811213) for POLYMERBIT MYSTERY NOTE 1 (https://bitcointalk.org/index.php?topic=5072165.msg48055199#msg48055199)
  • 2018-11-21T19:58:01Z: 10 from BobLawblaw (https://bitcointalk.org/index.php?action=profile;u=569455) to micgoossens (https://bitcointalk.org/index.php?action=profile;u=1067333) for Wall Observer BTC/USD - Bitcoin price movement tracking &amp; discussion (https://bitcointalk.org/index.php?topic=178336.msg48109855#msg48109855)
  • 2018-11-21T17:51:40Z: 10 from Hc01 (https://bitcointalk.org/index.php?action=profile;u=1142012) to AztecGoldHero (https://bitcointalk.org/index.php?action=profile;u=813290) for AztecGoldHero- Teknik Analiz-2- Destek-Direnç Çizgileri (https://bitcointalk.org/index.php?topic=5043186.msg46472024#msg46472024)
  • 2018-11-21T12:15:52Z: 10 from PHI1618 (https://bitcointalk.org/index.php?action=profile;u=1071136) to BitcoinTurk (https://bitcointalk.org/index.php?action=profile;u=511692) for Neden Merit Kazanamıyorum? (https://bitcointalk.org/index.php?topic=5071804.msg48039416#msg48039416)
  • 2018-11-21T00:32:56Z: 20 from cAPSLOCK (https://bitcointalk.org/index.php?action=profile;u=35501) to Biodom (https://bitcointalk.org/index.php?action=profile;u=223922) for Wall Observer BTC/USD - Bitcoin price movement tracking &amp; discussion (https://bitcointalk.org/index.php?topic=178336.msg48085883#msg48085883)
  • 2018-11-20T22:14:41Z: 10 from samson (https://bitcointalk.org/index.php?action=profile;u=63337) to franky1 (https://bitcointalk.org/index.php?action=profile;u=65837) for Satoshi sold his BTC. (https://bitcointalk.org/index.php?topic=5072551.msg48076356#msg48076356)
  • 2018-11-20T16:13:41Z: 10 from cAPSLOCK (https://bitcointalk.org/index.php?action=profile;u=35501) to goldkingcoiner (https://bitcointalk.org/index.php?action=profile;u=1112467) for Wall Observer BTC/USD - Bitcoin price movement tracking &amp; discussion (https://bitcointalk.org/index.php?topic=178336.msg48055816#msg48055816)
  • 2018-11-20T16:00:10Z: 50 from lyka (https://bitcointalk.org/index.php?action=profile;u=221481) to lybship53 (https://bitcointalk.org/index.php?action=profile;u=245492) for Have you been scammed? or almost? (https://bitcointalk.org/index.php?topic=2876700.msg48024508#msg48024508)
  • 2018-11-20T14:31:40Z: 20 from TMAN (https://bitcointalk.org/index.php?action=profile;u=98986) to iasenko (https://bitcointalk.org/index.php?action=profile;u=1291828) for List of Campaign Managers accepting shitposters. Report here &gt; (https://bitcointalk.org/index.php?topic=5036753.msg46111905#msg46111905)
  • 2018-11-20T14:20:42Z: 10 from empowering (https://bitcointalk.org/index.php?action=profile;u=191697) to Wekkel (https://bitcointalk.org/index.php?action=profile;u=48481) for Wall Observer BTC/USD - Bitcoin price movement tracking &amp; discussion (https://bitcointalk.org/index.php?topic=178336.msg48071709#msg48071709)
  • 2018-11-20T14:11:27Z: 10 from empowering (https://bitcointalk.org/index.php?action=profile;u=191697) to Wekkel (https://bitcointalk.org/index.php?action=profile;u=48481) for Wall Observer BTC/USD - Bitcoin price movement tracking &amp; discussion (https://bitcointalk.org/index.php?topic=178336.msg48071709#msg48071709)
  • 2018-11-20T12:32:53Z: 10 from suchmoon (https://bitcointalk.org/index.php?action=profile;u=234771) to LoyceV (https://bitcointalk.org/index.php?action=profile;u=459836) for [overview] Recover Bitcoin from any old storage format (https://bitcointalk.org/index.php?topic=4959742.msg44708601#msg44708601)
  • 2018-11-20T11:49:10Z: 19 from Real14Hero (https://bitcointalk.org/index.php?action=profile;u=498430) to IggySe7ven (https://bitcointalk.org/index.php?action=profile;u=86677) for සිංහල (Sri Lanka) (https://bitcointalk.org/index.php?topic=2106234.msg48000492#msg48000492)
  • 2018-11-20T08:05:21Z: 11 from 462607 (https://bitcointalk.org/index.php?action=profile;u=462607) to 44168 (https://bitcointalk.org/index.php?action=profile;u=44168) for Жизнь мoлoдoй ceмьи c poдитeлями - плюcы и м&amp; (https://bitcointalk.org/index.php?topic=2750824.msg28508619#msg28508619)
  • 2018-11-19T23:27:51Z: 34 from gentlemand (https://bitcointalk.org/index.php?action=profile;u=155345) to Spaceman_Spiff_Original (https://bitcointalk.org/index.php?action=profile;u=1096470) for Wall Observer BTC/USD - Bitcoin price movement tracking &amp; discussion (https://bitcointalk.org/index.php?topic=178336.msg48056391#msg48056391)
  • 2018-11-19T22:59:19Z: 50 from marcus_of_augustus (https://bitcointalk.org/index.php?action=profile;u=4190) to goldkingcoiner (https://bitcointalk.org/index.php?action=profile;u=1112467) for Wall Observer BTC/USD - Bitcoin price movement tracking &amp; discussion (https://bitcointalk.org/index.php?topic=178336.msg48055816#msg48055816)
  • 2018-11-19T20:53:11Z: 20 from QuestionAuthority (https://bitcointalk.org/index.php?action=profile;u=72795) to BinaryReign (https://bitcointalk.org/index.php?action=profile;u=145366) for Wall Observer BTC/USD - Bitcoin price movement tracking &amp; discussion (https://bitcointalk.org/index.php?topic=178336.msg48053941#msg48053941)
  • 2018-11-19T20:52:08Z: 20 from QuestionAuthority (https://bitcointalk.org/index.php?action=profile;u=72795) to FractalUniverse (https://bitcointalk.org/index.php?action=profile;u=23067) for Wall Observer BTC/USD - Bitcoin price movement tracking &amp; discussion (https://bitcointalk.org/index.php?topic=178336.msg48053926#msg48053926)
  • 2018-11-19T20:51:50Z: 20 from QuestionAuthority (https://bitcointalk.org/index.php?action=profile;u=72795) to Paashaas (https://bitcointalk.org/index.php?action=profile;u=169384) for Wall Observer BTC/USD - Bitcoin price movement tracking &amp; discussion (https://bitcointalk.org/index.php?topic=178336.msg48053911#msg48053911)
  • 2018-11-19T19:32:49Z: 20 from EFS (https://bitcointalk.org/index.php?action=profile;u=140584) to PHI1618 (https://bitcointalk.org/index.php?action=profile;u=1071136) for REHBER: Trezor Model T incelemesi, kullanım rehberi, detaylar, sorular, cevaplar (https://bitcointalk.org/index.php?topic=5069280.msg47901106#msg47901106)
  • 2018-11-19T18:37:37Z: 10 from ImI (https://bitcointalk.org/index.php?action=profile;u=92361) to Freyr (https://bitcointalk.org/index.php?action=profile;u=99403) for MtGox geht in Konkurs (https://bitcointalk.org/index.php?topic=486142.msg48050139#msg48050139)
  • 2018-11-19T17:11:07Z: 20 from 757054 (https://bitcointalk.org/index.php?action=profile;u=757054) to Ultramarine (https://bitcointalk.org/index.php?action=profile;u=1278444) for Кpиптe КOHEЦ! Heмнoгo пoзитивa =) (https://bitcointalk.org/index.php?topic=5058682.msg47350371#msg47350371)
  • 2018-11-18T22:15:37Z: 19 from Knepala (https://bitcointalk.org/index.php?action=profile;u=934021) to FutureDigiCoin (https://bitcointalk.org/index.php?action=profile;u=1297164) for VOISE - Revolution of the music industry  (https://bitcointalk.org/index.php?topic=1846376.msg48025346#msg48025346)
  • 2018-11-18T20:57:48Z: 17 from BanzaiBTC (https://bitcointalk.org/index.php?action=profile;u=389572) to roycilik (https://bitcointalk.org/index.php?action=profile;u=1051955) for [CLUB] IPS | Indonesian Patrol Squad (https://bitcointalk.org/index.php?topic=4755388.msg47657484#msg47657484)
  • 2018-11-18T15:31:18Z: 10 from Yatsan (https://bitcointalk.org/index.php?action=profile;u=857883) to Assface16678 (https://bitcointalk.org/index.php?action=profile;u=1136441) for Whether Getting Married At a Young Age Can Lead To Poverty And Make Poor Economy (https://bitcointalk.org/index.php?topic=4843691.msg47909885#msg47909885)
  • 2018-11-17T14:52:08Z: 10 from TMAN (https://bitcointalk.org/index.php?action=profile;u=98986) to mainconcept (https://bitcointalk.org/index.php?action=profile;u=626422) for Autoban account for an unknown reason. (https://bitcointalk.org/index.php?topic=5070798.msg47981179#msg47981179)
  • 2018-11-17T14:45:08Z: 10 from TMAN (https://bitcointalk.org/index.php?action=profile;u=98986) to tranthidung (https://bitcointalk.org/index.php?action=profile;u=1292764) for Time Series Analysis on Distributed Merits in the forum (daily, weekly, monthly) (https://bitcointalk.org/index.php?topic=5069140.msg47893786#msg47893786)
  • 2018-11-17T07:38:54Z: 15 from DonYo (https://bitcointalk.org/index.php?action=profile;u=103204) to siulynotb (https://bitcointalk.org/index.php?action=profile;u=1092411) for Boletín de Análisis Técnico (https://bitcointalk.org/index.php?topic=98606.msg47924835#msg47924835)
  • 2018-11-17T06:19:54Z: 10 from abstractednerve (https://bitcointalk.org/index.php?action=profile;u=186403) to 1398928 (https://bitcointalk.org/index.php?action=profile;u=1398928) for Do You Think Bitcoin Will Replace Dollar Soon? (https://bitcointalk.org/index.php?topic=1137697.msg30831506#msg30831506)
  • 2018-11-16T17:28:55Z: 25 from greenplastic (https://bitcointalk.org/index.php?action=profile;u=160943) to minerjones (https://bitcointalk.org/index.php?action=profile;u=346731) for [INFO] Physical CryptoCoin Maker Public Address Lists and Reference Threads (https://bitcointalk.org/index.php?topic=2022902.msg20155309#msg20155309)
  • 2018-11-16T13:07:14Z: 10 from AngusCanine (https://bitcointalk.org/index.php?action=profile;u=213496) to 2453171 (https://bitcointalk.org/index.php?action=profile;u=2453171) for  [ANN] NIX - Make Bitcoin, altcoins and tokens anonymous with NIX Platform! (https://bitcointalk.org/index.php?topic=3454993.msg47942666#msg47942666)
  • 2018-11-16T09:57:41Z: 10 from Carlton Banks (https://bitcointalk.org/index.php?action=profile;u=64205) to spirali (https://bitcointalk.org/index.php?action=profile;u=1464471) for Blacklist of paraphrasing sources of cryptocurrencies news (https://bitcointalk.org/index.php?topic=5025276.msg45459749#msg45459749)
  • 2018-11-16T07:15:01Z: 50 from boomboom (https://bitcointalk.org/index.php?action=profile;u=102016) to Hal (https://bitcointalk.org/index.php?action=profile;u=2436) for Bitcoin and me (Hal Finney) (https://bitcointalk.org/index.php?topic=155054.msg1643833#msg1643833)
  • 2018-11-16T02:16:29Z: 12 from Foxpup (https://bitcointalk.org/index.php?action=profile;u=55384) to DdmrDdmr (https://bitcointalk.org/index.php?action=profile;u=1582324) for Analysis - Bitcointalk Accounts – Date of Register vs Last Active per Rank (https://bitcointalk.org/index.php?topic=5069738.msg47925043#msg47925043)
Total Merits 685


Title: Re: Swiss army knife Tool to query Merit data online - Full History
Post by: Piggy on November 30, 2018, 07:38:34 AM
The data is updated to Friday 30th of November.

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

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

Result Custom Query
  • 2018-11-29T21:09:03Z: 50 from dbt1033 (https://bitcointalk.org/index.php?action=profile;u=207732) to VeilDango (https://bitcointalk.org/index.php?action=profile;u=2464022) for [ANN] [PoW] [PoS] VEIL - Privacy without compromise (https://bitcointalk.org/index.php?topic=5065331.msg47686223#msg47686223)
  • 2018-11-28T20:52:14Z: 10 from ChekaZ (https://bitcointalk.org/index.php?action=profile;u=99330) to Conqueror (https://bitcointalk.org/index.php?action=profile;u=130017) for Nexus - Pure SHA3 + CPU/GPU + nPoS + 15 Active Innovations + More to Come (https://bitcointalk.org/index.php?topic=657601.msg48152799#msg48152799)
  • 2018-11-28T19:04:29Z: 33 from peterparker9191 (https://bitcointalk.org/index.php?action=profile;u=1432846) to phantastisch (https://bitcointalk.org/index.php?action=profile;u=18312) for phantastisch im Urlaub? (https://bitcointalk.org/index.php?topic=5043836.msg47584213#msg47584213)
  • 2018-11-28T18:45:22Z: 10 from BitcoinPlusBus (https://bitcointalk.org/index.php?action=profile;u=360276) to mprep (https://bitcointalk.org/index.php?action=profile;u=51173) for Unofficial list of (official) Bitcointalk.org rules, guidelines, FAQ (https://bitcointalk.org/index.php?topic=703657.msg7955645#msg7955645)
  • 2018-11-28T12:19:11Z: 10 from teramit (https://bitcointalk.org/index.php?action=profile;u=158960) to PHI1618 (https://bitcointalk.org/index.php?action=profile;u=1071136) for REHBER: Trezor Model T incelemesi, kullanım rehberi, detaylar, sorular, cevaplar (https://bitcointalk.org/index.php?topic=5069280.msg47901106#msg47901106)
  • 2018-11-27T13:37:38Z: 20 from 918773 (https://bitcointalk.org/index.php?action=profile;u=918773) to torrmara (https://bitcointalk.org/index.php?action=profile;u=1271990) for  [ANN] NIX - Next gen privacy currency &amp; multi-layered interoperability platform (https://bitcointalk.org/index.php?topic=3454993.msg48257039#msg48257039)
  • 2018-11-26T15:10:38Z: 10 from dbshck (https://bitcointalk.org/index.php?action=profile;u=153634) to abhiseshakana (https://bitcointalk.org/index.php?action=profile;u=1878246) for Mining Rig Gallery (https://bitcointalk.org/index.php?topic=5075710.msg48233159#msg48233159)
  • 2018-11-25T22:42:52Z: 10 from tezcatcatl (https://bitcointalk.org/index.php?action=profile;u=227353) to teramit (https://bitcointalk.org/index.php?action=profile;u=158960) for Merit alması gereken başlıklar hangileri ? (https://bitcointalk.org/index.php?topic=4973607.msg44850232#msg44850232)
  • 2018-11-25T18:58:44Z: 20 from empowering (https://bitcointalk.org/index.php?action=profile;u=191697) to Bitcoinaire (https://bitcointalk.org/index.php?action=profile;u=195210) for Wall Observer BTC/USD - Bitcoin price movement tracking &amp; discussion (https://bitcointalk.org/index.php?topic=178336.msg48222434#msg48222434)
  • 2018-11-25T17:37:37Z: 10 from zazarb (https://bitcointalk.org/index.php?action=profile;u=369212) to Southpaw0 (https://bitcointalk.org/index.php?action=profile;u=131037) for Grindabuck.com - Earn bitcoin FAST! - Top earner made $450 in BTC last month! (https://bitcointalk.org/index.php?topic=866998.msg15489377#msg15489377)
  • 2018-11-25T11:22:54Z: 10 from klintay (https://bitcointalk.org/index.php?action=profile;u=122882) to vh (https://bitcointalk.org/index.php?action=profile;u=690806) for GekkoScience 2Pac/Compac BM1384 Stickminer Official Support Thread (https://bitcointalk.org/index.php?topic=1764803.msg17624476#msg17624476)
  • 2018-11-25T10:49:12Z: 10 from klintay (https://bitcointalk.org/index.php?action=profile;u=122882) to ournem (https://bitcointalk.org/index.php?action=profile;u=489879) for NEM (XEM) Official Thread - 100% New Code - Easy To Use APIs (https://bitcointalk.org/index.php?topic=654845.msg7350595#msg7350595)
  • 2018-11-25T10:46:12Z: 10 from klintay (https://bitcointalk.org/index.php?action=profile;u=122882) to Evil-Knievel (https://bitcointalk.org/index.php?action=profile;u=159191) for [ANN] [XEL] :: XEL - The Decentralized Supercomputer :: (https://bitcointalk.org/index.php?topic=1957064.msg48012792#msg48012792)
  • 2018-11-25T10:44:53Z: 10 from klintay (https://bitcointalk.org/index.php?action=profile;u=122882) to ImI (https://bitcointalk.org/index.php?action=profile;u=92361) for [ANN] [XEL] :: XEL - The Decentralized Supercomputer :: (https://bitcointalk.org/index.php?topic=1957064.msg19436651#msg19436651)
  • 2018-11-25T10:44:38Z: 20 from klintay (https://bitcointalk.org/index.php?action=profile;u=122882) to CoinHoarder (https://bitcointalk.org/index.php?action=profile;u=67959) for EOS - Asynchronous Smart Contract Platform - (Dan Larimer of Bitshares/Steem) (https://bitcointalk.org/index.php?topic=1904415.msg18896502#msg18896502)
  • 2018-11-25T10:41:24Z: 10 from klintay (https://bitcointalk.org/index.php?action=profile;u=122882) to rockmoney (https://bitcointalk.org/index.php?action=profile;u=852698) for ☆ GekkoScience 55Gh/s+ NEWPAC Stick/USB Miner Sales BM1387 ASIC ☆ (https://bitcointalk.org/index.php?topic=5071000.msg47991800#msg47991800)
  • 2018-11-25T10:40:58Z: 10 from klintay (https://bitcointalk.org/index.php?action=profile;u=122882) to rockmoney (https://bitcointalk.org/index.php?action=profile;u=852698) for ☆ NEW GekkoScience 100Gh/s+ NEWPAC Stick/USB Miner Sales x2 BM1387 ASIC ☆ (https://bitcointalk.org/index.php?topic=5071416.msg48021430#msg48021430)
  • 2018-11-25T10:39:52Z: 10 from klintay (https://bitcointalk.org/index.php?action=profile;u=122882) to vh (https://bitcointalk.org/index.php?action=profile;u=690806) for GekkoScience NewPac Stickminer Official Support Thread (https://bitcointalk.org/index.php?topic=5053833.msg47068859#msg47068859)
  • 2018-11-25T10:39:34Z: 10 from klintay (https://bitcointalk.org/index.php?action=profile;u=122882) to philipma1957 (https://bitcointalk.org/index.php?action=profile;u=64507) for Now that usb sticks are being sold by sidehack  here is a new usb hub thread. (https://bitcointalk.org/index.php?topic=1779423.msg17745347#msg17745347)
  • 2018-11-25T08:02:08Z: 10 from klintay (https://bitcointalk.org/index.php?action=profile;u=122882) to sidehack (https://bitcointalk.org/index.php?action=profile;u=130792) for Announcing GekkoScience's new USB stick miner, the aptly-named NewPac (https://bitcointalk.org/index.php?topic=5053711.msg47061709#msg47061709)
  • 2018-11-25T02:03:29Z: 50 from 208817 (https://bitcointalk.org/index.php?action=profile;u=208817) to realr0ach (https://bitcointalk.org/index.php?action=profile;u=1115697) for Wall Observer BTC/USD - Bitcoin price movement tracking &amp; discussion (https://bitcointalk.org/index.php?topic=178336.msg48199102#msg48199102)
  • 2018-11-25T00:55:53Z: 21 from bitkilo (https://bitcointalk.org/index.php?action=profile;u=314910) to zazarb (https://bitcointalk.org/index.php?action=profile;u=369212) for  ✨ zazarb's Quick-Loans &amp; Escrow ✨ (https://bitcointalk.org/index.php?topic=1161170.msg48064043#msg48064043)
  • 2018-11-24T19:46:21Z: 14 from Vlad2Vlad (https://bitcointalk.org/index.php?action=profile;u=112208) to hornetsnest (https://bitcointalk.org/index.php?action=profile;u=724243) for --  The Riddle of the Twin Brothers - Who Were, Are and Will Rule the World! (https://bitcointalk.org/index.php?topic=317658.msg48193259#msg48193259)
  • 2018-11-24T09:03:05Z: 10 from klarki (https://bitcointalk.org/index.php?action=profile;u=407174) to satoshi (https://bitcointalk.org/index.php?action=profile;u=3) for Welcome to the new Bitcoin forum! (https://bitcointalk.org/index.php?topic=5.msg28#msg28)
  • 2018-11-24T00:05:30Z: 10 from AztecGoldHero (https://bitcointalk.org/index.php?action=profile;u=813290) to Hc01 (https://bitcointalk.org/index.php?action=profile;u=1142012) for Tradingview'da Bulamadığınız Altcoin ve Borsalar İçin Kurtarıcı Site (https://bitcointalk.org/index.php?topic=5066244.msg47732079#msg47732079)
  • 2018-11-23T20:53:14Z: 50 from dreamhouse (https://bitcointalk.org/index.php?action=profile;u=111118) to monocolor (https://bitcointalk.org/index.php?action=profile;u=109803) for ✅ [ANN] DeepOnion ONION  Private Digital Currency  DeepVault App Released ✅  (https://bitcointalk.org/index.php?topic=2683530.msg42807264#msg42807264)
  • 2018-11-23T17:17:59Z: 10 from hoop (https://bitcointalk.org/index.php?action=profile;u=290351) to 2293418 (https://bitcointalk.org/index.php?action=profile;u=2293418) for [ANN] POPULOUS WORLD - Invoice trading platform - PPT (https://bitcointalk.org/index.php?topic=1866936.msg48160478#msg48160478)
  • 2018-11-23T17:14:39Z: 50 from cryptohunter (https://bitcointalk.org/index.php?action=profile;u=92110) to satoshi (https://bitcointalk.org/index.php?action=profile;u=3) for Welcome to the new Bitcoin forum! (https://bitcointalk.org/index.php?topic=5.msg28#msg28)
  • 2018-11-23T12:49:30Z: 20 from EFS (https://bitcointalk.org/index.php?action=profile;u=140584) to Nomad88 (https://bitcointalk.org/index.php?action=profile;u=657456) for Bitcointalk sitesine erişim problemi ve sebebi (https://bitcointalk.org/index.php?topic=5074298.msg48154057#msg48154057)
  • 2018-11-23T08:21:48Z: 15 from monocolor (https://bitcointalk.org/index.php?action=profile;u=109803) to fisheater (https://bitcointalk.org/index.php?action=profile;u=113785) for ⚡ [ANN] ⚡ DeepOnion TOR ⚡ DeepVault ⚡ Cryptopia  Airdrop 24/40  WE DOMINATE! (https://bitcointalk.org/index.php?topic=2006010.msg23985914#msg23985914)
  • 2018-11-23T08:16:22Z: 50 from monocolor (https://bitcointalk.org/index.php?action=profile;u=109803) to dreamhouse (https://bitcointalk.org/index.php?action=profile;u=111118) for Proof of Stake Bitcoin? (https://bitcointalk.org/index.php?topic=2050869.msg29942453#msg29942453)
  • 2018-11-23T08:06:22Z: 39 from 153101 (https://bitcointalk.org/index.php?action=profile;u=153101) to dreamhouse (https://bitcointalk.org/index.php?action=profile;u=111118) for [2018-08-14] Binance Denies 400 BTC Listing Quote (https://bitcointalk.org/index.php?topic=4889733.msg44385847#msg44385847)
Total Merits 632


Title: Re: Swiss army knife Tool to query Merit data online - Full History
Post by: Piggy on December 07, 2018, 09:43:45 AM
The data is updated to Friday 7th of December.

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

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


Result Custom Query
  • 2018-12-06T16:43:35Z: 10 from 842173 (https://bitcointalk.org/index.php?action=profile;u=842173) to JagerBeen (https://bitcointalk.org/index.php?action=profile;u=1062899) for Кoгдa лyчшe poжaть? (https://bitcointalk.org/index.php?topic=2192953.msg30371084#msg30371084)
  • 2018-12-06T15:02:12Z: 10 from 841533 (https://bitcointalk.org/index.php?action=profile;u=841533) to JagerBeen (https://bitcointalk.org/index.php?action=profile;u=1062899) for Ceмья или жизнь для ceбя (https://bitcointalk.org/index.php?topic=2511008.msg31949649#msg31949649)
  • 2018-12-06T09:42:22Z: 10 from StarenseN (https://bitcointalk.org/index.php?action=profile;u=76217) to superresistant (https://bitcointalk.org/index.php?action=profile;u=117570) for Vos critères d'investissement dans une ICO? (https://bitcointalk.org/index.php?topic=4789372.msg48111310#msg48111310)
  • 2018-12-06T09:24:20Z: 38 from BitSler support (https://bitcointalk.org/index.php?action=profile;u=668840) to Baryom (https://bitcointalk.org/index.php?action=profile;u=684606) for  ▂▃▅▆█ BITSLER █▆▅▃▂3rd YEAR ANNIVERSARY $5000 WEEKLY FREEROLL W/ BITSLER COIN (https://bitcointalk.org/index.php?topic=1268718.msg48393698#msg48393698)
  • 2018-12-06T09:23:41Z: 15 from BitSler support (https://bitcointalk.org/index.php?action=profile;u=668840) to Isildur (official) (https://bitcointalk.org/index.php?action=profile;u=545598) for  ▂▃▅▆█ BITSLER █▆▅▃▂3rd YEAR ANNIVERSARY $5000 WEEKLY FREEROLL W/ BITSLER COIN (https://bitcointalk.org/index.php?topic=1268718.msg48410918#msg48410918)
  • 2018-12-06T01:29:04Z: 10 from greenplastic (https://bitcointalk.org/index.php?action=profile;u=160943) to BitcoinPenny (https://bitcointalk.org/index.php?action=profile;u=352429) for [Brainstorm] How do we verify/validate newbie/unknown bidders in larger auctions (https://bitcointalk.org/index.php?topic=5080650.msg48473915#msg48473915)
  • 2018-12-06T01:26:57Z: 10 from greenplastic (https://bitcointalk.org/index.php?action=profile;u=160943) to krogothmanhattan (https://bitcointalk.org/index.php?action=profile;u=1000199) for [Brainstorm] How do we verify/validate newbie/unknown bidders in larger auctions (https://bitcointalk.org/index.php?topic=5080650.msg48473675#msg48473675)
  • 2018-12-05T22:00:05Z: 10 from Micio (https://bitcointalk.org/index.php?action=profile;u=115423) to coinlocket$ (https://bitcointalk.org/index.php?action=profile;u=1339716) for [INFO] TRUST. Come funziona il sistema di feedback (https://bitcointalk.org/index.php?topic=5043394.msg48470280#msg48470280)
  • 2018-12-05T18:10:17Z: 10 from BobLawblaw (https://bitcointalk.org/index.php?action=profile;u=569455) to BTCMILLIONAIRE (https://bitcointalk.org/index.php?action=profile;u=387921) for Wall Observer BTC/USD - Bitcoin price movement tracking &amp; discussion (https://bitcointalk.org/index.php?topic=178336.msg48464977#msg48464977)
  • 2018-12-05T13:33:54Z: 24 from 838895 (https://bitcointalk.org/index.php?action=profile;u=838895) to JagerBeen (https://bitcointalk.org/index.php?action=profile;u=1062899) for Гдe лyчшe жить в чacтнoм дoмe или в квapтиp&amp;# (https://bitcointalk.org/index.php?topic=2540242.msg33596958#msg33596958)
  • 2018-12-05T10:33:19Z: 10 from OneHash (https://bitcointalk.org/index.php?action=profile;u=449925) to 2480243 (https://bitcointalk.org/index.php?action=profile;u=2480243) for  CyberDice.net - The Future is unwritten | Daily Wagering Contest | Faucet   (https://bitcointalk.org/index.php?topic=5078060.msg48345508#msg48345508)
  • 2018-12-05T09:19:58Z: 20 from mitzie (https://bitcointalk.org/index.php?action=profile;u=210680) to panagot (https://bitcointalk.org/index.php?action=profile;u=262958) for Buycrypto.gr | Ένα P2P crypto to fiat ανταλλακτήριo για τoυς Έλληνες. (https://bitcointalk.org/index.php?topic=5074709.msg48176219#msg48176219)
  • 2018-12-05T03:25:03Z: 10 from jasemoney (https://bitcointalk.org/index.php?action=profile;u=214601) to VeilDango (https://bitcointalk.org/index.php?action=profile;u=2464022) for [ANN] [PoW] [PoS] VEIL - Privacy without compromise (https://bitcointalk.org/index.php?topic=5065331.msg47686223#msg47686223)
  • 2018-12-04T20:51:32Z: 10 from greenplastic (https://bitcointalk.org/index.php?action=profile;u=160943) to teeGUMES (https://bitcointalk.org/index.php?action=profile;u=307884) for [SPECIAL AUCTION] Special Auction for 3x Denarium Gold Bar 2018 (https://bitcointalk.org/index.php?topic=5076609.msg48452199#msg48452199)
  • 2018-12-04T20:18:12Z: 40 from 838895 (https://bitcointalk.org/index.php?action=profile;u=838895) to 1008498 (https://bitcointalk.org/index.php?action=profile;u=1008498) for Дeтcтвo-этo cчacливoe вpeмя? (https://bitcointalk.org/index.php?topic=3641429.msg36700010#msg36700010)
  • 2018-12-04T17:47:09Z: 10 from s1lverbox (https://bitcointalk.org/index.php?action=profile;u=152126) to 1104426 (https://bitcointalk.org/index.php?action=profile;u=1104426) for The Rock Trading www.therocktrading.com : Selective Scam (truffa) (https://bitcointalk.org/index.php?topic=4975753.msg48436197#msg48436197)
  • 2018-12-04T16:53:57Z: 10 from BitcoinTurk (https://bitcointalk.org/index.php?action=profile;u=511692) to Hc01 (https://bitcointalk.org/index.php?action=profile;u=1142012) for Tradingview'da Bulamadığınız Altcoin ve Borsalar İçin Kurtarıcı Site (https://bitcointalk.org/index.php?topic=5066244.msg47732079#msg47732079)
  • 2018-12-04T15:24:57Z: 25 from 841498 (https://bitcointalk.org/index.php?action=profile;u=841498) to JagerBeen (https://bitcointalk.org/index.php?action=profile;u=1062899) for Cтpecc нa paбoтe - oпacнeй кypeния! (https://bitcointalk.org/index.php?topic=1174552.msg40405813#msg40405813)
  • 2018-12-04T12:54:06Z: 15 from 918149 (https://bitcointalk.org/index.php?action=profile;u=918149) to 1008498 (https://bitcointalk.org/index.php?action=profile;u=1008498) for Caйты знaкoмcтв дa или нeт (https://bitcointalk.org/index.php?topic=2144061.msg40172561#msg40172561)
  • 2018-12-03T23:05:50Z: 10 from krogothmanhattan (https://bitcointalk.org/index.php?action=profile;u=1000199) to canton (https://bitcointalk.org/index.php?action=profile;u=39021) for BitcoinPaperWallet: New B&amp;W paper wallet design. Ubuntu Live DVD now on 14.04LTS (https://bitcointalk.org/index.php?topic=943479.msg10336150#msg10336150)
  • 2018-12-03T22:16:48Z: 20 from krogothmanhattan (https://bitcointalk.org/index.php?action=profile;u=1000199) to yogg (https://bitcointalk.org/index.php?action=profile;u=140827) for [ANN] satoritool.site -- A satori coin tracking tool (https://bitcointalk.org/index.php?topic=4059300.msg37985710#msg37985710)
  • 2018-12-03T19:32:40Z: 10 from EFS (https://bitcointalk.org/index.php?action=profile;u=140584) to ekiller (https://bitcointalk.org/index.php?action=profile;u=667791) for BTCTurk.com Ana Konu (https://bitcointalk.org/index.php?topic=249766.msg48255527#msg48255527)
  • 2018-12-03T17:42:28Z: 10 from polymerbit (https://bitcointalk.org/index.php?action=profile;u=811213) to 2493576 (https://bitcointalk.org/index.php?action=profile;u=2493576) for Introduction TokenDesigner (https://bitcointalk.org/index.php?topic=5079461.msg48421183#msg48421183)
  • 2018-12-03T17:18:07Z: 20 from 841934 (https://bitcointalk.org/index.php?action=profile;u=841934) to JagerBeen (https://bitcointalk.org/index.php?action=profile;u=1062899) for Mнe 30. Ha пeнcию нe нaдeюcь. Ecли мнe ceгoдня  (https://bitcointalk.org/index.php?topic=4451169.msg42052760#msg42052760)
  • 2018-12-03T17:03:54Z: 14 from 918141 (https://bitcointalk.org/index.php?action=profile;u=918141) to 1008498 (https://bitcointalk.org/index.php?action=profile;u=1008498) for [ICO][ANN] ZrCoin [11|05—09|06]Commodity-backed blockchain (https://bitcointalk.org/index.php?topic=1832477.msg43263868#msg43263868)
  • 2018-12-03T09:56:21Z: 28 from jbreher (https://bitcointalk.org/index.php?action=profile;u=28719) to jojo69 (https://bitcointalk.org/index.php?action=profile;u=49008) for Wall Observer BTC/USD - Bitcoin price movement tracking &amp; discussion (https://bitcointalk.org/index.php?topic=178336.msg48408107#msg48408107)
  • 2018-12-03T05:24:12Z: 19 from Devawnm367 (https://bitcointalk.org/index.php?action=profile;u=1713155) to hold-coins (https://bitcointalk.org/index.php?action=profile;u=2339451) for 2 life sentences +40 years for The Silk Road creator (PETITION FOR CLEMENCY) SIG (https://bitcointalk.org/index.php?topic=5044043.msg46520091#msg46520091)
  • 2018-12-03T04:04:01Z: 10 from bomberb17 (https://bitcointalk.org/index.php?action=profile;u=147057) to MZ4 (https://bitcointalk.org/index.php?action=profile;u=1539137) for Cryptocurrency και blockchain technology συνέδριo στην Aθήνα (https://bitcointalk.org/index.php?topic=4940000.msg48389070#msg48389070)
  • 2018-12-02T21:13:00Z: 10 from 842173 (https://bitcointalk.org/index.php?action=profile;u=842173) to 1086017 (https://bitcointalk.org/index.php?action=profile;u=1086017) for [ANN] DECENT Announcement - Decentralizing Content Distribution (https://bitcointalk.org/index.php?topic=1162392.msg47961287#msg47961287)
  • 2018-12-02T20:59:37Z: 10 from Bimmerhead (https://bitcointalk.org/index.php?action=profile;u=1496) to Ukraine2020 (https://bitcointalk.org/index.php?action=profile;u=916376) for Гoлoc/Golos - Russian Steem-based social media platform (https://bitcointalk.org/index.php?topic=1624364.msg48355163#msg48355163)
  • 2018-12-02T20:09:43Z: 10 from 918149 (https://bitcointalk.org/index.php?action=profile;u=918149) to 1008498 (https://bitcointalk.org/index.php?action=profile;u=1008498) for [ANN] [TRST] WeTrust - For the People, By the People!  (https://bitcointalk.org/index.php?topic=1773367.msg43342859#msg43342859)
  • 2018-12-02T19:10:47Z: 50 from notsofast (https://bitcointalk.org/index.php?action=profile;u=339189) to GameKyuubi (https://bitcointalk.org/index.php?action=profile;u=26945) for I AM HODLING (https://bitcointalk.org/index.php?topic=375643.msg4022997#msg4022997)
  • 2018-12-02T19:09:07Z: 10 from notsofast (https://bitcointalk.org/index.php?action=profile;u=339189) to 2014972 (https://bitcointalk.org/index.php?action=profile;u=2014972) for [ANN][CITY] City Chain - Blockchain for the Smart City Platform (https://bitcointalk.org/index.php?topic=5073402.msg48111822#msg48111822)
  • 2018-12-02T18:18:09Z: 10 from DarkStar_ (https://bitcointalk.org/index.php?action=profile;u=507936) to 841370 (https://bitcointalk.org/index.php?action=profile;u=841370) for Overview of Bitcoin Accepting Sportsbooks (with margin/house edge comparisons) (https://bitcointalk.org/index.php?topic=5040737.msg48385560#msg48385560)
  • 2018-12-02T14:23:52Z: 10 from 918141 (https://bitcointalk.org/index.php?action=profile;u=918141) to JagerBeen (https://bitcointalk.org/index.php?action=profile;u=1062899) for [ANN] [EON] EXSCUDO - ICO successfully finished! (https://bitcointalk.org/index.php?topic=1781624.msg42170234#msg42170234)
  • 2018-12-02T13:41:13Z: 12 from 944406 (https://bitcointalk.org/index.php?action=profile;u=944406) to 1008498 (https://bitcointalk.org/index.php?action=profile;u=1008498) for [ICO][ANN] ZrCoin [11|05—09|06]Commodity-backed blockchain (https://bitcointalk.org/index.php?topic=1832477.msg43963250#msg43963250)
  • 2018-12-02T13:01:34Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to af_newbie (https://bitcointalk.org/index.php?action=profile;u=51626) for South Africa, Communsim, and China (https://bitcointalk.org/index.php?topic=5076827.msg48322840#msg48322840)
  • 2018-12-02T09:35:26Z: 10 from mindrust (https://bitcointalk.org/index.php?action=profile;u=176777) to satoshi (https://bitcointalk.org/index.php?action=profile;u=3) for Scalability and transaction rate (https://bitcointalk.org/index.php?topic=532.msg6306#msg6306)
  • 2018-12-01T22:53:10Z: 13 from dreamhouse (https://bitcointalk.org/index.php?action=profile;u=111118) to fisheater (https://bitcointalk.org/index.php?action=profile;u=113785) for Can a default trust member (Lauda) arbitrary destroy other people's reputation?? (https://bitcointalk.org/index.php?topic=2066778.msg20630476#msg20630476)
  • 2018-12-01T22:50:34Z: 25 from monocolor (https://bitcointalk.org/index.php?action=profile;u=109803) to fisheater (https://bitcointalk.org/index.php?action=profile;u=113785) for Can a default trust member (Lauda) arbitrary destroy other people's reputation?? (https://bitcointalk.org/index.php?topic=2066778.msg20642082#msg20642082)
  • 2018-12-01T21:39:45Z: 10 from 944406 (https://bitcointalk.org/index.php?action=profile;u=944406) to 1008498 (https://bitcointalk.org/index.php?action=profile;u=1008498) for [ANN] [TRST] WeTrust - For the People, By the People!  (https://bitcointalk.org/index.php?topic=1773367.msg44942612#msg44942612)
  • 2018-12-01T20:26:47Z: 12 from 841533 (https://bitcointalk.org/index.php?action=profile;u=841533) to LV5ME (https://bitcointalk.org/index.php?action=profile;u=1087035) for MУДPOCTЬ - этo вaшe? (https://bitcointalk.org/index.php?topic=2633468.msg30011197#msg30011197)
  • 2018-12-01T20:03:35Z: 26 from 944404 (https://bitcointalk.org/index.php?action=profile;u=944404) to LV5ME (https://bitcointalk.org/index.php?action=profile;u=1087035) for Bpeднo ли кypить кaльян?  (https://bitcointalk.org/index.php?topic=2778981.msg33864456#msg33864456)
  • 2018-12-01T15:08:48Z: 23 from 944474 (https://bitcointalk.org/index.php?action=profile;u=944474) to LV5ME (https://bitcointalk.org/index.php?action=profile;u=1087035) for [ANN] - HIVETERMINAL - Blockchain based invoice financing platform (https://bitcointalk.org/index.php?topic=1959159.msg45099240#msg45099240)
  • 2018-12-01T09:41:36Z: 29 from 381190 (https://bitcointalk.org/index.php?action=profile;u=381190) to 457185 (https://bitcointalk.org/index.php?action=profile;u=457185) for [ANN]◤◤◤█ PUNISHERCOIN █ ◤◤◤ ♛♛♛ LAUNCHED ♛♛♛[P666] -POW-SCRYPT- ▲ 7 Oct 2015▲ (https://bitcointalk.org/index.php?topic=1195417.msg12545867#msg12545867)
  • 2018-12-01T09:40:40Z: 10 from 381190 (https://bitcointalk.org/index.php?action=profile;u=381190) to 423229 (https://bitcointalk.org/index.php?action=profile;u=423229) for Introducing SatoshiClub! Claim 300 satoshi every 15 min. (https://bitcointalk.org/index.php?topic=939152.msg10518966#msg10518966)
  • 2018-12-01T09:06:16Z: 10 from 381190 (https://bitcointalk.org/index.php?action=profile;u=381190) to 457185 (https://bitcointalk.org/index.php?action=profile;u=457185) for [Bounty] Purse T-shirt design contest $100+  (https://bitcointalk.org/index.php?topic=1217805.msg12798252#msg12798252)
  • 2018-11-30T22:19:16Z: 33 from Vlad2Vlad (https://bitcointalk.org/index.php?action=profile;u=112208) to ArchimedesIX (https://bitcointalk.org/index.php?action=profile;u=925271) for [ANN] IXCoin [IXC] The Original Bitcoin Sidechain (https://bitcointalk.org/index.php?topic=3015517.msg48358955#msg48358955)
  • 2018-11-30T17:53:44Z: 10 from CryptInvest (https://bitcointalk.org/index.php?action=profile;u=291810) to leonello (https://bitcointalk.org/index.php?action=profile;u=1218011) for Aнaлитикa, aнaлиз, пpoгнoзы. (https://bitcointalk.org/index.php?topic=1006631.msg48353769#msg48353769)
  • 2018-11-30T17:51:30Z: 10 from CryptInvest (https://bitcointalk.org/index.php?action=profile;u=291810) to leonello (https://bitcointalk.org/index.php?action=profile;u=1218011) for Aнaлитикa, aнaлиз, пpoгнoзы. (https://bitcointalk.org/index.php?topic=1006631.msg48353769#msg48353769)
  • 2018-11-30T16:29:23Z: 10 from rikko72 (https://bitcointalk.org/index.php?action=profile;u=400788) to 2197591 (https://bitcointalk.org/index.php?action=profile;u=2197591) for Aппapaтныe кoшeльки (https://bitcointalk.org/index.php?topic=2897956.msg46764240#msg46764240)
  • 2018-11-30T13:56:38Z: 16 from encycrypto (https://bitcointalk.org/index.php?action=profile;u=2231776) to micgoossens (https://bitcointalk.org/index.php?action=profile;u=1067333) for Wall Observer BTC/USD - Bitcoin price movement tracking &amp; discussion (https://bitcointalk.org/index.php?topic=178336.msg48346054#msg48346054)
  • 2018-11-30T07:42:45Z: 15 from Welsh (https://bitcointalk.org/index.php?action=profile;u=84521) to friends1980 (https://bitcointalk.org/index.php?action=profile;u=1081647) for Thorough analysis: Terms&amp;Conditions &amp; Privacy on crypto exchanges !BE WARNED! (https://bitcointalk.org/index.php?topic=4466328.msg40050068#msg40050068)
  • 2018-11-30T00:36:39Z: 10 from xiaohang07 (https://bitcointalk.org/index.php?action=profile;u=883603) to satoshi (https://bitcointalk.org/index.php?action=profile;u=3) for Scalability and transaction rate (https://bitcointalk.org/index.php?topic=532.msg6306#msg6306)
Total Merits 842


Title: Re: Swiss army knife Tool to query Merit data online - Full History
Post by: Piggy on December 17, 2018, 06:27:53 AM
The data is updated to Friday 14th of December.

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-12-14&dategreater=2018-12-07&meritgreater=10

Result Custom Query
  • 2018-12-13T16:28:24Z: 50 from template (https://bitcointalk.org/index.php?action=profile;u=826038) to techbytes (https://bitcointalk.org/index.php?action=profile;u=94190) for ARK - Blockchains Interoperability with SmartBridge  ARK Core v2 Live    (https://bitcointalk.org/index.php?topic=1649695.msg16574194#msg16574194)
  • 2018-12-13T12:56:04Z: 20 from theymos_away (https://bitcointalk.org/index.php?action=profile;u=349090) to 113099 (https://bitcointalk.org/index.php?action=profile;u=113099) for We need some help to decode a hacker addon (https://bitcointalk.org/index.php?topic=5083876.msg48638228#msg48638228)
  • 2018-12-13T10:12:12Z: 20 from TMAN (https://bitcointalk.org/index.php?action=profile;u=98986) to stompix (https://bitcointalk.org/index.php?action=profile;u=164749) for Bitcointalk posts statistics over the last year (https://bitcointalk.org/index.php?topic=5083902.msg48625318#msg48625318)
  • 2018-12-13T08:56:30Z: 38 from fisheater (https://bitcointalk.org/index.php?action=profile;u=113785) to dreamhouse (https://bitcointalk.org/index.php?action=profile;u=111118) for Proof of Stake Bitcoin? (https://bitcointalk.org/index.php?topic=2050869.msg29942453#msg29942453)
  • 2018-12-12T17:34:16Z: 10 from felicita (https://bitcointalk.org/index.php?action=profile;u=493181) to winspiral (https://bitcointalk.org/index.php?action=profile;u=492957) for Yannik.biz - OfferWalls - JACKPOT - Bitcoin Generator - Daily loyalty Bonus  (https://bitcointalk.org/index.php?topic=1318106.msg48624137#msg48624137)
  • 2018-12-12T11:44:27Z: 10 from 74353 (https://bitcointalk.org/index.php?action=profile;u=74353) to 1180139 (https://bitcointalk.org/index.php?action=profile;u=1180139) for Are you sure that bitcoin will fall? (https://bitcointalk.org/index.php?topic=2590488.msg46373938#msg46373938)
  • 2018-12-12T11:34:58Z: 10 from 74353 (https://bitcointalk.org/index.php?action=profile;u=74353) to 1110805 (https://bitcointalk.org/index.php?action=profile;u=1110805) for [ANN][PRE-ICO][ Crypto Exchange ][ XCOV.COM ][ 24H left (35%) BONUS ] (https://bitcointalk.org/index.php?topic=3487673.msg38676785#msg38676785)
  • 2018-12-12T10:27:19Z: 10 from Wilhelm (https://bitcointalk.org/index.php?action=profile;u=152333) to VB1001 (https://bitcointalk.org/index.php?action=profile;u=1138727) for Wall Observer BTC/USD - Bitcoin price movement tracking &amp; discussion (https://bitcointalk.org/index.php?topic=178336.msg48614598#msg48614598)
  • 2018-12-12T07:31:42Z: 10 from winspiral (https://bitcointalk.org/index.php?action=profile;u=492957) to felicita (https://bitcointalk.org/index.php?action=profile;u=493181) for Yannik.biz - OfferWalls - JACKPOT - Bitcoin Generator - Daily loyalty Bonus  (https://bitcointalk.org/index.php?topic=1318106.msg48604406#msg48604406)
  • 2018-12-12T03:39:28Z: 10 from digit (https://bitcointalk.org/index.php?action=profile;u=123417) to coblee (https://bitcointalk.org/index.php?action=profile;u=20651) for [ANN] Litecoin - a lite version of Bitcoin. Launched! (https://bitcointalk.org/index.php?topic=47417.msg564414#msg564414)
  • 2018-12-11T23:55:34Z: 10 from polymerbit (https://bitcointalk.org/index.php?action=profile;u=811213) to Xprim777 (https://bitcointalk.org/index.php?action=profile;u=383795) for Polymerbit Reference Thread (https://bitcointalk.org/index.php?topic=2393303.msg48610382#msg48610382)
  • 2018-12-11T22:12:28Z: 10 from scryptr (https://bitcointalk.org/index.php?action=profile;u=350538) to kerney666 (https://bitcointalk.org/index.php?action=profile;u=1538270) for [ANN] TeamRedMiner 0.3.8 - CNv8 - Vega 64 2200+h/s Rx470 1025+h/s Low Power Draw (https://bitcointalk.org/index.php?topic=5059817.msg47411967#msg47411967)
  • 2018-12-11T22:11:17Z: 10 from scryptr (https://bitcointalk.org/index.php?action=profile;u=350538) to todxx (https://bitcointalk.org/index.php?action=profile;u=2023343) for [ANN] TeamRedMiner 0.3.8 - CNv8 - Vega 64 2200+h/s Rx470 1025+h/s Low Power Draw (https://bitcointalk.org/index.php?topic=5059817.msg47411958#msg47411958)
  • 2018-12-11T18:35:06Z: 10 from qwk (https://bitcointalk.org/index.php?action=profile;u=24140) to DdmrDdmr (https://bitcointalk.org/index.php?action=profile;u=1582324) for Analysis – Merit per post per Section/Subsection (https://bitcointalk.org/index.php?topic=5083312.msg48598469#msg48598469)
  • 2018-12-11T14:58:17Z: 12 from Foxpup (https://bitcointalk.org/index.php?action=profile;u=55384) to DdmrDdmr (https://bitcointalk.org/index.php?action=profile;u=1582324) for Analysis – Merit per post per Section/Subsection (https://bitcointalk.org/index.php?topic=5083312.msg48598469#msg48598469)
  • 2018-12-11T14:42:41Z: 10 from Welsh (https://bitcointalk.org/index.php?action=profile;u=84521) to DdmrDdmr (https://bitcointalk.org/index.php?action=profile;u=1582324) for Analysis – Merit per post per Section/Subsection (https://bitcointalk.org/index.php?topic=5083312.msg48598469#msg48598469)
  • 2018-12-11T14:05:32Z: 10 from TMAN (https://bitcointalk.org/index.php?action=profile;u=98986) to DdmrDdmr (https://bitcointalk.org/index.php?action=profile;u=1582324) for Analysis – Merit per post per Section/Subsection (https://bitcointalk.org/index.php?topic=5083312.msg48598469#msg48598469)
  • 2018-12-10T16:16:57Z: 10 from cryptohunter (https://bitcointalk.org/index.php?action=profile;u=92110) to theymos (https://bitcointalk.org/index.php?action=profile;u=35) for The release of Satoshi's personal data (https://bitcointalk.org/index.php?topic=5082414.msg48561087#msg48561087)
  • 2018-12-10T07:04:41Z: 13 from gribble (https://bitcointalk.org/index.php?action=profile;u=747061) to etherclassic (https://bitcointalk.org/index.php?action=profile;u=958248) for [ANN] [ETC] Ethereum Classic: Immutable Smart Contracts (https://bitcointalk.org/index.php?topic=1559630.msg48529109#msg48529109)
  • 2018-12-09T17:59:20Z: 10 from willi9974 (https://bitcointalk.org/index.php?action=profile;u=216582) to 2489773 (https://bitcointalk.org/index.php?action=profile;u=2489773) for Neue Mining Hardware? (https://bitcointalk.org/index.php?topic=986183.msg48549138#msg48549138)
  • 2018-12-09T03:26:08Z: 40 from bomberb17 (https://bitcointalk.org/index.php?action=profile;u=147057) to MZ4 (https://bitcointalk.org/index.php?action=profile;u=1539137) for Cryptocurrency και blockchain technology συνέδριo στην Aθήνα (https://bitcointalk.org/index.php?topic=4940000.msg48544143#msg48544143)
  • 2018-12-07T23:37:36Z: 27 from xyzzy099 (https://bitcointalk.org/index.php?action=profile;u=130552) to BinaryReign (https://bitcointalk.org/index.php?action=profile;u=145366) for Wall Observer BTC/USD - Bitcoin price movement tracking &amp; discussion (https://bitcointalk.org/index.php?topic=178336.msg48523733#msg48523733)
  • 2018-12-07T19:08:16Z: 10 from cAPSLOCK (https://bitcointalk.org/index.php?action=profile;u=35501) to 9636 (https://bitcointalk.org/index.php?action=profile;u=9636) for Wall Observer BTC/USD - Bitcoin price movement tracking &amp; discussion (https://bitcointalk.org/index.php?topic=178336.msg48516917#msg48516917)
  • 2018-12-07T18:12:27Z: 10 from BitSler support (https://bitcointalk.org/index.php?action=profile;u=668840) to Baryom (https://bitcointalk.org/index.php?action=profile;u=684606) for  ▂▃▅▆█ BITSLER █▆▅▃▂3rd YEAR ANNIVERSARY $5000 WEEKLY FREEROLL W/ BITSLER COIN (https://bitcointalk.org/index.php?topic=1268718.msg48504914#msg48504914)
  • 2018-12-07T13:12:26Z: 10 from Patatas (https://bitcointalk.org/index.php?action=profile;u=385855) to theymos (https://bitcointalk.org/index.php?action=profile;u=35) for Is the Default trust system still working/active? (https://bitcointalk.org/index.php?topic=5080581.msg48500915#msg48500915)
  • 2018-12-07T11:20:01Z: 11 from PHI1618 (https://bitcointalk.org/index.php?action=profile;u=1071136) to Hc01 (https://bitcointalk.org/index.php?action=profile;u=1142012) for Kripto İşlerinde Gördüğüm En Yararlı Site (https://bitcointalk.org/index.php?topic=5081179.msg48498022#msg48498022)
Total Merits 401


Title: Re: Swiss army knife Tool to query Merit data online - Full History
Post by: Piggy on December 21, 2018, 07:10:56 AM
The data is updated to Friday 21st of December

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-12-21&dategreater=2018-12-14&meritgreater=10

Result Custom Query
  • 2018-12-20T22:31:58Z: 10 from MarketMagic (https://bitcointalk.org/index.php?action=profile;u=318024) to ArchimedesIX (https://bitcointalk.org/index.php?action=profile;u=925271) for [ANN] IXCoin [IXC] The Original Bitcoin Sidechain (https://bitcointalk.org/index.php?topic=3015517.msg48358955#msg48358955)
  • 2018-12-20T22:26:38Z: 10 from TMAN (https://bitcointalk.org/index.php?action=profile;u=98986) to The Pharmacist (https://bitcointalk.org/index.php?action=profile;u=487418) for Let us devise a Sensible solution to Copy and Paste situation. (https://bitcointalk.org/index.php?topic=5087667.msg48791118#msg48791118)
  • 2018-12-20T22:26:16Z: 10 from TMAN (https://bitcointalk.org/index.php?action=profile;u=98986) to suchmoon (https://bitcointalk.org/index.php?action=profile;u=234771) for Let us devise a Sensible solution to Copy and Paste situation. (https://bitcointalk.org/index.php?topic=5087667.msg48791111#msg48791111)
  • 2018-12-20T22:26:00Z: 10 from TMAN (https://bitcointalk.org/index.php?action=profile;u=98986) to yahoo62278 (https://bitcointalk.org/index.php?action=profile;u=355846) for Let us devise a Sensible solution to Copy and Paste situation. (https://bitcointalk.org/index.php?topic=5087667.msg48790932#msg48790932)
  • 2018-12-20T22:13:09Z: 10 from MarketMagic (https://bitcointalk.org/index.php?action=profile;u=318024) to BitcoinPlusBus (https://bitcointalk.org/index.php?action=profile;u=360276) for ►►►[XBC] BitcoinPlus Bitcoin Plus 2.7.0 RC1 released►Official Thread◄官方公告◄◄◄ (https://bitcointalk.org/index.php?topic=1066201.msg48761285#msg48761285)
  • 2018-12-20T11:04:04Z: 50 from joksim299 (https://bitcointalk.org/index.php?action=profile;u=220481) to victorhing (https://bitcointalk.org/index.php?action=profile;u=151862) for COINROYALE.COM • Provably Fair • 1 BTC Video Poker Tourney • 10% Casino Rebate (https://bitcointalk.org/index.php?topic=301480.msg48768123#msg48768123)
  • 2018-12-19T08:43:08Z: 10 from xandry (https://bitcointalk.org/index.php?action=profile;u=382413) to Piggy (https://bitcointalk.org/index.php?action=profile;u=188198) for [RELEASED] @mention notification bot - now with Telegram (https://bitcointalk.org/index.php?topic=5023605.msg45324722#msg45324722)
  • 2018-12-19T07:53:07Z: 10 from TMAN (https://bitcointalk.org/index.php?action=profile;u=98986) to greenplastic (https://bitcointalk.org/index.php?action=profile;u=160943) for [Auction] 5BTC casacius 2012 coin (https://bitcointalk.org/index.php?topic=5086000.msg48751635#msg48751635)
  • 2018-12-19T06:07:26Z: 10 from rusbitcoinuser (https://bitcointalk.org/index.php?action=profile;u=1026500) to GameKyuubi (https://bitcointalk.org/index.php?action=profile;u=26945) for I AM HODLING (https://bitcointalk.org/index.php?topic=375643.msg4022997#msg4022997)
  • 2018-12-18T23:19:45Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to BitcoinPenny (https://bitcointalk.org/index.php?action=profile;u=352429) for [AUCTION] The NEW 2019 Bitcoin Penny™ has YOUR NAME on it! (https://bitcointalk.org/index.php?topic=5084854.msg48665037#msg48665037)
  • 2018-12-18T23:18:04Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to Technomage (https://bitcointalk.org/index.php?action=profile;u=13746) for Denarium Christmas Competition &amp; Giveaway! (https://bitcointalk.org/index.php?topic=5083923.msg48626410#msg48626410)
  • 2018-12-18T23:17:00Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to frankbitcoin (https://bitcointalk.org/index.php?action=profile;u=1208052) for [FREE RAFFLE] Bitcoin Astronaut 24'x36' Print Medium [FINISHED!] (https://bitcointalk.org/index.php?topic=5086763.msg48749425#msg48749425)
  • 2018-12-18T22:05:32Z: 10 from n00b3rt (https://bitcointalk.org/index.php?action=profile;u=204518) to cryptomaster420 (https://bitcointalk.org/index.php?action=profile;u=1315540) for Coin Acceptance. (https://bitcointalk.org/index.php?topic=5044387.msg48748990#msg48748990)
  • 2018-12-18T21:51:07Z: 10 from n00b3rt (https://bitcointalk.org/index.php?action=profile;u=204518) to NoMoreForksPls (https://bitcointalk.org/index.php?action=profile;u=1315612) for Bright future for Ripple? (https://bitcointalk.org/index.php?topic=5086104.msg48748847#msg48748847)
  • 2018-12-18T17:41:11Z: 50 from coblee (https://bitcointalk.org/index.php?action=profile;u=20651) to GameKyuubi (https://bitcointalk.org/index.php?action=profile;u=26945) for I AM HODLING (https://bitcointalk.org/index.php?topic=375643.msg4022997#msg4022997)
  • 2018-12-18T16:58:45Z: 10 from MaGNeT (https://bitcointalk.org/index.php?action=profile;u=18203) to Waves.support (https://bitcointalk.org/index.php?action=profile;u=1985308) for WAVES - Complete Blockchain ecosystem for a token economy (https://bitcointalk.org/index.php?topic=3223136.msg48743351#msg48743351)
  • 2018-12-18T14:50:54Z: 10 from korvas128 (https://bitcointalk.org/index.php?action=profile;u=152952) to tokexchain (https://bitcointalk.org/index.php?action=profile;u=1435654) for [ANN] ION [ION] | POS 3.0 | Mobile Gaming | Join the ionomy today! (https://bitcointalk.org/index.php?topic=1443633.msg48738701#msg48738701)
  • 2018-12-18T08:36:00Z: 10 from allyouracid (https://bitcointalk.org/index.php?action=profile;u=138833) to cryptodevil (https://bitcointalk.org/index.php?action=profile;u=224980) for DeOS (by Razormind) is most likely a scam! EDIT: Ongoing investigation!!! (https://bitcointalk.org/index.php?topic=1564499.msg33973617#msg33973617)
  • 2018-12-18T02:43:50Z: 40 from dragonmike (https://bitcointalk.org/index.php?action=profile;u=197348) to saginaw32 (https://bitcointalk.org/index.php?action=profile;u=891152) for 891152 (https://bitcointalk.org/index.php?topic=5086321.msg16614581#msg16614581)
  • 2018-12-18T02:40:56Z: 10 from dragonmike (https://bitcointalk.org/index.php?action=profile;u=197348) to Teji (https://bitcointalk.org/index.php?action=profile;u=1661843) for 1661843 (https://bitcointalk.org/index.php?topic=5086321.msg48731938#msg48731938)
  • 2018-12-18T02:35:37Z: 10 from dragonmike (https://bitcointalk.org/index.php?action=profile;u=197348) to cocorico (https://bitcointalk.org/index.php?action=profile;u=724466) for 724466 (https://bitcointalk.org/index.php?topic=5086321.msg48731912#msg48731912)
  • 2018-12-18T01:52:22Z: 10 from notsofast (https://bitcointalk.org/index.php?action=profile;u=339189) to mossj (https://bitcointalk.org/index.php?action=profile;u=2505376) for [PRE-ANN] | Mono | POW - Community Built - Private - Egalitarian (https://bitcointalk.org/index.php?topic=5085757.msg48709161#msg48709161)
  • 2018-12-17T23:38:58Z: 20 from mistercashking (https://bitcointalk.org/index.php?action=profile;u=368981) to zazarb (https://bitcointalk.org/index.php?action=profile;u=369212) for  ✨ zazarb's Quick-Loans &amp; Escrow ✨ (https://bitcointalk.org/index.php?topic=1161170.msg48729970#msg48729970)
  • 2018-12-17T23:06:52Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to frankbitcoin (https://bitcointalk.org/index.php?action=profile;u=1208052) for [1/3rd SOLD] .1 BTC &amp; .5 BTC Bitcoin Paper Wallets (final denominations) (https://bitcointalk.org/index.php?topic=5082172.msg48542529#msg48542529)
  • 2018-12-17T23:05:44Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to Hox (https://bitcointalk.org/index.php?action=profile;u=378327) for [WTS|Hox Shop]Proto Denarium, Ledger Strap, Kialara, Polymerbit ++| Update 18Dec (https://bitcointalk.org/index.php?topic=5068346.msg47853726#msg47853726)
  • 2018-12-17T23:00:43Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to AT101ET (https://bitcointalk.org/index.php?action=profile;u=170557) for [Auction] The Economist (Blockchain Cover) (https://bitcointalk.org/index.php?topic=5084763.msg48661662#msg48661662)
  • 2018-12-17T18:59:05Z: 30 from Bytecoiner419 (https://bitcointalk.org/index.php?action=profile;u=557195) to mexicantarget (https://bitcointalk.org/index.php?action=profile;u=389345) for GR8 Faucet Script (FaucetHub.io) (https://bitcointalk.org/index.php?topic=1743241.msg18840129#msg18840129)
  • 2018-12-17T15:50:16Z: 10 from ausbit (https://bitcointalk.org/index.php?action=profile;u=390217) to BTCappu (https://bitcointalk.org/index.php?action=profile;u=1110847) for [ENDED] ★▶ [Magnum Wallet] Signature Design Contest | Win upto 0.05 BTC◀★ (https://bitcointalk.org/index.php?topic=5083567.msg48615921#msg48615921)
  • 2018-12-16T21:03:34Z: 10 from ezeminer (https://bitcointalk.org/index.php?action=profile;u=396526) to Kialara (https://bitcointalk.org/index.php?action=profile;u=364237) for [Auction] 2018 Kialara Hydra Suite 01/21  (https://bitcointalk.org/index.php?topic=5085169.msg48678883#msg48678883)
  • 2018-12-16T16:05:58Z: 50 from hv_ (https://bitcointalk.org/index.php?action=profile;u=711260) to satoshi (https://bitcointalk.org/index.php?action=profile;u=3) for Welcome to the new Bitcoin forum! (https://bitcointalk.org/index.php?topic=5.msg28#msg28)
  • 2018-12-15T17:57:25Z: 10 from greenplastic (https://bitcointalk.org/index.php?action=profile;u=160943) to Kialara (https://bitcointalk.org/index.php?action=profile;u=364237) for [Auction] 2018 Kialara Hydra Suite 01/21  (https://bitcointalk.org/index.php?topic=5085169.msg48678883#msg48678883)
  • 2018-12-15T17:17:39Z: 10 from dbshck (https://bitcointalk.org/index.php?action=profile;u=153634) to joniboini (https://bitcointalk.org/index.php?action=profile;u=1275282) for [Q&amp;A][TIPS] Seputar Bounty/Airdrop Di Sini (https://bitcointalk.org/index.php?topic=3918625.msg37604721#msg37604721)
  • 2018-12-15T12:24:21Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to Kialara (https://bitcointalk.org/index.php?action=profile;u=364237) for [Auction] 2018 Kialara Hydra Suite 01/21  (https://bitcointalk.org/index.php?topic=5085169.msg48678883#msg48678883)
  • 2018-12-15T08:39:52Z: 10 from OmegaStarScream (https://bitcointalk.org/index.php?action=profile;u=375981) to Kruddler (https://bitcointalk.org/index.php?action=profile;u=1290008) for Free C# Cryptocurrency Library - Query Blockchain APIs and Exchanges (https://bitcointalk.org/index.php?topic=5085120.msg48676963#msg48676963)
  • 2018-12-15T04:19:58Z: 11 from taxmanmt5 (https://bitcointalk.org/index.php?action=profile;u=336733) to RichardM (https://bitcointalk.org/index.php?action=profile;u=1728839) for 1728839 (https://bitcointalk.org/index.php?topic=5085077.msg28660444#msg28660444)
  • 2018-12-14T22:14:04Z: 10 from Vod (https://bitcointalk.org/index.php?action=profile;u=30747) to theymos (https://bitcointalk.org/index.php?action=profile;u=35) for FYI: 'ownership change queued' (https://bitcointalk.org/index.php?topic=5084632.msg48656549#msg48656549)
  • 2018-12-14T04:05:14Z: 10 from Yatsan (https://bitcointalk.org/index.php?action=profile;u=857883) to Blackhammer321 (https://bitcointalk.org/index.php?action=profile;u=1059660) for  Don't let your BTC sleep in your Wallet  (https://bitcointalk.org/index.php?topic=5083137.msg48641982#msg48641982)
Total Merits 551


Title: Re: Swiss army knife Tool to query Merit data online - Full History
Post by: Piggy on January 04, 2019, 08:46:54 AM
The data is updated to Friday 4th of January

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=2019-01-04&dategreater=2018-12-28&meritgreater=10

Result Custom Query
  • 2019-01-03T19:07:21Z: 10 from xyzzy099 (https://bitcointalk.org/index.php?action=profile;u=130552) to theymos (https://bitcointalk.org/index.php?action=profile;u=35) for Satoshi's lesson (https://bitcointalk.org/index.php?topic=5092492.msg49020535#msg49020535)
  • 2019-01-03T19:06:50Z: 11 from wachtwoord (https://bitcointalk.org/index.php?action=profile;u=18158) to theymos (https://bitcointalk.org/index.php?action=profile;u=35) for Satoshi's lesson (https://bitcointalk.org/index.php?topic=5092492.msg49020535#msg49020535)
  • 2019-01-03T18:17:46Z: 10 from Vod (https://bitcointalk.org/index.php?action=profile;u=30747) to theymos (https://bitcointalk.org/index.php?action=profile;u=35) for Satoshi's lesson (https://bitcointalk.org/index.php?topic=5092492.msg49020535#msg49020535)
  • 2019-01-03T16:00:16Z: 10 from djjacket (https://bitcointalk.org/index.php?action=profile;u=131351) to ArticMine (https://bitcointalk.org/index.php?action=profile;u=49057) for [XMR] Monero Speculation (https://bitcointalk.org/index.php?topic=753252.msg48937184#msg48937184)
  • 2019-01-03T15:01:15Z: 10 from VB1001 (https://bitcointalk.org/index.php?action=profile;u=1138727) to xhomerx10 (https://bitcointalk.org/index.php?action=profile;u=120694) for Wall Observer BTC/USD - Bitcoin price movement tracking &amp; discussion (https://bitcointalk.org/index.php?topic=178336.msg49019878#msg49019878)
  • 2019-01-03T12:58:53Z: 15 from Stedsm (https://bitcointalk.org/index.php?action=profile;u=171896) to Pmalek (https://bitcointalk.org/index.php?action=profile;u=112493) for Giving 17 Newbie Members a Chance to Rank Up To J. Member (https://bitcointalk.org/index.php?topic=5085605.msg48700554#msg48700554)
  • 2019-01-03T04:08:05Z: 10 from suchmoon (https://bitcointalk.org/index.php?action=profile;u=234771) to theymos (https://bitcointalk.org/index.php?action=profile;u=35) for Satoshi's lesson (https://bitcointalk.org/index.php?topic=5092492.msg49020535#msg49020535)
  • 2019-01-02T22:19:51Z: 10 from suchmoon (https://bitcointalk.org/index.php?action=profile;u=234771) to Pmalek (https://bitcointalk.org/index.php?action=profile;u=112493) for Giving 17 Newbie Members a Chance to Rank Up To J. Member (https://bitcointalk.org/index.php?topic=5085605.msg48700554#msg48700554)
  • 2019-01-02T19:57:10Z: 10 from Piggy (https://bitcointalk.org/index.php?action=profile;u=188198) to arulbero (https://bitcointalk.org/index.php?action=profile;u=170072) for ECDSA parte 2: firma di un messaggio e di una transazione bitcoin (https://bitcointalk.org/index.php?topic=5091462.msg48983009#msg48983009)
  • 2019-01-02T19:46:25Z: 10 from Melnik (https://bitcointalk.org/index.php?action=profile;u=98639) to petiafool (https://bitcointalk.org/index.php?action=profile;u=989835) for Ha чтo пoтpaтить миллиoн дoллapoв? (https://bitcointalk.org/index.php?topic=2286113.msg23226480#msg23226480)
  • 2019-01-02T17:53:20Z: 50 from cryptocoinnl (https://bitcointalk.org/index.php?action=profile;u=295276) to IO Dev Team (https://bitcointalk.org/index.php?action=profile;u=355495) for I/O Coin - Ticker: IOC - Stealth Blockchain Ecosystem - Dions - Chameleon (https://bitcointalk.org/index.php?topic=695855.msg48978474#msg48978474)
  • 2019-01-02T17:36:29Z: 12 from iGotSpots (https://bitcointalk.org/index.php?action=profile;u=108913) to GAS Coin (https://bitcointalk.org/index.php?action=profile;u=140607) for [ANN] Nucleon (NEON)&nbsp;|&nbsp;PoW Masternodes (x11)&nbsp;|&nbsp;INTERNAL SENTINEL | v2.2 OUT SOON (https://bitcointalk.org/index.php?topic=5060801.msg49014749#msg49014749)
  • 2019-01-02T16:49:41Z: 10 from MMXIV (https://bitcointalk.org/index.php?action=profile;u=334859) to iGotSpots (https://bitcointalk.org/index.php?action=profile;u=108913) for [ANN] Nucleon (NEON)&nbsp;|&nbsp;PoW Masternodes (x11)&nbsp;|&nbsp;INTERNAL SENTINEL | v2.2 OUT SOON (https://bitcointalk.org/index.php?topic=5060801.msg47460124#msg47460124)
  • 2019-01-02T16:49:23Z: 20 from iGotSpots (https://bitcointalk.org/index.php?action=profile;u=108913) to MMXIV (https://bitcointalk.org/index.php?action=profile;u=334859) for [ANN] Nucleon (NEON)&nbsp;|&nbsp;PoW Masternodes (x11)&nbsp;|&nbsp;INTERNAL SENTINEL | v2.2 OUT SOON (https://bitcointalk.org/index.php?topic=5060801.msg49013982#msg49013982)
  • 2019-01-02T15:37:56Z: 20 from s1lverbox (https://bitcointalk.org/index.php?action=profile;u=152126) to Coinfan (https://bitcointalk.org/index.php?action=profile;u=82709) for The Rock Trading www.therocktrading.com : Selective Scam (truffa) (https://bitcointalk.org/index.php?topic=4975753.msg49012573#msg49012573)
  • 2019-01-02T10:30:28Z: 10 from trantute2 (https://bitcointalk.org/index.php?action=profile;u=1808705) to o_solo_miner (https://bitcointalk.org/index.php?action=profile;u=395806) for Der Aktuelle Kursverlauf (https://bitcointalk.org/index.php?topic=26136.msg49000078#msg49000078)
  • 2019-01-02T08:19:26Z: 10 from bitcoinminer42 (https://bitcointalk.org/index.php?action=profile;u=93534) to meph (https://bitcointalk.org/index.php?action=profile;u=188598) for Der Aktuelle Kursverlauf (https://bitcointalk.org/index.php?topic=26136.msg49006062#msg49006062)
  • 2019-01-01T21:13:42Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to Lesbian Cow (https://bitcointalk.org/index.php?action=profile;u=206143) for [Raffle] - New Year Silver Special - No Entry Fee (https://bitcointalk.org/index.php?topic=5091975.msg49000556#msg49000556)
  • 2019-01-01T07:37:02Z: 10 from JensS (https://bitcointalk.org/index.php?action=profile;u=529888) to khalidxpert (https://bitcointalk.org/index.php?action=profile;u=956683) for [ANN][BZX POS/MN] Buzzex Exchange Utility Coin - Up To 100% Discount + Dividends (https://bitcointalk.org/index.php?topic=5061025.msg48954246#msg48954246)
  • 2018-12-31T21:18:18Z: 10 from xaker74 (https://bitcointalk.org/index.php?action=profile;u=488319) to Loniala (https://bitcointalk.org/index.php?action=profile;u=2328838) for B чecть 10-лeтия биткoинa в Пapижe cocтoитcя  (https://bitcointalk.org/index.php?topic=5032774.msg46990847#msg46990847)
  • 2018-12-31T21:16:58Z: 10 from xaker74 (https://bitcointalk.org/index.php?action=profile;u=488319) to Kotaare (https://bitcointalk.org/index.php?action=profile;u=2275169) for 5000 чилийcкиx мaгaзинoв пpинимaют кpиптy (https://bitcointalk.org/index.php?topic=4778178.msg46990553#msg46990553)
  • 2018-12-31T21:15:05Z: 10 from xaker74 (https://bitcointalk.org/index.php?action=profile;u=488319) to Sanicorex (https://bitcointalk.org/index.php?action=profile;u=2252900) for Кaк дyмaeтe кpиптoвaлютa зaxвaтит миp ?  (https://bitcointalk.org/index.php?topic=2757862.msg46989133#msg46989133)
  • 2018-12-31T21:13:09Z: 10 from xaker74 (https://bitcointalk.org/index.php?action=profile;u=488319) to Valingen (https://bitcointalk.org/index.php?action=profile;u=2168138) for Hyжнo ли знaть тeopию пo кpиптe (https://bitcointalk.org/index.php?topic=2788456.msg46955426#msg46955426)
  • 2018-12-31T21:10:28Z: 10 from xaker74 (https://bitcointalk.org/index.php?action=profile;u=488319) to Pahadiz (https://bitcointalk.org/index.php?action=profile;u=2168163) for Кpиптopынoк: мнoгo шyмa, a ecть ли пoльзa? (https://bitcointalk.org/index.php?topic=5034239.msg46878895#msg46878895)
  • 2018-12-31T10:38:17Z: 10 from MirkoIta (https://bitcointalk.org/index.php?action=profile;u=62565) to ArticMine (https://bitcointalk.org/index.php?action=profile;u=49057) for [XMR] Monero Speculation (https://bitcointalk.org/index.php?topic=753252.msg48937184#msg48937184)
  • 2018-12-31T00:45:37Z: 30 from jbreher (https://bitcointalk.org/index.php?action=profile;u=28719) to HairyMaclairy (https://bitcointalk.org/index.php?action=profile;u=181806) for Wall Observer BTC/USD - Bitcoin price movement tracking &amp; discussion (https://bitcointalk.org/index.php?topic=178336.msg48974804#msg48974804)
  • 2018-12-30T14:17:47Z: 20 from A L I E N (https://bitcointalk.org/index.php?action=profile;u=95883) to hilariousetc (https://bitcointalk.org/index.php?action=profile;u=397737) for Alternatives to Permabans for plagarism (https://bitcointalk.org/index.php?topic=5087992.msg48802104#msg48802104)
  • 2018-12-30T03:08:07Z: 10 from BADecker (https://bitcointalk.org/index.php?action=profile;u=149737) to MoonCrypt (https://bitcointalk.org/index.php?action=profile;u=2041835) for Gods/Divinity is no way anyhow humanist (https://bitcointalk.org/index.php?topic=5086220.msg48957598#msg48957598)
  • 2018-12-29T22:12:31Z: 19 from 01Fedda (https://bitcointalk.org/index.php?action=profile;u=290486) to khalidxpert (https://bitcointalk.org/index.php?action=profile;u=956683) for STRONGHANDS - Community Take Over (https://bitcointalk.org/index.php?topic=2709780.msg48954334#msg48954334)
  • 2018-12-29T18:27:18Z: 10 from BobLawblaw (https://bitcointalk.org/index.php?action=profile;u=569455) to xhomerx10 (https://bitcointalk.org/index.php?action=profile;u=120694) for Wall Observer BTC/USD - Bitcoin price movement tracking &amp; discussion (https://bitcointalk.org/index.php?topic=178336.msg48949243#msg48949243)
  • 2018-12-29T13:39:20Z: 10 from mindrust (https://bitcointalk.org/index.php?action=profile;u=176777) to d_eddie (https://bitcointalk.org/index.php?action=profile;u=1027694) for Wall Observer BTC/USD - Bitcoin price movement tracking &amp; discussion (https://bitcointalk.org/index.php?topic=178336.msg48947966#msg48947966)
  • 2018-12-29T08:46:09Z: 20 from willi9974 (https://bitcointalk.org/index.php?action=profile;u=216582) to Amazontrading (https://bitcointalk.org/index.php?action=profile;u=2465081) for Amazonaufladecodes zum Aufrubbeln 70% BTC (https://bitcointalk.org/index.php?topic=5065183.msg47679833#msg47679833)
  • 2018-12-28T13:21:06Z: 10 from cod3gen (https://bitcointalk.org/index.php?action=profile;u=1143125) to tboy32c (https://bitcointalk.org/index.php?action=profile;u=1509764) for sgminer: Baikal Giant X10 / N / B - Open Source - Confirmed OC Giant B! (https://bitcointalk.org/index.php?topic=3206908.msg48807085#msg48807085)
Total Merits 447


Title: Re: Swiss army knife Tool to query Merit data online - Full History
Post by: Piggy on January 13, 2019, 12:42:32 PM
The data is updated to Friday 11th of January

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=2019-01-11&dategreater=2019-01-04&meritgreater=10

Result Custom Query
  • 2019-01-10T23:26:43Z: 21 from vizique (https://bitcointalk.org/index.php?action=profile;u=120837) to CryptoImperator (https://bitcointalk.org/index.php?action=profile;u=316604) for [ANN][AUCTION]10 Year Bitcoin Anniversary Set | Coin 1/10 | (https://bitcointalk.org/index.php?topic=5092438.msg49018757#msg49018757)
  • 2019-01-10T19:46:50Z: 10 from TMAN (https://bitcointalk.org/index.php?action=profile;u=98986) to LoyceV (https://bitcointalk.org/index.php?action=profile;u=459836) for All topics about Lauda in Meta and Reputation (https://bitcointalk.org/index.php?topic=5095631.msg49163158#msg49163158)
  • 2019-01-10T17:26:35Z: 25 from TMAN (https://bitcointalk.org/index.php?action=profile;u=98986) to Jet Cash (https://bitcointalk.org/index.php?action=profile;u=698159) for My 25 sMerit offer for a single post (https://bitcointalk.org/index.php?topic=5095556.msg49160322#msg49160322)
  • 2019-01-10T15:05:46Z: 11 from monkeynuts (https://bitcointalk.org/index.php?action=profile;u=81962) to TookDk (https://bitcointalk.org/index.php?action=profile;u=109430) for DT1 users may be artificially increasing their own trust (Updated March 26th) (https://bitcointalk.org/index.php?topic=3169656.msg34295364#msg34295364)
  • 2019-01-10T14:04:51Z: 10 from TookDk (https://bitcointalk.org/index.php?action=profile;u=109430) to theymos (https://bitcointalk.org/index.php?action=profile;u=35) for DefaultTrust changes (https://bitcointalk.org/index.php?topic=5095156.msg49140832#msg49140832)
  • 2019-01-10T13:06:09Z: 20 from TMAN (https://bitcointalk.org/index.php?action=profile;u=98986) to TheNewAnon135246 (https://bitcointalk.org/index.php?action=profile;u=153656) for How to deal with Telegram scammers. (https://bitcointalk.org/index.php?topic=5095479.msg49155005#msg49155005)
  • 2019-01-10T11:41:16Z: 25 from Reynaldo (https://bitcointalk.org/index.php?action=profile;u=211976) to Gunthar (https://bitcointalk.org/index.php?action=profile;u=817682) for [GUNBOT] Automatic Crypto Trading Bot (https://bitcointalk.org/index.php?topic=1715214.msg17180502#msg17180502)
  • 2019-01-10T05:04:31Z: 10 from maronk (https://bitcointalk.org/index.php?action=profile;u=364829) to theymos (https://bitcointalk.org/index.php?action=profile;u=35) for DefaultTrust changes (https://bitcointalk.org/index.php?topic=5095156.msg49140832#msg49140832)
  • 2019-01-10T04:02:14Z: 10 from TMAN (https://bitcointalk.org/index.php?action=profile;u=98986) to S_Therapist (https://bitcointalk.org/index.php?action=profile;u=2423416) for [Explained] How DT system works (https://bitcointalk.org/index.php?topic=5072734.msg48081277#msg48081277)
  • 2019-01-10T03:57:17Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to Hox (https://bitcointalk.org/index.php?action=profile;u=378327) for [ANN] Coin Cards - A new way to store &amp; display your coin collection [Auctions] (https://bitcointalk.org/index.php?topic=5091729.msg48989848#msg48989848)
  • 2019-01-10T03:51:15Z: 15 from suchmoon (https://bitcointalk.org/index.php?action=profile;u=234771) to Hhampuz (https://bitcointalk.org/index.php?action=profile;u=881377) for Hhampuz Campaign Management &amp; Escrow Service | Available Now! (https://bitcointalk.org/index.php?topic=5079097.msg48402142#msg48402142)
  • 2019-01-10T03:41:10Z: 50 from TMAN (https://bitcointalk.org/index.php?action=profile;u=98986) to Hhampuz (https://bitcointalk.org/index.php?action=profile;u=881377) for Trust Feedback Suggestion @theymos (https://bitcointalk.org/index.php?topic=5095271.msg49145663#msg49145663)
  • 2019-01-10T01:29:23Z: 10 from vizique (https://bitcointalk.org/index.php?action=profile;u=120837) to Agrawas (https://bitcointalk.org/index.php?action=profile;u=1285450) for [ANN] [UPDATE] 10 year Polymerbit Note 03/01/2019 (https://bitcointalk.org/index.php?topic=5092924.msg49110203#msg49110203)
  • 2019-01-09T22:13:56Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to minerjones (https://bitcointalk.org/index.php?action=profile;u=346731) for [AUCTION] #1's and Rare items!!!   (https://bitcointalk.org/index.php?topic=5094642.msg49118134#msg49118134)
  • 2019-01-09T22:12:09Z: 20 from TMAN (https://bitcointalk.org/index.php?action=profile;u=98986) to minerjones (https://bitcointalk.org/index.php?action=profile;u=346731) for Congratulations to Minerjones  (https://bitcointalk.org/index.php?topic=5095224.msg49144477#msg49144477)
  • 2019-01-09T21:10:51Z: 10 from Vod (https://bitcointalk.org/index.php?action=profile;u=30747) to mikeywith (https://bitcointalk.org/index.php?action=profile;u=2033515) for DefaultTrust changes (https://bitcointalk.org/index.php?topic=5095156.msg49143629#msg49143629)
  • 2019-01-09T20:52:48Z: 10 from TMAN (https://bitcointalk.org/index.php?action=profile;u=98986) to theymos (https://bitcointalk.org/index.php?action=profile;u=35) for DefaultTrust changes (https://bitcointalk.org/index.php?topic=5095156.msg49143493#msg49143493)
  • 2019-01-09T20:15:53Z: 10 from TMAN (https://bitcointalk.org/index.php?action=profile;u=98986) to yahoo62278 (https://bitcointalk.org/index.php?action=profile;u=355846) for DefaultTrust changes (https://bitcointalk.org/index.php?topic=5095156.msg49142940#msg49142940)
  • 2019-01-09T20:13:18Z: 20 from TMAN (https://bitcointalk.org/index.php?action=profile;u=98986) to The Pharmacist (https://bitcointalk.org/index.php?action=profile;u=487418) for Attention Theymos:  This is a sMerit holdup!  Hands in the air! (https://bitcointalk.org/index.php?topic=5093301.msg49053422#msg49053422)
  • 2019-01-09T19:37:48Z: 10 from TMAN (https://bitcointalk.org/index.php?action=profile;u=98986) to suchmoon (https://bitcointalk.org/index.php?action=profile;u=234771) for DefaultTrust changes (https://bitcointalk.org/index.php?topic=5095156.msg49142297#msg49142297)
  • 2019-01-09T19:33:03Z: 10 from Anduck (https://bitcointalk.org/index.php?action=profile;u=31931) to theymos (https://bitcointalk.org/index.php?action=profile;u=35) for DefaultTrust changes (https://bitcointalk.org/index.php?topic=5095156.msg49140832#msg49140832)
  • 2019-01-09T18:51:51Z: 10 from Lauda (https://bitcointalk.org/index.php?action=profile;u=101872) to theymos (https://bitcointalk.org/index.php?action=profile;u=35) for DefaultTrust changes (https://bitcointalk.org/index.php?topic=5095156.msg49140832#msg49140832)
  • 2019-01-09T08:01:42Z: 50 from Stedsm (https://bitcointalk.org/index.php?action=profile;u=171896) to The Pharmacist (https://bitcointalk.org/index.php?action=profile;u=487418) for Attention Theymos:  This is a sMerit holdup!  Hands in the air! (https://bitcointalk.org/index.php?topic=5093301.msg49053422#msg49053422)
  • 2019-01-09T04:41:43Z: 12 from Foxpup (https://bitcointalk.org/index.php?action=profile;u=55384) to gmaxwell (https://bitcointalk.org/index.php?action=profile;u=11425) for Is gossip protocol in Bitcoin perfect? (https://bitcointalk.org/index.php?topic=4579020.msg48903531#msg48903531)
  • 2019-01-08T00:35:32Z: 20 from vizique (https://bitcointalk.org/index.php?action=profile;u=120837) to 1Dq (https://bitcointalk.org/index.php?action=profile;u=2000200) for CRYPTOGLYPHS – A new way of imagining The Bitcoin Blockchain  (https://bitcointalk.org/index.php?topic=5065782.msg47710656#msg47710656)
  • 2019-01-08T00:12:00Z: 15 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to Kialara (https://bitcointalk.org/index.php?action=profile;u=364237) for [Auction] 2018 Kialara Hydra Suites 15/21 &amp; 17/21  (https://bitcointalk.org/index.php?topic=5094288.msg49105310#msg49105310)
  • 2019-01-07T19:58:10Z: 10 from Paashaas (https://bitcointalk.org/index.php?action=profile;u=169384) to bitserve (https://bitcointalk.org/index.php?action=profile;u=87930) for Wall Observer BTC/USD - Bitcoin price movement tracking &amp; discussion (https://bitcointalk.org/index.php?topic=178336.msg49104742#msg49104742)
  • 2019-01-07T18:11:08Z: 30 from jbreher (https://bitcointalk.org/index.php?action=profile;u=28719) to Paashaas (https://bitcointalk.org/index.php?action=profile;u=169384) for Wall Observer BTC/USD - Bitcoin price movement tracking &amp; discussion (https://bitcointalk.org/index.php?topic=178336.msg49102437#msg49102437)
  • 2019-01-07T14:40:08Z: 10 from Melnik (https://bitcointalk.org/index.php?action=profile;u=98639) to HarryHirsch (https://bitcointalk.org/index.php?action=profile;u=972585) for  [ANN][PIVX] -PRIVATE INSTANT VERIFIED TRANSACTION- POS 2.0 -ZEROCOIN ready (https://bitcointalk.org/index.php?topic=1836959.msg18284113#msg18284113)
  • 2019-01-07T14:34:46Z: 10 from Melnik (https://bitcointalk.org/index.php?action=profile;u=98639) to s3v3nh4cks (https://bitcointalk.org/index.php?action=profile;u=357916) for  [ANN][PIVX] - PRIVATE INSTANT VERIFIED TRANSACTION - PROOF OF STAKE - ZEROCOIN  (https://bitcointalk.org/index.php?topic=1262920.msg13067779#msg13067779)
  • 2019-01-07T14:19:30Z: 10 from Melnik (https://bitcointalk.org/index.php?action=profile;u=98639) to Tarime (https://bitcointalk.org/index.php?action=profile;u=871164) for [ANN][XTZ] Tezos - Кpиптoгpaфичecкaя Бyxгaлтepcкaя Кни (https://bitcointalk.org/index.php?topic=1923323.msg19081339#msg19081339)
  • 2019-01-07T09:21:48Z: 10 from Melnik (https://bitcointalk.org/index.php?action=profile;u=98639) to the_dump1 (https://bitcointalk.org/index.php?action=profile;u=1434242) for Lightning Network  (https://bitcointalk.org/index.php?topic=2897133.msg29790182#msg29790182)
  • 2019-01-06T21:29:40Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to JanEmil (https://bitcointalk.org/index.php?action=profile;u=1118969) for [Auction] Bitcoin Penny Platinum and Silver - ENDED (https://bitcointalk.org/index.php?topic=5093757.msg49077503#msg49077503)
  • 2019-01-06T20:18:08Z: 10 from Klaasje (https://bitcointalk.org/index.php?action=profile;u=367171) to CarlCrypto (https://bitcointalk.org/index.php?action=profile;u=2022956) for [ANN] Nucleon (NEON)&nbsp;|&nbsp;PoW Masternodes (x11)&nbsp;|&nbsp;INTERNAL SENTINEL | v2.3 OUT SOON (https://bitcointalk.org/index.php?topic=5060801.msg49087803#msg49087803)
  • 2019-01-06T18:56:51Z: 10 from P_Shep (https://bitcointalk.org/index.php?action=profile;u=47656) to vroom (https://bitcointalk.org/index.php?action=profile;u=1126599) for Wall Observer BTC/USD - Bitcoin price movement tracking &amp; discussion (https://bitcointalk.org/index.php?topic=178336.msg49086625#msg49086625)
  • 2019-01-06T18:40:59Z: 10 from P_Shep (https://bitcointalk.org/index.php?action=profile;u=47656) to Arriemoller (https://bitcointalk.org/index.php?action=profile;u=159292) for Wall Observer BTC/USD - Bitcoin price movement tracking &amp; discussion (https://bitcointalk.org/index.php?topic=178336.msg49086066#msg49086066)
  • 2019-01-06T14:55:56Z: 10 from s1lverbox (https://bitcointalk.org/index.php?action=profile;u=152126) to Coinfan (https://bitcointalk.org/index.php?action=profile;u=82709) for The Rock Trading www.therocktrading.com : Selective Scam (truffa) (https://bitcointalk.org/index.php?topic=4975753.msg49082006#msg49082006)
  • 2019-01-06T11:54:33Z: 25 from o_solo_miner (https://bitcointalk.org/index.php?action=profile;u=395806) to Lafu (https://bitcointalk.org/index.php?action=profile;u=805820) for Spam Threads , Thread Pump Bots im kompletten Forum !  (https://bitcointalk.org/index.php?topic=4911723.msg49033820#msg49033820)
  • 2019-01-06T10:21:20Z: 20 from Lauda (https://bitcointalk.org/index.php?action=profile;u=101872) to The Pharmacist (https://bitcointalk.org/index.php?action=profile;u=487418) for Attention Theymos:  This is a sMerit holdup!  Hands in the air! (https://bitcointalk.org/index.php?topic=5093301.msg49053422#msg49053422)
  • 2019-01-06T02:47:07Z: 10 from EFS (https://bitcointalk.org/index.php?action=profile;u=140584) to theymos (https://bitcointalk.org/index.php?action=profile;u=35) for Satoshi's lesson (https://bitcointalk.org/index.php?topic=5092492.msg49020535#msg49020535)
  • 2019-01-06T02:02:08Z: 48 from gentlemand (https://bitcointalk.org/index.php?action=profile;u=155345) to d_eddie (https://bitcointalk.org/index.php?action=profile;u=1027694) for Wall Observer BTC/USD - Bitcoin price movement tracking &amp; discussion (https://bitcointalk.org/index.php?topic=178336.msg49071562#msg49071562)
  • 2019-01-06T01:43:09Z: 10 from micgoossens (https://bitcointalk.org/index.php?action=profile;u=1067333) to d_eddie (https://bitcointalk.org/index.php?action=profile;u=1027694) for Wall Observer BTC/USD - Bitcoin price movement tracking &amp; discussion (https://bitcointalk.org/index.php?topic=178336.msg49071390#msg49071390)
  • 2019-01-05T21:39:49Z: 50 from marcus_of_augustus (https://bitcointalk.org/index.php?action=profile;u=4190) to micgoossens (https://bitcointalk.org/index.php?action=profile;u=1067333) for Wall Observer BTC/USD - Bitcoin price movement tracking &amp; discussion (https://bitcointalk.org/index.php?topic=178336.msg49066490#msg49066490)
  • 2019-01-05T21:37:17Z: 50 from marcus_of_augustus (https://bitcointalk.org/index.php?action=profile;u=4190) to gentlemand (https://bitcointalk.org/index.php?action=profile;u=155345) for Wall Observer BTC/USD - Bitcoin price movement tracking &amp; discussion (https://bitcointalk.org/index.php?topic=178336.msg49063949#msg49063949)
  • 2019-01-05T15:19:23Z: 50 from BldSwtTrs (https://bitcointalk.org/index.php?action=profile;u=99805) to Coding Enthusiast (https://bitcointalk.org/index.php?action=profile;u=879277) for Math problem regarding recovery seed (https://bitcointalk.org/index.php?topic=5093310.msg49055738#msg49055738)
  • 2019-01-05T10:30:37Z: 23 from Vlad2Vlad (https://bitcointalk.org/index.php?action=profile;u=112208) to Hal (https://bitcointalk.org/index.php?action=profile;u=2436) for Bitcoin and me (Hal Finney) (https://bitcointalk.org/index.php?topic=155054.msg1643833#msg1643833)
  • 2019-01-05T09:27:23Z: 17 from Vlad2Vlad (https://bitcointalk.org/index.php?action=profile;u=112208) to Nasakioto (https://bitcointalk.org/index.php?action=profile;u=28684) for [ANNOUNCE] Ixcoin - a new Bitcoin fork (https://bitcointalk.org/index.php?topic=36218.msg446303#msg446303)
  • 2019-01-05T09:19:49Z: 30 from Vlad2Vlad (https://bitcointalk.org/index.php?action=profile;u=112208) to Nasakioto (https://bitcointalk.org/index.php?action=profile;u=28684) for Ixcoin TODO (https://bitcointalk.org/index.php?topic=230141.msg2422108#msg2422108)
  • 2019-01-05T01:44:10Z: 10 from BoXXoB (https://bitcointalk.org/index.php?action=profile;u=407841) to RHavar (https://bitcointalk.org/index.php?action=profile;u=389331) for BetKing.io is a blatant scam operated by Dean Nolan (https://bitcointalk.org/index.php?topic=4751127.msg49054006#msg49054006)
  • 2019-01-04T22:29:38Z: 10 from RHavar (https://bitcointalk.org/index.php?action=profile;u=389331) to BoXXoB (https://bitcointalk.org/index.php?action=profile;u=407841) for BetKing.io is a blatant scam operated by Dean Nolan (https://bitcointalk.org/index.php?topic=4751127.msg49052466#msg49052466)
  • 2019-01-04T20:44:34Z: 10 from template (https://bitcointalk.org/index.php?action=profile;u=826038) to BoldNinja (https://bitcointalk.org/index.php?action=profile;u=387564) for ARK - Blockchains Interoperability with SmartBridge  ARK Core v2 &amp; ARK Pay   (https://bitcointalk.org/index.php?topic=1649695.msg49049425#msg49049425)
  • 2019-01-04T11:19:11Z: 10 from HairyMaclairy (https://bitcointalk.org/index.php?action=profile;u=181806) to Cryptoqueeen (https://bitcointalk.org/index.php?action=profile;u=1069987) for Wall Observer BTC/USD - Bitcoin price movement tracking &amp; discussion (https://bitcointalk.org/index.php?topic=178336.msg49033926#msg49033926)
  • 2019-01-04T09:00:53Z: 16 from Globb0 (https://bitcointalk.org/index.php?action=profile;u=244243) to Cryptoqueeen (https://bitcointalk.org/index.php?action=profile;u=1069987) for Wall Observer BTC/USD - Bitcoin price movement tracking &amp; discussion (https://bitcointalk.org/index.php?topic=178336.msg49033926#msg49033926)
Total Merits 953


Title: Re: Swiss army knife Tool to query Merit data online - Full History
Post by: Piggy on January 18, 2019, 07:48:17 AM
The data is updated to Friday 18th of January

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=2019-01-18&dategreater=2019-01-11&meritgreater=10

Result Custom Query
  • 2019-01-17T23:21:17Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to ZipReg (https://bitcointalk.org/index.php?action=profile;u=1239916) for [Auction] Limited Edition The Times 2009 Front Page - 10 year anniversary Piece (https://bitcointalk.org/index.php?topic=5097320.msg49288462#msg49288462)
  • 2019-01-17T22:24:54Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to Spendulus (https://bitcointalk.org/index.php?action=profile;u=96527) for SpaceX and the prospects of Mars colonization. (https://bitcointalk.org/index.php?topic=1741917.msg49288248#msg49288248)
  • 2019-01-17T22:22:30Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to bittawm (https://bitcointalk.org/index.php?action=profile;u=144811) for [h] factory sealed pokemon base pack first edition [w] 850usd  (https://bitcointalk.org/index.php?topic=5098784.msg49284908#msg49284908)
  • 2019-01-17T21:13:05Z: 13 from eddie13 (https://bitcointalk.org/index.php?action=profile;u=580327) to thunderjet (https://bitcointalk.org/index.php?action=profile;u=99533) for CRYPTSY stopping withdraw locking accounts without notifying users! Class Action (https://bitcointalk.org/index.php?topic=1173703.msg49273396#msg49273396)
  • 2019-01-17T20:21:14Z: 10 from torrmara (https://bitcointalk.org/index.php?action=profile;u=1271990) to bitro33 (https://bitcointalk.org/index.php?action=profile;u=2407373) for  [ANN] NIX - Ghost Protocol / DEX Manager (https://bitcointalk.org/index.php?topic=3454993.msg49283987#msg49283987)
  • 2019-01-17T18:07:10Z: 10 from MirkoIta (https://bitcointalk.org/index.php?action=profile;u=62565) to phishead (https://bitcointalk.org/index.php?action=profile;u=547991) for grin is now accepted for forum payments (https://bitcointalk.org/index.php?topic=5098450.msg49272531#msg49272531)
  • 2019-01-17T15:47:29Z: 10 from xenon131 (https://bitcointalk.org/index.php?action=profile;u=1037701) to theymos (https://bitcointalk.org/index.php?action=profile;u=35) for Massive abuse in the Russian section. (https://bitcointalk.org/index.php?topic=5098584.msg49282127#msg49282127)
  • 2019-01-17T15:42:49Z: 20 from TECSHARE (https://bitcointalk.org/index.php?action=profile;u=15728) to RidleyReport (https://bitcointalk.org/index.php?action=profile;u=80806) for NH: Lawmakers to defy House chamber gun ban (https://bitcointalk.org/index.php?topic=5098271.msg49266041#msg49266041)
  • 2019-01-17T15:33:21Z: 10 from TheNewAnon135246 (https://bitcointalk.org/index.php?action=profile;u=153656) to theymos (https://bitcointalk.org/index.php?action=profile;u=35) for Massive abuse in the Russian section. (https://bitcointalk.org/index.php?topic=5098584.msg49282127#msg49282127)
  • 2019-01-17T15:09:08Z: 10 from theymos (https://bitcointalk.org/index.php?action=profile;u=35) to Alex_Sr (https://bitcointalk.org/index.php?action=profile;u=1762404) for Massive abuse in the Russian section. (https://bitcointalk.org/index.php?topic=5098584.msg49277645#msg49277645)
  • 2019-01-17T13:06:18Z: 10 from BestWebCreator (https://bitcointalk.org/index.php?action=profile;u=550758) to OgNasty (https://bitcointalk.org/index.php?action=profile;u=18321) for OgNasty bending the truth. (https://bitcointalk.org/index.php?topic=5097863.msg49255460#msg49255460)
  • 2019-01-17T06:48:25Z: 10 from andulolika (https://bitcointalk.org/index.php?action=profile;u=223200) to krogothmanhattan (https://bitcointalk.org/index.php?action=profile;u=1000199) for FREE DAILY RAFFLE RULES. PLEASE READ PRIOR TO PARTICIPATING (https://bitcointalk.org/index.php?topic=3910520.msg37577860#msg37577860)
  • 2019-01-17T03:30:18Z: 10 from Welsh (https://bitcointalk.org/index.php?action=profile;u=84521) to theymos (https://bitcointalk.org/index.php?action=profile;u=35) for [ANN] Grin | PoW Mining | Electronic transactions for all. Community driven. (https://bitcointalk.org/index.php?topic=5090427.msg49266991#msg49266991)
  • 2019-01-17T03:25:36Z: 10 from Welsh (https://bitcointalk.org/index.php?action=profile;u=84521) to SaltySpitoon (https://bitcointalk.org/index.php?action=profile;u=38894) for Is the Default trust system still working/active? (https://bitcointalk.org/index.php?topic=5080581.msg49143642#msg49143642)
  • 2019-01-17T03:22:42Z: 10 from Welsh (https://bitcointalk.org/index.php?action=profile;u=84521) to eddie13 (https://bitcointalk.org/index.php?action=profile;u=580327) for The Revolution in France &amp; Europe  (https://bitcointalk.org/index.php?topic=5082665.msg48728981#msg48728981)
  • 2019-01-17T00:25:32Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to Agrawas (https://bitcointalk.org/index.php?action=profile;u=1285450) for [CHECKING INTEREST] for Selling Kialara Set and a Poll for Auction (https://bitcointalk.org/index.php?topic=5096036.msg49179580#msg49179580)
  • 2019-01-16T23:48:29Z: 10 from odolvlobo (https://bitcointalk.org/index.php?action=profile;u=62955) to pamelawjd (https://bitcointalk.org/index.php?action=profile;u=1207742) for Bitcoin Inheritance Planning  (https://bitcointalk.org/index.php?topic=5097720.msg49270825#msg49270825)
  • 2019-01-16T21:23:34Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to Fattcatt (https://bitcointalk.org/index.php?action=profile;u=906410) for Auction:Lealana Silver &amp; Brass Funded 0.1 Btc's (https://bitcointalk.org/index.php?topic=5098363.msg49268768#msg49268768)
  • 2019-01-16T20:24:42Z: 10 from mindrust (https://bitcointalk.org/index.php?action=profile;u=176777) to Kylapoiss (https://bitcointalk.org/index.php?action=profile;u=1803753) for Wall Observer BTC/USD - Bitcoin price movement tracking &amp; discussion (https://bitcointalk.org/index.php?topic=178336.msg49268930#msg49268930)
  • 2019-01-16T06:24:45Z: 10 from cAPSLOCK (https://bitcointalk.org/index.php?action=profile;u=35501) to Globb0 (https://bitcointalk.org/index.php?action=profile;u=244243) for Merit Source Message (https://bitcointalk.org/index.php?topic=5097875.msg49252101#msg49252101)
  • 2019-01-16T03:05:37Z: 12 from Foxpup (https://bitcointalk.org/index.php?action=profile;u=55384) to theymos (https://bitcointalk.org/index.php?action=profile;u=35) for DefaultTrust changes (https://bitcointalk.org/index.php?topic=5095156.msg49140832#msg49140832)
  • 2019-01-16T02:47:13Z: 20 from 2double0 (https://bitcointalk.org/index.php?action=profile;u=153776) to The Pharmacist (https://bitcointalk.org/index.php?action=profile;u=487418) for Attention Theymos:  This is a sMerit holdup!  Hands in the air! (https://bitcointalk.org/index.php?topic=5093301.msg49053422#msg49053422)
  • 2019-01-16T00:51:49Z: 10 from Welsh (https://bitcointalk.org/index.php?action=profile;u=84521) to DdmrDdmr (https://bitcointalk.org/index.php?action=profile;u=1582324) for Customized Trust Network – Interactive tool to see who we trust/distrust (https://bitcointalk.org/index.php?topic=5096207.msg49187212#msg49187212)
  • 2019-01-16T00:03:29Z: 10 from dbshck (https://bitcointalk.org/index.php?action=profile;u=153634) to DdmrDdmr (https://bitcointalk.org/index.php?action=profile;u=1582324) for Our very own sMerit Network Picture - enhanced with access to all sMerit TXs (https://bitcointalk.org/index.php?topic=3395255.msg35551989#msg35551989)
  • 2019-01-15T16:13:30Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to Kryptowerk (https://bitcointalk.org/index.php?action=profile;u=949248) for [AUCTION] 4x MoonBits 'In Crypto We Trust' 0.001 BTC metal chips + 2x MB BOX (https://bitcointalk.org/index.php?topic=5094535.msg49115092#msg49115092)
  • 2019-01-15T15:30:03Z: 10 from Anon11073 (https://bitcointalk.org/index.php?action=profile;u=969327) to decred (https://bitcointalk.org/index.php?action=profile;u=689558) for [ANN][DCR] Decred - Community Governance | Bitcoin Devs | Lightning Network (https://bitcointalk.org/index.php?topic=1290358.msg13256302#msg13256302)
  • 2019-01-15T14:53:57Z: 50 from romanornr (https://bitcointalk.org/index.php?action=profile;u=225292) to OneNattyLitecoin (https://bitcointalk.org/index.php?action=profile;u=1002739) for [Auction - Extended] NaTTyMiNd “DayBreak' 100VIA Test Piece- Antiqued Gold (https://bitcointalk.org/index.php?topic=5097424.msg49236293#msg49236293)
  • 2019-01-15T14:48:13Z: 10 from bathrobehero (https://bitcointalk.org/index.php?action=profile;u=208792) to suchmoon (https://bitcointalk.org/index.php?action=profile;u=234771) for GAW / Josh Garza discussion Paycoin XPY xpy.io ION ionomy. ALWAYS MAKE MONEY :) (https://bitcointalk.org/index.php?topic=857670.msg9544801#msg9544801)
  • 2019-01-15T13:14:33Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to OneNattyLitecoin (https://bitcointalk.org/index.php?action=profile;u=1002739) for [Auction - Extended] NaTTyMiNd “DayBreak' 100VIA Test Piece- Antiqued Gold (https://bitcointalk.org/index.php?topic=5097424.msg49236293#msg49236293)
  • 2019-01-15T13:13:38Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to killyou72 (https://bitcointalk.org/index.php?action=profile;u=408367) for [AUCTION] Over 30 lots of silver bitcoin coins (https://bitcointalk.org/index.php?topic=5096934.msg49220606#msg49220606)
  • 2019-01-15T13:11:58Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to krogothmanhattan (https://bitcointalk.org/index.php?action=profile;u=1000199) for  [FREE RAFFLE] CLOUDBET &amp; KROGOTH'S LOADED DENARIUM COIN RAFFLE#10 (https://bitcointalk.org/index.php?topic=5096893.msg49218596#msg49218596)
  • 2019-01-15T13:08:37Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to Lesbian Cow (https://bitcointalk.org/index.php?action=profile;u=206143) for [Auction] 1 x Lealana 10 LTC, Loaded, Black First Bits, 1/2 toz 999 Fine Silver (https://bitcointalk.org/index.php?topic=5096387.msg49195524#msg49195524)
  • 2019-01-15T13:01:39Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to Hhampuz (https://bitcointalk.org/index.php?action=profile;u=881377) for [Auction] Limited Edition The Times 2009 Front Page - 10 year anniversary Piece (https://bitcointalk.org/index.php?topic=5097320.msg49232977#msg49232977)
  • 2019-01-15T06:55:46Z: 10 from esmanthra (https://bitcointalk.org/index.php?action=profile;u=1764764) to MO-COIN (https://bitcointalk.org/index.php?action=profile;u=2101883) for Boccтaнoвлeниe дocтyпa к yчётнoй зaпиcи 2018  (https://bitcointalk.org/index.php?topic=5089990.msg48906490#msg48906490)
  • 2019-01-15T03:17:14Z: 10 from Skeptical One (https://bitcointalk.org/index.php?action=profile;u=696473) to Lovehacked (https://bitcointalk.org/index.php?action=profile;u=877764) for 877764 (https://bitcointalk.org/index.php?topic=4709161.msg49234547#msg49234547)
  • 2019-01-15T02:38:34Z: 10 from dbshck (https://bitcointalk.org/index.php?action=profile;u=153634) to abhiseshakana (https://bitcointalk.org/index.php?action=profile;u=1878246) for [INFO] Algoritma Konsensus pada Teknologi Blockchain (https://bitcointalk.org/index.php?topic=5041577.msg46390732#msg46390732)
  • 2019-01-15T01:37:46Z: 10 from dbshck (https://bitcointalk.org/index.php?action=profile;u=153634) to theymos (https://bitcointalk.org/index.php?action=profile;u=35) for DefaultTrust changes (https://bitcointalk.org/index.php?topic=5095156.msg49140832#msg49140832)
  • 2019-01-15T00:11:12Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to AT101ET (https://bitcointalk.org/index.php?action=profile;u=170557) for [Auction] Ledger Limited Editions Bundle (https://bitcointalk.org/index.php?topic=5097413.msg49235858#msg49235858)
  • 2019-01-14T22:46:40Z: 10 from s1lverbox (https://bitcointalk.org/index.php?action=profile;u=152126) to minerjones (https://bitcointalk.org/index.php?action=profile;u=346731) for [AUCTION] Over 30 lots of silver bitcoin coins (https://bitcointalk.org/index.php?topic=5096934.msg49235098#msg49235098)
  • 2019-01-14T22:46:25Z: 10 from Veleor (https://bitcointalk.org/index.php?action=profile;u=1177936) to xenon131 (https://bitcointalk.org/index.php?action=profile;u=1037701) for ✅=Лyчшиe инcтpyкции пo кpиптe нa фopyмe=✅ (https://bitcointalk.org/index.php?topic=4710373.msg42527899#msg42527899)
  • 2019-01-14T21:13:49Z: 15 from michnkeks (https://bitcointalk.org/index.php?action=profile;u=881464) to crptgrl (https://bitcointalk.org/index.php?action=profile;u=2168342) for [ANN] Junson Ming Chan Coin - JMC Coin - 750% - 125% APR Proof Of Stake Coin (https://bitcointalk.org/index.php?topic=4882508.msg44039657#msg44039657)
  • 2019-01-14T21:08:42Z: 10 from MaoChao (https://bitcointalk.org/index.php?action=profile;u=410541) to Piggy (https://bitcointalk.org/index.php?action=profile;u=188198) for [RELEASED] @mention notification bot - now with Telegram (https://bitcointalk.org/index.php?topic=5023605.msg45324722#msg45324722)
  • 2019-01-14T20:49:19Z: 50 from MaoChao (https://bitcointalk.org/index.php?action=profile;u=410541) to satoshi (https://bitcointalk.org/index.php?action=profile;u=3) for Welcome to the new Bitcoin forum! (https://bitcointalk.org/index.php?topic=5.msg28#msg28)
  • 2019-01-14T16:59:19Z: 15 from rorschach1 (https://bitcointalk.org/index.php?action=profile;u=668854) to CryptonikaTrade (https://bitcointalk.org/index.php?action=profile;u=1162829) for Which makes sense to buy a bitcoin or to buy a altcoin? (https://bitcointalk.org/index.php?topic=2481009.msg26685197#msg26685197)
  • 2019-01-14T16:22:13Z: 10 from m0gliE (https://bitcointalk.org/index.php?action=profile;u=107200) to trankil (https://bitcointalk.org/index.php?action=profile;u=142910) for More than one year with account locked - Theymos or Cyrus please help me ! (https://bitcointalk.org/index.php?topic=2851296.msg49229410#msg49229410)
  • 2019-01-14T16:20:39Z: 10 from m0gliE (https://bitcointalk.org/index.php?action=profile;u=107200) to trankil (https://bitcointalk.org/index.php?action=profile;u=142910) for More than one year with account locked - Theymos or Cyrus please help me ! (https://bitcointalk.org/index.php?topic=2851296.msg49229410#msg49229410)
  • 2019-01-14T11:40:14Z: 10 from babo (https://bitcointalk.org/index.php?action=profile;u=65636) to Micio (https://bitcointalk.org/index.php?action=profile;u=115423) for Forum Ranks Overview (ranks/activity/merit/badges/limits) (https://bitcointalk.org/index.php?topic=2834773.msg29067099#msg29067099)
  • 2019-01-14T11:39:45Z: 10 from babo (https://bitcointalk.org/index.php?action=profile;u=65636) to Micio (https://bitcointalk.org/index.php?action=profile;u=115423) for [INFO] +MERIT. Sistema di segnalazione (https://bitcointalk.org/index.php?topic=4956551.msg44668891#msg44668891)
  • 2019-01-14T11:39:29Z: 10 from babo (https://bitcointalk.org/index.php?action=profile;u=65636) to Micio (https://bitcointalk.org/index.php?action=profile;u=115423) for [INFO] TRUST. Come funziona il sistema di feedback (https://bitcointalk.org/index.php?topic=5043394.msg46483079#msg46483079)
  • 2019-01-14T11:38:30Z: 27 from Micio (https://bitcointalk.org/index.php?action=profile;u=115423) to babo (https://bitcointalk.org/index.php?action=profile;u=65636) for [Guida] Cold Wallet Electrum su Raspberry PI (https://bitcointalk.org/index.php?topic=1001295.msg10869603#msg10869603)
  • 2019-01-13T23:45:39Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to Spazzer (https://bitcointalk.org/index.php?action=profile;u=1143728) for [Auction] Litecoin Quilt (https://bitcointalk.org/index.php?topic=5094766.msg49123358#msg49123358)
  • 2019-01-13T20:04:11Z: 10 from allyouracid (https://bitcointalk.org/index.php?action=profile;u=138833) to mole0815 (https://bitcointalk.org/index.php?action=profile;u=1424178) for Achtung: Betrugsmethode - Telegram (https://bitcointalk.org/index.php?topic=5094505.msg49134417#msg49134417)
  • 2019-01-13T13:43:34Z: 10 from Stedsm (https://bitcointalk.org/index.php?action=profile;u=171896) to Coolcryptovator (https://bitcointalk.org/index.php?action=profile;u=1980983) for   Guidelines, how to spot a scam ICO &amp; report effectively.  ✔ (https://bitcointalk.org/index.php?topic=5004397.msg45150042#msg45150042)
  • 2019-01-13T09:11:01Z: 10 from Vod (https://bitcointalk.org/index.php?action=profile;u=30747) to theymos (https://bitcointalk.org/index.php?action=profile;u=35) for DefaultTrust changes (https://bitcointalk.org/index.php?topic=5095156.msg49163910#msg49163910)
  • 2019-01-13T07:16:34Z: 10 from Vod (https://bitcointalk.org/index.php?action=profile;u=30747) to DarkStar_ (https://bitcointalk.org/index.php?action=profile;u=507936) for [Userscript] Automatically append ;dt to the end of URLs (View as DT) [v0.2.3] (https://bitcointalk.org/index.php?topic=5096572.msg49202733#msg49202733)
  • 2019-01-13T04:03:26Z: 20 from bumbacoin (https://bitcointalk.org/index.php?action=profile;u=324489) to linenoise (https://bitcointalk.org/index.php?action=profile;u=23416) for [ANN][Masternode][ICO] Touch Coin - New coin for an existing crypto service (https://bitcointalk.org/index.php?topic=4420014.msg39397655#msg39397655)
  • 2019-01-13T02:26:28Z: 50 from romanornr (https://bitcointalk.org/index.php?action=profile;u=225292) to abrkn (https://bitcointalk.org/index.php?action=profile;u=68569) for [ANN] SideShift: Rapid Coin Swap with BTC (LN), LTC, XMR, ZEC, USDT, BCH, ... (https://bitcointalk.org/index.php?topic=5096550.msg49200944#msg49200944)
  • 2019-01-13T00:39:28Z: 20 from suchmoon (https://bitcointalk.org/index.php?action=profile;u=234771) to Vod (https://bitcointalk.org/index.php?action=profile;u=30747) for Announcing BPIP - The Bitcointalk Public Information Project! (https://bitcointalk.org/index.php?topic=4746201.msg42865128#msg42865128)
  • 2019-01-12T21:25:33Z: 10 from theymos (https://bitcointalk.org/index.php?action=profile;u=35) to qwk (https://bitcointalk.org/index.php?action=profile;u=24140) for A short introduction to the Trust System (https://bitcointalk.org/index.php?topic=5096445.msg49197523#msg49197523)
  • 2019-01-12T20:18:58Z: 50 from bastilar (https://bitcointalk.org/index.php?action=profile;u=239491) to michnkeks (https://bitcointalk.org/index.php?action=profile;u=881464) for [ANN] Junson Ming Chan Coin - JMC Coin - 750% - 125% APR Proof Of Stake Coin (https://bitcointalk.org/index.php?topic=4882508.msg43981175#msg43981175)
  • 2019-01-12T17:02:44Z: 10 from TMAN (https://bitcointalk.org/index.php?action=profile;u=98986) to TheNewAnon135246 (https://bitcointalk.org/index.php?action=profile;u=153656) for [INFO] Overview of all Kialara pieces (https://bitcointalk.org/index.php?topic=5096261.msg49190003#msg49190003)
  • 2019-01-12T16:34:04Z: 19 from TMAN (https://bitcointalk.org/index.php?action=profile;u=98986) to S_Therapist (https://bitcointalk.org/index.php?action=profile;u=2423416) for [Explained] Importance of Custom Trust List (https://bitcointalk.org/index.php?topic=5096348.msg49193764#msg49193764)
  • 2019-01-12T15:08:45Z: 10 from OgNasty (https://bitcointalk.org/index.php?action=profile;u=18321) to Qulian (https://bitcointalk.org/index.php?action=profile;u=1902272) for How centralized is the forum concerning PMs (https://bitcointalk.org/index.php?topic=5096319.msg49192925#msg49192925)
  • 2019-01-12T08:40:41Z: 15 from Foxpup (https://bitcointalk.org/index.php?action=profile;u=55384) to DdmrDdmr (https://bitcointalk.org/index.php?action=profile;u=1582324) for Customized Trust Network – Interactive tool to see who we trust/distrust (https://bitcointalk.org/index.php?topic=5096207.msg49187212#msg49187212)
  • 2019-01-12T06:03:19Z: 15 from suchmoon (https://bitcointalk.org/index.php?action=profile;u=234771) to DdmrDdmr (https://bitcointalk.org/index.php?action=profile;u=1582324) for Customized Trust Network – Interactive tool to see who we trust/distrust (https://bitcointalk.org/index.php?topic=5096207.msg49187212#msg49187212)
  • 2019-01-12T00:19:08Z: 30 from Micio (https://bitcointalk.org/index.php?action=profile;u=115423) to coinlocket$ (https://bitcointalk.org/index.php?action=profile;u=1339716) for [INFO] TRUST. Come funziona il sistema di feedback (https://bitcointalk.org/index.php?topic=5043394.msg49166977#msg49166977)
  • 2019-01-11T22:45:06Z: 50 from Vod (https://bitcointalk.org/index.php?action=profile;u=30747) to satoshi (https://bitcointalk.org/index.php?action=profile;u=3) for Welcome to the new Bitcoin forum! (https://bitcointalk.org/index.php?topic=5.msg28#msg28)
  • 2019-01-11T22:34:12Z: 10 from Vod (https://bitcointalk.org/index.php?action=profile;u=30747) to TMAN (https://bitcointalk.org/index.php?action=profile;u=98986) for Congratulations to Minerjones  (https://bitcointalk.org/index.php?topic=5095224.msg49143879#msg49143879)
  • 2019-01-11T20:39:27Z: 15 from s1lverbox (https://bitcointalk.org/index.php?action=profile;u=152126) to VINSIN (https://bitcointalk.org/index.php?action=profile;u=840084) for The Rock Trading www.therocktrading.com : Selective Scam (truffa) (https://bitcointalk.org/index.php?topic=4975753.msg49178297#msg49178297)
  • 2019-01-11T18:34:45Z: 33 from MICRO (https://bitcointalk.org/index.php?action=profile;u=224248) to EnF0Rc3r (https://bitcointalk.org/index.php?action=profile;u=663258) for Primedice.com | Creators of Dicing  | 24 Billion Bets | 112+ BTC Jackpot! (https://bitcointalk.org/index.php?topic=208986.msg49160086#msg49160086)
  • 2019-01-11T18:15:14Z: 20 from TMAN (https://bitcointalk.org/index.php?action=profile;u=98986) to S_Therapist (https://bitcointalk.org/index.php?action=profile;u=2423416) for [Updated]--[Infographic] Leaving Feedback vs Custom Trust List (https://bitcointalk.org/index.php?topic=5095944.msg49176783#msg49176783)
  • 2019-01-11T17:13:55Z: 10 from Isildur (official) (https://bitcointalk.org/index.php?action=profile;u=545598) to Vod (https://bitcointalk.org/index.php?action=profile;u=30747) for Announcing BPIP - The Bitcointalk Public Information Project! (https://bitcointalk.org/index.php?topic=4746201.msg42865128#msg42865128)
  • 2019-01-11T16:44:25Z: 25 from dbt1033 (https://bitcointalk.org/index.php?action=profile;u=207732) to Blackshadow007 (https://bitcointalk.org/index.php?action=profile;u=888334) for $100/$150/$200 AWS Credits || Cheap Amazon Web Services Coupons || AutoBuy (https://bitcointalk.org/index.php?topic=1684854.msg49171842#msg49171842)
  • 2019-01-11T15:45:17Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to dolphriends (https://bitcointalk.org/index.php?action=profile;u=1099535) for [Wanted to share ]  The first Crypto card ever made 2013, now for sale, again (https://bitcointalk.org/index.php?topic=5095654.msg49176438#msg49176438)
  • 2019-01-11T15:43:03Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to bill gator (https://bitcointalk.org/index.php?action=profile;u=370611) for [Reverse Auction] Kialara Original | ENDED (https://bitcointalk.org/index.php?topic=5095669.msg49165513#msg49165513)
  • 2019-01-11T11:30:53Z: 20 from TMAN (https://bitcointalk.org/index.php?action=profile;u=98986) to cabalism13 (https://bitcointalk.org/index.php?action=profile;u=1605387) for My 25 sMerit offer for a single post (https://bitcointalk.org/index.php?topic=5095556.msg49173568#msg49173568)
  • 2019-01-11T11:19:58Z: 10 from Jet Cash (https://bitcointalk.org/index.php?action=profile;u=698159) to cabalism13 (https://bitcointalk.org/index.php?action=profile;u=1605387) for My 25 sMerit offer for a single post (https://bitcointalk.org/index.php?topic=5095556.msg49173568#msg49173568)
  • 2019-01-11T03:31:40Z: 40 from ChekaZ (https://bitcointalk.org/index.php?action=profile;u=99330) to Hal (https://bitcointalk.org/index.php?action=profile;u=2436) for Bitcoin and me (Hal Finney) (https://bitcointalk.org/index.php?topic=155054.msg1643833#msg1643833)
  • 2019-01-11T03:16:49Z: 20 from soopy452000 (https://bitcointalk.org/index.php?action=profile;u=158610) to theymos (https://bitcointalk.org/index.php?action=profile;u=35) for [ANN][ICO]HoweyCoins: the only BitcoinTalk-endorsed ICO - GUARANTEED PROFIT (https://bitcointalk.org/index.php?topic=3920469.msg37611040#msg37611040)
Total Merits 1204


Title: Re: Swiss army knife Tool to query Merit data online - Full History
Post by: Piggy on January 25, 2019, 09:09:38 AM
The data is updated to Friday 25th of January

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=2019-01-25&dategreater=2019-01-18&meritgreater=10

Result Custom Query
  • 2019-01-24T21:12:50Z: 18 from Vlad2Vlad (https://bitcointalk.org/index.php?action=profile;u=112208) to Hal (https://bitcointalk.org/index.php?action=profile;u=2436) for Bitcoin and me (Hal Finney) (https://bitcointalk.org/index.php?topic=155054.msg1643833#msg1643833)
  • 2019-01-24T20:24:45Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to vizique (https://bitcointalk.org/index.php?action=profile;u=120837) for [INFO] Hodl.rocks  Collectable Bitcoin Art. (https://bitcointalk.org/index.php?topic=5100103.msg49341021#msg49341021)
  • 2019-01-24T13:12:25Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to coins4commies (https://bitcointalk.org/index.php?action=profile;u=1752004) for Evil MAGA hat kids from Covington School VS Native American (https://bitcointalk.org/index.php?topic=5101007.msg49393745#msg49393745)
  • 2019-01-24T11:01:21Z: 10 from o_solo_miner (https://bitcointalk.org/index.php?action=profile;u=395806) to lassdas (https://bitcointalk.org/index.php?action=profile;u=60791) for phantastisch im Urlaub? (https://bitcointalk.org/index.php?topic=5043836.msg49397492#msg49397492)
  • 2019-01-24T09:44:17Z: 10 from o_solo_miner (https://bitcointalk.org/index.php?action=profile;u=395806) to elrippos friend (https://bitcointalk.org/index.php?action=profile;u=1060216) for Wette 600Watt/elrippo BTC ATH 2017 €4000 (https://bitcointalk.org/index.php?topic=1954571.msg49371012#msg49371012)
  • 2019-01-23T23:12:22Z: 10 from JensS (https://bitcointalk.org/index.php?action=profile;u=529888) to CoinPocket (https://bitcointalk.org/index.php?action=profile;u=892462) for [ANN][BZX POS/MN]Биpжa Buzzex,BZX coin-Дo 100% нa тopгoвлю+Дивидeнты (https://bitcointalk.org/index.php?topic=5061240.msg49048555#msg49048555)
  • 2019-01-23T14:09:33Z: 10 from freemind1 (https://bitcointalk.org/index.php?action=profile;u=199420) to Gothorum (https://bitcointalk.org/index.php?action=profile;u=674078) for Un alto en el camino para reflexionar (https://bitcointalk.org/index.php?topic=5101220.msg49383139#msg49383139)
  • 2019-01-22T18:49:54Z: 10 from Stedsm (https://bitcointalk.org/index.php?action=profile;u=171896) to S_Therapist (https://bitcointalk.org/index.php?action=profile;u=2423416) for [Updated]--[Infographic] Leaving Feedback vs Custom Trust List (https://bitcointalk.org/index.php?topic=5095944.msg49176783#msg49176783)
  • 2019-01-22T16:44:05Z: 11 from TheUltraElite (https://bitcointalk.org/index.php?action=profile;u=878630) to PHI1618 (https://bitcointalk.org/index.php?action=profile;u=1071136) for PHI1618's Merit Source Application  (https://bitcointalk.org/index.php?topic=5097314.msg49232756#msg49232756)
  • 2019-01-22T14:34:57Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to minerjones (https://bitcointalk.org/index.php?action=profile;u=346731) for WTB- MYCELIUM RED ENTROPY and SMART CARD (https://bitcointalk.org/index.php?topic=5099794.msg49364895#msg49364895)
  • 2019-01-22T14:33:16Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to Lesbian Cow (https://bitcointalk.org/index.php?action=profile;u=206143) for [Auction] Polymerbit Emergency Currency, 50 + Added Bonus Note (https://bitcointalk.org/index.php?topic=5100025.msg49337568#msg49337568)
  • 2019-01-22T09:49:52Z: 10 from TMAN (https://bitcointalk.org/index.php?action=profile;u=98986) to LoyceV (https://bitcointalk.org/index.php?action=profile;u=459836) for Percentage of Merit received on old posts, deleted posts, and average per post (https://bitcointalk.org/index.php?topic=5051725.msg49362353#msg49362353)
  • 2019-01-21T22:56:20Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to teeGUMES (https://bitcointalk.org/index.php?action=profile;u=307884) for [WTS] teeGUMES' Rarities Thread (https://bitcointalk.org/index.php?topic=5094793.msg49124598#msg49124598)
  • 2019-01-21T22:50:35Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to frankbitcoin (https://bitcointalk.org/index.php?action=profile;u=1208052) for [ANN] ARK &amp; NEO Cold Storage Wallets Release (https://bitcointalk.org/index.php?topic=5100463.msg49355096#msg49355096)
  • 2019-01-21T22:50:01Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to yogg (https://bitcointalk.org/index.php?action=profile;u=140827) for [AUCTION] Multiple lots - Polymerbit ⭐-note, Bitcoin Penny, BTCC - Ends 01/28 (https://bitcointalk.org/index.php?topic=5100419.msg49353476#msg49353476)
  • 2019-01-21T22:03:44Z: 20 from marcus_of_augustus (https://bitcointalk.org/index.php?action=profile;u=4190) to Cryptotourist (https://bitcointalk.org/index.php?action=profile;u=2461690) for Wall Observer BTC/USD - Bitcoin price movement tracking &amp; discussion (https://bitcointalk.org/index.php?topic=178336.msg49356579#msg49356579)
  • 2019-01-21T21:17:45Z: 15 from suchmoon (https://bitcointalk.org/index.php?action=profile;u=234771) to tspacepilot (https://bitcointalk.org/index.php?action=profile;u=138744) for Quickseller escrowing for himself (https://bitcointalk.org/index.php?topic=1171059.msg12330041#msg12330041)
  • 2019-01-21T13:34:50Z: 10 from dbshck (https://bitcointalk.org/index.php?action=profile;u=153634) to domob (https://bitcointalk.org/index.php?action=profile;u=88236) for Random numbers in a blockchain (https://bitcointalk.org/index.php?topic=5072435.msg48068296#msg48068296)
  • 2019-01-21T04:54:25Z: 10 from TMAN (https://bitcointalk.org/index.php?action=profile;u=98986) to Lesbian Cow (https://bitcointalk.org/index.php?action=profile;u=206143) for The Russians V TMAN - peace treaty. (https://bitcointalk.org/index.php?topic=5099822.msg49339998#msg49339998)
  • 2019-01-21T04:54:02Z: 10 from Rmcdermott927 (https://bitcointalk.org/index.php?action=profile;u=289011) to 4e01ebd99c8f3610af450d7b8 (https://bitcointalk.org/index.php?action=profile;u=2530969) for Do you regret it not selling at peaked on last jan 2018 ? (https://bitcointalk.org/index.php?topic=4564193.msg49340961#msg49340961)
  • 2019-01-20T22:05:11Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to vizique (https://bitcointalk.org/index.php?action=profile;u=120837) for [Auction] I Am Satoshi 3 Print set / Limited Edition (https://bitcointalk.org/index.php?topic=5097347.msg49233712#msg49233712)
  • 2019-01-20T22:04:12Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to minerjones (https://bitcointalk.org/index.php?action=profile;u=346731) for [AUCTION] Bitcoin Penny Short Rolls Extravaganza!!!  (https://bitcointalk.org/index.php?topic=5099702.msg49319928#msg49319928)
  • 2019-01-20T21:57:36Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to Hhampuz (https://bitcointalk.org/index.php?action=profile;u=881377) for [ANN][Auction]BeYourOwnBank 'The M.O.A.B.' | #001-#010 | Now Loaded! | (https://bitcointalk.org/index.php?topic=5099728.msg49320924#msg49320924)
  • 2019-01-20T19:39:33Z: 10 from BTC-BTC-BTC (https://bitcointalk.org/index.php?action=profile;u=508600) to Limx Dev (https://bitcointalk.org/index.php?action=profile;u=389271) for [ANN][Main] Bitcore- BTX - Partnership with JAXX and ZelCore! (https://bitcointalk.org/index.php?topic=1883902.msg18714400#msg18714400)
  • 2019-01-20T15:00:12Z: 10 from minifrij (https://bitcointalk.org/index.php?action=profile;u=138940) to actmyname (https://bitcointalk.org/index.php?action=profile;u=465017) for [SOLVED] [0.01 BTC] Short Puzzle. (https://bitcointalk.org/index.php?topic=5099906.msg49332572#msg49332572)
  • 2019-01-19T14:32:23Z: 10 from dbshck (https://bitcointalk.org/index.php?action=profile;u=153634) to S_Therapist (https://bitcointalk.org/index.php?action=profile;u=2423416) for [Explained] Importance of Custom Trust List (https://bitcointalk.org/index.php?topic=5096348.msg49193764#msg49193764)
  • 2019-01-19T14:00:58Z: 10 from Welsh (https://bitcointalk.org/index.php?action=profile;u=84521) to LoyceV (https://bitcointalk.org/index.php?action=profile;u=459836) for LoyceV vs DdmrDdmr (and get your own Merit graph: up to 10 users per graph) (https://bitcointalk.org/index.php?topic=5099167.msg49299366#msg49299366)
  • 2019-01-19T13:59:06Z: 10 from TRF (https://bitcointalk.org/index.php?action=profile;u=881749) to VINSIN (https://bitcointalk.org/index.php?action=profile;u=840084) for The Rock Trading www.therocktrading.com : Selective Scam (truffa) (https://bitcointalk.org/index.php?topic=4975753.msg49214614#msg49214614)
  • 2019-01-18T15:49:39Z: 15 from dbshck (https://bitcointalk.org/index.php?action=profile;u=153634) to DdmrDdmr (https://bitcointalk.org/index.php?action=profile;u=1582324) for Customized Trust Network – Interactive tool to see who we trust/distrust (https://bitcointalk.org/index.php?topic=5096207.msg49187212#msg49187212)
  • 2019-01-18T12:25:18Z: 10 from Welsh (https://bitcointalk.org/index.php?action=profile;u=84521) to AverageGlabella (https://bitcointalk.org/index.php?action=profile;u=392646) for Report to moderators cooldown (https://bitcointalk.org/index.php?topic=5098880.msg49288920#msg49288920)
Total Merits 329


Title: Re: Swiss army knife Tool to query Merit data online - Full History
Post by: Piggy on February 01, 2019, 08:31:21 AM
The data is updated to Friday 1st of February

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=2019-02-01&dategreater=2019-01-25&meritgreater=10

Result Custom Query
  • 2019-01-31T19:08:52Z: 10 from BobLawblaw (https://bitcointalk.org/index.php?action=profile;u=569455) to xhomerx10 (https://bitcointalk.org/index.php?action=profile;u=120694) for Wall Observer BTC/USD - Bitcoin price movement tracking &amp; discussion (https://bitcointalk.org/index.php?topic=178336.msg49521035#msg49521035)
  • 2019-01-30T22:33:25Z: 11 from BitBitCoin (https://bitcointalk.org/index.php?action=profile;u=305944) to Plutosky (https://bitcointalk.org/index.php?action=profile;u=1237522) for BITCOIN PUMP! (https://bitcointalk.org/index.php?topic=313900.msg49506031#msg49506031)
  • 2019-01-30T18:08:39Z: 10 from suchmoon (https://bitcointalk.org/index.php?action=profile;u=234771) to braiins (https://bitcointalk.org/index.php?action=profile;u=2405353) for Braiins OS: open-source mining firmware [S9, T1]. New release includes AsicBoost (https://bitcointalk.org/index.php?topic=5036844.msg46116717#msg46116717)
  • 2019-01-30T14:03:39Z: 10 from scryptr (https://bitcointalk.org/index.php?action=profile;u=350538) to pinpins (https://bitcointalk.org/index.php?action=profile;u=1562473) for [ANN][POOL] ZERGPOOL.com - BACK!Multialgo, autoexchange, 0.5% fee, 250+ coins (https://bitcointalk.org/index.php?topic=2759935.msg28197997#msg28197997)
  • 2019-01-30T02:20:47Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to anonymousminer (https://bitcointalk.org/index.php?action=profile;u=1668017) for [Raffle] Lealana Loaded Silver Madness. 6/16 spots left (https://bitcointalk.org/index.php?topic=5103907.msg49491151#msg49491151)
  • 2019-01-29T21:21:03Z: 50 from suchmoon (https://bitcointalk.org/index.php?action=profile;u=234771) to satoshi (https://bitcointalk.org/index.php?action=profile;u=3) for Welcome to the new Bitcoin forum! (https://bitcointalk.org/index.php?topic=5.msg28#msg28)
  • 2019-01-29T15:57:10Z: 10 from kenzawak (https://bitcointalk.org/index.php?action=profile;u=1082600) to Melja (https://bitcointalk.org/index.php?action=profile;u=1236675) for [SPLIT] rien... (https://bitcointalk.org/index.php?topic=5103978.msg49484480#msg49484480)
  • 2019-01-29T15:07:12Z: 10 from TheMiningPool.mine (https://bitcointalk.org/index.php?action=profile;u=942521) to kd100 (https://bitcointalk.org/index.php?action=profile;u=2228489) for [ANN]DreamTeam3 (DT3) (https://bitcointalk.org/index.php?topic=5098293.msg49472977#msg49472977)
  • 2019-01-29T12:49:49Z: 10 from dbshck (https://bitcointalk.org/index.php?action=profile;u=153634) to abhiseshakana (https://bitcointalk.org/index.php?action=profile;u=1878246) for [Info] Sekilas Tentang Altcoin (https://bitcointalk.org/index.php?topic=5081365.msg48504890#msg48504890)
  • 2019-01-28T22:03:28Z: 24 from ONLYfree (https://bitcointalk.org/index.php?action=profile;u=314726) to Pamoldar (https://bitcointalk.org/index.php?action=profile;u=662330) for Looking who can pay BitPay invoice for $61 I send first from blockchain.com  (https://bitcointalk.org/index.php?topic=5103445.msg49474129#msg49474129)
  • 2019-01-28T15:14:28Z: 10 from Cyrus (https://bitcointalk.org/index.php?action=profile;u=78147) to theymos (https://bitcointalk.org/index.php?action=profile;u=35) for Merit &amp; new rank requirements (https://bitcointalk.org/index.php?topic=2818350.msg28856522#msg28856522)
  • 2019-01-28T13:32:23Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to ezeminer (https://bitcointalk.org/index.php?action=profile;u=396526) for [Auction]Mining Pools Book (https://bitcointalk.org/index.php?topic=5102352.msg49425296#msg49425296)
  • 2019-01-27T21:56:53Z: 10 from phishead (https://bitcointalk.org/index.php?action=profile;u=547991) to smooth (https://bitcointalk.org/index.php?action=profile;u=13813) for [XMR] Monero Speculation (https://bitcointalk.org/index.php?topic=753252.msg8499018#msg8499018)
  • 2019-01-27T21:56:34Z: 10 from phishead (https://bitcointalk.org/index.php?action=profile;u=547991) to monero (https://bitcointalk.org/index.php?action=profile;u=319826) for [XMR] Monero - A secure, private, untraceable cryptocurrency (https://bitcointalk.org/index.php?topic=583449.msg6382239#msg6382239)
  • 2019-01-27T12:10:59Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to Hhampuz (https://bitcointalk.org/index.php?action=profile;u=881377) for [ANN][WTS] BeYourOwnBank 'The M.O.A.B.' #011-#100 on sale now! (https://bitcointalk.org/index.php?topic=5102720.msg49444432#msg49444432)
  • 2019-01-27T11:27:58Z: 10 from Welsh (https://bitcointalk.org/index.php?action=profile;u=84521) to Cyrus (https://bitcointalk.org/index.php?action=profile;u=78147) for [Userscript] Report to moderator on  post history (https://bitcointalk.org/index.php?topic=5101823.msg49405472#msg49405472)
  • 2019-01-27T03:37:08Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to OneNattyLitecoin (https://bitcointalk.org/index.php?action=profile;u=1002739) for [Auction-Ended] NaTTyMiNd DayBreak 100VIA Piece- Proof / Rose Gold Front (https://bitcointalk.org/index.php?topic=5102672.msg49440989#msg49440989)
  • 2019-01-27T02:54:09Z: 10 from Chris! (https://bitcointalk.org/index.php?action=profile;u=662129) to Timelord2067 (https://bitcointalk.org/index.php?action=profile;u=131361) for Known Alts of any-one - A User Generated List Mk III (2019 Q1) (https://bitcointalk.org/index.php?topic=2544574.msg25949072#msg25949072)
  • 2019-01-26T21:36:01Z: 10 from krogothmanhattan (https://bitcointalk.org/index.php?action=profile;u=1000199) to Hhampuz (https://bitcointalk.org/index.php?action=profile;u=881377) for [Auction]BeYourOwnBank 'The M.O.A.B.' | #001-#010 | Now Loaded | Ends Now! (https://bitcointalk.org/index.php?topic=5099728.msg49320924#msg49320924)
  • 2019-01-26T20:49:33Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to GreenBits (https://bitcointalk.org/index.php?action=profile;u=133212) for Evil MAGA hat kids from Covington School VS Native American (https://bitcointalk.org/index.php?topic=5101007.msg49425401#msg49425401)
  • 2019-01-26T20:39:15Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to Kryptowerk (https://bitcointalk.org/index.php?action=profile;u=949248) for [ANN][WTS] Bitcoin 'rogue planemo' &amp; Monero 'needs no slogan' Posters | limited (https://bitcointalk.org/index.php?topic=5102596.msg49437564#msg49437564)
  • 2019-01-26T19:49:11Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to suchmoon (https://bitcointalk.org/index.php?action=profile;u=234771) for Trump Threatens To Keep Government Closed 'For Months Or years' (https://bitcointalk.org/index.php?topic=5093529.msg49436047#msg49436047)
  • 2019-01-26T17:18:19Z: 10 from minifrij (https://bitcointalk.org/index.php?action=profile;u=138940) to tranthidung (https://bitcointalk.org/index.php?action=profile;u=1292764) for Time Series Analysis on Distributed Merits in the forum (daily, weekly, monthly) (https://bitcointalk.org/index.php?topic=5069140.msg47893786#msg47893786)
  • 2019-01-26T10:34:49Z: 10 from xandry (https://bitcointalk.org/index.php?action=profile;u=382413) to grue (https://bitcointalk.org/index.php?action=profile;u=5797) for Enhanced merit UI [1.1] (https://bitcointalk.org/index.php?topic=2833350.msg29048068#msg29048068)
  • 2019-01-26T08:15:04Z: 13 from Lauda (https://bitcointalk.org/index.php?action=profile;u=101872) to actmyname (https://bitcointalk.org/index.php?action=profile;u=465017) for [The Cult of Lauda] My Trust List (https://bitcointalk.org/index.php?topic=5098579.msg49428112#msg49428112)
  • 2019-01-26T07:26:13Z: 10 from Quickseller (https://bitcointalk.org/index.php?action=profile;u=358020) to eddie13 (https://bitcointalk.org/index.php?action=profile;u=580327) for Legendary account seller (https://bitcointalk.org/index.php?topic=5102198.msg49424544#msg49424544)
  • 2019-01-26T02:21:37Z: 12 from realr0ach (https://bitcointalk.org/index.php?action=profile;u=1115697) to bones261 (https://bitcointalk.org/index.php?action=profile;u=452769) for Wall Observer BTC/USD - Bitcoin price movement tracking &amp; discussion (https://bitcointalk.org/index.php?topic=178336.msg49425426#msg49425426)
  • 2019-01-25T18:44:47Z: 13 from suchmoon (https://bitcointalk.org/index.php?action=profile;u=234771) to bitmover (https://bitcointalk.org/index.php?action=profile;u=1554927) for bitmover Merit Source Application - and thoughts on Brazilian Bitcoin Community (https://bitcointalk.org/index.php?topic=4726098.msg42705111#msg42705111)
  • 2019-01-25T17:57:29Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to teeGUMES (https://bitcointalk.org/index.php?action=profile;u=307884) for [Auction] Bitcoin Penny 2018 Precious Metals Trio (https://bitcointalk.org/index.php?topic=5101969.msg49410744#msg49410744)
  • 2019-01-25T17:52:31Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to anonymousminer (https://bitcointalk.org/index.php?action=profile;u=1668017) for [REQUEST] For CryptoImperator to Release All Public Addresses (https://bitcointalk.org/index.php?topic=5101265.msg49385325#msg49385325)
  • 2019-01-25T16:57:23Z: 10 from BlackMambaPH (https://bitcointalk.org/index.php?action=profile;u=884853) to AGD815 (https://bitcointalk.org/index.php?action=profile;u=2016245) for Cloudbet | Bitcoin Casino &amp; Sportsbook | The No.1 Bitcoin Gambling Site (https://bitcointalk.org/index.php?topic=333552.msg49419201#msg49419201)
  • 2019-01-25T16:25:05Z: 20 from theymos (https://bitcointalk.org/index.php?action=profile;u=35) to Artemis3 (https://bitcointalk.org/index.php?action=profile;u=980501) for Venezuela (https://bitcointalk.org/index.php?topic=5101907.msg49415987#msg49415987)
  • 2019-01-25T04:32:18Z: 15 from MarriNK-21 (https://bitcointalk.org/index.php?action=profile;u=348129) to TNM1WPCK (https://bitcointalk.org/index.php?action=profile;u=2192007) for [ANN][XTZ] Tezos - Кpиптoгpaфичecкaя Бyxгaлтepcкaя Кни (https://bitcointalk.org/index.php?topic=1923323.msg47911641#msg47911641)
  • 2019-01-25T03:35:25Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to GreenBits (https://bitcointalk.org/index.php?action=profile;u=133212) for From what I see democrats are at fault  (https://bitcointalk.org/index.php?topic=5101129.msg49407435#msg49407435)
  • 2019-01-25T03:31:23Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to vit05 (https://bitcointalk.org/index.php?action=profile;u=194811) for Venezuela (https://bitcointalk.org/index.php?topic=5101907.msg49408912#msg49408912)
  • 2019-01-25T01:08:49Z: 10 from theymos (https://bitcointalk.org/index.php?action=profile;u=35) to vit05 (https://bitcointalk.org/index.php?action=profile;u=194811) for Venezuela (https://bitcointalk.org/index.php?topic=5101907.msg49408912#msg49408912)
  • 2019-01-25T00:31:14Z: 10 from ChekaZ (https://bitcointalk.org/index.php?action=profile;u=99330) to fairglu (https://bitcointalk.org/index.php?action=profile;u=221182) for chainz.cryptoID.info - Alternative Blockchain Explorers (https://bitcointalk.org/index.php?topic=571254.msg6225883#msg6225883)
Total Merits 448



Title: Re: Swiss army knife Tool to query Merit data online - Full History
Post by: Piggy on February 08, 2019, 11:36:01 AM
The data is updated to Friday 8th of February

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

Result Custom Query
  • 2019-02-07T12:57:45Z: 10 from Acura3600 (https://bitcointalk.org/index.php?action=profile;u=409704) to xtrusion (https://bitcointalk.org/index.php?action=profile;u=995138) for Hot Coins (https://bitcointalk.org/index.php?topic=628413.msg49618475#msg49618475)
  • 2019-02-07T06:08:34Z: 10 from bones261 (https://bitcointalk.org/index.php?action=profile;u=452769) to suchmoon (https://bitcointalk.org/index.php?action=profile;u=234771) for GAW / Josh Garza discussion Paycoin XPY xpy.io ION ionomy. ALWAYS MAKE MONEY :) (https://bitcointalk.org/index.php?topic=857670.msg9544801#msg9544801)
  • 2019-02-07T05:38:41Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to polymerbit (https://bitcointalk.org/index.php?action=profile;u=811213) for [ANN] Emergency Notes Deadline (https://bitcointalk.org/index.php?topic=5106856.msg49611537#msg49611537)
  • 2019-02-07T00:27:29Z: 13 from Apocalypsis (https://bitcointalk.org/index.php?action=profile;u=2541527) to Vlad2Vlad (https://bitcointalk.org/index.php?action=profile;u=112208) for --  The Riddle of the Twin Brothers - Who Were, Are and Will Rule the World! (https://bitcointalk.org/index.php?topic=317658.msg3406178#msg3406178)
  • 2019-02-06T20:24:34Z: 20 from Vlad2Vlad (https://bitcointalk.org/index.php?action=profile;u=112208) to Hal (https://bitcointalk.org/index.php?action=profile;u=2436) for Bitcoin and me (Hal Finney) (https://bitcointalk.org/index.php?topic=155054.msg1643833#msg1643833)
  • 2019-02-06T20:19:55Z: 30 from Vlad2Vlad (https://bitcointalk.org/index.php?action=profile;u=112208) to Nasakioto (https://bitcointalk.org/index.php?action=profile;u=28684) for [ANNOUNCE] Ixcoin - a new Bitcoin fork (https://bitcointalk.org/index.php?topic=36218.msg446303#msg446303)
  • 2019-02-06T20:18:30Z: 12 from Vlad2Vlad (https://bitcointalk.org/index.php?action=profile;u=112208) to Apocalypsis (https://bitcointalk.org/index.php?action=profile;u=2541527) for [ANN] IXCoin [IXC] The Original Bitcoin Sidechain (https://bitcointalk.org/index.php?topic=3015517.msg49602861#msg49602861)
  • 2019-02-06T18:39:17Z: 10 from Wipro (https://bitcointalk.org/index.php?action=profile;u=759298) to Quickseller (https://bitcointalk.org/index.php?action=profile;u=358020) for Lauda/TMAN/minifrij/IronMarvel2/owlcatz extortion attempt (https://bitcointalk.org/index.php?topic=1764757.msg17624090#msg17624090)
  • 2019-02-06T17:57:01Z: 15 from gentlemand (https://bitcointalk.org/index.php?action=profile;u=155345) to Cryptotourist (https://bitcointalk.org/index.php?action=profile;u=2461690) for Wall Observer BTC/USD - Bitcoin price movement tracking &amp; discussion (https://bitcointalk.org/index.php?topic=178336.msg49615265#msg49615265)
  • 2019-02-06T16:32:12Z: 10 from vizique (https://bitcointalk.org/index.php?action=profile;u=120837) to polymerbit (https://bitcointalk.org/index.php?action=profile;u=811213) for [ANN] Emergency Notes Deadline (https://bitcointalk.org/index.php?topic=5106856.msg49611537#msg49611537)
  • 2019-02-06T04:23:57Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to anonymousminer (https://bitcointalk.org/index.php?action=profile;u=1668017) for [Raffle]Autographed Allen&amp;Ginter #34 Scott Blumstein Card  *ROLLING*  Good Luck! (https://bitcointalk.org/index.php?topic=5106461.msg49597495#msg49597495)
  • 2019-02-05T21:12:33Z: 50 from dzarmush (https://bitcointalk.org/index.php?action=profile;u=176058) to d5000 (https://bitcointalk.org/index.php?action=profile;u=85033) for Slimcoin | First Proof of Burn currency | Decentralized Web (https://bitcointalk.org/index.php?topic=1141676.msg49540510#msg49540510)
  • 2019-02-05T21:11:52Z: 50 from dzarmush (https://bitcointalk.org/index.php?action=profile;u=176058) to muf18 (https://bitcointalk.org/index.php?action=profile;u=855439) for Slimcoin | First Proof of Burn currency | Decentralized Web (https://bitcointalk.org/index.php?topic=1141676.msg49553102#msg49553102)
  • 2019-02-05T14:25:21Z: 10 from joniboini (https://bitcointalk.org/index.php?action=profile;u=1275282) to payjoe93 (https://bitcointalk.org/index.php?action=profile;u=1961841) for [TUTORIAL] Belajar Membuat Signature (https://bitcointalk.org/index.php?topic=4536961.msg40828830#msg40828830)
  • 2019-02-05T03:32:57Z: 10 from stingers (https://bitcointalk.org/index.php?action=profile;u=393142) to Quickseller (https://bitcointalk.org/index.php?action=profile;u=358020) for Discussion about subjective behaviors that may result in a red tag. (https://bitcointalk.org/index.php?topic=5105759.msg49581201#msg49581201)
  • 2019-02-05T03:31:36Z: 10 from stingers (https://bitcointalk.org/index.php?action=profile;u=393142) to TECSHARE (https://bitcointalk.org/index.php?action=profile;u=15728) for DefaultTrust changes (https://bitcointalk.org/index.php?topic=5095156.msg49523296#msg49523296)
  • 2019-02-05T03:29:35Z: 10 from stingers (https://bitcointalk.org/index.php?action=profile;u=393142) to gwsukabokepjepang (https://bitcointalk.org/index.php?action=profile;u=2536607) for There should be a public general elections on the DTs (https://bitcointalk.org/index.php?topic=5104397.msg49511060#msg49511060)
  • 2019-02-05T03:25:35Z: 10 from stingers (https://bitcointalk.org/index.php?action=profile;u=393142) to Thule (https://bitcointalk.org/index.php?action=profile;u=355462) for ▄▀▄ REMOVE LAUDA FROM DT ▄▀▄▀▄▀▄ LIST UPDATED 2/5/19 ▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀ (https://bitcointalk.org/index.php?topic=5103988.msg49589090#msg49589090)
  • 2019-02-05T03:22:54Z: 10 from stingers (https://bitcointalk.org/index.php?action=profile;u=393142) to cryptohunter (https://bitcointalk.org/index.php?action=profile;u=92110) for ▄▀▄ REMOVE LAUDA FROM DT ▄▀▄▀▄▀▄ LIST UPDATED 2/5/19 ▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀ (https://bitcointalk.org/index.php?topic=5103988.msg49581173#msg49581173)
  • 2019-02-05T02:04:37Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to o_e_l_e_o (https://bitcointalk.org/index.php?action=profile;u=1188543) for So, let's talk about that new abortion law... (https://bitcointalk.org/index.php?topic=5105547.msg49586679#msg49586679)
  • 2019-02-04T20:04:26Z: 20 from SebastianJu (https://bitcointalk.org/index.php?action=profile;u=18640) to qwk (https://bitcointalk.org/index.php?action=profile;u=24140) for Trust System FAQ (https://bitcointalk.org/index.php?topic=5095947.msg49176856#msg49176856)
  • 2019-02-04T18:37:48Z: 10 from SebastianJu (https://bitcointalk.org/index.php?action=profile;u=18640) to Lafu (https://bitcointalk.org/index.php?action=profile;u=805820) for Die Default Trust wurde geändert !  (https://bitcointalk.org/index.php?topic=5095223.msg49143850#msg49143850)
  • 2019-02-04T13:32:07Z: 10 from suchmoon (https://bitcointalk.org/index.php?action=profile;u=234771) to krogothmanhattan (https://bitcointalk.org/index.php?action=profile;u=1000199) for BEWARE of FAKE CASASCIUS COINS (https://bitcointalk.org/index.php?topic=3257048.msg33929796#msg33929796)
  • 2019-02-03T22:13:45Z: 10 from akaBeaver (https://bitcointalk.org/index.php?action=profile;u=35224) to BitcoinSharkBoy (https://bitcointalk.org/index.php?action=profile;u=1496968) for Cпиcoк дeцeнтpaлизoвaнныx биpж (https://bitcointalk.org/index.php?topic=3131424.msg32386113#msg32386113)
  • 2019-02-03T19:44:22Z: 10 from kurious (https://bitcointalk.org/index.php?action=profile;u=102795) to xhomerx10 (https://bitcointalk.org/index.php?action=profile;u=120694) for Wall Observer BTC/USD - Bitcoin price movement tracking &amp; discussion (https://bitcointalk.org/index.php?topic=178336.msg49570603#msg49570603)
  • 2019-02-03T17:18:15Z: 10 from suchmoon (https://bitcointalk.org/index.php?action=profile;u=234771) to ETFbitcoin (https://bitcointalk.org/index.php?action=profile;u=359716) for [self-moderated] Report unmerited good posts to Merit Source (https://bitcointalk.org/index.php?topic=5093271.msg49568305#msg49568305)
  • 2019-02-03T17:03:27Z: 20 from EFS (https://bitcointalk.org/index.php?action=profile;u=140584) to PHI1618 (https://bitcointalk.org/index.php?action=profile;u=1071136) for KeepKey Wallet İncelemesi, kullanım rehberi, detaylar, sorular, cevaplar (https://bitcointalk.org/index.php?topic=5105623.msg49567311#msg49567311)
  • 2019-02-03T16:50:58Z: 10 from dbshck (https://bitcointalk.org/index.php?action=profile;u=153634) to Cyrus (https://bitcointalk.org/index.php?action=profile;u=78147) for [Userscript] Report to moderator on  post history (https://bitcointalk.org/index.php?topic=5101823.msg49405472#msg49405472)
  • 2019-02-03T04:35:30Z: 20 from Lauda (https://bitcointalk.org/index.php?action=profile;u=101872) to Crypto-DesignService (https://bitcointalk.org/index.php?action=profile;u=2528593) for ACTUAL FOOTAGE OF WHATS HAPPENING IN REPUTATION SECTION! (MUST WATCH) (https://bitcointalk.org/index.php?topic=5105303.msg49550647#msg49550647)
  • 2019-02-02T18:59:34Z: 10 from suchmoon (https://bitcointalk.org/index.php?action=profile;u=234771) to Crypto-DesignService (https://bitcointalk.org/index.php?action=profile;u=2528593) for ACTUAL FOOTAGE OF WHATS HAPPENING IN REPUTATION SECTION! (MUST WATCH) (https://bitcointalk.org/index.php?topic=5105303.msg49550647#msg49550647)
  • 2019-02-02T17:45:35Z: 10 from jbreher (https://bitcointalk.org/index.php?action=profile;u=28719) to micgoossens (https://bitcointalk.org/index.php?action=profile;u=1067333) for Wall Observer BTC/USD - Bitcoin price movement tracking &amp; discussion (https://bitcointalk.org/index.php?topic=178336.msg49549879#msg49549879)
  • 2019-02-02T17:00:27Z: 15 from Foxpup (https://bitcointalk.org/index.php?action=profile;u=55384) to Crypto-DesignService (https://bitcointalk.org/index.php?action=profile;u=2528593) for ACTUAL FOOTAGE OF WHATS HAPPENING IN REPUTATION SECTION! (MUST WATCH) (https://bitcointalk.org/index.php?topic=5105303.msg49550647#msg49550647)
  • 2019-02-02T03:00:36Z: 20 from girino (https://bitcointalk.org/index.php?action=profile;u=143492) to sabotag3x (https://bitcointalk.org/index.php?action=profile;u=846936) for Quantos merits faltam para você subir de rank? (https://bitcointalk.org/index.php?topic=5102955.msg49457247#msg49457247)
  • 2019-02-01T16:29:54Z: 10 from Pamoldar (https://bitcointalk.org/index.php?action=profile;u=662330) to xhomerx10 (https://bitcointalk.org/index.php?action=profile;u=120694) for Wall Observer BTC/USD - Bitcoin price movement tracking &amp; discussion (https://bitcointalk.org/index.php?topic=178336.msg49534249#msg49534249)
Total Merits 505


Title: Re: Swiss army knife Tool to query Merit data online - Full History
Post by: Piggy on February 19, 2019, 07:49:13 AM
The data is updated to Friday 15th of February

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=2019-02-15&dategreater=2019-02-08&meritgreater=10

Result Custom Query
  • 2019-02-14T15:35:25Z: 10 from d57heinz (https://bitcointalk.org/index.php?action=profile;u=329441) to Bulitt (https://bitcointalk.org/index.php?action=profile;u=1906521) for 1906521 (https://bitcointalk.org/index.php?topic=5109768.msg49740317#msg49740317)
  • 2019-02-14T06:56:44Z: 11 from citronick (https://bitcointalk.org/index.php?action=profile;u=543165) to VoskCoin (https://bitcointalk.org/index.php?action=profile;u=987465) for [Mining OS] SimpleMining.net - Easy to use GPU MINING Operating System (https://bitcointalk.org/index.php?topic=1541084.msg49730705#msg49730705)
  • 2019-02-14T06:22:25Z: 30 from kingcarsen (https://bitcointalk.org/index.php?action=profile;u=860708) to buzzkillb (https://bitcointalk.org/index.php?action=profile;u=95437) for [ANN] Denarius [D] - First 'Tribus' PoW/PoS Hybrid Masternodes, Ring Sigs (https://bitcointalk.org/index.php?topic=1967207.msg49718655#msg49718655)
  • 2019-02-13T19:21:16Z: 10 from cAPSLOCK (https://bitcointalk.org/index.php?action=profile;u=35501) to kavabanga07 (https://bitcointalk.org/index.php?action=profile;u=1169794) for Wall Observer BTC/USD - Bitcoin price movement tracking &amp; discussion (https://bitcointalk.org/index.php?topic=178336.msg49714002#msg49714002)
  • 2019-02-12T17:44:57Z: 10 from Welsh (https://bitcointalk.org/index.php?action=profile;u=84521) to SaltySpitoon (https://bitcointalk.org/index.php?action=profile;u=38894) for For Theymos  (https://bitcointalk.org/index.php?topic=5108322.msg49682088#msg49682088)
  • 2019-02-12T17:33:59Z: 10 from suchmoon (https://bitcointalk.org/index.php?action=profile;u=234771) to logfiles (https://bitcointalk.org/index.php?action=profile;u=1247226) for Importing Vs Sweeping Private Keys; What you need to know. (https://bitcointalk.org/index.php?topic=5106984.msg49616357#msg49616357)
  • 2019-02-12T17:23:25Z: 10 from suchmoon (https://bitcointalk.org/index.php?action=profile;u=234771) to theyoungmillionaire (https://bitcointalk.org/index.php?action=profile;u=1180530) for Meet Than and Then (https://bitcointalk.org/index.php?topic=5108632.msg49693187#msg49693187)
  • 2019-02-12T12:04:41Z: 25 from joksim299 (https://bitcointalk.org/index.php?action=profile;u=220481) to victorhing (https://bitcointalk.org/index.php?action=profile;u=151862) for COINROYALE.COM • Provably Fair • NEW GAME SIC BO • 10% Casino Rebate (https://bitcointalk.org/index.php?topic=301480.msg49705589#msg49705589)
  • 2019-02-12T10:15:45Z: 10 from sapta (https://bitcointalk.org/index.php?action=profile;u=347141) to Piggy (https://bitcointalk.org/index.php?action=profile;u=188198) for [RELEASED] @mention notification bot - now with Telegram (https://bitcointalk.org/index.php?topic=5023605.msg45324722#msg45324722)
  • 2019-02-12T09:27:55Z: 10 from UdjinM6 (https://bitcointalk.org/index.php?action=profile;u=194563) to qwizzie (https://bitcointalk.org/index.php?action=profile;u=244046) for [ANN][DASH] Dash (dash.org) | First Self-Funding Self-Governing Crypto Currency (https://bitcointalk.org/index.php?topic=421615.msg49702630#msg49702630)
  • 2019-02-12T01:36:35Z: 11 from Vod (https://bitcointalk.org/index.php?action=profile;u=30747) to LoyceV (https://bitcointalk.org/index.php?action=profile;u=459836) for [UPDATED February 16] LoyceV's Trust list viewer (https://bitcointalk.org/index.php?topic=5102296.msg49423579#msg49423579)
  • 2019-02-11T18:54:00Z: 10 from Leonard2016 (https://bitcointalk.org/index.php?action=profile;u=800379) to mone ro (https://bitcointalk.org/index.php?action=profile;u=2533534) for فارسی (Persian) (https://bitcointalk.org/index.php?topic=620798.msg49695841#msg49695841)
  • 2019-02-11T16:38:07Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to coins4commies (https://bitcointalk.org/index.php?action=profile;u=1752004) for Green New Deal (https://bitcointalk.org/index.php?topic=5108032.msg49686835#msg49686835)
  • 2019-02-11T16:13:48Z: 11 from ETFbitcoin (https://bitcointalk.org/index.php?action=profile;u=359716) to nopara73 (https://bitcointalk.org/index.php?action=profile;u=212012) for CoinJoin: Bitcoin privacy for the real world (https://bitcointalk.org/index.php?topic=279249.msg46988492#msg46988492)
  • 2019-02-10T17:41:27Z: 10 from teramit (https://bitcointalk.org/index.php?action=profile;u=158960) to tufanv (https://bitcointalk.org/index.php?action=profile;u=1249424) for API Kriptokolik.io - Geliştiriciler ve Websiteleri için ücretsiz API (https://bitcointalk.org/index.php?topic=5106297.msg49592207#msg49592207)
  • 2019-02-10T01:22:03Z: 12 from jovan85 (https://bitcointalk.org/index.php?action=profile;u=823842) to sunce33 (https://bitcointalk.org/index.php?action=profile;u=245285) for       [ Bounty_CoinHe.io ] Highest Paying Bounty Campaign]  (https://bitcointalk.org/index.php?topic=5103963.msg49665507#msg49665507)
  • 2019-02-09T21:23:23Z: 10 from minifrij (https://bitcointalk.org/index.php?action=profile;u=138940) to qwk (https://bitcointalk.org/index.php?action=profile;u=24140) for DefaultTrust changes (https://bitcointalk.org/index.php?topic=5095156.msg49664522#msg49664522)
  • 2019-02-09T19:06:53Z: 20 from allyouracid (https://bitcointalk.org/index.php?action=profile;u=138833) to GameKyuubi (https://bitcointalk.org/index.php?action=profile;u=26945) for I AM HODLING (https://bitcointalk.org/index.php?topic=375643.msg4022997#msg4022997)
  • 2019-02-09T17:29:48Z: 12 from phantastisch (https://bitcointalk.org/index.php?action=profile;u=18312) to Lafu (https://bitcointalk.org/index.php?action=profile;u=805820) for Übersetzungs-Spam gefunden? Hier könnt ihr ihn berichten (https://bitcointalk.org/index.php?topic=4415262.msg49627971#msg49627971)
  • 2019-02-09T17:29:30Z: 12 from phantastisch (https://bitcointalk.org/index.php?action=profile;u=18312) to 1miau (https://bitcointalk.org/index.php?action=profile;u=2143453) for Übersetzungs-Spam gefunden? Hier könnt ihr ihn berichten (https://bitcointalk.org/index.php?topic=4415262.msg49619327#msg49619327)
  • 2019-02-09T16:57:42Z: 20 from SebastianJu (https://bitcointalk.org/index.php?action=profile;u=18640) to DdmrDdmr (https://bitcointalk.org/index.php?action=profile;u=1582324) for Customized Trust Network – Interactive tool to see who we trust/distrust (https://bitcointalk.org/index.php?topic=5096207.msg49187212#msg49187212)
  • 2019-02-09T16:50:04Z: 10 from SebastianJu (https://bitcointalk.org/index.php?action=profile;u=18640) to 1miau (https://bitcointalk.org/index.php?action=profile;u=2143453) for Trust System FAQ (https://bitcointalk.org/index.php?topic=5095947.msg49629705#msg49629705)
  • 2019-02-09T02:32:32Z: 10 from suchmoon (https://bitcointalk.org/index.php?action=profile;u=234771) to qwk (https://bitcointalk.org/index.php?action=profile;u=24140) for Theymos can you explain your reasoning on merit allocated on a political basis. (https://bitcointalk.org/index.php?topic=5107640.msg49644939#msg49644939)
  • 2019-02-09T02:08:58Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to anonymousminer (https://bitcointalk.org/index.php?action=profile;u=1668017) for [Raffle]Autographed Allen&amp;Ginter #34 Scott Blumstein Card  *ENDED* (https://bitcointalk.org/index.php?topic=5106461.msg49631262#msg49631262)
  • 2019-02-08T13:10:29Z: 10 from paxmao (https://bitcointalk.org/index.php?action=profile;u=1192397) to ChiNgadOr (https://bitcointalk.org/index.php?action=profile;u=1176794) for estafa masiva dentro del foro (https://bitcointalk.org/index.php?topic=5105423.msg49555515#msg49555515)
  • 2019-02-08T10:01:21Z: 30 from Zebedee23 (https://bitcointalk.org/index.php?action=profile;u=180546) to Persona.Blockchain (https://bitcointalk.org/index.php?action=profile;u=2538338) for ✅[ANN]Persona[PRSN]-Your Own Digital Self✅Solution For Identity Management✅ (https://bitcointalk.org/index.php?topic=5107307.msg49639706#msg49639706)
  • 2019-02-08T07:53:21Z: 11 from Neelix (https://bitcointalk.org/index.php?action=profile;u=1842282) to N0sferatu (https://bitcointalk.org/index.php?action=profile;u=2542787) for how to be positive (https://bitcointalk.org/index.php?topic=2224231.msg49637300#msg49637300)
Total Merits 355


Title: Re: Swiss army knife Tool to query Merit data online - Full History
Post by: Piggy on February 22, 2019, 07:38:27 AM

The data is updated to Friday 22th of February

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=2019-02-22&dategreater=2019-02-15&meritgreater=10

Result Custom Query
  • 2019-02-21T21:22:20Z: 50 from suchmoon (https://bitcointalk.org/index.php?action=profile;u=234771) to Piggy (https://bitcointalk.org/index.php?action=profile;u=188198) for [RELEASED] @mention notification bot - now with Telegram (https://bitcointalk.org/index.php?topic=5023605.msg45324722#msg45324722)
  • 2019-02-21T21:00:11Z: 10 from IconFirm (https://bitcointalk.org/index.php?action=profile;u=841288) to ICOEthics (https://bitcointalk.org/index.php?action=profile;u=2204241) for CAS Coin - SCAM - FAKE TEAM  (https://bitcointalk.org/index.php?topic=5112466.msg49851088#msg49851088)
  • 2019-02-21T09:39:37Z: 20 from gmaxwell (https://bitcointalk.org/index.php?action=profile;u=11425) to Wind_FURY (https://bitcointalk.org/index.php?action=profile;u=844914) for Ethereum Anti-ASIC fork, is it the right time for bitcoin too? (https://bitcointalk.org/index.php?topic=5095048.msg49847554#msg49847554)
  • 2019-02-20T16:07:51Z: 11 from citronick (https://bitcointalk.org/index.php?action=profile;u=543165) to SavageMine (https://bitcointalk.org/index.php?action=profile;u=1960312) for [Mining OS] SimpleMining.net - Easy to use GPU MINING Operating System (https://bitcointalk.org/index.php?topic=1541084.msg49833791#msg49833791)
  • 2019-02-19T22:11:58Z: 45 from willi9974 (https://bitcointalk.org/index.php?action=profile;u=216582) to kraken-eric (https://bitcointalk.org/index.php?action=profile;u=2371149) for Kraken Now Open for Germany (https://bitcointalk.org/index.php?topic=340137.msg49815251#msg49815251)
  • 2019-02-19T03:37:23Z: 11 from monbux (https://bitcointalk.org/index.php?action=profile;u=133846) to CryptopreneurBrainboss (https://bitcointalk.org/index.php?action=profile;u=1052091) for [ACTIVE] Monbux's Escrow Services | Since 2014 | Security Upgrade | Legendary | (https://bitcointalk.org/index.php?topic=631008.msg49783532#msg49783532)
  • 2019-02-18T03:55:30Z: 10 from BigWait (https://bitcointalk.org/index.php?action=profile;u=314703) to rat4 (https://bitcointalk.org/index.php?action=profile;u=237027) for [ANN] Blacknet | IBO for BlackCoin | New code | PoS | No ICO (https://bitcointalk.org/index.php?topic=469640.msg5182071#msg5182071)
  • 2019-02-17T16:03:51Z: 10 from suchmoon (https://bitcointalk.org/index.php?action=profile;u=234771) to mprep (https://bitcointalk.org/index.php?action=profile;u=51173) for How can we take Bitcoin Talk back into the Bitcoin community? (https://bitcointalk.org/index.php?topic=5110927.msg49785554#msg49785554)
  • 2019-02-17T15:36:51Z: 10 from mindrust (https://bitcointalk.org/index.php?action=profile;u=176777) to Torque (https://bitcointalk.org/index.php?action=profile;u=163318) for Wall Observer BTC/USD - Bitcoin price movement tracking &amp; discussion (https://bitcointalk.org/index.php?topic=178336.msg49788178#msg49788178)
  • 2019-02-17T06:07:03Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to Corrosive (https://bitcointalk.org/index.php?action=profile;u=2005913) for A Moment in Time, Crypto clocks by Corrosive Creations  (https://bitcointalk.org/index.php?topic=5110814.msg49776816#msg49776816)
  • 2019-02-17T04:27:22Z: 20 from TimC (https://bitcointalk.org/index.php?action=profile;u=255676) to ACP (https://bitcointalk.org/index.php?action=profile;u=488301) for |Wolfx|WFX|ANN|POW|Masternodes|X16R|PrivateSend| (https://bitcointalk.org/index.php?topic=5110382.msg49757307#msg49757307)
  • 2019-02-16T22:11:48Z: 10 from bastilar (https://bitcointalk.org/index.php?action=profile;u=239491) to michnkeks (https://bitcointalk.org/index.php?action=profile;u=881464) for [ANN] Junson Ming Chan - JMC Coin - 750%-125% APR Proof Of Stake Crypto Currency (https://bitcointalk.org/index.php?topic=4882508.msg49234279#msg49234279)
  • 2019-02-16T13:15:19Z: 10 from d57heinz (https://bitcointalk.org/index.php?action=profile;u=329441) to racebyu (https://bitcointalk.org/index.php?action=profile;u=173871) for Launching the Antminer L3+, World's Most Powerful and Efficient Litecoin Miner (https://bitcointalk.org/index.php?topic=1864920.msg41526480#msg41526480)
  • 2019-02-16T08:14:00Z: 10 from marcus_of_augustus (https://bitcointalk.org/index.php?action=profile;u=4190) to micgoossens (https://bitcointalk.org/index.php?action=profile;u=1067333) for Wall Observer BTC/USD - Bitcoin price movement tracking &amp; discussion (https://bitcointalk.org/index.php?topic=178336.msg49765141#msg49765141)
  • 2019-02-16T08:13:38Z: 10 from marcus_of_augustus (https://bitcointalk.org/index.php?action=profile;u=4190) to VB1001 (https://bitcointalk.org/index.php?action=profile;u=1138727) for Wall Observer BTC/USD - Bitcoin price movement tracking &amp; discussion (https://bitcointalk.org/index.php?topic=178336.msg49765435#msg49765435)
  • 2019-02-16T08:13:09Z: 10 from marcus_of_augustus (https://bitcointalk.org/index.php?action=profile;u=4190) to jojo69 (https://bitcointalk.org/index.php?action=profile;u=49008) for Wall Observer BTC/USD - Bitcoin price movement tracking &amp; discussion (https://bitcointalk.org/index.php?topic=178336.msg49765586#msg49765586)
  • 2019-02-16T08:12:23Z: 30 from marcus_of_augustus (https://bitcointalk.org/index.php?action=profile;u=4190) to HairyMaclairy (https://bitcointalk.org/index.php?action=profile;u=181806) for Wall Observer BTC/USD - Bitcoin price movement tracking &amp; discussion (https://bitcointalk.org/index.php?topic=178336.msg49765252#msg49765252)
  • 2019-02-15T22:46:14Z: 10 from IIOII (https://bitcointalk.org/index.php?action=profile;u=16337) to gongo (https://bitcointalk.org/index.php?action=profile;u=2547402) for Der Aktuelle Kursverlauf (https://bitcointalk.org/index.php?topic=26136.msg49760966#msg49760966)
  • 2019-02-15T15:41:24Z: 10 from Welsh (https://bitcointalk.org/index.php?action=profile;u=84521) to LoyceV (https://bitcointalk.org/index.php?action=profile;u=459836) for [UPDATED February 16] LoyceV's Trust list viewer (https://bitcointalk.org/index.php?topic=5102296.msg49423579#msg49423579)
  • 2019-02-15T15:26:29Z: 10 from dbshck (https://bitcointalk.org/index.php?action=profile;u=153634) to DdmrDdmr (https://bitcointalk.org/index.php?action=profile;u=1582324) for Analysis - Reciprocal trust, distrust and asymmetries + all trust all subgraphs (https://bitcointalk.org/index.php?topic=5110266.msg49752913#msg49752913)
  • 2019-02-15T14:05:08Z: 10 from suchmoon (https://bitcointalk.org/index.php?action=profile;u=234771) to DdmrDdmr (https://bitcointalk.org/index.php?action=profile;u=1582324) for Analysis - Reciprocal trust, distrust and asymmetries + all trust all subgraphs (https://bitcointalk.org/index.php?topic=5110266.msg49752913#msg49752913)
  • 2019-02-15T13:40:27Z: 10 from Welsh (https://bitcointalk.org/index.php?action=profile;u=84521) to DdmrDdmr (https://bitcointalk.org/index.php?action=profile;u=1582324) for Analysis - Reciprocal trust, distrust and asymmetries + all trust all subgraphs (https://bitcointalk.org/index.php?topic=5110266.msg49752913#msg49752913)
Total Merits 337



Title: Re: Swiss army knife Tool to query Merit data online - Full History
Post by: Piggy on March 01, 2019, 08:33:54 AM
The data is updated to Friday 1st of March

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=2019-03-01&dategreater=2019-02-22&meritgreater=10

Result Custom Query
  • 2019-02-28T16:53:40Z: 29 from suchmoon (https://bitcointalk.org/index.php?action=profile;u=234771) to iasenko (https://bitcointalk.org/index.php?action=profile;u=1291828) for Epochtalk is ready, theymos wants us to test it. C'mon... (https://bitcointalk.org/index.php?topic=5114336.msg49921644#msg49921644)
  • 2019-02-28T14:41:20Z: 10 from theymos (https://bitcointalk.org/index.php?action=profile;u=35) to lulucrypto (https://bitcointalk.org/index.php?action=profile;u=1305990) for [BCTalk] L'arlésienne, le nouveau forum  (https://bitcointalk.org/index.php?topic=5114471.msg49953152#msg49953152)
  • 2019-02-28T03:40:35Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to SaltySpitoon (https://bitcointalk.org/index.php?action=profile;u=38894) for SSS! Salty's Silver Statues (https://bitcointalk.org/index.php?topic=5115092.msg49950953#msg49950953)
  • 2019-02-27T16:23:59Z: 20 from LoyceV (https://bitcointalk.org/index.php?action=profile;u=459836) to warith (https://bitcointalk.org/index.php?action=profile;u=2552460) for WARNING - Coinomi Wallet CRITICAL Vulnerability Made Me Lose My Life Savings (https://bitcointalk.org/index.php?topic=5114708.msg49936476#msg49936476)
  • 2019-02-27T13:28:55Z: 25 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to Kryptowerk (https://bitcointalk.org/index.php?action=profile;u=949248) for [FREE RAFFLE] for Crypto Cosmos buyers only (AUTOMATIC) (https://bitcointalk.org/index.php?topic=5114623.msg49932935#msg49932935)
  • 2019-02-27T13:22:57Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to start the art (https://bitcointalk.org/index.php?action=profile;u=162183) for  art BITCOIN IS NOT DEAD  (https://bitcointalk.org/index.php?topic=5104892.msg49530432#msg49530432)
  • 2019-02-27T12:16:17Z: 20 from willi9974 (https://bitcointalk.org/index.php?action=profile;u=216582) to MinerVonNaka (https://bitcointalk.org/index.php?action=profile;u=938906) for Welcher Trading Bot ist einfach und günstig ggf. kostenlos? (https://bitcointalk.org/index.php?topic=5112259.msg49942446#msg49942446)
  • 2019-02-27T10:34:27Z: 50 from romanornr (https://bitcointalk.org/index.php?action=profile;u=225292) to TheNewAnon135246 (https://bitcointalk.org/index.php?action=profile;u=153656) for iVendPay - a vending machine payment module (https://bitcointalk.org/index.php?topic=5112727.msg49852070#msg49852070)
  • 2019-02-27T03:10:01Z: 15 from Foxpup (https://bitcointalk.org/index.php?action=profile;u=55384) to gmaxwell (https://bitcointalk.org/index.php?action=profile;u=11425) for Craight Wright is he really Satoshi? (https://bitcointalk.org/index.php?topic=5100073.msg49359735#msg49359735)
  • 2019-02-27T03:04:48Z: 15 from Vod (https://bitcointalk.org/index.php?action=profile;u=30747) to tspacepilot (https://bitcointalk.org/index.php?action=profile;u=138744) for About Vod (https://bitcointalk.org/index.php?topic=1182624.msg12513345#msg12513345)
  • 2019-02-26T20:43:27Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to polymerbit (https://bitcointalk.org/index.php?action=profile;u=811213) for [ANN] [WTS] NEW POLYMERBIT NOTES (BTC ACCEPTED) (https://bitcointalk.org/index.php?topic=5114666.msg49934504#msg49934504)
  • 2019-02-26T15:49:17Z: 10 from dbshck (https://bitcointalk.org/index.php?action=profile;u=153634) to LoyceV (https://bitcointalk.org/index.php?action=profile;u=459836) for [self-moderated] Report unmerited good posts to Merit Source (https://bitcointalk.org/index.php?topic=5093271.msg49051692#msg49051692)
  • 2019-02-26T15:44:56Z: 10 from dbshck (https://bitcointalk.org/index.php?action=profile;u=153634) to achow101 (https://bitcointalk.org/index.php?action=profile;u=290195) for MuSig: Schnorr Multisig and signature aggregation (https://bitcointalk.org/index.php?topic=2818782.msg28861889#msg28861889)
  • 2019-02-26T13:23:51Z: 10 from suchmoon (https://bitcointalk.org/index.php?action=profile;u=234771) to DdmrDdmr (https://bitcointalk.org/index.php?action=profile;u=1582324) for Analysis – sMerit awarding habits – overall and individual (https://bitcointalk.org/index.php?topic=5114518.msg49928476#msg49928476)
  • 2019-02-26T13:06:26Z: 26 from AbsoluteT (https://bitcointalk.org/index.php?action=profile;u=841580) to Vtools (https://bitcointalk.org/index.php?action=profile;u=1162374) for [ANN] [TERA Smart money] [Smart contracts, PoW, CPU, 1000 TPS] (https://bitcointalk.org/index.php?topic=4573801.msg41235805#msg41235805)
  • 2019-02-26T00:18:09Z: 10 from vizique (https://bitcointalk.org/index.php?action=profile;u=120837) to TheNewAnon135246 (https://bitcointalk.org/index.php?action=profile;u=153656) for Zepher Memorial Thread (https://bitcointalk.org/index.php?topic=5114042.msg49909815#msg49909815)
  • 2019-02-26T00:07:48Z: 50 from Rune (https://bitcointalk.org/index.php?action=profile;u=106772) to Vtools (https://bitcointalk.org/index.php?action=profile;u=1162374) for [ANN] [TERA Smart money] [Smart contracts, PoW, CPU, 1000 TPS] (https://bitcointalk.org/index.php?topic=4573801.msg41235805#msg41235805)
  • 2019-02-26T00:02:53Z: 10 from TMAN (https://bitcointalk.org/index.php?action=profile;u=98986) to LoyceV (https://bitcointalk.org/index.php?action=profile;u=459836) for Updated Feb 23: DT1-election: Rank up pipeline (https://bitcointalk.org/index.php?topic=5107427.msg49634392#msg49634392)
  • 2019-02-25T23:11:27Z: 50 from TMAN (https://bitcointalk.org/index.php?action=profile;u=98986) to TheNewAnon135246 (https://bitcointalk.org/index.php?action=profile;u=153656) for Zepher Memorial Thread (https://bitcointalk.org/index.php?topic=5114042.msg49909815#msg49909815)
  • 2019-02-25T22:30:54Z: 10 from suchmoon (https://bitcointalk.org/index.php?action=profile;u=234771) to Jet Cash (https://bitcointalk.org/index.php?action=profile;u=698159) for The Jet Cash coffee lounge thread. (https://bitcointalk.org/index.php?topic=5106333.msg49593448#msg49593448)
  • 2019-02-25T22:22:54Z: 10 from suchmoon (https://bitcointalk.org/index.php?action=profile;u=234771) to doc12 (https://bitcointalk.org/index.php?action=profile;u=197514) for The idea of taking away all of Satoshi's bitcoin? (https://bitcointalk.org/index.php?topic=5106486.msg49598734#msg49598734)
  • 2019-02-25T21:38:17Z: 10 from suchmoon (https://bitcointalk.org/index.php?action=profile;u=234771) to Vod (https://bitcointalk.org/index.php?action=profile;u=30747) for New collection of badges for self-made users (https://bitcointalk.org/index.php?topic=5113796.msg49907368#msg49907368)
  • 2019-02-25T19:32:51Z: 10 from minifrij (https://bitcointalk.org/index.php?action=profile;u=138940) to TheNewAnon135246 (https://bitcointalk.org/index.php?action=profile;u=153656) for Zepher Memorial Thread (https://bitcointalk.org/index.php?topic=5114042.msg49909815#msg49909815)
  • 2019-02-25T18:43:58Z: 10 from suchmoon (https://bitcointalk.org/index.php?action=profile;u=234771) to TheNewAnon135246 (https://bitcointalk.org/index.php?action=profile;u=153656) for Zepher Memorial Thread (https://bitcointalk.org/index.php?topic=5114042.msg49909815#msg49909815)
  • 2019-02-25T15:49:23Z: 10 from Mitchell (https://bitcointalk.org/index.php?action=profile;u=113670) to TheNewAnon135246 (https://bitcointalk.org/index.php?action=profile;u=153656) for Zepher Memorial Thread (https://bitcointalk.org/index.php?topic=5114042.msg49909815#msg49909815)
  • 2019-02-25T14:42:24Z: 10 from edgycorner (https://bitcointalk.org/index.php?action=profile;u=1016829) to PryptoMontreal (https://bitcointalk.org/index.php?action=profile;u=326125) for CS:GO Esports Betting Predictions and Discussion Thread | IEM Katowice 2019 (https://bitcointalk.org/index.php?topic=5113678.msg49892964#msg49892964)
  • 2019-02-25T11:05:20Z: 10 from Lutpin (https://bitcointalk.org/index.php?action=profile;u=520313) to TheNewAnon135246 (https://bitcointalk.org/index.php?action=profile;u=153656) for Zepher Memorial Thread (https://bitcointalk.org/index.php?topic=5114042.msg49909815#msg49909815)
  • 2019-02-24T18:07:43Z: 10 from suchmoon (https://bitcointalk.org/index.php?action=profile;u=234771) to DdmrDdmr (https://bitcointalk.org/index.php?action=profile;u=1582324) for Analysis - Is there a relationship between our Custom Trust List and Merit? (https://bitcointalk.org/index.php?topic=5113859.msg49902124#msg49902124)
  • 2019-02-24T17:30:26Z: 10 from Foxpup (https://bitcointalk.org/index.php?action=profile;u=55384) to o_e_l_e_o (https://bitcointalk.org/index.php?action=profile;u=1188543) for Antivaccination propaganda here and there. (https://bitcointalk.org/index.php?topic=5113094.msg49899202#msg49899202)
  • 2019-02-24T12:37:44Z: 20 from ACP (https://bitcointalk.org/index.php?action=profile;u=488301) to TimC (https://bitcointalk.org/index.php?action=profile;u=255676) for |Wolfx|WFX|ANN|POW|Masternodes|X16R|PrivateSend| (https://bitcointalk.org/index.php?topic=5110382.msg49779607#msg49779607)
  • 2019-02-23T20:21:51Z: 10 from yahoo62278 (https://bitcointalk.org/index.php?action=profile;u=355846) to ICOEthics (https://bitcointalk.org/index.php?action=profile;u=2204241) for ICOEthics - scam list 2018-2019 (https://bitcointalk.org/index.php?topic=5110020.msg49742941#msg49742941)
  • 2019-02-22T13:06:06Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to Balthazar (https://bitcointalk.org/index.php?action=profile;u=23324) for Antivaccination propaganda here and there. (https://bitcointalk.org/index.php?topic=5113094.msg49866566#msg49866566)
  • 2019-02-22T08:54:34Z: 20 from amy1284455127 (https://bitcointalk.org/index.php?action=profile;u=913193) to Vtools (https://bitcointalk.org/index.php?action=profile;u=1162374) for [ANN] [TERA Smart money] [Smart contracts, PoW, CPU, 1000 TPS] (https://bitcointalk.org/index.php?topic=4573801.msg41235805#msg41235805)
Total Merits 550


Title: Re: Swiss army knife Tool to query Merit data online - Full History
Post by: Piggy on March 08, 2019, 07:15:53 AM
The data is updated to Friday 8th of March

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=2019-03-08&dategreater=2019-03-01&meritgreater=10

Result Custom Query
  • 2019-03-07T14:54:02Z: 10 from TMAN (https://bitcointalk.org/index.php?action=profile;u=98986) to AdolfinWolf (https://bitcointalk.org/index.php?action=profile;u=877396) for Theymos OUT OF CONTROL !!! (https://bitcointalk.org/index.php?topic=5117901.msg50060378#msg50060378)
  • 2019-03-07T00:51:42Z: 10 from jiggytom (https://bitcointalk.org/index.php?action=profile;u=361695) to Verdell (https://bitcointalk.org/index.php?action=profile;u=781997) for [ANN][LBRY] Open, User-Controlled, and Decentralized Content Marketplace/YouTube (https://bitcointalk.org/index.php?topic=5116826.msg50039656#msg50039656)
  • 2019-03-07T00:33:11Z: 10 from Welsh (https://bitcointalk.org/index.php?action=profile;u=84521) to LoyceV (https://bitcointalk.org/index.php?action=profile;u=459836) for How many banned users have you merited? (https://bitcointalk.org/index.php?topic=5117564.msg50043711#msg50043711)
  • 2019-03-06T11:26:49Z: 50 from TMAN (https://bitcointalk.org/index.php?action=profile;u=98986) to Alex_Sr (https://bitcointalk.org/index.php?action=profile;u=1762404) for [-1 Merit source in RU local] Alex_Sr merit source application UP! (https://bitcointalk.org/index.php?topic=4315322.msg38718934#msg38718934)
  • 2019-03-06T01:13:03Z: 10 from EFS (https://bitcointalk.org/index.php?action=profile;u=140584) to BitCryptex (https://bitcointalk.org/index.php?action=profile;u=1169179) for The Lightning Network FAQ (https://bitcointalk.org/index.php?topic=4792622.msg43243696#msg43243696)
  • 2019-03-05T22:24:31Z: 10 from dbshck (https://bitcointalk.org/index.php?action=profile;u=153634) to BitCryptex (https://bitcointalk.org/index.php?action=profile;u=1169179) for The Lightning Network FAQ (https://bitcointalk.org/index.php?topic=4792622.msg43243696#msg43243696)
  • 2019-03-05T22:22:59Z: 10 from dbshck (https://bitcointalk.org/index.php?action=profile;u=153634) to BitCryptex (https://bitcointalk.org/index.php?action=profile;u=1169179) for [Polish section] Merit source application (https://bitcointalk.org/index.php?topic=5117296.msg50035193#msg50035193)
  • 2019-03-05T20:10:28Z: 39 from suchmoon (https://bitcointalk.org/index.php?action=profile;u=234771) to BitCryptex (https://bitcointalk.org/index.php?action=profile;u=1169179) for [Polish section] Merit source application (https://bitcointalk.org/index.php?topic=5117296.msg50035193#msg50035193)
  • 2019-03-04T19:17:20Z: 10 from Welsh (https://bitcointalk.org/index.php?action=profile;u=84521) to o_e_l_e_o (https://bitcointalk.org/index.php?action=profile;u=1188543) for Updated List of Bitcointalk Hidden Pages/Post (https://bitcointalk.org/index.php?topic=5112334.msg49854683#msg49854683)
  • 2019-03-04T16:02:17Z: 19 from suchmoon (https://bitcointalk.org/index.php?action=profile;u=234771) to mikeywith (https://bitcointalk.org/index.php?action=profile;u=2033515) for My 'mini' mining farms , set up + wiring (https://bitcointalk.org/index.php?topic=5087770.msg48794315#msg48794315)
  • 2019-03-04T15:37:06Z: 39 from suchmoon (https://bitcointalk.org/index.php?action=profile;u=234771) to gmaxwell (https://bitcointalk.org/index.php?action=profile;u=11425) for Confidential Transactions, Content privacy for Bitcoin transactions (https://bitcointalk.org/index.php?topic=1085273.msg11572844#msg11572844)
  • 2019-03-04T15:28:42Z: 29 from suchmoon (https://bitcointalk.org/index.php?action=profile;u=234771) to HeRetiK (https://bitcointalk.org/index.php?action=profile;u=99837) for wallet.fail - 35C3 talk on hardware wallet vulnerabilities (Ledger, Trezor) (https://bitcointalk.org/index.php?topic=5090440.msg48928851#msg48928851)
  • 2019-03-04T15:17:44Z: 28 from suchmoon (https://bitcointalk.org/index.php?action=profile;u=234771) to Vod (https://bitcointalk.org/index.php?action=profile;u=30747) for Announcing BPIP - The Bitcointalk Public Information Project! (https://bitcointalk.org/index.php?topic=4746201.msg42865128#msg42865128)
  • 2019-03-04T13:42:33Z: 10 from dbshck (https://bitcointalk.org/index.php?action=profile;u=153634) to xtraelv (https://bitcointalk.org/index.php?action=profile;u=897509) for The most iconic bitcointalk threads. History on Bitcointalk. (https://bitcointalk.org/index.php?topic=4322078.msg38765392#msg38765392)
  • 2019-03-04T13:13:43Z: 10 from dbshck (https://bitcointalk.org/index.php?action=profile;u=153634) to coinlocket$ (https://bitcointalk.org/index.php?action=profile;u=1339716) for The new DT system, updated 06 MAR 2019 (https://bitcointalk.org/index.php?topic=5095716.msg49166891#msg49166891)
  • 2019-03-04T09:16:06Z: 50 from BTCspace (https://bitcointalk.org/index.php?action=profile;u=336915) to keplernetwork (https://bitcointalk.org/index.php?action=profile;u=2549701) for ANN|Kepler Network|First Mimble Wimble Confidential Asset Platform|Cuckatoo31 (https://bitcointalk.org/index.php?topic=5116576.msg50010999#msg50010999)
  • 2019-03-03T23:30:34Z: 20 from Cryptock (https://bitcointalk.org/index.php?action=profile;u=251145) to rig4hodlers (https://bitcointalk.org/index.php?action=profile;u=1092682) for ⭐[BOUNTY][PRE-SALE]BX.BET - The decentralized betting exchange ⭐ (https://bitcointalk.org/index.php?topic=4751716.msg42909458#msg42909458)
  • 2019-03-03T16:49:29Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to Hhampuz (https://bitcointalk.org/index.php?action=profile;u=881377) for Zepher Memorial Thread (https://bitcointalk.org/index.php?topic=5114042.msg50003847#msg50003847)
  • 2019-03-03T16:46:48Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to owlcatz (https://bitcointalk.org/index.php?action=profile;u=313016) for Zepher Memorial Thread (https://bitcointalk.org/index.php?topic=5114042.msg49967405#msg49967405)
  • 2019-03-02T20:20:04Z: 10 from PeRo (https://bitcointalk.org/index.php?action=profile;u=831989) to Maotezi (https://bitcointalk.org/index.php?action=profile;u=2481603) for The danger is the addiction, not the odds (https://bitcointalk.org/index.php?topic=5091461.msg49551948#msg49551948)
  • 2019-03-02T17:39:36Z: 10 from monkeynuts (https://bitcointalk.org/index.php?action=profile;u=81962) to TheNewAnon135246 (https://bitcointalk.org/index.php?action=profile;u=153656) for Zepher Memorial Thread (https://bitcointalk.org/index.php?topic=5114042.msg49909815#msg49909815)
  • 2019-03-02T16:10:40Z: 50 from Antuam (https://bitcointalk.org/index.php?action=profile;u=88617) to Roman1974 (https://bitcointalk.org/index.php?action=profile;u=186511) for Compro bitcoins  CERRADO (https://bitcointalk.org/index.php?topic=5020009.msg45290197#msg45290197)
  • 2019-03-02T03:11:49Z: 12 from lottery248 (https://bitcointalk.org/index.php?action=profile;u=408562) to veleten (https://bitcointalk.org/index.php?action=profile;u=100591) for ▄■▀■▄ BITVEST WIN BY  PLAY  INVEST ☕ SOCIAL➡PLINKODICESLOTSPIN (https://bitcointalk.org/index.php?topic=1221154.msg49977904#msg49977904)
  • 2019-03-02T02:00:07Z: 10 from Micio (https://bitcointalk.org/index.php?action=profile;u=115423) to fillippone (https://bitcointalk.org/index.php?action=profile;u=1852120) for Bitcoin Bearish or Bullish? Here my thoughts: FEBRUARY UPDATE (https://bitcointalk.org/index.php?topic=5106432.msg49960305#msg49960305)
  • 2019-03-02T01:27:28Z: 25 from dumbchump (https://bitcointalk.org/index.php?action=profile;u=189524) to TheNewAnon135246 (https://bitcointalk.org/index.php?action=profile;u=153656) for Zepher Memorial Thread (https://bitcointalk.org/index.php?topic=5114042.msg49909815#msg49909815)
  • 2019-03-01T19:01:26Z: 10 from flounderella (https://bitcointalk.org/index.php?action=profile;u=226115) to romero121 (https://bitcointalk.org/index.php?action=profile;u=109693) for Bitcoin bulls vs bears... what side are you on? (https://bitcointalk.org/index.php?topic=5115686.msg49977949#msg49977949)
  • 2019-03-01T13:57:23Z: 10 from dbshck (https://bitcointalk.org/index.php?action=profile;u=153634) to Heisenberg_Hunter (https://bitcointalk.org/index.php?action=profile;u=1564795) for Can we expect some active mod in India forum? (https://bitcointalk.org/index.php?topic=3125174.msg49851818#msg49851818)
  • 2019-03-01T13:15:39Z: 19 from suchmoon (https://bitcointalk.org/index.php?action=profile;u=234771) to TheNewAnon135246 (https://bitcointalk.org/index.php?action=profile;u=153656) for Zepher Memorial Thread (https://bitcointalk.org/index.php?topic=5114042.msg49909815#msg49909815)
  • 2019-03-01T10:31:21Z: 50 from Milquetoast (https://bitcointalk.org/index.php?action=profile;u=81572) to nullCoiner (https://bitcointalk.org/index.php?action=profile;u=960511) for [PRE-ANN] WAVES. Ultimative Crypto-Token Blockchain Plattform. (https://bitcointalk.org/index.php?topic=1401734.msg49971380#msg49971380)
  • 2019-03-01T08:01:29Z: 10 from Halab (https://bitcointalk.org/index.php?action=profile;u=1053119) to lulucrypto (https://bitcointalk.org/index.php?action=profile;u=1305990) for [BCTalk] L'arlésienne, le nouveau forum  (https://bitcointalk.org/index.php?topic=5114471.msg49953152#msg49953152)
  • 2019-03-01T01:19:39Z: 10 from Lesbian Cow (https://bitcointalk.org/index.php?action=profile;u=206143) to owlcatz (https://bitcointalk.org/index.php?action=profile;u=313016) for Zepher Memorial Thread (https://bitcointalk.org/index.php?topic=5114042.msg49967405#msg49967405)
Total Merits 610


Title: Re: Swiss army knife Tool to query Merit data online - Full History
Post by: Piggy on March 15, 2019, 08:03:40 AM
The data is updated to Friday 15th of March

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

Result Custom Query
  • 2019-03-14T21:05:10Z: 10 from suchmoon (https://bitcointalk.org/index.php?action=profile;u=234771) to crypmike (https://bitcointalk.org/index.php?action=profile;u=1837238) for Haибoлee пoлeзныe фyнкции TradingView (https://bitcointalk.org/index.php?topic=5114850.msg49942475#msg49942475)
  • 2019-03-14T19:23:51Z: 10 from Welsh (https://bitcointalk.org/index.php?action=profile;u=84521) to 1miau (https://bitcointalk.org/index.php?action=profile;u=2143453) for List of Bitcointalk stats (https://bitcointalk.org/index.php?topic=5120661.msg50162015#msg50162015)
  • 2019-03-14T17:30:27Z: 10 from BobLawblaw (https://bitcointalk.org/index.php?action=profile;u=569455) to micgoossens (https://bitcointalk.org/index.php?action=profile;u=1067333) for Wall Observer BTC/USD - Bitcoin price movement tracking &amp; discussion (https://bitcointalk.org/index.php?topic=178336.msg50155753#msg50155753)
  • 2019-03-14T15:07:11Z: 10 from scryptr (https://bitcointalk.org/index.php?action=profile;u=350538) to Schleicher (https://bitcointalk.org/index.php?action=profile;u=22164) for [ANN] ccminer 2.3 - opensource - GPL (tpruvot) (https://bitcointalk.org/index.php?topic=770064.msg50132921#msg50132921)
  • 2019-03-14T02:03:07Z: 10 from teramit (https://bitcointalk.org/index.php?action=profile;u=158960) to mrtersiyer (https://bitcointalk.org/index.php?action=profile;u=2337062) for ICO Tokeni Kaynak Kodları &gt; Open Souce Tam Destek (https://bitcointalk.org/index.php?topic=5120373.msg50151934#msg50151934)
  • 2019-03-13T17:48:32Z: 28 from ETFbitcoin (https://bitcointalk.org/index.php?action=profile;u=359716) to madu (https://bitcointalk.org/index.php?action=profile;u=807240) for Breaking Mixing Services (https://bitcointalk.org/index.php?topic=5117328.msg50036053#msg50036053)
  • 2019-03-13T16:08:37Z: 10 from felicita (https://bitcointalk.org/index.php?action=profile;u=493181) to DAYUZARCE.COM (https://bitcointalk.org/index.php?action=profile;u=1026759) for  List of ShortLinks SCAM (https://bitcointalk.org/index.php?topic=5119735.msg50130079#msg50130079)
  • 2019-03-13T16:06:17Z: 10 from felicita (https://bitcointalk.org/index.php?action=profile;u=493181) to arsenische (https://bitcointalk.org/index.php?action=profile;u=20767) for [ANN] a-ads.com: Bitcoin advertising network. Advertise now! (https://bitcointalk.org/index.php?topic=140822.msg1499599#msg1499599)
  • 2019-03-13T14:28:10Z: 50 from donarito (https://bitcointalk.org/index.php?action=profile;u=849066) to soulgate (https://bitcointalk.org/index.php?action=profile;u=351590) for ■|ANN|▌XVP |▌• VirtacoinPLUS • X11 • POW|POS • Stake Interest 7% •  (https://bitcointalk.org/index.php?topic=1851562.msg50143935#msg50143935)
  • 2019-03-13T07:12:01Z: 10 from qwk (https://bitcointalk.org/index.php?action=profile;u=24140) to 1miau (https://bitcointalk.org/index.php?action=profile;u=2143453) for Eine gefährliche Marketing- Strategie: MLM (https://bitcointalk.org/index.php?topic=5119954.msg50137325#msg50137325)
  • 2019-03-12T15:33:02Z: 13 from savel (https://bitcointalk.org/index.php?action=profile;u=320260) to honeycrypto (https://bitcointalk.org/index.php?action=profile;u=1296400) for [ANN][SEM] Semux - Official Thread (https://bitcointalk.org/index.php?topic=2159012.msg50118556#msg50118556)
  • 2019-03-12T00:33:38Z: 10 from Vod (https://bitcointalk.org/index.php?action=profile;u=30747) to Jet Cash (https://bitcointalk.org/index.php?action=profile;u=698159) for 'Guide' subforum (https://bitcointalk.org/index.php?topic=4511686.msg40641183#msg40641183)
  • 2019-03-11T23:41:15Z: 10 from AT101ET (https://bitcointalk.org/index.php?action=profile;u=170557) to greenplastic (https://bitcointalk.org/index.php?action=profile;u=160943) for [AUCTION] Zephers' 1000 Swiss Franc Note [20 MINS] (https://bitcointalk.org/index.php?topic=5115874.msg50118016#msg50118016)
  • 2019-03-11T19:40:31Z: 50 from crazyearner (https://bitcointalk.org/index.php?action=profile;u=68586) to EazyCommunityNode (https://bitcointalk.org/index.php?action=profile;u=2327267) for [ANN] EAZY - Mobile Masternode Management (Community Reboot) CREX LISTING (https://bitcointalk.org/index.php?topic=4820113.msg43487356#msg43487356)
  • 2019-03-11T18:39:02Z: 15 from krogothmanhattan (https://bitcointalk.org/index.php?action=profile;u=1000199) to greenplastic (https://bitcointalk.org/index.php?action=profile;u=160943) for [AUCTION] Zephers' 1000 Swiss Franc Note [20 MINS] (https://bitcointalk.org/index.php?topic=5115874.msg50118016#msg50118016)
  • 2019-03-11T18:30:04Z: 10 from Mitchell (https://bitcointalk.org/index.php?action=profile;u=113670) to greenplastic (https://bitcointalk.org/index.php?action=profile;u=160943) for [AUCTION] Zephers' 1000 Swiss Franc Note [20 MINS] (https://bitcointalk.org/index.php?topic=5115874.msg50118016#msg50118016)
  • 2019-03-11T16:45:41Z: 10 from TheNewAnon135246 (https://bitcointalk.org/index.php?action=profile;u=153656) to greenplastic (https://bitcointalk.org/index.php?action=profile;u=160943) for [AUCTION] Zephers' 1000 Swiss Franc Note [20 MINS] (https://bitcointalk.org/index.php?topic=5115874.msg50118016#msg50118016)
  • 2019-03-11T16:15:03Z: 10 from vizique (https://bitcointalk.org/index.php?action=profile;u=120837) to greenplastic (https://bitcointalk.org/index.php?action=profile;u=160943) for [AUCTION] Zephers' 1000 Swiss Franc Note [20 MINS] (https://bitcointalk.org/index.php?topic=5115874.msg50118016#msg50118016)
  • 2019-03-11T07:22:23Z: 10 from paijoe (https://bitcointalk.org/index.php?action=profile;u=761888) to Salmawati (https://bitcointalk.org/index.php?action=profile;u=2258372) for Harga Bitcoin meroket Harga Altcoin bagaimana? (https://bitcointalk.org/index.php?topic=2537607.msg41571620#msg41571620)
  • 2019-03-10T22:08:08Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to frankbitcoin (https://bitcointalk.org/index.php?action=profile;u=1208052) for [ENDED] 1K Cardano Wallets, Signed by Charles Hoskinson, ADA creator (https://bitcointalk.org/index.php?topic=5117619.msg50045515#msg50045515)
  • 2019-03-10T22:07:38Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to OneNattyLitecoin (https://bitcointalk.org/index.php?action=profile;u=1002739) for [AUCTION] NaTTyMiNd 100 VIA (Double Funded) Test Coin #7 Proof W/Select Gold (https://bitcointalk.org/index.php?topic=5118869.msg50094048#msg50094048)
  • 2019-03-10T22:07:12Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to dazedfool (https://bitcointalk.org/index.php?action=profile;u=327499) for ✨⭕️✨  [AUCTION] TWO LEALANA XMR MOOONERO SETS - ACT FAST, ENDS SUNDAY  ✨⭕️✨ (https://bitcointalk.org/index.php?topic=5118580.msg50081980#msg50081980)
  • 2019-03-10T22:06:43Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to cryptonit (https://bitcointalk.org/index.php?action=profile;u=206368) for [WTS] ultra rare only 99 pieces existing 3oz gold plated silvercoin (https://bitcointalk.org/index.php?topic=5117186.msg50030660#msg50030660)
  • 2019-03-10T21:52:32Z: 46 from DarkStar_ (https://bitcointalk.org/index.php?action=profile;u=507936) to Alex_Sr (https://bitcointalk.org/index.php?action=profile;u=1762404) for [-1 Merit source in RU local] Alex_Sr merit source application UP! (https://bitcointalk.org/index.php?topic=4315322.msg38718934#msg38718934)
  • 2019-03-10T17:28:40Z: 23 from Vlad2Vlad (https://bitcointalk.org/index.php?action=profile;u=112208) to Hal (https://bitcointalk.org/index.php?action=profile;u=2436) for Bitcoin and me (Hal Finney) (https://bitcointalk.org/index.php?topic=155054.msg1643833#msg1643833)
  • 2019-03-10T17:27:16Z: 50 from Vlad2Vlad (https://bitcointalk.org/index.php?action=profile;u=112208) to Nasakioto (https://bitcointalk.org/index.php?action=profile;u=28684) for [ANNOUNCE] Ixcoin - a new Bitcoin fork (https://bitcointalk.org/index.php?topic=36218.msg446303#msg446303)
  • 2019-03-10T14:15:51Z: 20 from BobLawblaw (https://bitcointalk.org/index.php?action=profile;u=569455) to Raja_MBZ (https://bitcointalk.org/index.php?action=profile;u=771962) for Wall Observer BTC/USD - Bitcoin price movement tracking &amp; discussion (https://bitcointalk.org/index.php?topic=178336.msg50101138#msg50101138)
  • 2019-03-10T12:39:44Z: 10 from xandry (https://bitcointalk.org/index.php?action=profile;u=382413) to LoyceV (https://bitcointalk.org/index.php?action=profile;u=459836) for [Updated March 9] LoyceV's Trust list viewer (https://bitcointalk.org/index.php?topic=5102296.msg49423579#msg49423579)
  • 2019-03-10T08:32:34Z: 10 from ivomm (https://bitcointalk.org/index.php?action=profile;u=895810) to Findingnemo (https://bitcointalk.org/index.php?action=profile;u=1349691) for Wall Observer BTC/USD - Bitcoin price movement tracking &amp; discussion (https://bitcointalk.org/index.php?topic=178336.msg50097880#msg50097880)
  • 2019-03-09T22:23:35Z: 11 from BitcoinSupremo (https://bitcointalk.org/index.php?action=profile;u=754727) to TECSHARE (https://bitcointalk.org/index.php?action=profile;u=15728) for An obvious case of trust abuse (DT members welcome) (https://bitcointalk.org/index.php?topic=5115410.msg50081364#msg50081364)
  • 2019-03-09T20:43:59Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to wheelz1200 (https://bitcointalk.org/index.php?action=profile;u=279158) for [ANN For Sale] Genesis Coins LS 1 coins for sale (https://bitcointalk.org/index.php?topic=5116928.msg50022255#msg50022255)
  • 2019-03-09T20:24:02Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to Kryptowerk (https://bitcointalk.org/index.php?action=profile;u=949248) for [WTS] MoonBits first 2018 BTX solo chips + rare sets (only 50 ever made) (https://bitcointalk.org/index.php?topic=5118692.msg50087449#msg50087449)
  • 2019-03-09T20:20:30Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to anonymousminer (https://bitcointalk.org/index.php?action=profile;u=1668017) for [Raffle] Perth Mint Figure 8 Dragon PCGS Graded MS69   FULL (https://bitcointalk.org/index.php?topic=5118726.msg50088847#msg50088847)
  • 2019-03-09T19:31:36Z: 50 from willi9974 (https://bitcointalk.org/index.php?action=profile;u=216582) to mithrim (https://bitcointalk.org/index.php?action=profile;u=1056258) for Bitcointalk-Guide: FAQ &amp; Foren-Etikette - 01/2019 (https://bitcointalk.org/index.php?topic=3210647.msg33352052#msg33352052)
  • 2019-03-09T16:05:55Z: 10 from theymos (https://bitcointalk.org/index.php?action=profile;u=35) to squatz1 (https://bitcointalk.org/index.php?action=profile;u=738419) for What's wrong with Secondary Education in the US, and some solutions (https://bitcointalk.org/index.php?topic=5118708.msg50088206#msg50088206)
  • 2019-03-09T09:08:00Z: 15 from joniboini (https://bitcointalk.org/index.php?action=profile;u=1275282) to dbshck (https://bitcointalk.org/index.php?action=profile;u=153634) for [GUIDE] Sistem Rank, Activity, dan Merit (https://bitcointalk.org/index.php?topic=2818787.msg28861938#msg28861938)
  • 2019-03-09T02:44:05Z: 10 from bones261 (https://bitcointalk.org/index.php?action=profile;u=452769) to LoyceMobile (https://bitcointalk.org/index.php?action=profile;u=1903546) for Best place to post this kind of topic? (https://bitcointalk.org/index.php?topic=5117739.msg50063568#msg50063568)
  • 2019-03-08T23:05:11Z: 10 from UdjinM6 (https://bitcointalk.org/index.php?action=profile;u=194563) to alex-ru (https://bitcointalk.org/index.php?action=profile;u=368449) for [DASH] Dash (www.dash.org) 1-aя Self-Funding и Self-Governing Кpиптoвaлютa (https://bitcointalk.org/index.php?topic=1064737.msg50079207#msg50079207)
  • 2019-03-08T23:04:45Z: 10 from UdjinM6 (https://bitcointalk.org/index.php?action=profile;u=194563) to hazarun (https://bitcointalk.org/index.php?action=profile;u=135707) for [DASH] Dash (www.dash.org) 1-aя Self-Funding и Self-Governing Кpиптoвaлютa (https://bitcointalk.org/index.php?topic=1064737.msg50079142#msg50079142)
  • 2019-03-08T16:20:09Z: 20 from chimk (https://bitcointalk.org/index.php?action=profile;u=1202061) to tvplus006 (https://bitcointalk.org/index.php?action=profile;u=1311641) for GLOBAL BUSINESS NETWORK - Scam Detected - Fake Project (https://bitcointalk.org/index.php?topic=5116920.msg50021997#msg50021997)
  • 2019-03-08T16:17:52Z: 20 from chimk (https://bitcointalk.org/index.php?action=profile;u=1202061) to lovesmayfamilis (https://bitcointalk.org/index.php?action=profile;u=1982152) for THRIVA TECHNOLOGIES-FAKE TEAM - SCAM PROJECT (https://bitcointalk.org/index.php?topic=5117981.msg50057916#msg50057916)
  • 2019-03-08T16:14:43Z: 20 from chimk (https://bitcointalk.org/index.php?action=profile;u=1202061) to Juliya_D (https://bitcointalk.org/index.php?action=profile;u=1368314) for  Пoдoзpeниe нa CКAM! (https://bitcointalk.org/index.php?topic=4963945.msg50070334#msg50070334)
  • 2019-03-08T06:32:55Z: 50 from logocreator (https://bitcointalk.org/index.php?action=profile;u=370533) to slicecoin (https://bitcointalk.org/index.php?action=profile;u=2558971) for Slice | SLC | ⋢ | Segwit | Qubit | Mining | No ICO | ‰ | (https://bitcointalk.org/index.php?topic=5118196.msg50066357#msg50066357)
  • 2019-03-08T02:48:18Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to anonymousminer (https://bitcointalk.org/index.php?action=profile;u=1668017) for [Raffle] 2 Perth Mint Figure 8 Dragons  PCGS Graded MS69   FULL (https://bitcointalk.org/index.php?topic=5118175.msg50065593#msg50065593)
Total Merits 761


Title: Re: Swiss army knife Tool to query Merit data online - Full History
Post by: Piggy on March 22, 2019, 07:17:26 AM
The data is updated to Friday 22th of March

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=2019-03-22&dategreater=2019-03-15&meritgreater=10

Result Custom Query
  • 2019-03-21T18:51:21Z: 19 from suchmoon (https://bitcointalk.org/index.php?action=profile;u=234771) to monkeynuts (https://bitcointalk.org/index.php?action=profile;u=81962) for [AUCTION] Casascius Error Coin, First Day Funded (Proceeds to Zephers Family) (https://bitcointalk.org/index.php?topic=5122062.msg50220285#msg50220285)
  • 2019-03-21T17:03:23Z: 10 from RHavar (https://bitcointalk.org/index.php?action=profile;u=389331) to devans (https://bitcointalk.org/index.php?action=profile;u=935622) for bustabit – The original crash game (https://bitcointalk.org/index.php?topic=2897545.msg50254940#msg50254940)
  • 2019-03-21T16:56:34Z: 10 from QuadsPoker (https://bitcointalk.org/index.php?action=profile;u=1531510) to hashbingo (https://bitcointalk.org/index.php?action=profile;u=2566215) for Hashbingo searching for testers. 25,000 satoshi free for first 100 testers. (https://bitcointalk.org/index.php?topic=5123060.msg50252816#msg50252816)
  • 2019-03-21T16:08:53Z: 10 from tim-bc (https://bitcointalk.org/index.php?action=profile;u=1982477) to devans (https://bitcointalk.org/index.php?action=profile;u=935622) for bustabit – The original crash game (https://bitcointalk.org/index.php?topic=2897545.msg50254940#msg50254940)
  • 2019-03-21T13:34:56Z: 10 from anks (https://bitcointalk.org/index.php?action=profile;u=927606) to mikeywith (https://bitcointalk.org/index.php?action=profile;u=2033515) for How to connect your miner directly to your PC (https://bitcointalk.org/index.php?topic=5122949.msg50248583#msg50248583)
  • 2019-03-20T23:40:24Z: 20 from theymos (https://bitcointalk.org/index.php?action=profile;u=35) to andytoshi (https://bitcointalk.org/index.php?action=profile;u=80376) for For the super paranoid: How do I get the public key from a private key by hand? (https://bitcointalk.org/index.php?topic=1534028.msg15594185#msg15594185)
  • 2019-03-20T21:21:45Z: 29 from trumpc2016 (https://bitcointalk.org/index.php?action=profile;u=914710) to blockchain2k (https://bitcointalk.org/index.php?action=profile;u=2267664) for ⚠️ BITCOIN-TALK FORUM PHISHING WEBSITE! BE AWARE!! ⚠️ (https://bitcointalk.org/index.php?topic=5122733.msg50240813#msg50240813)
  • 2019-03-20T16:50:18Z: 19 from suchmoon (https://bitcointalk.org/index.php?action=profile;u=234771) to Steamtyme (https://bitcointalk.org/index.php?action=profile;u=1112531) for Whatsminer M20 is announced and available for pre-order (https://bitcointalk.org/index.php?topic=5120959.msg50172738#msg50172738)
  • 2019-03-20T14:08:18Z: 10 from minersday (https://bitcointalk.org/index.php?action=profile;u=229588) to Odonko (https://bitcointalk.org/index.php?action=profile;u=2215016) for Bitcoin failed as a currency  (https://bitcointalk.org/index.php?topic=3380165.msg43313733#msg43313733)
  • 2019-03-20T12:22:15Z: 10 from BobLawblaw (https://bitcointalk.org/index.php?action=profile;u=569455) to micgoossens (https://bitcointalk.org/index.php?action=profile;u=1067333) for GAME game *game* 'GAME' QUARTER PREDICTIONS  (https://bitcointalk.org/index.php?topic=5096275.msg49190484#msg49190484)
  • 2019-03-20T11:12:46Z: 10 from MirkoIta (https://bitcointalk.org/index.php?action=profile;u=62565) to satoshi (https://bitcointalk.org/index.php?action=profile;u=3) for Scalability and transaction rate (https://bitcointalk.org/index.php?topic=532.msg6306#msg6306)
  • 2019-03-19T21:54:18Z: 10 from Welsh (https://bitcointalk.org/index.php?action=profile;u=84521) to madu (https://bitcointalk.org/index.php?action=profile;u=807240) for Breaking Mixing Services (https://bitcointalk.org/index.php?topic=5117328.msg50036053#msg50036053)
  • 2019-03-19T18:20:34Z: 10 from TookDk (https://bitcointalk.org/index.php?action=profile;u=109430) to monkeynuts (https://bitcointalk.org/index.php?action=profile;u=81962) for [AUCTION] Casascius Error Coin, First Day Funded (Proceeds to Zephers Family) (https://bitcointalk.org/index.php?topic=5122062.msg50220285#msg50220285)
  • 2019-03-19T16:27:01Z: 10 from Claymore (https://bitcointalk.org/index.php?action=profile;u=306958) to eXtremal (https://bitcointalk.org/index.php?action=profile;u=299135) for Open Source XPM (Primecoin) GPU Miner &amp; Pool xpmforall.org (https://bitcointalk.org/index.php?topic=831708.msg9295300#msg9295300)
  • 2019-03-19T16:19:30Z: 10 from Claymore (https://bitcointalk.org/index.php?action=profile;u=306958) to RuMiner (https://bitcointalk.org/index.php?action=profile;u=1016308) for Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v12.0 (Windows/Linux) (https://bitcointalk.org/index.php?topic=1433925.msg50031827#msg50031827)
  • 2019-03-19T05:00:59Z: 11 from lottery248 (https://bitcointalk.org/index.php?action=profile;u=408562) to shasan (https://bitcointalk.org/index.php?action=profile;u=1883627) for Lending Service Started! (BTC/LTC/ETH/DOGE/ETC)! (https://bitcointalk.org/index.php?topic=5030169.msg45795317#msg45795317)
  • 2019-03-19T04:39:30Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to monkeynuts (https://bitcointalk.org/index.php?action=profile;u=81962) for [AUCTION] Casascius Error Coin, First Day Funded (Proceeds to Zephers Family) (https://bitcointalk.org/index.php?topic=5122062.msg50220285#msg50220285)
  • 2019-03-19T00:15:33Z: 10 from AT101ET (https://bitcointalk.org/index.php?action=profile;u=170557) to monkeynuts (https://bitcointalk.org/index.php?action=profile;u=81962) for [AUCTION] Casascius Error Coin, First Day Funded (Proceeds to Zephers Family) (https://bitcointalk.org/index.php?topic=5122062.msg50220285#msg50220285)
  • 2019-03-18T23:03:24Z: 10 from hybridsole (https://bitcointalk.org/index.php?action=profile;u=158444) to monkeynuts (https://bitcointalk.org/index.php?action=profile;u=81962) for [AUCTION] Casascius Error Coin, First Day Funded (Proceeds to Zephers Family) (https://bitcointalk.org/index.php?topic=5122062.msg50220285#msg50220285)
  • 2019-03-18T10:38:45Z: 10 from xandry (https://bitcointalk.org/index.php?action=profile;u=382413) to LoyceV (https://bitcointalk.org/index.php?action=profile;u=459836) for [GUIDES] on Bitcointalk. Index thread (until there is a dedicated subforum?) (https://bitcointalk.org/index.php?topic=4928968.msg44399473#msg44399473)
  • 2019-03-18T10:36:19Z: 10 from xandry (https://bitcointalk.org/index.php?action=profile;u=382413) to logfiles (https://bitcointalk.org/index.php?action=profile;u=1247226) for Importing Vs Sweeping Private Keys; What you need to know. (https://bitcointalk.org/index.php?topic=5106984.msg49616357#msg49616357)
  • 2019-03-18T01:38:19Z: 20 from ebliever (https://bitcointalk.org/index.php?action=profile;u=255065) to LeGaulois (https://bitcointalk.org/index.php?action=profile;u=507856) for 2019 List Bitcoin Mixers Bitcoin Tumblers Websites (https://bitcointalk.org/index.php?topic=2827109.msg28964833#msg28964833)
  • 2019-03-17T18:15:57Z: 31 from audiotopix (https://bitcointalk.org/index.php?action=profile;u=170839) to cananet (https://bitcointalk.org/index.php?action=profile;u=1079496) for [ANN] Neutron (NTRN) Staking and Masternodes since 2015, longterm crew. (https://bitcointalk.org/index.php?topic=1323468.msg36050121#msg36050121)
  • 2019-03-16T18:37:05Z: 10 from anks (https://bitcointalk.org/index.php?action=profile;u=927606) to nordmann666 (https://bitcointalk.org/index.php?action=profile;u=2084598) for myrig kabel (https://bitcointalk.org/index.php?topic=5121361.msg50188852#msg50188852)
  • 2019-03-16T15:16:35Z: 23 from Octa XFC (https://bitcointalk.org/index.php?action=profile;u=978469) to FootballCoin-XFC (https://bitcointalk.org/index.php?action=profile;u=953518) for [ANN] ⚽ XFCCOIN ▐The first Fantasy Football Manager blockchain game!▐ ⚽ (https://bitcointalk.org/index.php?topic=1850000.msg50113982#msg50113982)
  • 2019-03-16T15:02:12Z: 10 from madu (https://bitcointalk.org/index.php?action=profile;u=807240) to nopara73 (https://bitcointalk.org/index.php?action=profile;u=212012) for Breaking Mixing Services (https://bitcointalk.org/index.php?topic=5117328.msg50144055#msg50144055)
  • 2019-03-16T14:40:59Z: 10 from madu (https://bitcointalk.org/index.php?action=profile;u=807240) to ETFbitcoin (https://bitcointalk.org/index.php?action=profile;u=359716) for Breaking Mixing Services (https://bitcointalk.org/index.php?topic=5117328.msg50139660#msg50139660)
  • 2019-03-16T03:01:22Z: 11 from shimbark123 (https://bitcointalk.org/index.php?action=profile;u=1009626) to Hiimgosu (https://bitcointalk.org/index.php?action=profile;u=1708020) for Token goes down. Wait or sell? (https://bitcointalk.org/index.php?topic=4655240.msg45389230#msg45389230)
  • 2019-03-15T19:54:12Z: 12 from HCLivess (https://bitcointalk.org/index.php?action=profile;u=188453) to rat4 (https://bitcointalk.org/index.php?action=profile;u=237027) for [ANN] Blacknet | IBO for BlackCoin | New code | PoS | No ICO (https://bitcointalk.org/index.php?topic=469640.msg5182071#msg5182071)
  • 2019-03-15T17:02:29Z: 10 from mindrust (https://bitcointalk.org/index.php?action=profile;u=176777) to HairyMaclairy (https://bitcointalk.org/index.php?action=profile;u=181806) for Wall Observer BTC/USD - Bitcoin price movement tracking &amp; discussion (https://bitcointalk.org/index.php?topic=178336.msg50175281#msg50175281)
  • 2019-03-15T16:29:08Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to yogg (https://bitcointalk.org/index.php?action=profile;u=140827) for [RAFFLE - ENDED]✨ Crypto-chips extravaganza ✨ (Satori, BTCC, Moonbits ) (https://bitcointalk.org/index.php?topic=5120907.msg50171095#msg50171095)
  • 2019-03-15T16:02:20Z: 10 from dolores13 (https://bitcointalk.org/index.php?action=profile;u=868552) to ICOEthics (https://bitcointalk.org/index.php?action=profile;u=2204241) for ICOEthics - scam list 2018-2019 (https://bitcointalk.org/index.php?topic=5110020.msg49742941#msg49742941)
  • 2019-03-15T15:38:06Z: 10 from Rahman11 (https://bitcointalk.org/index.php?action=profile;u=1010666) to Xtrafa (https://bitcointalk.org/index.php?action=profile;u=1712725) for [BOUNTY] 2nd ROUND - SaTT - THE REVOLUTION OF ADVERTISING TRANSACTIONS  (https://bitcointalk.org/index.php?topic=5104283.msg49887345#msg49887345)
  • 2019-03-15T09:12:38Z: 10 from TMAN (https://bitcointalk.org/index.php?action=profile;u=98986) to Coin-1 (https://bitcointalk.org/index.php?action=profile;u=1133335) for [TOP-200] The most generous users giving merits (https://bitcointalk.org/index.php?topic=4523027.msg50109693#msg50109693)
  • 2019-03-15T08:14:56Z: 50 from Jonesd (https://bitcointalk.org/index.php?action=profile;u=216432) to romanornr (https://bitcointalk.org/index.php?action=profile;u=225292) for [ANN] Viacoin (VIA) - Safe | Segwit | Lightning Network | Auxpow | Fast (https://bitcointalk.org/index.php?topic=1840789.msg18316056#msg18316056)
  • 2019-03-15T00:51:17Z: 10 from TMAN (https://bitcointalk.org/index.php?action=profile;u=98986) to mikeywith (https://bitcointalk.org/index.php?action=profile;u=2033515) for Zero To Hero in under 4 months. (My Merit Journey). (https://bitcointalk.org/index.php?topic=5119148.msg50107881#msg50107881)
Total Merits 495


Title: Re: Swiss army knife Tool to query Merit data online - Full History
Post by: Piggy on April 02, 2019, 06:28:31 AM
The data is updated to Friday 29th of March

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=2019-03-29&dategreater=2019-03-22&meritgreater=10

Result Custom Query
  • 2019-03-28T23:25:35Z: 10 from criptix (https://bitcointalk.org/index.php?action=profile;u=255027) to Nestade (https://bitcointalk.org/index.php?action=profile;u=134226) for [Guide] Ethereum Custom-Adresse ('Vanity-Addresse') [Grafikkarte benötigt] (https://bitcointalk.org/index.php?topic=5125703.msg50356960#msg50356960)
  • 2019-03-28T18:43:34Z: 19 from suchmoon (https://bitcointalk.org/index.php?action=profile;u=234771) to fillippone (https://bitcointalk.org/index.php?action=profile;u=1852120) for [GUIDA] Nodo Bitcoin + Lightning Network su Raspberry PI  (https://bitcointalk.org/index.php?topic=5092648.msg49026596#msg49026596)
  • 2019-03-28T15:49:12Z: 50 from romanornr (https://bitcointalk.org/index.php?action=profile;u=225292) to OneNattyLitecoin (https://bitcointalk.org/index.php?action=profile;u=1002739) for [AUCTION] Eleutheria Day Break Original Art (https://bitcointalk.org/index.php?topic=5124660.msg50317020#msg50317020)
  • 2019-03-28T12:36:54Z: 19 from suchmoon (https://bitcointalk.org/index.php?action=profile;u=234771) to CryptopreneurBrainboss (https://bitcointalk.org/index.php?action=profile;u=1052091) for Brainboss's Merit Source Application. [Focus Alt subsections] (https://bitcointalk.org/index.php?topic=5125145.msg50336554#msg50336554)
  • 2019-03-28T05:28:10Z: 20 from Corrosive (https://bitcointalk.org/index.php?action=profile;u=2005913) to BitcoinPenny (https://bitcointalk.org/index.php?action=profile;u=352429) for ZEPHER Coins (Free) | In Loving Memory (https://bitcointalk.org/index.php?topic=5124871.msg50326142#msg50326142)
  • 2019-03-28T05:13:24Z: 10 from dozerz (https://bitcointalk.org/index.php?action=profile;u=65034) to Piston Honda (https://bitcointalk.org/index.php?action=profile;u=391321) for [ANN] [ARO] | Arionum | CPU+GPU+Masternode | PHP Based |Decentralized Revolution (https://bitcointalk.org/index.php?topic=2710248.msg50258820#msg50258820)
  • 2019-03-28T02:54:35Z: 10 from DarkStar_ (https://bitcointalk.org/index.php?action=profile;u=507936) to BitcoinPenny (https://bitcointalk.org/index.php?action=profile;u=352429) for ZEPHER Coins (Free) | In Loving Memory (https://bitcointalk.org/index.php?topic=5124871.msg50326142#msg50326142)
  • 2019-03-28T00:26:07Z: 19 from suchmoon (https://bitcointalk.org/index.php?action=profile;u=234771) to Hhampuz (https://bitcointalk.org/index.php?action=profile;u=881377) for What can I do about possible merit abuse? (https://bitcointalk.org/index.php?topic=5124993.msg50331296#msg50331296)
  • 2019-03-28T00:10:27Z: 50 from notthematrix (https://bitcointalk.org/index.php?action=profile;u=158287) to julerz12 (https://bitcointalk.org/index.php?action=profile;u=950662) for [BOUNTY] CODEX CRYPTOCURRENCY EXCHANGE  ________________________________________ (https://bitcointalk.org/index.php?topic=5110391.msg49757542#msg49757542)
  • 2019-03-28T00:08:16Z: 50 from notthematrix (https://bitcointalk.org/index.php?action=profile;u=158287) to Aerys2 (https://bitcointalk.org/index.php?action=profile;u=991046) for [BOUNTY][ICO] Next.exchange Community Trading| 3% NEXT REWARDS (https://bitcointalk.org/index.php?topic=2544760.msg25949780#msg25949780)
  • 2019-03-28T00:07:52Z: 25 from notthematrix (https://bitcointalk.org/index.php?action=profile;u=158287) to goldkingcoiner (https://bitcointalk.org/index.php?action=profile;u=1112467) for [BOUNTY][ICO] ERECOIN ~ 3D-PRINTING GOES BLOCKCHAIN   3,750,000 ERE(~2%) (https://bitcointalk.org/index.php?topic=5105412.msg49555137#msg49555137)
  • 2019-03-27T20:14:02Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to Lesbian Cow (https://bitcointalk.org/index.php?action=profile;u=206143) for [Auction] Polymerbit 50's, Karl Marx 0 Euro, Venezuela 13 Note Set (https://bitcointalk.org/index.php?topic=5124875.msg50326344#msg50326344)
  • 2019-03-27T19:51:45Z: 20 from TMAN (https://bitcointalk.org/index.php?action=profile;u=98986) to Foxpup (https://bitcointalk.org/index.php?action=profile;u=55384) for LoyceV's Avatar for Rent [first week rented out] (https://bitcointalk.org/index.php?topic=5121375.msg50340632#msg50340632)
  • 2019-03-27T18:12:21Z: 10 from chimk (https://bitcointalk.org/index.php?action=profile;u=1202061) to TheFuzzStone (https://bitcointalk.org/index.php?action=profile;u=679341) for Шaнcы нa ycпex. Биткoйн диcкyccии. (https://bitcointalk.org/index.php?topic=4871955.msg50340406#msg50340406)
  • 2019-03-27T16:31:14Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to krogothmanhattan (https://bitcointalk.org/index.php?action=profile;u=1000199) for [Raffle]- 1oz Silver US Bullion Coin...Proceeds to Zephers family ROLLING (https://bitcointalk.org/index.php?topic=5125125.msg50336092#msg50336092)
  • 2019-03-27T15:41:39Z: 10 from TheNewAnon135246 (https://bitcointalk.org/index.php?action=profile;u=153656) to BitcoinPenny (https://bitcointalk.org/index.php?action=profile;u=352429) for ZEPHER Coins (Free) | In Loving Memory (https://bitcointalk.org/index.php?topic=5124871.msg50326142#msg50326142)
  • 2019-03-27T12:54:35Z: 50 from TMAN (https://bitcointalk.org/index.php?action=profile;u=98986) to BitcoinPenny (https://bitcointalk.org/index.php?action=profile;u=352429) for ZEPHER Coins (Free) | In Loving Memory (https://bitcointalk.org/index.php?topic=5124871.msg50326142#msg50326142)
  • 2019-03-27T12:32:26Z: 50 from TMAN (https://bitcointalk.org/index.php?action=profile;u=98986) to monkeynuts (https://bitcointalk.org/index.php?action=profile;u=81962) for [AUCTION] Casascius Error Coin, First Day Funded (Proceeds to Zephers Family) (https://bitcointalk.org/index.php?topic=5122062.msg50220285#msg50220285)
  • 2019-03-27T10:19:56Z: 10 from HCP (https://bitcointalk.org/index.php?action=profile;u=867786) to Quickseller (https://bitcointalk.org/index.php?action=profile;u=358020) for Merit for Crypto (and other) Knowledge  (https://bitcointalk.org/index.php?topic=5124376.msg50304792#msg50304792)
  • 2019-03-26T23:33:08Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to BitcoinPenny (https://bitcointalk.org/index.php?action=profile;u=352429) for ZEPHER Coins (Free) | In Loving Memory (https://bitcointalk.org/index.php?topic=5124871.msg50326142#msg50326142)
  • 2019-03-26T16:34:04Z: 10 from jonsi (https://bitcointalk.org/index.php?action=profile;u=104461) to devans (https://bitcointalk.org/index.php?action=profile;u=935622) for bustabit – The original crash game (https://bitcointalk.org/index.php?topic=2897545.msg50296264#msg50296264)
  • 2019-03-26T01:12:16Z: 11 from Vod (https://bitcointalk.org/index.php?action=profile;u=30747) to suchmoon (https://bitcointalk.org/index.php?action=profile;u=234771) for [HACK] One-click mod report, not for the faint of heart (https://bitcointalk.org/index.php?topic=5103488.msg49475506#msg49475506)
  • 2019-03-25T13:33:19Z: 20 from TMAN (https://bitcointalk.org/index.php?action=profile;u=98986) to Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) for THEY SAY HE'S TROLLIN THEY HATIN ..................This is a serious matter !!!! (https://bitcointalk.org/index.php?topic=5123752.msg50280347#msg50280347)
  • 2019-03-25T12:02:40Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to chronicsky (https://bitcointalk.org/index.php?action=profile;u=353680) for [WTS] Kialara Gold/Hydra/Moon matching set + Silver Bar (https://bitcointalk.org/index.php?topic=5124421.msg50306437#msg50306437)
  • 2019-03-24T18:48:49Z: 20 from Dobrii (https://bitcointalk.org/index.php?action=profile;u=441120) to ICO Fanclub (https://bitcointalk.org/index.php?action=profile;u=2542467) for [BOUNTY][NEW NEW NEW] ROCKZ - IS THE WORLD’S MOST BULLETPROOF CRYPTOCURRENCY  (https://bitcointalk.org/index.php?topic=5107686.msg49754736#msg49754736)
  • 2019-03-24T18:42:05Z: 10 from SebastianJu (https://bitcointalk.org/index.php?action=profile;u=18640) to Mitchell (https://bitcointalk.org/index.php?action=profile;u=113670) for Overview of Bitcointalk Signature-Ad Campaigns [Last update: 19-Mar-2019] (https://bitcointalk.org/index.php?topic=615953.msg6815569#msg6815569)
  • 2019-03-24T15:28:01Z: 15 from RHavar (https://bitcointalk.org/index.php?action=profile;u=389331) to devans (https://bitcointalk.org/index.php?action=profile;u=935622) for bustabit – The original crash game (https://bitcointalk.org/index.php?topic=2897545.msg50296264#msg50296264)
  • 2019-03-24T15:11:41Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to anonymousminer (https://bitcointalk.org/index.php?action=profile;u=1668017) for [Raffle] Perth Mint Vikings Warfare MS70 2oz First Strike   FULL (https://bitcointalk.org/index.php?topic=5124037.msg50288398#msg50288398)
  • 2019-03-24T14:42:29Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to JanEmil (https://bitcointalk.org/index.php?action=profile;u=1118969) for [AUCTION] CRYPTO PAPER - LESS THAN 1 hour left (https://bitcointalk.org/index.php?topic=5124112.msg50292432#msg50292432)
  • 2019-03-24T05:17:09Z: 11 from jwinterm (https://bitcointalk.org/index.php?action=profile;u=223368) to BitPotus (https://bitcointalk.org/index.php?action=profile;u=833246) for 833246 (https://bitcointalk.org/index.php?topic=5120026.msg50290049#msg50290049)
  • 2019-03-23T20:38:49Z: 20 from RHavar (https://bitcointalk.org/index.php?action=profile;u=389331) to LoyceV (https://bitcointalk.org/index.php?action=profile;u=459836) for [scam] BetKing.io broke ICO promise and dropped token value 99% (https://bitcointalk.org/index.php?topic=5122856.msg50285879#msg50285879)
  • 2019-03-23T18:11:58Z: 50 from WildShark (https://bitcointalk.org/index.php?action=profile;u=837986) to korvas128 (https://bitcointalk.org/index.php?action=profile;u=152952) for [ANN] ION [ION] | POS 3.0 | Mobile Gaming | Join the ionomy today! (https://bitcointalk.org/index.php?topic=1443633.msg50272271#msg50272271)
  • 2019-03-23T17:03:02Z: 10 from dagarair (https://bitcointalk.org/index.php?action=profile;u=842913) to Eliovp (https://bitcointalk.org/index.php?action=profile;u=236770) for AMD Memory Tweak - Read and modify memory timings on the fly - [Vega Friendly] (https://bitcointalk.org/index.php?topic=5123724.msg50275206#msg50275206)
  • 2019-03-23T16:34:52Z: 10 from RHavar (https://bitcointalk.org/index.php?action=profile;u=389331) to BillyBurns (https://bitcointalk.org/index.php?action=profile;u=889399) for [scam] BetKing.io broke ICO promise and dropped token value 99% (https://bitcointalk.org/index.php?topic=5122856.msg50278573#msg50278573)
  • 2019-03-23T03:51:54Z: 10 from dbshck (https://bitcointalk.org/index.php?action=profile;u=153634) to LoyceV (https://bitcointalk.org/index.php?action=profile;u=459836) for [scam] BetKing.io broke ICO promise and dropped token value 99% (https://bitcointalk.org/index.php?topic=5122856.msg50244746#msg50244746)
  • 2019-03-23T03:00:16Z: 25 from bolivarcoin (https://bitcointalk.org/index.php?action=profile;u=543083) to zyrenth (https://bitcointalk.org/index.php?action=profile;u=2326516) for Tradesatoshi.com - * Faucet - Free Coins Every Hour * - CryptoCurrency Exchange (https://bitcointalk.org/index.php?topic=1691388.msg50275952#msg50275952)
  • 2019-03-23T02:59:33Z: 10 from bolivarcoin (https://bitcointalk.org/index.php?action=profile;u=543083) to zyrenth (https://bitcointalk.org/index.php?action=profile;u=2326516) for Tradesatoshi.com - * Faucet - Free Coins Every Hour * - CryptoCurrency Exchange (https://bitcointalk.org/index.php?topic=1691388.msg50275952#msg50275952)
  • 2019-03-23T02:36:23Z: 15 from RHavar (https://bitcointalk.org/index.php?action=profile;u=389331) to LoyceV (https://bitcointalk.org/index.php?action=profile;u=459836) for [scam] BetKing.io broke ICO promise and dropped token value 99% (https://bitcointalk.org/index.php?topic=5122856.msg50244746#msg50244746)
  • 2019-03-23T01:37:10Z: 10 from jstefanop (https://bitcointalk.org/index.php?action=profile;u=324365) to Eliovp (https://bitcointalk.org/index.php?action=profile;u=236770) for AMD Memory Tweak - Read and modify memory timings on the fly - [Vega Friendly] (https://bitcointalk.org/index.php?topic=5123724.msg50275206#msg50275206)
  • 2019-03-22T21:47:42Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to anonymousminer (https://bitcointalk.org/index.php?action=profile;u=1668017) for [Raffle] Perth Mint Kookaburra MS70 2oz First Strike   FULL (https://bitcointalk.org/index.php?topic=5123690.msg50273948#msg50273948)
  • 2019-03-22T20:47:33Z: 10 from hilariousetc (https://bitcointalk.org/index.php?action=profile;u=397737) to marlboroza (https://bitcointalk.org/index.php?action=profile;u=787736) for S_Therapist = mdayonliner (https://bitcointalk.org/index.php?topic=5096681.msg49211344#msg49211344)
  • 2019-03-22T18:57:24Z: 10 from hilariousandco (https://bitcointalk.org/index.php?action=profile;u=164822) to Foxpup (https://bitcointalk.org/index.php?action=profile;u=55384) for ANALOGY - Let me see who says what  - OPEN challenge mods and THEYMOS welcome (https://bitcointalk.org/index.php?topic=5123646.msg50272230#msg50272230)
  • 2019-03-22T18:09:00Z: 10 from phantastisch (https://bitcointalk.org/index.php?action=profile;u=18312) to 1miau (https://bitcointalk.org/index.php?action=profile;u=2143453) for Mehr Merit-Quellen  (https://bitcointalk.org/index.php?topic=5120217.msg50146008#msg50146008)
  • 2019-03-22T17:50:41Z: 13 from Vlad2Vlad (https://bitcointalk.org/index.php?action=profile;u=112208) to ArchimedesIX (https://bitcointalk.org/index.php?action=profile;u=925271) for [ANN] IXCoin [IXC] The Original Bitcoin Sidechain (https://bitcointalk.org/index.php?topic=3015517.msg31005143#msg31005143)
  • 2019-03-22T14:56:50Z: 10 from redsn0w (https://bitcointalk.org/index.php?action=profile;u=211419) to qwk (https://bitcointalk.org/index.php?action=profile;u=24140) for Suggestion: length limitation to trust ratings (https://bitcointalk.org/index.php?topic=5104563.msg49518880#msg49518880)
  • 2019-03-22T07:35:59Z: 10 from chimk (https://bitcointalk.org/index.php?action=profile;u=1202061) to uanix-2 (https://bitcointalk.org/index.php?action=profile;u=2104027) for Книгa «Биткoин для вcex» (https://bitcointalk.org/index.php?topic=5057776.msg47290546#msg47290546)
  • 2019-03-22T04:05:09Z: 20 from EFS (https://bitcointalk.org/index.php?action=profile;u=140584) to PHI1618 (https://bitcointalk.org/index.php?action=profile;u=1071136) for Portföy Takibi İçin Harika Araç: Delta App incelemesi (https://bitcointalk.org/index.php?topic=5116346.msg50001170#msg50001170)
Total Merits 842


Title: Re: Swiss army knife Tool to query Merit data online - Full History
Post by: Piggy on April 08, 2019, 10:19:39 AM

The data is updated to Friday 5th of April

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=2019-04-05&dategreater=2019-03-29&meritgreater=10

Result Custom Query
  • 2019-04-04T20:46:50Z: 21 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to Agrawas (https://bitcointalk.org/index.php?action=profile;u=1285450) for [AUCTION] Kialara Original Signature Moon Hydra *****ULTIMATE Collection SET**** (https://bitcointalk.org/index.php?topic=5127926.msg50450143#msg50450143)
  • 2019-04-04T20:39:57Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to Agrawas (https://bitcointalk.org/index.php?action=profile;u=1285450) for [AUCTION] Kialara Original Signature Moon Hydra *****ULTIMATE Collection SET**** (https://bitcointalk.org/index.php?topic=5127926.msg50450143#msg50450143)
  • 2019-04-04T20:32:20Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to Ticked (https://bitcointalk.org/index.php?action=profile;u=129764) for [RAFFLE] Short pocket silver edition! 3 Slots win! [GAME OVER] (https://bitcointalk.org/index.php?topic=5128252.msg50462488#msg50462488)
  • 2019-04-04T17:44:17Z: 20 from tim-bc (https://bitcointalk.org/index.php?action=profile;u=1982477) to devans (https://bitcointalk.org/index.php?action=profile;u=935622) for bustabit – The original crash game (https://bitcointalk.org/index.php?topic=2897545.msg50296264#msg50296264)
  • 2019-04-04T16:59:11Z: 50 from crazyearner (https://bitcointalk.org/index.php?action=profile;u=68586) to cryptogenerations (https://bitcointalk.org/index.php?action=profile;u=2165502) for [ANN]  GALILEL.CLOUD (GALI)  PoW/PoS/MN coin  Active Airdrops/Bounties!  (https://bitcointalk.org/index.php?topic=4238243.msg41602129#msg41602129)
  • 2019-04-04T16:10:28Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to dolphriends (https://bitcointalk.org/index.php?action=profile;u=1099535) for [RAFFLE] Rare Limited Edition Potcoin .999 Silver Rounds  FULL (https://bitcointalk.org/index.php?topic=5127528.msg50450008#msg50450008)
  • 2019-04-04T08:04:47Z: 20 from gmaxwell (https://bitcointalk.org/index.php?action=profile;u=11425) to kano (https://bitcointalk.org/index.php?action=profile;u=36044) for Bitmain's Released Antminer S9, World's First 16nm Miner Ready to Order (https://bitcointalk.org/index.php?topic=1493601.msg15634328#msg15634328)
  • 2019-04-04T07:46:21Z: 10 from gmaxwell (https://bitcointalk.org/index.php?action=profile;u=11425) to frodocooper (https://bitcointalk.org/index.php?action=profile;u=988740) for Bitmain introduces the Antminer S17 Pro, Antminer S17, and the Antminer T17 (https://bitcointalk.org/index.php?topic=5122170.msg50417237#msg50417237)
  • 2019-04-04T07:39:57Z: 20 from gmaxwell (https://bitcointalk.org/index.php?action=profile;u=11425) to Artemis3 (https://bitcointalk.org/index.php?action=profile;u=980501) for Bitmain introduces the Antminer S17 Pro, Antminer S17, and the Antminer T17 (https://bitcointalk.org/index.php?topic=5122170.msg50401842#msg50401842)
  • 2019-04-04T05:42:10Z: 10 from Xal0lex (https://bitcointalk.org/index.php?action=profile;u=1068464) to Halab (https://bitcointalk.org/index.php?action=profile;u=1053119) for 1053119 (https://bitcointalk.org/index.php?topic=1383758.msg50245863#msg50245863)
  • 2019-04-04T04:48:10Z: 10 from xandry (https://bitcointalk.org/index.php?action=profile;u=382413) to igor72 (https://bitcointalk.org/index.php?action=profile;u=1094195) for Двoйнaя тpaтa (Double spending) в Electrum (https://bitcointalk.org/index.php?topic=5126996.msg50412064#msg50412064)
  • 2019-04-04T01:04:57Z: 20 from Vod (https://bitcointalk.org/index.php?action=profile;u=30747) to johoe (https://bitcointalk.org/index.php?action=profile;u=143551) for Reused R values again (https://bitcointalk.org/index.php?topic=581411.msg9791998#msg9791998)
  • 2019-04-03T23:20:25Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to Lesbian Cow (https://bitcointalk.org/index.php?action=profile;u=206143) for [Auction] BTCC &amp; Satori Loaded Chip Set; 3 Fabulous Chips as One Lot (https://bitcointalk.org/index.php?topic=5126566.msg50395780#msg50395780)
  • 2019-04-03T20:06:04Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to minerjones (https://bitcointalk.org/index.php?action=profile;u=346731) for [AUCTION] ALITIN MINT Jeanne D'Arc 1 BTC &amp; Adam Smith 2 BTC silver coins + box!! (https://bitcointalk.org/index.php?topic=5127773.msg50443986#msg50443986)
  • 2019-04-03T20:04:16Z: 40 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to teeGUMES (https://bitcointalk.org/index.php?action=profile;u=307884) for [WoodCollector]Nine Public Coin Collection Completed (https://bitcointalk.org/index.php?topic=5127772.msg50443964#msg50443964)
  • 2019-04-03T19:59:32Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to teeGUMES (https://bitcointalk.org/index.php?action=profile;u=307884) for [WoodCollector]Nine Public Coin Collection Completed (https://bitcointalk.org/index.php?topic=5127772.msg50443964#msg50443964)
  • 2019-04-03T17:47:23Z: 10 from TheNewAnon135246 (https://bitcointalk.org/index.php?action=profile;u=153656) to krogothmanhattan (https://bitcointalk.org/index.php?action=profile;u=1000199) for [AUCTION] Casascius Error Coin, First Day Funded (Proceeds to Zephers Family) (https://bitcointalk.org/index.php?topic=5122062.msg50301531#msg50301531)
  • 2019-04-03T17:35:18Z: 10 from Dakustaking76 (https://bitcointalk.org/index.php?action=profile;u=942430) to Paashaas (https://bitcointalk.org/index.php?action=profile;u=169384) for Wall Observer BTC/USD - Bitcoin price movement tracking &amp; discussion (https://bitcointalk.org/index.php?topic=178336.msg50444219#msg50444219)
  • 2019-04-03T16:27:11Z: 25 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to JanEmil (https://bitcointalk.org/index.php?action=profile;u=1118969) for [ANN][WTS] BeYourOwnBank 'The M.O.A.B.' #011-#100 | DEAL INSIDE! | (https://bitcointalk.org/index.php?topic=5102720.msg50442523#msg50442523)
  • 2019-04-03T16:25:45Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to wheelz1200 (https://bitcointalk.org/index.php?action=profile;u=279158) for [Auction] multiple lots: rare notes, loaded chips, BP silver! Ends in 5 minutes (https://bitcointalk.org/index.php?topic=5127504.msg50433442#msg50433442)
  • 2019-04-03T16:18:13Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to killyou72 (https://bitcointalk.org/index.php?action=profile;u=408367) for [AUCTION] 10k DOGE DIY 2014 cryptoImperator + abstract drawing  (https://bitcointalk.org/index.php?topic=5127581.msg50437078#msg50437078)
  • 2019-04-03T16:17:27Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to BitcoinPenny (https://bitcointalk.org/index.php?action=profile;u=352429) for [AUCTION] Bitcoin Penny™ 1/1 Prototype SILVER Classic Roll (https://bitcointalk.org/index.php?topic=5125631.msg50354074#msg50354074)
  • 2019-04-03T10:29:33Z: 11 from LoyceV (https://bitcointalk.org/index.php?action=profile;u=459836) to Coin-1 (https://bitcointalk.org/index.php?action=profile;u=1133335) for [Chart] Bitcointalk statistics on impression counts for ads (https://bitcointalk.org/index.php?topic=5127482.msg50432764#msg50432764)
  • 2019-04-03T07:12:56Z: 10 from P_Shep (https://bitcointalk.org/index.php?action=profile;u=47656) to ThrobbingSausage (https://bitcointalk.org/index.php?action=profile;u=2574306) for Wall Observer BTC/USD - Bitcoin price movement tracking &amp; discussion (https://bitcointalk.org/index.php?topic=178336.msg50434719#msg50434719)
  • 2019-04-02T20:24:11Z: 11 from Zeta0S (https://bitcointalk.org/index.php?action=profile;u=249232) to Yoshi Livo (https://bitcointalk.org/index.php?action=profile;u=533393) for e-Gulden: even bijkletsen (https://bitcointalk.org/index.php?topic=820336.msg50423260#msg50423260)
  • 2019-04-02T17:12:46Z: 10 from dbshck (https://bitcointalk.org/index.php?action=profile;u=153634) to Quickseller (https://bitcointalk.org/index.php?action=profile;u=358020) for Merit for Crypto (and other) Knowledge [on hold] (https://bitcointalk.org/index.php?topic=5124376.msg50304792#msg50304792)
  • 2019-04-02T08:10:40Z: 10 from AlexGR (https://bitcointalk.org/index.php?action=profile;u=172400) to Lauda (https://bitcointalk.org/index.php?action=profile;u=101872) for Wall Observer BTC/USD - Bitcoin price movement tracking &amp; discussion (https://bitcointalk.org/index.php?topic=178336.msg50419897#msg50419897)
  • 2019-04-02T02:10:42Z: 20 from rickbig41 (https://bitcointalk.org/index.php?action=profile;u=553678) to Xal0lex (https://bitcointalk.org/index.php?action=profile;u=1068464) for Souvenirs from the Bitcointalk.org (https://bitcointalk.org/index.php?topic=5124304.msg50302752#msg50302752)
  • 2019-04-02T01:03:58Z: 50 from theymos (https://bitcointalk.org/index.php?action=profile;u=35) to Xal0lex (https://bitcointalk.org/index.php?action=profile;u=1068464) for Souvenirs from the Bitcointalk.org (https://bitcointalk.org/index.php?topic=5124304.msg50302752#msg50302752)
  • 2019-04-02T01:00:48Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to Zwei (https://bitcointalk.org/index.php?action=profile;u=2004043) for [15$] -  Signature Design service - [updated]  limited time offer. (https://bitcointalk.org/index.php?topic=3431093.msg35810947#msg35810947)
  • 2019-04-02T00:32:25Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to Hhampuz (https://bitcointalk.org/index.php?action=profile;u=881377) for [AUCTION]Multiple Lots - Death Star Silver, Worldly Treasure Set+MORE | ENDS NOW (https://bitcointalk.org/index.php?topic=5126966.msg50410490#msg50410490)
  • 2019-04-02T00:09:21Z: 10 from ZipReg (https://bitcointalk.org/index.php?action=profile;u=1239916) to BitcoinPenny (https://bitcointalk.org/index.php?action=profile;u=352429) for ZEPHER Coins (Free) | In Loving Memory (https://bitcointalk.org/index.php?topic=5124871.msg50326142#msg50326142)
  • 2019-04-01T21:24:24Z: 50 from theymos (https://bitcointalk.org/index.php?action=profile;u=35) to Halab (https://bitcointalk.org/index.php?action=profile;u=1053119) for 1053119 (https://bitcointalk.org/index.php?topic=1383758.msg50245863#msg50245863)
  • 2019-04-01T20:36:32Z: 10 from chimk (https://bitcointalk.org/index.php?action=profile;u=1202061) to igor72 (https://bitcointalk.org/index.php?action=profile;u=1094195) for Двoйнaя тpaтa (Double spending) в Electrum (https://bitcointalk.org/index.php?topic=5126996.msg50412064#msg50412064)
  • 2019-04-01T20:23:01Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to minerjones (https://bitcointalk.org/index.php?action=profile;u=346731) for [RAFFLE] Classic Las Vegas Casino 1oz Silver/Gilt coins (https://bitcointalk.org/index.php?topic=5126925.msg50408887#msg50408887)
  • 2019-04-01T19:43:11Z: 11 from ICOEthics (https://bitcointalk.org/index.php?action=profile;u=2204241) to tvplus006 (https://bitcointalk.org/index.php?action=profile;u=1311641) for ERGEX - SCAM - Plagiarism site and team (https://bitcointalk.org/index.php?topic=5126879.msg50407172#msg50407172)
  • 2019-04-01T01:45:35Z: 21 from OneNattyLitecoin (https://bitcointalk.org/index.php?action=profile;u=1002739) to ElktrkAurora (https://bitcointalk.org/index.php?action=profile;u=2573038) for [POLL] NaTTyMiNd DayBreak VIA coins: Proof or Antiqued Silver? (https://bitcointalk.org/index.php?topic=5126055.msg50400362#msg50400362)
  • 2019-03-31T23:11:45Z: 10 from Welsh (https://bitcointalk.org/index.php?action=profile;u=84521) to LoyceV (https://bitcointalk.org/index.php?action=profile;u=459836) for [Updated March 31] Personal Full Trust Depth viewer for all users (https://bitcointalk.org/index.php?topic=5124527.msg50310954#msg50310954)
  • 2019-03-31T21:10:08Z: 10 from af_newbie (https://bitcointalk.org/index.php?action=profile;u=51626) to dippididodaday (https://bitcointalk.org/index.php?action=profile;u=836696) for Why do Atheists Hate Religion? (https://bitcointalk.org/index.php?topic=1054513.msg50397428#msg50397428)
  • 2019-03-31T21:00:09Z: 21 from Quickseller (https://bitcointalk.org/index.php?action=profile;u=358020) to TalkStar (https://bitcointalk.org/index.php?action=profile;u=2136362) for Merit for Crypto (and other) Knowledge [on hold] (https://bitcointalk.org/index.php?topic=5124376.msg50398761#msg50398761)
  • 2019-03-31T18:11:15Z: 10 from gmaxwell (https://bitcointalk.org/index.php?action=profile;u=11425) to philipma1957 (https://bitcointalk.org/index.php?action=profile;u=64507) for Bitmain introduces the Antminer S17 Pro, Antminer S17, and the Antminer T17 (https://bitcointalk.org/index.php?topic=5122170.msg50393040#msg50393040)
  • 2019-03-31T15:21:46Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to Hhampuz (https://bitcointalk.org/index.php?action=profile;u=881377) for [RAFFLE] 2x BYOB 'The M.O.A.B' 1oz .999 Random Numbers | 0/16 Tickets Remain (https://bitcointalk.org/index.php?topic=5126396.msg50386001#msg50386001)
  • 2019-03-31T15:18:07Z: 25 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to BitcoinPenny (https://bitcointalk.org/index.php?action=profile;u=352429) for [ANN] The 2019 Bitcoin Penny™ Copper Collection (https://bitcointalk.org/index.php?topic=5126406.msg50386928#msg50386928)
  • 2019-03-31T15:15:34Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to OneNattyLitecoin (https://bitcointalk.org/index.php?action=profile;u=1002739) for [POLL] NaTTyMiNd DayBreak VIA coins: Proof or Antiqued Silver? (https://bitcointalk.org/index.php?topic=5126055.msg50371172#msg50371172)
  • 2019-03-31T15:15:19Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to Fattcatt (https://bitcointalk.org/index.php?action=profile;u=906410) for WTS High End Collectible American Kentucky Bourbons (https://bitcointalk.org/index.php?topic=5126531.msg50394435#msg50394435)
  • 2019-03-30T10:20:29Z: 10 from LoyceV (https://bitcointalk.org/index.php?action=profile;u=459836) to Vod (https://bitcointalk.org/index.php?action=profile;u=30747) for Announcing BPIP - The Bitcointalk Public Information Project! (https://bitcointalk.org/index.php?topic=4746201.msg42865128#msg42865128)
  • 2019-03-30T10:01:18Z: 40 from Taki (https://bitcointalk.org/index.php?action=profile;u=833802) to greeklogos (https://bitcointalk.org/index.php?action=profile;u=800530) for Payment for KYC registration (https://bitcointalk.org/index.php?topic=5123258.msg50363129#msg50363129)
  • 2019-03-30T09:13:32Z: 10 from HCP (https://bitcointalk.org/index.php?action=profile;u=867786) to Coding Enthusiast (https://bitcointalk.org/index.php?action=profile;u=879277) for How does one derive a SegWit address from a legacy address? [0.001 BTC Reward!] (https://bitcointalk.org/index.php?topic=5125843.msg50366963#msg50366963)
  • 2019-03-30T08:04:54Z: 10 from berron (https://bitcointalk.org/index.php?action=profile;u=561448) to VeilDango (https://bitcointalk.org/index.php?action=profile;u=2464022) for [ANN] [PoW] [PoS] VEIL - Privacy without compromise (https://bitcointalk.org/index.php?topic=5065331.msg47686223#msg47686223)
  • 2019-03-30T06:56:11Z: 12 from Foxpup (https://bitcointalk.org/index.php?action=profile;u=55384) to hilariousetc (https://bitcointalk.org/index.php?action=profile;u=397737) for Why is META not a SIG SPAM FREE ZONE? surely you want real Enthusiasts opinions? (https://bitcointalk.org/index.php?topic=5116691.msg50059959#msg50059959)
  • 2019-03-29T21:20:34Z: 10 from chimk (https://bitcointalk.org/index.php?action=profile;u=1202061) to MaoChao (https://bitcointalk.org/index.php?action=profile;u=410541) for Paздaчa мepитa нyждaющимcя/Ecть зaдaния l (https://bitcointalk.org/index.php?topic=3251187.msg49847093#msg49847093)
  • 2019-03-29T17:56:37Z: 50 from DarkStar_ (https://bitcointalk.org/index.php?action=profile;u=507936) to PHI1618 (https://bitcointalk.org/index.php?action=profile;u=1071136) for PHI1618's Merit Source Application  (https://bitcointalk.org/index.php?topic=5097314.msg49232756#msg49232756)
  • 2019-03-29T15:55:03Z: 50 from TMAN (https://bitcointalk.org/index.php?action=profile;u=98986) to tk808 (https://bitcointalk.org/index.php?action=profile;u=180477) for Grant Me Legendary Status (https://bitcointalk.org/index.php?topic=5125630.msg50354059#msg50354059)
  • 2019-03-29T11:53:08Z: 16 from Foxpup (https://bitcointalk.org/index.php?action=profile;u=55384) to libcoin (https://bitcointalk.org/index.php?action=profile;u=52207) for Namecoin was stillborn, I had to switch off life-support (https://bitcointalk.org/index.php?topic=310954.msg3341333#msg3341333)
  • 2019-03-29T02:11:40Z: 10 from lightlord (https://bitcointalk.org/index.php?action=profile;u=30541) to Stunna (https://bitcointalk.org/index.php?action=profile;u=81292) for ⚖️ Crypto Gambling Foundation ⚖️ - Fair Gambling For All (https://bitcointalk.org/index.php?topic=2178857.msg21853068#msg21853068)
Total Merits 934


Title: Re: Swiss army knife Tool to query Merit data online - Full History
Post by: Piggy on April 12, 2019, 09:04:13 AM
The data is updated to Friday 12th of April

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=2019-04-12&dategreater=2019-04-05&meritgreater=10

Result Custom Query
  • 2019-04-11T23:32:04Z: 10 from krogothmanhattan (https://bitcointalk.org/index.php?action=profile;u=1000199) to yogg (https://bitcointalk.org/index.php?action=profile;u=140827) for [ANN] Coldkey™ -- Secure cold storage wallet cards (https://bitcointalk.org/index.php?topic=5130905.msg50565285#msg50565285)
  • 2019-04-11T21:38:06Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to Ticked (https://bitcointalk.org/index.php?action=profile;u=129764) for [WTS] BTS Doge Bars, CI Coins, Satori, Tangem, Garlic Loaf (https://bitcointalk.org/index.php?topic=5130799.msg50561770#msg50561770)
  • 2019-04-11T20:07:06Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to The Pharmacist (https://bitcointalk.org/index.php?action=profile;u=487418) for DefaultTrust changes (https://bitcointalk.org/index.php?topic=5095156.msg50474082#msg50474082)
  • 2019-04-11T19:54:22Z: 19 from suchmoon (https://bitcointalk.org/index.php?action=profile;u=234771) to 1miau (https://bitcointalk.org/index.php?action=profile;u=2143453) for [Guide] How to create your customized Bitcoin-Address (vanitygen) – step by step (https://bitcointalk.org/index.php?topic=5096373.msg49194987#msg49194987)
  • 2019-04-11T11:43:18Z: 10 from EFS (https://bitcointalk.org/index.php?action=profile;u=140584) to trendcoin (https://bitcointalk.org/index.php?action=profile;u=1367217) for Evrenin Büyüklüğü ve Tesadüfen Oluşma İhtimali (https://bitcointalk.org/index.php?topic=5130329.msg50551267#msg50551267)
  • 2019-04-11T04:57:23Z: 30 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to Spazzer (https://bitcointalk.org/index.php?action=profile;u=1143728) for [Auction] Ripple Quilt (https://bitcointalk.org/index.php?topic=5130454.msg50551063#msg50551063)
  • 2019-04-11T02:27:56Z: 20 from malevolent (https://bitcointalk.org/index.php?action=profile;u=23092) to nopara73 (https://bitcointalk.org/index.php?action=profile;u=212012) for CoinJoin: Bitcoin privacy for the real world (https://bitcointalk.org/index.php?topic=279249.msg50438943#msg50438943)
  • 2019-04-10T21:52:28Z: 10 from theymos (https://bitcointalk.org/index.php?action=profile;u=35) to cestmoi (https://bitcointalk.org/index.php?action=profile;u=2505963) for Déclaration aux US vs France (https://bitcointalk.org/index.php?topic=5130165.msg50549499#msg50549499)
  • 2019-04-10T19:56:09Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to m0gliE (https://bitcointalk.org/index.php?action=profile;u=107200) for REEEEE: PussyGate, a Collection of Trump Investigations  (https://bitcointalk.org/index.php?topic=5065324.msg50540449#msg50540449)
  • 2019-04-10T17:41:34Z: 17 from ETFbitcoin (https://bitcointalk.org/index.php?action=profile;u=359716) to nopara73 (https://bitcointalk.org/index.php?action=profile;u=212012) for ZeroLink: The Bitcoin Fungibility Framework (https://bitcointalk.org/index.php?topic=2088611.msg20867039#msg20867039)
  • 2019-04-10T16:22:22Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to anonymousminer (https://bitcointalk.org/index.php?action=profile;u=1668017) for [WTS] 12 Lots: BTCC, Genesis, CI, Denarium, CryptoVest, Bitcoin Penny  (https://bitcointalk.org/index.php?topic=5129644.msg50521178#msg50521178)
  • 2019-04-10T12:28:37Z: 10 from doktor83 (https://bitcointalk.org/index.php?action=profile;u=889929) to Eliovp (https://bitcointalk.org/index.php?action=profile;u=236770) for AMD Mem Tweak - Read/modify mem timings on the fly - [Vega Friendly] [Win/Linux] (https://bitcointalk.org/index.php?topic=5123724.msg50275206#msg50275206)
  • 2019-04-10T12:04:38Z: 12 from seleme (https://bitcointalk.org/index.php?action=profile;u=22145) to vlom (https://bitcointalk.org/index.php?action=profile;u=550439) for SCAM: MinexPay crypto debit card by minexpay.com / Minexcoin (https://bitcointalk.org/index.php?topic=5046331.msg46659209#msg46659209)
  • 2019-04-10T11:35:41Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to AT101ET (https://bitcointalk.org/index.php?action=profile;u=170557) for [Auction] Bits and Bobs - Starting at 0.00BTC (https://bitcointalk.org/index.php?topic=5130200.msg50540647#msg50540647)
  • 2019-04-09T22:39:33Z: 10 from Welsh (https://bitcointalk.org/index.php?action=profile;u=84521) to coinlocket$ (https://bitcointalk.org/index.php?action=profile;u=1339716) for User got voted into DT1 by sockpuppets (https://bitcointalk.org/index.php?topic=5128907.msg50495751#msg50495751)
  • 2019-04-09T22:38:07Z: 15 from Welsh (https://bitcointalk.org/index.php?action=profile;u=84521) to LoyceV (https://bitcointalk.org/index.php?action=profile;u=459836) for User got voted into DT1 by sockpuppets (https://bitcointalk.org/index.php?topic=5128907.msg50490233#msg50490233)
  • 2019-04-09T12:39:00Z: 10 from Jannn (https://bitcointalk.org/index.php?action=profile;u=814754) to Jucrypto (https://bitcointalk.org/index.php?action=profile;u=1650352) for  BEST FOREX ROBOT - $2860 USD IN 9 DAYS FULL MYFXBOOK STATEMENT PROOF HERE!  (https://bitcointalk.org/index.php?topic=5126018.msg50527522#msg50527522)
  • 2019-04-09T06:08:17Z: 10 from kingcolex (https://bitcointalk.org/index.php?action=profile;u=66060) to Paashaas (https://bitcointalk.org/index.php?action=profile;u=169384) for Wall Observer BTC/USD - Bitcoin price movement tracking &amp; discussion (https://bitcointalk.org/index.php?topic=178336.msg50522153#msg50522153)
  • 2019-04-09T00:04:33Z: 10 from Cøbra (https://bitcointalk.org/index.php?action=profile;u=249495) to theymos (https://bitcointalk.org/index.php?action=profile;u=35) for How can we take Bitcoin Talk back into the Bitcoin community? (https://bitcointalk.org/index.php?topic=5110927.msg49790622#msg49790622)
  • 2019-04-08T20:38:45Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to Hhampuz (https://bitcointalk.org/index.php?action=profile;u=881377) for [RAFFLE]Satori Madness! 85 Pre/Post Fork |50x Pre for 1st| Ception inside |0/64 (https://bitcointalk.org/index.php?topic=5129234.msg50505722#msg50505722)
  • 2019-04-08T13:28:41Z: 10 from Taki (https://bitcointalk.org/index.php?action=profile;u=833802) to The Pharmacist (https://bitcointalk.org/index.php?action=profile;u=487418) for Excessively meriting a mediocre post - rules? (https://bitcointalk.org/index.php?topic=5129079.msg50513285#msg50513285)
  • 2019-04-08T12:56:55Z: 10 from StarenseN (https://bitcointalk.org/index.php?action=profile;u=76217) to Halab (https://bitcointalk.org/index.php?action=profile;u=1053119) for [TOP 10] des Francais qui gagnent du merit  - [2019 only]  (https://bitcointalk.org/index.php?topic=5128267.msg50473833#msg50473833)
  • 2019-04-08T12:14:37Z: 10 from pallas (https://bitcointalk.org/index.php?action=profile;u=164852) to xtdevcoin (https://bitcointalk.org/index.php?action=profile;u=2517473) for [ANN] | SUQA | New X22i Algo |  SWIFFTX | No ICO | No Pre-mine | %5 Apr Interest (https://bitcointalk.org/index.php?topic=5038269.msg50510963#msg50510963)
  • 2019-04-08T12:11:14Z: 10 from Mitchell (https://bitcointalk.org/index.php?action=profile;u=113670) to TheNewAnon135246 (https://bitcointalk.org/index.php?action=profile;u=153656) for [INFO] Overview of all Kialara pieces (https://bitcointalk.org/index.php?topic=5096261.msg49190003#msg49190003)
  • 2019-04-08T11:41:38Z: 10 from bhokor (https://bitcointalk.org/index.php?action=profile;u=388086) to Vectorium (https://bitcointalk.org/index.php?action=profile;u=2575662) for Flits (FLS) - Masternode and staking app (https://bitcointalk.org/index.php?topic=5127843.msg50472627#msg50472627)
  • 2019-04-08T08:24:47Z: 10 from amishmanish (https://bitcointalk.org/index.php?action=profile;u=1107844) to QuestionAuthority (https://bitcointalk.org/index.php?action=profile;u=72795) for Merit System Upgrade (https://bitcointalk.org/index.php?topic=2827596.msg28975211#msg28975211)
  • 2019-04-08T07:00:24Z: 50 from StarenseN (https://bitcointalk.org/index.php?action=profile;u=76217) to cestmoi (https://bitcointalk.org/index.php?action=profile;u=2505963) for [TOP 10] des Francais qui gagnent du merit  - [2019 only]  (https://bitcointalk.org/index.php?topic=5128267.msg50462923#msg50462923)
  • 2019-04-08T05:38:17Z: 10 from Vod (https://bitcointalk.org/index.php?action=profile;u=30747) to Financisto (https://bitcointalk.org/index.php?action=profile;u=114848) for ⛓LIST⛓ BitcoinTalk's Escrow Providers: Ranking &amp; Blacklist ☠ Avoid Scammers ☠ (https://bitcointalk.org/index.php?topic=276897.msg2955628#msg2955628)
  • 2019-04-07T23:58:43Z: 50 from marcus_of_augustus (https://bitcointalk.org/index.php?action=profile;u=4190) to nopara73 (https://bitcointalk.org/index.php?action=profile;u=212012) for CoinJoin: Bitcoin privacy for the real world (https://bitcointalk.org/index.php?topic=279249.msg50438943#msg50438943)
  • 2019-04-07T21:27:03Z: 11 from Vod (https://bitcointalk.org/index.php?action=profile;u=30747) to stevenzeiler (https://bitcointalk.org/index.php?action=profile;u=2577671) for Hello From Long Time Bitcoiner (https://bitcointalk.org/index.php?topic=5128956.msg50492529#msg50492529)
  • 2019-04-07T17:09:49Z: 10 from TECSHARE (https://bitcointalk.org/index.php?action=profile;u=15728) to stevenzeiler (https://bitcointalk.org/index.php?action=profile;u=2577671) for Hello From Long Time Bitcoiner (https://bitcointalk.org/index.php?topic=5128956.msg50492529#msg50492529)
  • 2019-04-07T15:25:42Z: 50 from StarenseN (https://bitcointalk.org/index.php?action=profile;u=76217) to baba0000000000 (https://bitcointalk.org/index.php?action=profile;u=1056600) for BTC Le bitcoin devrait remonter.... ou peut être redescendre (https://bitcointalk.org/index.php?topic=569449.msg50500546#msg50500546)
  • 2019-04-07T15:09:39Z: 50 from StarenseN (https://bitcointalk.org/index.php?action=profile;u=76217) to Blind Legs Parker (https://bitcointalk.org/index.php?action=profile;u=640617) for BTC Le bitcoin devrait remonter.... ou peut être redescendre (https://bitcointalk.org/index.php?topic=569449.msg50499451#msg50499451)
  • 2019-04-07T14:13:06Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to dazedfool (https://bitcointalk.org/index.php?action=profile;u=327499) for [RAFFLE] 10 POST-FORK SATORI CHIPS - ROUND 2A    FULL - BLOCK 570648 (https://bitcointalk.org/index.php?topic=5128970.msg50493187#msg50493187)
  • 2019-04-07T04:19:56Z: 15 from Foxpup (https://bitcointalk.org/index.php?action=profile;u=55384) to theymos (https://bitcointalk.org/index.php?action=profile;u=35) for User got voted into DT1 by sockpuppets (https://bitcointalk.org/index.php?topic=5128907.msg50491004#msg50491004)
  • 2019-04-07T01:03:18Z: 10 from rickbig41 (https://bitcointalk.org/index.php?action=profile;u=553678) to LoyceV (https://bitcointalk.org/index.php?action=profile;u=459836) for User got voted into DT1 by sockpuppets (https://bitcointalk.org/index.php?topic=5128907.msg50490233#msg50490233)
  • 2019-04-06T23:04:53Z: 20 from theymos (https://bitcointalk.org/index.php?action=profile;u=35) to LoyceV (https://bitcointalk.org/index.php?action=profile;u=459836) for User got voted into DT1 by sockpuppets (https://bitcointalk.org/index.php?topic=5128907.msg50490233#msg50490233)
  • 2019-04-06T21:17:27Z: 10 from thandie (https://bitcointalk.org/index.php?action=profile;u=334684) to willi9974 (https://bitcointalk.org/index.php?action=profile;u=216582) for Die Default Trust wurde geändert !  (https://bitcointalk.org/index.php?topic=5095223.msg50489913#msg50489913)
  • 2019-04-06T09:03:51Z: 10 from rockmoney (https://bitcointalk.org/index.php?action=profile;u=852698) to jstefanop (https://bitcointalk.org/index.php?action=profile;u=324365) for Official FutureBit Moonlander 2 Driver and Support Thread (https://bitcointalk.org/index.php?topic=2420357.msg29490607#msg29490607)
  • 2019-04-05T22:05:02Z: 10 from Vod (https://bitcointalk.org/index.php?action=profile;u=30747) to suchmoon (https://bitcointalk.org/index.php?action=profile;u=234771) for [SUCH GUIDE] Guaranteed method to earn many merits, statistically proven (https://bitcointalk.org/index.php?topic=5126690.msg50401157#msg50401157)
  • 2019-04-05T21:32:51Z: 22 from kenanzz (https://bitcointalk.org/index.php?action=profile;u=411506) to TalkStar (https://bitcointalk.org/index.php?action=profile;u=2136362) for omgtoken - SCAM ACCUSATION (https://bitcointalk.org/index.php?topic=5127764.msg50476720#msg50476720)
  • 2019-04-05T20:43:48Z: 20 from Claymore (https://bitcointalk.org/index.php?action=profile;u=306958) to Eliovp (https://bitcointalk.org/index.php?action=profile;u=236770) for AMD Mem Tweak - Read/modify mem timings on the fly - [Vega Friendly] [Win/Linux] (https://bitcointalk.org/index.php?topic=5123724.msg50275206#msg50275206)
  • 2019-04-05T16:23:56Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to dolphriends (https://bitcointalk.org/index.php?action=profile;u=1099535) for [INFO] Topps Allen &amp; Ginter Reference Thread (https://bitcointalk.org/index.php?topic=4906420.msg50402564#msg50402564)
Total Merits 681


Title: Re: Swiss army knife Tool to query Merit data online - Full History
Post by: Piggy on April 26, 2019, 06:12:52 AM
The data is updated to Friday 26th of April

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=2019-04-26&dategreater=2019-04-19&meritgreater=10

Result Custom Query
  • 2019-04-25T17:50:04Z: 10 from Eliovp (https://bitcointalk.org/index.php?action=profile;u=236770) to doktor83 (https://bitcointalk.org/index.php?action=profile;u=889929) for AMD Mem Tweak - Read/modify mem timings on the fly - [Vega Friendly] [Win/Linux] (https://bitcointalk.org/index.php?topic=5123724.msg50771511#msg50771511)
  • 2019-04-25T13:58:33Z: 10 from Vtools (https://bitcointalk.org/index.php?action=profile;u=1162374) to PsyArcus (https://bitcointalk.org/index.php?action=profile;u=2562723) for [ANN] [TERA PLATFORM] [DApp, PoW, CPU, 1000 TPS] (https://bitcointalk.org/index.php?topic=4573801.msg50674478#msg50674478)
  • 2019-04-24T19:37:58Z: 10 from vizique (https://bitcointalk.org/index.php?action=profile;u=120837) to themanz (https://bitcointalk.org/index.php?action=profile;u=2587408) for [FREE Raffle] 1 x ManzCoin Lit Physical Crypto Coin  (https://bitcointalk.org/index.php?topic=5135739.msg50758393#msg50758393)
  • 2019-04-24T15:26:06Z: 19 from suchmoon (https://bitcointalk.org/index.php?action=profile;u=234771) to theymos (https://bitcointalk.org/index.php?action=profile;u=35) for What do we expect the Mueller Report to Contain? (https://bitcointalk.org/index.php?topic=5123357.msg50746477#msg50746477)
  • 2019-04-24T15:22:19Z: 10 from TheFuzzStone (https://bitcointalk.org/index.php?action=profile;u=679341) to AlegoDev (https://bitcointalk.org/index.php?action=profile;u=2093356) for [Уcлyгa] Paзpaбoткa // Caйты // Бaннepы // Дизaйн (https://bitcointalk.org/index.php?topic=3764411.msg37096267#msg37096267)
  • 2019-04-24T15:02:57Z: 10 from squatz1 (https://bitcointalk.org/index.php?action=profile;u=738419) to theymos (https://bitcointalk.org/index.php?action=profile;u=35) for What do we expect the Mueller Report to Contain? (https://bitcointalk.org/index.php?topic=5123357.msg50746477#msg50746477)
  • 2019-04-24T06:24:46Z: 10 from HCP (https://bitcointalk.org/index.php?action=profile;u=867786) to Aero Blue (https://bitcointalk.org/index.php?action=profile;u=881078) for The problem begins and ends with YOU. (https://bitcointalk.org/index.php?topic=5134565.msg50714687#msg50714687)
  • 2019-04-23T22:07:31Z: 10 from EFS (https://bitcointalk.org/index.php?action=profile;u=140584) to Prott (https://bitcointalk.org/index.php?action=profile;u=2152660) for Evrenin Büyüklüğü ve Tesadüfen Oluşma İhtimali (https://bitcointalk.org/index.php?topic=5130329.msg50736519#msg50736519)
  • 2019-04-23T20:45:00Z: 10 from redsn0w (https://bitcointalk.org/index.php?action=profile;u=211419) to coinlocket$ (https://bitcointalk.org/index.php?action=profile;u=1339716) for 1339716 (https://bitcointalk.org/index.php?topic=5135232.msg50739072#msg50739072)
  • 2019-04-23T19:58:33Z: 15 from Micio (https://bitcointalk.org/index.php?action=profile;u=115423) to coinlocket$ (https://bitcointalk.org/index.php?action=profile;u=1339716) for 1339716 (https://bitcointalk.org/index.php?topic=5135232.msg50739072#msg50739072)
  • 2019-04-23T17:32:49Z: 10 from theymos_away (https://bitcointalk.org/index.php?action=profile;u=349090) to squatz1 (https://bitcointalk.org/index.php?action=profile;u=738419) for The Real Problems with American Healthcare (https://bitcointalk.org/index.php?topic=5135021.msg50731000#msg50731000)
  • 2019-04-23T14:06:05Z: 19 from DoublerHunter (https://bitcointalk.org/index.php?action=profile;u=764495) to sheenshane (https://bitcointalk.org/index.php?action=profile;u=1179651) for PREDICTION PRICE OF BTC in Q2-[GAME PRIZE] (https://bitcointalk.org/index.php?topic=5123131.msg50255101#msg50255101)
  • 2019-04-23T07:57:05Z: 10 from xandry (https://bitcointalk.org/index.php?action=profile;u=382413) to theymos (https://bitcointalk.org/index.php?action=profile;u=35) for Drafts (https://bitcointalk.org/index.php?topic=511677.msg5649662#msg5649662)
  • 2019-04-22T22:01:25Z: 10 from marlboroza (https://bitcointalk.org/index.php?action=profile;u=787736) to AdolfinWolf (https://bitcointalk.org/index.php?action=profile;u=877396) for Yobit Scam Accusation megathread. 'Normal' modus operandi or shady practices? (https://bitcointalk.org/index.php?topic=5134358.msg50703500#msg50703500)
  • 2019-04-22T14:43:45Z: 11 from Nerd-Labs (https://bitcointalk.org/index.php?action=profile;u=2428583) to nappsuelze (https://bitcointalk.org/index.php?action=profile;u=562511) for [ANN] Elite Coin 1337 : Currency New Thread, Website &amp; Wallets. Same Community  (https://bitcointalk.org/index.php?topic=5122525.msg50245055#msg50245055)
  • 2019-04-22T12:14:43Z: 19 from suchmoon (https://bitcointalk.org/index.php?action=profile;u=234771) to AdolfinWolf (https://bitcointalk.org/index.php?action=profile;u=877396) for Yobit Scam Accusation megathread. 'Normal' modus operandi or shady practices? (https://bitcointalk.org/index.php?topic=5134358.msg50703500#msg50703500)
  • 2019-04-22T10:36:34Z: 10 from hilariousandco (https://bitcointalk.org/index.php?action=profile;u=164822) to AdolfinWolf (https://bitcointalk.org/index.php?action=profile;u=877396) for YoBit Signature Campaign (Bitcointalk) (https://bitcointalk.org/index.php?topic=5133670.msg50700531#msg50700531)
  • 2019-04-22T10:33:56Z: 10 from hilariousandco (https://bitcointalk.org/index.php?action=profile;u=164822) to AdolfinWolf (https://bitcointalk.org/index.php?action=profile;u=877396) for Yobit Scam Accusation megathread. 'Normal' modus operandi or shady practices? (https://bitcointalk.org/index.php?topic=5134358.msg50703500#msg50703500)
  • 2019-04-22T09:59:40Z: 13 from enhu (https://bitcointalk.org/index.php?action=profile;u=350984) to cabalism13 (https://bitcointalk.org/index.php?action=profile;u=1605387) for YoBit Signature Campaign (Bitcointalk) (https://bitcointalk.org/index.php?topic=5133670.msg50718411#msg50718411)
  • 2019-04-22T08:31:20Z: 11 from Bitdonator (https://bitcointalk.org/index.php?action=profile;u=88523) to Viron (https://bitcointalk.org/index.php?action=profile;u=2567973) for 2567973 (https://bitcointalk.org/index.php?topic=5134307.msg50713804#msg50713804)
  • 2019-04-22T08:30:40Z: 10 from Bitdonator (https://bitcointalk.org/index.php?action=profile;u=88523) to DrDoctor1234 (https://bitcointalk.org/index.php?action=profile;u=2296194) for 2296194 (https://bitcointalk.org/index.php?topic=5134307.msg50714491#msg50714491)
  • 2019-04-22T08:29:07Z: 10 from Bitdonator (https://bitcointalk.org/index.php?action=profile;u=88523) to tbct_mt2 (https://bitcointalk.org/index.php?action=profile;u=1096237) for 1096237 (https://bitcointalk.org/index.php?topic=5134307.msg50718375#msg50718375)
  • 2019-04-22T00:01:03Z: 10 from Bitdonator (https://bitcointalk.org/index.php?action=profile;u=88523) to Bokile (https://bitcointalk.org/index.php?action=profile;u=2110565) for Kako provjeriti skraćene i zaštićene linkove (https://bitcointalk.org/index.php?topic=5132107.msg50634328#msg50634328)
  • 2019-04-21T23:09:42Z: 10 from criptix (https://bitcointalk.org/index.php?action=profile;u=255027) to Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) for Request For Help From P&amp;S Regulars/P&amp;S Meta Thread (https://bitcointalk.org/index.php?topic=4099972.msg38092023#msg38092023)
  • 2019-04-21T19:43:12Z: 10 from Bitdonator (https://bitcointalk.org/index.php?action=profile;u=88523) to Dzeronimo (https://bitcointalk.org/index.php?action=profile;u=1759251) for Obratite paznju - Cudne igre oko Meet.one wallet-a (https://bitcointalk.org/index.php?topic=5133841.msg50679283#msg50679283)
  • 2019-04-21T14:27:09Z: 10 from shiunsai (https://bitcointalk.org/index.php?action=profile;u=74353) to btcnope (https://bitcointalk.org/index.php?action=profile;u=1110810) for Forum 20 cents for post content CAMPAING #1 COMPLETED thanks everyone (https://bitcointalk.org/index.php?topic=5130070.msg50623833#msg50623833)
  • 2019-04-21T12:59:58Z: 10 from Bitdonator (https://bitcointalk.org/index.php?action=profile;u=88523) to Quickseller (https://bitcointalk.org/index.php?action=profile;u=358020) for Merit for Crypto (and other) Knowledge [slow/delayed] (https://bitcointalk.org/index.php?topic=5124376.msg50304792#msg50304792)
  • 2019-04-21T12:28:35Z: 10 from Bitdonator (https://bitcointalk.org/index.php?action=profile;u=88523) to Viron (https://bitcointalk.org/index.php?action=profile;u=2567973) for 2567973 (https://bitcointalk.org/index.php?topic=5135028.msg50704177#msg50704177)
  • 2019-04-21T11:49:43Z: 10 from Bitdonator (https://bitcointalk.org/index.php?action=profile;u=88523) to amicrypto (https://bitcointalk.org/index.php?action=profile;u=2427763) for Have you been Jealous? (https://bitcointalk.org/index.php?topic=5090807.msg50702083#msg50702083)
  • 2019-04-21T11:48:18Z: 10 from Bitdonator (https://bitcointalk.org/index.php?action=profile;u=88523) to Pmalek (https://bitcointalk.org/index.php?action=profile;u=112493) for Kako provjeriti skraćene i zaštićene linkove (https://bitcointalk.org/index.php?topic=5132107.msg50615189#msg50615189)
  • 2019-04-21T11:47:55Z: 10 from Bitdonator (https://bitcointalk.org/index.php?action=profile;u=88523) to jhenfelipe (https://bitcointalk.org/index.php?action=profile;u=553037) for 553037 (https://bitcointalk.org/index.php?topic=5134307.msg50702079#msg50702079)
  • 2019-04-21T11:45:39Z: 10 from Bitdonator (https://bitcointalk.org/index.php?action=profile;u=88523) to nakamura12 (https://bitcointalk.org/index.php?action=profile;u=1726595) for 1726595 (https://bitcointalk.org/index.php?topic=5134307.msg50701918#msg50701918)
  • 2019-04-21T10:50:58Z: 10 from Bitdonator (https://bitcointalk.org/index.php?action=profile;u=88523) to xxxgbxxx (https://bitcointalk.org/index.php?action=profile;u=1090657) for Vi koji ste zaradili/obogatili se na kriptovalutama- što vas trenutno ispunjava? (https://bitcointalk.org/index.php?topic=5129185.msg50530759#msg50530759)
  • 2019-04-21T08:49:44Z: 10 from Bitdonator (https://bitcointalk.org/index.php?action=profile;u=88523) to Daniel91 (https://bitcointalk.org/index.php?action=profile;u=334636) for Zbirni topic za davanje merita za kvalitetne postove (https://bitcointalk.org/index.php?topic=4265795.msg38521038#msg38521038)
  • 2019-04-21T06:33:13Z: 10 from dbshck (https://bitcointalk.org/index.php?action=profile;u=153634) to Piggy (https://bitcointalk.org/index.php?action=profile;u=188198) for [RELEASED] @mention notification bot - now with Telegram (https://bitcointalk.org/index.php?topic=5023605.msg45324722#msg45324722)
  • 2019-04-21T00:06:40Z: 10 from Welsh (https://bitcointalk.org/index.php?action=profile;u=84521) to pooya87 (https://bitcointalk.org/index.php?action=profile;u=379147) for Vulnerability of early addresses (https://bitcointalk.org/index.php?topic=5132242.msg50623139#msg50623139)
  • 2019-04-21T00:06:05Z: 10 from Welsh (https://bitcointalk.org/index.php?action=profile;u=84521) to Jean_Luc (https://bitcointalk.org/index.php?action=profile;u=2550169) for VanitySearch (Yet another address prefix finder) (https://bitcointalk.org/index.php?topic=5112311.msg49835934#msg49835934)
  • 2019-04-21T00:05:05Z: 15 from Welsh (https://bitcointalk.org/index.php?action=profile;u=84521) to BitCryptex (https://bitcointalk.org/index.php?action=profile;u=1169179) for The Lightning Network FAQ (https://bitcointalk.org/index.php?topic=4792622.msg43243696#msg43243696)
  • 2019-04-20T10:36:44Z: 10 from Bitdonator (https://bitcointalk.org/index.php?action=profile;u=88523) to CruE11a (https://bitcointalk.org/index.php?action=profile;u=2005039) for [ANN][WEBD][CPU][POW&amp;POS]  WebDollar - Currency of the Internet | in browser (https://bitcointalk.org/index.php?topic=3257668.msg34508704#msg34508704)
  • 2019-04-20T08:40:42Z: 50 from layer1gfx (https://bitcointalk.org/index.php?action=profile;u=7779) to btctrad0r (https://bitcointalk.org/index.php?action=profile;u=34334) for Wasabi Wallet 1.0 Is Released (https://bitcointalk.org/index.php?topic=5064006.msg49995027#msg49995027)
  • 2019-04-19T23:00:19Z: 18 from Bojcha (https://bitcointalk.org/index.php?action=profile;u=288546) to Eliovp (https://bitcointalk.org/index.php?action=profile;u=236770) for AMD Mem Tweak - Read/modify mem timings on the fly - [Vega Friendly] [Win/Linux] (https://bitcointalk.org/index.php?topic=5123724.msg50275206#msg50275206)
  • 2019-04-19T20:04:38Z: 23 from Vlad2Vlad (https://bitcointalk.org/index.php?action=profile;u=112208) to Limx Dev (https://bitcointalk.org/index.php?action=profile;u=389271) for [ANN][Main] Bitcore- BTX - Partnership with JAXX and ZelCore! (https://bitcointalk.org/index.php?topic=1883902.msg18714400#msg18714400)
  • 2019-04-19T17:59:00Z: 10 from dbshck (https://bitcointalk.org/index.php?action=profile;u=153634) to Jean_Luc (https://bitcointalk.org/index.php?action=profile;u=2550169) for VanitySearch (Yet another address prefix finder) (https://bitcointalk.org/index.php?topic=5112311.msg49835934#msg49835934)
  • 2019-04-19T16:23:33Z: 10 from criptix (https://bitcointalk.org/index.php?action=profile;u=255027) to Nestade (https://bitcointalk.org/index.php?action=profile;u=134226) for [Guide] Ethereum Custom-Adresse ('Vanity-Addresse') [CPU] (https://bitcointalk.org/index.php?topic=5133570.msg50670069#msg50670069)
  • 2019-04-19T15:34:27Z: 10 from afbitcoins (https://bitcointalk.org/index.php?action=profile;u=82314) to Ibian (https://bitcointalk.org/index.php?action=profile;u=157568) for Wall Observer BTC/USD - Bitcoin price movement tracking &amp; discussion (https://bitcointalk.org/index.php?topic=178336.msg50672931#msg50672931)
  • 2019-04-19T15:22:20Z: 10 from theymos (https://bitcointalk.org/index.php?action=profile;u=35) to TECSHARE (https://bitcointalk.org/index.php?action=profile;u=15728) for Thailand files complaint against Bitcoin Seasteader (https://bitcointalk.org/index.php?topic=5132685.msg50671481#msg50671481)
  • 2019-04-19T12:57:25Z: 10 from anu1908 (https://bitcointalk.org/index.php?action=profile;u=1920923) to Husna QA (https://bitcointalk.org/index.php?action=profile;u=1827294) for [HELP]Bantuan untuk menaikkan Rank (Jr. Member s.d Hero)[UPDATE] (https://bitcointalk.org/index.php?topic=2840438.msg50671397#msg50671397)
  • 2019-04-19T04:55:35Z: 12 from Foxpup (https://bitcointalk.org/index.php?action=profile;u=55384) to LoyceV (https://bitcointalk.org/index.php?action=profile;u=459836) for User got voted into DT1 by sockpuppets (https://bitcointalk.org/index.php?topic=5128907.msg50490233#msg50490233)
  • 2019-04-19T03:18:43Z: 50 from elokk (https://bitcointalk.org/index.php?action=profile;u=558138) to TheNewAnon135246 (https://bitcointalk.org/index.php?action=profile;u=153656) for Zepher Memorial Thread (https://bitcointalk.org/index.php?topic=5114042.msg49909815#msg49909815)
Total Merits 635


Title: Re: Swiss army knife Tool to query Merit data online - Full History
Post by: Piggy on May 06, 2019, 05:59:27 AM

The data is updated to Friday 3th of May

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=2019-05-03&dategreater=2019-04-26&meritgreater=10

Result Custom Query
  • 2019-05-02T12:44:13Z: 10 from Claymore (https://bitcointalk.org/index.php?action=profile;u=306958) to Eliovp (https://bitcointalk.org/index.php?action=profile;u=236770) for AMD Mem Tweak - Read/modify mem timings on the fly - [Vega Friendly] [Win/Linux] (https://bitcointalk.org/index.php?topic=5123724.msg50275206#msg50275206)
  • 2019-05-02T11:03:17Z: 10 from Cyrus (https://bitcointalk.org/index.php?action=profile;u=78147) to theymos (https://bitcointalk.org/index.php?action=profile;u=35) for Cryptios (https://bitcointalk.org/index.php?topic=5138349.msg50858873#msg50858873)
  • 2019-05-02T03:34:05Z: 11 from krack-r (https://bitcointalk.org/index.php?action=profile;u=899157) to DayTrader27 (https://bitcointalk.org/index.php?action=profile;u=2537539) for What is the safet way to buy BTC with bank wire? 100 000 GBP (https://bitcointalk.org/index.php?topic=5137317.msg50848759#msg50848759)
  • 2019-05-01T20:21:40Z: 10 from SebastianJu (https://bitcointalk.org/index.php?action=profile;u=18640) to qwk (https://bitcointalk.org/index.php?action=profile;u=24140) for Bitcoin &amp; die Steuer - FAQ (https://bitcointalk.org/index.php?topic=1976285.msg50849107#msg50849107)
  • 2019-05-01T18:16:59Z: 10 from supercops (https://bitcointalk.org/index.php?action=profile;u=814151) to muricide (https://bitcointalk.org/index.php?action=profile;u=2548046) for 2548046 (https://bitcointalk.org/index.php?topic=5138297.msg50855924#msg50855924)
  • 2019-05-01T18:07:16Z: 10 from supercops (https://bitcointalk.org/index.php?action=profile;u=814151) to NauticsS (https://bitcointalk.org/index.php?action=profile;u=2559725) for Daily Free Crypto Discord Giveaways! (Stake.com) (https://bitcointalk.org/index.php?topic=5089085.msg50083970#msg50083970)
  • 2019-05-01T18:03:43Z: 10 from supercops (https://bitcointalk.org/index.php?action=profile;u=814151) to Sushunt (https://bitcointalk.org/index.php?action=profile;u=947650) for [WTS] CHEAP UNLIMITED INTERNET - VPN!  (https://bitcointalk.org/index.php?topic=3158091.msg32645418#msg32645418)
  • 2019-05-01T18:01:41Z: 10 from supercops (https://bitcointalk.org/index.php?action=profile;u=814151) to Clovier (https://bitcointalk.org/index.php?action=profile;u=2448581) for ❇️[ANN] TKEYCOIN - INTERNATIONAL PLATFORM PROVIDING A SET OF FINANCIAL TOOLS! (https://bitcointalk.org/index.php?topic=3364303.msg47372259#msg47372259)
  • 2019-05-01T17:57:40Z: 10 from supercops (https://bitcointalk.org/index.php?action=profile;u=814151) to Clovier (https://bitcointalk.org/index.php?action=profile;u=2448581) for [ANN]⭐️POS+MN⭐️PAYCORE - global solution for all money transactions⭐️ (https://bitcointalk.org/index.php?topic=5087964.msg49463676#msg49463676)
  • 2019-05-01T01:41:52Z: 15 from squatz1 (https://bitcointalk.org/index.php?action=profile;u=738419) to JSRAW (https://bitcointalk.org/index.php?action=profile;u=1210969) for Multiple Bomb blasts in Srilanka - churches and hotel ( Read OP for Updates) (https://bitcointalk.org/index.php?topic=5134326.msg50702409#msg50702409)
  • 2019-04-30T23:33:25Z: 10 from madmartyk (https://bitcointalk.org/index.php?action=profile;u=200806) to ads2003uk (https://bitcointalk.org/index.php?action=profile;u=150605) for [∞ YH] solo.ckpool.org 1% fee solo mining USA/DE 252 blocks solved! (https://bitcointalk.org/index.php?topic=763510.msg50843992#msg50843992)
  • 2019-04-30T18:51:05Z: 10 from Welsh (https://bitcointalk.org/index.php?action=profile;u=84521) to GreatArkansas (https://bitcointalk.org/index.php?action=profile;u=1164368) for [GUIDE] How to Create a Strong/Secure Password (https://bitcointalk.org/index.php?topic=5132378.msg50624914#msg50624914)
  • 2019-04-30T18:50:28Z: 15 from Welsh (https://bitcointalk.org/index.php?action=profile;u=84521) to Zedpastin (https://bitcointalk.org/index.php?action=profile;u=826326) for Conspiracy guide to storing your Bitcoin (https://bitcointalk.org/index.php?topic=5137908.msg50841127#msg50841127)
  • 2019-04-30T16:23:46Z: 10 from faetos (https://bitcointalk.org/index.php?action=profile;u=146920) to CryptoMaster84 (https://bitcointalk.org/index.php?action=profile;u=2517337) for [ANN] Lytix - PoS Maxnode Data API Crypto Platform (https://bitcointalk.org/index.php?topic=5066344.msg50839376#msg50839376)
  • 2019-04-30T12:43:03Z: 20 from TMAN (https://bitcointalk.org/index.php?action=profile;u=98986) to ChiBitCTy (https://bitcointalk.org/index.php?action=profile;u=904524) for Establishing A Will -With Collectibles In Mind (https://bitcointalk.org/index.php?topic=5134350.msg50703294#msg50703294)
  • 2019-04-30T12:42:19Z: 20 from TMAN (https://bitcointalk.org/index.php?action=profile;u=98986) to ChiBitCTy (https://bitcointalk.org/index.php?action=profile;u=904524) for *️⃣*️⃣*️⃣  - Collectibles Master Website List -*️⃣*️⃣*️⃣ (https://bitcointalk.org/index.php?topic=5124662.msg50317188#msg50317188)
  • 2019-04-30T12:06:19Z: 10 from AverageGlabella (https://bitcointalk.org/index.php?action=profile;u=392646) to Macadonian (https://bitcointalk.org/index.php?action=profile;u=780242) for Critque my solutions for quantum computers and EDCSA  (https://bitcointalk.org/index.php?topic=5088159.msg48810891#msg48810891)
  • 2019-04-29T20:31:17Z: 10 from TMAN (https://bitcointalk.org/index.php?action=profile;u=98986) to LoyceV (https://bitcointalk.org/index.php?action=profile;u=459836) for [project] LoyceV's Profile and Trust Archive site (https://bitcointalk.org/index.php?topic=5134444.msg50708216#msg50708216)
  • 2019-04-29T17:46:02Z: 10 from theymos (https://bitcointalk.org/index.php?action=profile;u=35) to Quickseller (https://bitcointalk.org/index.php?action=profile;u=358020) for A radical left-right compromise US budget (https://bitcointalk.org/index.php?topic=5136629.msg50793628#msg50793628)
  • 2019-04-29T16:04:58Z: 50 from TMAN (https://bitcointalk.org/index.php?action=profile;u=98986) to ICOEthics (https://bitcointalk.org/index.php?action=profile;u=2204241) for Melocoin - SCAM -  FAKE TEAM / Stealing people's identity (https://bitcointalk.org/index.php?topic=5123154.msg50255651#msg50255651)
  • 2019-04-29T10:51:17Z: 10 from HairyMaclairy (https://bitcointalk.org/index.php?action=profile;u=181806) to Icygreen (https://bitcointalk.org/index.php?action=profile;u=1013952) for Wall Observer BTC/USD - Bitcoin price movement tracking &amp; discussion (https://bitcointalk.org/index.php?topic=178336.msg50820420#msg50820420)
  • 2019-04-29T04:24:56Z: 25 from jpcfan (https://bitcointalk.org/index.php?action=profile;u=338234) to Coinbox1 (https://bitcointalk.org/index.php?action=profile;u=2569866) for TrustDice on blockchain| provably fair| Passive Income| Wagering contest (https://bitcointalk.org/index.php?topic=5126117.msg50806726#msg50806726)
  • 2019-04-29T03:35:09Z: 10 from theymos_away (https://bitcointalk.org/index.php?action=profile;u=349090) to gmaxwell (https://bitcointalk.org/index.php?action=profile;u=11425) for Idea for uncensorable DNS (https://bitcointalk.org/index.php?topic=5137234.msg50817212#msg50817212)
  • 2019-04-28T20:30:40Z: 10 from TMAN (https://bitcointalk.org/index.php?action=profile;u=98986) to Steamtyme (https://bitcointalk.org/index.php?action=profile;u=1112531) for Trust list mistakes: (accidentally) adding the wrong users (https://bitcointalk.org/index.php?topic=5113855.msg49902139#msg49902139)
  • 2019-04-28T16:30:45Z: 20 from cryptoman77777 (https://bitcointalk.org/index.php?action=profile;u=810343) to mvgx (https://bitcointalk.org/index.php?action=profile;u=1184985) for Moon Bot - Бoт-тepминaл для Битpeкca и Бинaнca (https://bitcointalk.org/index.php?topic=2234198.msg49874797#msg49874797)
  • 2019-04-28T09:09:14Z: 10 from shorena (https://bitcointalk.org/index.php?action=profile;u=181801) to PrimeNumber7 (https://bitcointalk.org/index.php?action=profile;u=2561166) for Full Node Client vs Light Node Client (https://bitcointalk.org/index.php?topic=5111493.msg50346572#msg50346572)
  • 2019-04-28T08:56:59Z: 10 from Welsh (https://bitcointalk.org/index.php?action=profile;u=84521) to tbct_mt2 (https://bitcointalk.org/index.php?action=profile;u=1096237) for [TIPS] to avoid plagiarism (https://bitcointalk.org/index.php?topic=5133485.msg50666258#msg50666258)
  • 2019-04-28T08:56:07Z: 15 from Welsh (https://bitcointalk.org/index.php?action=profile;u=84521) to LoyceV (https://bitcointalk.org/index.php?action=profile;u=459836) for [GUIDES] on Bitcointalk. Index thread (until there is a dedicated subforum?) (https://bitcointalk.org/index.php?topic=4928968.msg44399473#msg44399473)
  • 2019-04-28T06:30:25Z: 11 from Vod (https://bitcointalk.org/index.php?action=profile;u=30747) to AverageGlabella (https://bitcointalk.org/index.php?action=profile;u=392646) for [GUIDE] Bitcointalk forum etiquette  (https://bitcointalk.org/index.php?topic=5136703.msg50793983#msg50793983)
  • 2019-04-28T05:28:07Z: 10 from TMAN (https://bitcointalk.org/index.php?action=profile;u=98986) to AverageGlabella (https://bitcointalk.org/index.php?action=profile;u=392646) for [GUIDE] Bitcointalk forum etiquette  (https://bitcointalk.org/index.php?topic=5136703.msg50793983#msg50793983)
  • 2019-04-28T03:35:10Z: 10 from TMAN (https://bitcointalk.org/index.php?action=profile;u=98986) to cabalism13 (https://bitcointalk.org/index.php?action=profile;u=1605387) for Cabalism13's Merit Source Application (https://bitcointalk.org/index.php?topic=5136481.msg50784907#msg50784907)
  • 2019-04-27T21:06:45Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to Spazzer (https://bitcointalk.org/index.php?action=profile;u=1143728) for [Raffle] Canceled commission quilt. (https://bitcointalk.org/index.php?topic=5136869.msg50800364#msg50800364)
  • 2019-04-27T15:34:10Z: 10 from Welsh (https://bitcointalk.org/index.php?action=profile;u=84521) to Steamtyme (https://bitcointalk.org/index.php?action=profile;u=1112531) for theymosisms - A collection of posts for reference (https://bitcointalk.org/index.php?topic=5136271.msg50777741#msg50777741)
  • 2019-04-27T15:33:50Z: 15 from Welsh (https://bitcointalk.org/index.php?action=profile;u=84521) to AverageGlabella (https://bitcointalk.org/index.php?action=profile;u=392646) for [GUIDE] Bitcointalk forum etiquette  (https://bitcointalk.org/index.php?topic=5136703.msg50793983#msg50793983)
  • 2019-04-27T13:07:10Z: 50 from AngusCanine (https://bitcointalk.org/index.php?action=profile;u=213496) to The Sound And Fury (https://bitcointalk.org/index.php?action=profile;u=403027) for The Story of Bob Surplus  (https://bitcointalk.org/index.php?topic=896480.msg9867986#msg9867986)
  • 2019-04-26T23:10:29Z: 20 from theymos (https://bitcointalk.org/index.php?action=profile;u=35) to coinlocket$ (https://bitcointalk.org/index.php?action=profile;u=1339716) for 1339716 (https://bitcointalk.org/index.php?topic=5135232.msg50739072#msg50739072)
  • 2019-04-26T23:03:20Z: 20 from theymos (https://bitcointalk.org/index.php?action=profile;u=35) to dogie (https://bitcointalk.org/index.php?action=profile;u=87869) for 87869 (https://bitcointalk.org/index.php?topic=5135232.msg50779655#msg50779655)
  • 2019-04-26T15:12:24Z: 10 from crwth (https://bitcointalk.org/index.php?action=profile;u=914465) to theyoungmillionaire (https://bitcointalk.org/index.php?action=profile;u=1180530) for [Filipino Guide] Ang Bitcointalk Merit System (https://bitcointalk.org/index.php?topic=4544266.msg40904432#msg40904432)
  • 2019-04-26T10:34:23Z: 20 from fragout (https://bitcointalk.org/index.php?action=profile;u=116994) to John Abraham (https://bitcointalk.org/index.php?action=profile;u=2589230) for Wall Observer BTC/USD - Bitcoin price movement tracking &amp; discussion (https://bitcointalk.org/index.php?topic=178336.msg50780725#msg50780725)
  • 2019-04-26T04:04:04Z: 46 from DarkStar_ (https://bitcointalk.org/index.php?action=profile;u=507936) to crwth (https://bitcointalk.org/index.php?action=profile;u=914465) for Application For Merit Source [Philippines Local Board] (https://bitcointalk.org/index.php?topic=4588684.msg41397295#msg41397295)
  • 2019-04-26T04:00:46Z: 21 from DarkStar_ (https://bitcointalk.org/index.php?action=profile;u=507936) to Jean_Luc (https://bitcointalk.org/index.php?action=profile;u=2550169) for VanitySearch (Yet another address prefix finder) (https://bitcointalk.org/index.php?topic=5112311.msg49835934#msg49835934)
  • 2019-04-26T04:00:06Z: 50 from DarkStar_ (https://bitcointalk.org/index.php?action=profile;u=507936) to ChipMixer (https://bitcointalk.org/index.php?action=profile;u=1003345) for [ANN] ChipMixer.com - Bitcoin mixer / Bitcoin tumbler - mixing reinvented (https://bitcointalk.org/index.php?topic=1935098.msg19217054#msg19217054)
Total Merits 684


Title: Re: Swiss army knife Tool to query Merit data online - Full History
Post by: Piggy on May 10, 2019, 08:44:54 AM
The data is updated to Friday 10th of May

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=2019-05-10&dategreater=2019-05-03&meritgreater=10

Result Custom Query
  • 2019-05-09T20:04:54Z: 10 from hilariousetc (https://bitcointalk.org/index.php?action=profile;u=397737) to TheNewAnon135246 (https://bitcointalk.org/index.php?action=profile;u=153656) for Record of our deleted posts - permitted flow preventing relevant information (https://bitcointalk.org/index.php?topic=5141120.msg50971752#msg50971752)
  • 2019-05-09T16:56:20Z: 10 from hilariousetc (https://bitcointalk.org/index.php?action=profile;u=397737) to nutildah (https://bitcointalk.org/index.php?action=profile;u=317618) for sockpuppets in meta lately (https://bitcointalk.org/index.php?topic=5131251.msg50588595#msg50588595)
  • 2019-05-09T07:51:39Z: 10 from 50 Cent (https://bitcointalk.org/index.php?action=profile;u=2448969) to satoshi (https://bitcointalk.org/index.php?action=profile;u=3) for Welcome to the new Bitcoin forum! (https://bitcointalk.org/index.php?topic=5.msg28#msg28)
  • 2019-05-08T19:10:39Z: 10 from Dropper (https://bitcointalk.org/index.php?action=profile;u=1091123) to vlom (https://bitcointalk.org/index.php?action=profile;u=550439) for The Movement DAO | Fully Decentralized Organization | Borderless Collaboration (https://bitcointalk.org/index.php?topic=2068554.msg50955397#msg50955397)
  • 2019-05-08T18:50:06Z: 50 from Vlad2Vlad (https://bitcointalk.org/index.php?action=profile;u=112208) to deadsea33 (https://bitcointalk.org/index.php?action=profile;u=106374) for [DVC]DevCoin - Official Thread - Moderated (https://bitcointalk.org/index.php?topic=233997.msg50888437#msg50888437)
  • 2019-05-08T14:32:01Z: 19 from suchmoon (https://bitcointalk.org/index.php?action=profile;u=234771) to Eliovp (https://bitcointalk.org/index.php?action=profile;u=236770) for AMD Mem Tweak - Read/modify mem timings on the fly - [Vega Friendly] [Win/Linux] (https://bitcointalk.org/index.php?topic=5123724.msg50275206#msg50275206)
  • 2019-05-08T00:31:51Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to suchmoon (https://bitcointalk.org/index.php?action=profile;u=234771) for Vod is a liar. (https://bitcointalk.org/index.php?topic=5136576.msg50943141#msg50943141)
  • 2019-05-07T22:16:19Z: 11 from Zeta0S (https://bitcointalk.org/index.php?action=profile;u=249232) to sbogovac (https://bitcointalk.org/index.php?action=profile;u=217199) for Butterflylabs Huge SCAM (https://bitcointalk.org/index.php?topic=114329.msg50921444#msg50921444)
  • 2019-05-07T22:14:04Z: 11 from Zeta0S (https://bitcointalk.org/index.php?action=profile;u=249232) to sbogovac (https://bitcointalk.org/index.php?action=profile;u=217199) for Butterflylabs Huge SCAM (https://bitcointalk.org/index.php?topic=114329.msg50921444#msg50921444)
  • 2019-05-07T16:01:10Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to frankbitcoin (https://bitcointalk.org/index.php?action=profile;u=1208052) for Hodlonaut, Limited to 21, 100% profits donated [FINAL DAY] (https://bitcointalk.org/index.php?topic=5132097.msg50614909#msg50614909)
  • 2019-05-07T15:37:14Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to blacky90 (https://bitcointalk.org/index.php?action=profile;u=317047) for Hologram crypto art (https://bitcointalk.org/index.php?topic=5138530.msg50864479#msg50864479)
  • 2019-05-07T04:44:04Z: 10 from Vod (https://bitcointalk.org/index.php?action=profile;u=30747) to figmentofmyass (https://bitcointalk.org/index.php?action=profile;u=136484) for Quickseller receives 20BTC, does not do work, keeps $  **not disputed!** (https://bitcointalk.org/index.php?topic=3095008.msg32034120#msg32034120)
  • 2019-05-06T23:19:56Z: 10 from Vod (https://bitcointalk.org/index.php?action=profile;u=30747) to marlboroza (https://bitcointalk.org/index.php?action=profile;u=787736) for @theymos is it true that you forced OG to remove Laudas tagg ? (https://bitcointalk.org/index.php?topic=5139847.msg50927459#msg50927459)
  • 2019-05-06T21:29:49Z: 10 from Vod (https://bitcointalk.org/index.php?action=profile;u=30747) to EcuaMobi (https://bitcointalk.org/index.php?action=profile;u=169515) for @theymos is it true that you forced OG to remove Laudas tagg ? (https://bitcointalk.org/index.php?topic=5139847.msg50927872#msg50927872)
  • 2019-05-06T21:28:03Z: 10 from Vod (https://bitcointalk.org/index.php?action=profile;u=30747) to suchmoon (https://bitcointalk.org/index.php?action=profile;u=234771) for 234771 (https://bitcointalk.org/index.php?topic=5140071.msg50927642#msg50927642)
  • 2019-05-06T21:05:55Z: 11 from mtmitatt (https://bitcointalk.org/index.php?action=profile;u=2588005) to mtmitat (https://bitcointalk.org/index.php?action=profile;u=970101) for Bitcoin 2018 sonuna kadar 50.000-100.000 USD bandına gelecek... (https://bitcointalk.org/index.php?topic=2767561.msg50502837#msg50502837)
  • 2019-05-06T21:04:35Z: 23 from mtmitat (https://bitcointalk.org/index.php?action=profile;u=970101) to mtmitatt (https://bitcointalk.org/index.php?action=profile;u=2588005) for Bitcoin 2018 sonuna kadar 50.000-100.000 USD bandına gelecek... (https://bitcointalk.org/index.php?topic=2767561.msg50927858#msg50927858)
  • 2019-05-06T19:56:25Z: 30 from TillKoeln (https://bitcointalk.org/index.php?action=profile;u=146692) to KimJongUnCoin (https://bitcointalk.org/index.php?action=profile;u=516051) for [ANN] KimJongUnCoin Algo:KimGO Full PoW Launch The Rockets soon (https://bitcointalk.org/index.php?topic=1070818.msg11456530#msg11456530)
  • 2019-05-06T19:08:04Z: 29 from suchmoon (https://bitcointalk.org/index.php?action=profile;u=234771) to qwk (https://bitcointalk.org/index.php?action=profile;u=24140) for Bitcoin &amp; die Steuer - FAQ (https://bitcointalk.org/index.php?topic=1976285.msg19673755#msg19673755)
  • 2019-05-06T17:44:26Z: 10 from trademark (https://bitcointalk.org/index.php?action=profile;u=255773) to John Kreese (https://bitcointalk.org/index.php?action=profile;u=2577282) for if you could live anywhere (https://bitcointalk.org/index.php?topic=1425821.msg50494130#msg50494130)
  • 2019-05-06T17:43:40Z: 10 from trademark (https://bitcointalk.org/index.php?action=profile;u=255773) to Soke (https://bitcointalk.org/index.php?action=profile;u=1684023) for are ICOs really dead? (https://bitcointalk.org/index.php?topic=5101219.msg49824229#msg49824229)
  • 2019-05-06T14:22:50Z: 10 from abhiseshakana (https://bitcointalk.org/index.php?action=profile;u=1878246) to dbshck (https://bitcointalk.org/index.php?action=profile;u=153634) for Red Flags..!!! list ICO dan Project terindikasi Scam (https://bitcointalk.org/index.php?topic=5127878.msg50921527#msg50921527)
  • 2019-05-06T12:08:39Z: 10 from layer1gfx (https://bitcointalk.org/index.php?action=profile;u=7779) to BlindBySoap (https://bitcointalk.org/index.php?action=profile;u=1044115) for please recommend some Altcoins (https://bitcointalk.org/index.php?topic=5082288.msg49646433#msg49646433)
  • 2019-05-06T06:13:25Z: 50 from Conqueror (https://bitcointalk.org/index.php?action=profile;u=130017) to Videlicet (https://bitcointalk.org/index.php?action=profile;u=319777) for Nexus [NXS] - The TAO Framework Tritium, Amine, and Obsidian (https://bitcointalk.org/index.php?topic=5139744.msg50914608#msg50914608)
  • 2019-05-05T20:17:50Z: 20 from dbshck (https://bitcointalk.org/index.php?action=profile;u=153634) to shorena (https://bitcointalk.org/index.php?action=profile;u=181801) for How to sign a message?! (https://bitcointalk.org/index.php?topic=990345.msg10775516#msg10775516)
  • 2019-05-05T20:16:48Z: 10 from dbshck (https://bitcointalk.org/index.php?action=profile;u=153634) to achow101 (https://bitcointalk.org/index.php?action=profile;u=290195) for All about 'stuck' transactions and what you can do to fix them (https://bitcointalk.org/index.php?topic=1802212.msg17954548#msg17954548)
  • 2019-05-05T20:12:59Z: 20 from dbshck (https://bitcointalk.org/index.php?action=profile;u=153634) to Lauda (https://bitcointalk.org/index.php?action=profile;u=101872) for [General] Bitcoin Wallets - Which, what, why? (https://bitcointalk.org/index.php?topic=1631151.msg16405643#msg16405643)
  • 2019-05-05T19:51:38Z: 10 from dbshck (https://bitcointalk.org/index.php?action=profile;u=153634) to nopara73 (https://bitcointalk.org/index.php?action=profile;u=212012) for CoinJoin: Bitcoin privacy for the real world (https://bitcointalk.org/index.php?topic=279249.msg46988492#msg46988492)
  • 2019-05-05T19:51:29Z: 10 from dbshck (https://bitcointalk.org/index.php?action=profile;u=153634) to nopara73 (https://bitcointalk.org/index.php?action=profile;u=212012) for CoinJoin: Bitcoin privacy for the real world (https://bitcointalk.org/index.php?topic=279249.msg50438943#msg50438943)
  • 2019-05-05T19:49:56Z: 15 from dbshck (https://bitcointalk.org/index.php?action=profile;u=153634) to grue (https://bitcointalk.org/index.php?action=profile;u=5797) for Enhanced merit UI [1.1] (https://bitcointalk.org/index.php?topic=2833350.msg29048068#msg29048068)
  • 2019-05-05T14:39:17Z: 50 from djnocide (https://bitcointalk.org/index.php?action=profile;u=219136) to Ben K. (https://bitcointalk.org/index.php?action=profile;u=1915943) for ANN-EMC2 Einsteinium FUNDING THE FUTURE WITH THE FUTURE OF CURRENCY KMD-dPoW (https://bitcointalk.org/index.php?topic=494708.msg50146234#msg50146234)
  • 2019-05-05T13:40:38Z: 10 from chimk (https://bitcointalk.org/index.php?action=profile;u=1202061) to xenon131 (https://bitcointalk.org/index.php?action=profile;u=1037701) for Пoнятиe coбcтвeннocти пpимeнитeльнo к би (https://bitcointalk.org/index.php?topic=5138734.msg50904451#msg50904451)
  • 2019-05-05T01:13:01Z: 19 from suchmoon (https://bitcointalk.org/index.php?action=profile;u=234771) to Mitchell (https://bitcointalk.org/index.php?action=profile;u=113670) for Overview of Bitcointalk Signature-Ad Campaigns [Last update: 05-May-2019] (https://bitcointalk.org/index.php?topic=615953.msg6815569#msg6815569)
  • 2019-05-05T00:55:14Z: 19 from suchmoon (https://bitcointalk.org/index.php?action=profile;u=234771) to nopara73 (https://bitcointalk.org/index.php?action=profile;u=212012) for CoinJoin: Bitcoin privacy for the real world (https://bitcointalk.org/index.php?topic=279249.msg50438943#msg50438943)
  • 2019-05-05T00:37:16Z: 19 from suchmoon (https://bitcointalk.org/index.php?action=profile;u=234771) to grue (https://bitcointalk.org/index.php?action=profile;u=5797) for Enhanced merit UI [1.1] (https://bitcointalk.org/index.php?topic=2833350.msg29048068#msg29048068)
  • 2019-05-05T00:28:06Z: 50 from suchmoon (https://bitcointalk.org/index.php?action=profile;u=234771) to Hal (https://bitcointalk.org/index.php?action=profile;u=2436) for Bitcoin and me (Hal Finney) (https://bitcointalk.org/index.php?topic=155054.msg1643833#msg1643833)
  • 2019-05-05T00:25:08Z: 19 from suchmoon (https://bitcointalk.org/index.php?action=profile;u=234771) to dbshck (https://bitcointalk.org/index.php?action=profile;u=153634) for [GUIDE] Sistem Rank, Activity, dan Merit (https://bitcointalk.org/index.php?topic=2818787.msg28861938#msg28861938)
  • 2019-05-04T22:40:30Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to Corrosive (https://bitcointalk.org/index.php?action=profile;u=2005913) for [AUCTION] Polymerbit Mystery Note 2, ERROR NOTE (ENDED)  (https://bitcointalk.org/index.php?topic=5139411.msg50897928#msg50897928)
  • 2019-05-04T15:13:20Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to dolphriends (https://bitcointalk.org/index.php?action=profile;u=1099535) for [Want to share] TCC magnetic holder for decks of cards (https://bitcointalk.org/index.php?topic=5138936.msg50879601#msg50879601)
  • 2019-05-04T15:10:25Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to Lesbian Cow (https://bitcointalk.org/index.php?action=profile;u=206143) for [Raffle] 8 toz Adorable 999 Fine Silver Pizza  (https://bitcointalk.org/index.php?topic=5139333.msg50894161#msg50894161)
  • 2019-05-04T04:10:05Z: 10 from asu (https://bitcointalk.org/index.php?action=profile;u=519783) to Tomatocage (https://bitcointalk.org/index.php?action=profile;u=37522) for Stake your Bitcoin address here (https://bitcointalk.org/index.php?topic=996318.msg10820715#msg10820715)
  • 2019-05-03T14:20:01Z: 10 from MbakNarti (https://bitcointalk.org/index.php?action=profile;u=802558) to aryadiningrat123 (https://bitcointalk.org/index.php?action=profile;u=2077014) for I need some bitcoin theft victims support (https://bitcointalk.org/index.php?topic=5138659.msg50880687#msg50880687)
  • 2019-05-03T11:07:02Z: 10 from Mitchell (https://bitcointalk.org/index.php?action=profile;u=113670) to MrFreeRoMan (https://bitcointalk.org/index.php?action=profile;u=2560321) for Zepher Memorial Thread (https://bitcointalk.org/index.php?topic=5114042.msg50878032#msg50878032)
  • 2019-05-03T03:21:21Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to Hox (https://bitcointalk.org/index.php?action=profile;u=378327) for [Want to share] Ultra Pro 360 PT (https://bitcointalk.org/index.php?topic=5138756.msg50873164#msg50873164)
  • 2019-05-03T02:20:47Z: 10 from yazher (https://bitcointalk.org/index.php?action=profile;u=1069571) to theyoungmillionaire (https://bitcointalk.org/index.php?action=profile;u=1180530) for [Filipino Guide] Ang Bitcointalk Merit System (https://bitcointalk.org/index.php?topic=4544266.msg40904432#msg40904432)
  • 2019-05-03T00:55:39Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to dolphriends (https://bitcointalk.org/index.php?action=profile;u=1099535) for [Want to share] Ultra Pro 360 PT (https://bitcointalk.org/index.php?topic=5138756.msg50873049#msg50873049)
Total Merits 745


Title: Re: Swiss army knife Tool to query Merit data online - Full History
Post by: Piggy on May 20, 2019, 05:35:33 AM
The data is updated to Friday 17th of May

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=2019-05-17&dategreater=2019-05-10&meritgreater=10

Result Custom Query
  • 2019-05-16T12:55:16Z: 10 from squatz1 (https://bitcointalk.org/index.php?action=profile;u=738419) to JSRAW (https://bitcointalk.org/index.php?action=profile;u=1210969) for Colorado school Shooting! (Update 1, please check OP) (https://bitcointalk.org/index.php?topic=5140518.msg50944795#msg50944795)
  • 2019-05-16T09:55:33Z: 10 from TMAN (https://bitcointalk.org/index.php?action=profile;u=98986) to LoyceV (https://bitcointalk.org/index.php?action=profile;u=459836) for Trust Selfscratchers: who scratched his own back the most? (https://bitcointalk.org/index.php?topic=5143841.msg51076176#msg51076176)
  • 2019-05-15T23:58:39Z: 10 from marlboroza (https://bitcointalk.org/index.php?action=profile;u=787736) to hilariousandco (https://bitcointalk.org/index.php?action=profile;u=164822) for DT1 member lovesmayfamilis BAN (https://bitcointalk.org/index.php?topic=5141782.msg51061094#msg51061094)
  • 2019-05-15T17:54:20Z: 10 from Jet Cash (https://bitcointalk.org/index.php?action=profile;u=698159) to Vod (https://bitcointalk.org/index.php?action=profile;u=30747) for Vod is abusing his merit source position to give 50 merit to his supporters  (https://bitcointalk.org/index.php?topic=5143195.msg51055856#msg51055856)
  • 2019-05-15T15:04:26Z: 10 from TMAN (https://bitcointalk.org/index.php?action=profile;u=98986) to Lauda (https://bitcointalk.org/index.php?action=profile;u=101872) for REEE: What's wrong with Vod, and Hhampuz (https://bitcointalk.org/index.php?topic=5143502.msg51064617#msg51064617)
  • 2019-05-15T15:04:05Z: 10 from Coding Enthusiast (https://bitcointalk.org/index.php?action=profile;u=879277) to LoyceV (https://bitcointalk.org/index.php?action=profile;u=459836) for [overview] Recover Bitcoin from any old storage format (https://bitcointalk.org/index.php?topic=4959742.msg44708601#msg44708601)
  • 2019-05-15T09:32:28Z: 10 from karmakeddon (https://bitcointalk.org/index.php?action=profile;u=892885) to LoyceV (https://bitcointalk.org/index.php?action=profile;u=459836) for [APR 2019] Fees are low, use this opportunity to Consolidate your small inputs! (https://bitcointalk.org/index.php?topic=2848987.msg29228128#msg29228128)
  • 2019-05-15T02:55:04Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to phishead (https://bitcointalk.org/index.php?action=profile;u=547991) for Phishead's Spring Cleaning WTS thread (https://bitcointalk.org/index.php?topic=5143275.msg51054947#msg51054947)
  • 2019-05-14T23:57:57Z: 15 from squatz1 (https://bitcointalk.org/index.php?action=profile;u=738419) to JSRAW (https://bitcointalk.org/index.php?action=profile;u=1210969) for Multiple Bomb blasts in Srilanka-churches and hotel (update 11th plz check OP)  (https://bitcointalk.org/index.php?topic=5134326.msg50702409#msg50702409)
  • 2019-05-14T23:07:44Z: 25 from theymos (https://bitcointalk.org/index.php?action=profile;u=35) to SaltySpitoon (https://bitcointalk.org/index.php?action=profile;u=38894) for Vod is abusing his merit source position to give 50 merit to his supporters  (https://bitcointalk.org/index.php?topic=5143195.msg51052894#msg51052894)
  • 2019-05-14T22:45:16Z: 31 from Vod (https://bitcointalk.org/index.php?action=profile;u=30747) to SaltySpitoon (https://bitcointalk.org/index.php?action=profile;u=38894) for Vod is abusing his merit source position to give 50 merit to his supporters  (https://bitcointalk.org/index.php?topic=5143195.msg51053804#msg51053804)
  • 2019-05-14T22:06:52Z: 10 from Lauda (https://bitcointalk.org/index.php?action=profile;u=101872) to DireWolfM14 (https://bitcointalk.org/index.php?action=profile;u=2003859) for Vod is abusing his merit source position to give 50 merit to his supporters  (https://bitcointalk.org/index.php?topic=5143195.msg51053279#msg51053279)
  • 2019-05-14T21:50:59Z: 34 from Vod (https://bitcointalk.org/index.php?action=profile;u=30747) to marlboroza (https://bitcointalk.org/index.php?action=profile;u=787736) for What's wrong with Vod, and Hhampuz (https://bitcointalk.org/index.php?topic=5142064.msg51053267#msg51053267)
  • 2019-05-14T21:19:15Z: 34 from Vod (https://bitcointalk.org/index.php?action=profile;u=30747) to DireWolfM14 (https://bitcointalk.org/index.php?action=profile;u=2003859) for Vod - Trust Abuse - Lies - Intimidation (https://bitcointalk.org/index.php?topic=5143179.msg51051521#msg51051521)
  • 2019-05-14T21:17:32Z: 30 from Vod (https://bitcointalk.org/index.php?action=profile;u=30747) to erikalui (https://bitcointalk.org/index.php?action=profile;u=141005) for Vod is a liar. (https://bitcointalk.org/index.php?topic=5136576.msg51041179#msg51041179)
  • 2019-05-14T21:11:43Z: 35 from Vod (https://bitcointalk.org/index.php?action=profile;u=30747) to Harlot (https://bitcointalk.org/index.php?action=profile;u=869186) for Vod is abusing his merit source position to give 50 merit to his supporters  (https://bitcointalk.org/index.php?topic=5143195.msg51052707#msg51052707)
  • 2019-05-14T21:11:21Z: 20 from Vod (https://bitcointalk.org/index.php?action=profile;u=30747) to CryptopreneurBrainboss (https://bitcointalk.org/index.php?action=profile;u=1052091) for Vod is abusing his merit source position to give 50 merit to his supporters  (https://bitcointalk.org/index.php?topic=5143195.msg51052333#msg51052333)
  • 2019-05-14T20:12:19Z: 50 from Vod (https://bitcointalk.org/index.php?action=profile;u=30747) to Coolcryptovator (https://bitcointalk.org/index.php?action=profile;u=1980983) for Vod is abusing his merit source position to give 50 merit to his supporters  (https://bitcointalk.org/index.php?topic=5143195.msg51052189#msg51052189)
  • 2019-05-14T19:52:46Z: 50 from Vod (https://bitcointalk.org/index.php?action=profile;u=30747) to yogg (https://bitcointalk.org/index.php?action=profile;u=140827) for Vod - Trust Abuse - Lies - Intimidation (https://bitcointalk.org/index.php?topic=5143179.msg51051924#msg51051924)
  • 2019-05-14T19:50:36Z: 50 from Vod (https://bitcointalk.org/index.php?action=profile;u=30747) to killyou72 (https://bitcointalk.org/index.php?action=profile;u=408367) for Vod is abusing his merit source position to give 50 merit to his supporters  (https://bitcointalk.org/index.php?topic=5143195.msg51051917#msg51051917)
  • 2019-05-14T19:37:20Z: 50 from Vod (https://bitcointalk.org/index.php?action=profile;u=30747) to Avirunes (https://bitcointalk.org/index.php?action=profile;u=175302) for Mr.Spider703 evading ban (https://bitcointalk.org/index.php?topic=5143186.msg51051690#msg51051690)
  • 2019-05-14T19:14:10Z: 50 from Vod (https://bitcointalk.org/index.php?action=profile;u=30747) to minifrij (https://bitcointalk.org/index.php?action=profile;u=138940) for What's wrong with Vod, and Hhampuz (https://bitcointalk.org/index.php?topic=5142064.msg51051350#msg51051350)
  • 2019-05-14T18:59:27Z: 25 from Vod (https://bitcointalk.org/index.php?action=profile;u=30747) to HCP (https://bitcointalk.org/index.php?action=profile;u=867786) for Poetry, by TMAN (https://bitcointalk.org/index.php?topic=5138619.msg50963126#msg50963126)
  • 2019-05-14T18:45:29Z: 46 from Vod (https://bitcointalk.org/index.php?action=profile;u=30747) to TMAN (https://bitcointalk.org/index.php?action=profile;u=98986) for What's wrong with Vod, and Hhampuz (https://bitcointalk.org/index.php?topic=5142064.msg51050914#msg51050914)
  • 2019-05-14T18:42:50Z: 46 from Vod (https://bitcointalk.org/index.php?action=profile;u=30747) to Hhampuz (https://bitcointalk.org/index.php?action=profile;u=881377) for Resignation from DT @theymos (https://bitcointalk.org/index.php?topic=5143155.msg51050884#msg51050884)
  • 2019-05-14T13:21:55Z: 10 from coinscrow (https://bitcointalk.org/index.php?action=profile;u=935038) to kingcolex (https://bitcointalk.org/index.php?action=profile;u=66060) for Ⓜ️ minerstat mining OS, Windows mining, ASIC hub (https://bitcointalk.org/index.php?topic=1772780.msg51029365#msg51029365)
  • 2019-05-14T07:29:10Z: 10 from Wind_FURY (https://bitcointalk.org/index.php?action=profile;u=844914) to microlancer (https://bitcointalk.org/index.php?action=profile;u=2567172) for The Lightning Network FAQ (https://bitcointalk.org/index.php?topic=4792622.msg51035438#msg51035438)
  • 2019-05-13T23:06:03Z: 16 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to bill gator (https://bitcointalk.org/index.php?action=profile;u=370611) for [RAFFLE] Pizza Day Ledger Limited Edition | Lowered Price! (https://bitcointalk.org/index.php?topic=5141993.msg51003534#msg51003534)
  • 2019-05-13T19:00:23Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to Ticked (https://bitcointalk.org/index.php?action=profile;u=129764) for [Auction] 40 Note Polymerbit Collection {60 mins} (https://bitcointalk.org/index.php?topic=5142642.msg51032589#msg51032589)
  • 2019-05-13T16:36:49Z: 20 from joksim299 (https://bitcointalk.org/index.php?action=profile;u=220481) to victorhing (https://bitcointalk.org/index.php?action=profile;u=151862) for COINROYALE.COM • Provably Fair • NEW GAME SIC BO • 10% Casino Rebate (https://bitcointalk.org/index.php?topic=301480.msg51030970#msg51030970)
  • 2019-05-13T15:49:33Z: 10 from LoyceV (https://bitcointalk.org/index.php?action=profile;u=459836) to fizzisist (https://bitcointalk.org/index.php?action=profile;u=27330) for Bitcoin Price Image Generator (https://bitcointalk.org/index.php?topic=151565.msg1608468#msg1608468)
  • 2019-05-13T06:56:17Z: 10 from TheNewAnon135246 (https://bitcointalk.org/index.php?action=profile;u=153656) to coinlocket$ (https://bitcointalk.org/index.php?action=profile;u=1339716) for 1339716 (https://bitcointalk.org/index.php?topic=5135232.msg50739072#msg50739072)
  • 2019-05-13T01:21:50Z: 12 from malevolent (https://bitcointalk.org/index.php?action=profile;u=23092) to sega01 (https://bitcointalk.org/index.php?action=profile;u=32897) for Vagabond Workstation: Tails on steroids, built in Bitcoin/BCH/BSV support (https://bitcointalk.org/index.php?topic=5142048.msg51005672#msg51005672)
  • 2019-05-12T22:37:03Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to frankbitcoin (https://bitcointalk.org/index.php?action=profile;u=1208052) for [HEADS UP] Spin-To-Win, up to 50% off, plus Commemorative Edition BTC Canvas (https://bitcointalk.org/index.php?topic=5142288.msg51017007#msg51017007)
  • 2019-05-11T20:25:42Z: 50 from sammy007 (https://bitcointalk.org/index.php?action=profile;u=208817) to smooth (https://bitcointalk.org/index.php?action=profile;u=13813) for [ANN] æternity blockchain ∞ AE TOKEN ∞ [PoW &amp; PoS | Oracles | Smart Contracts] (https://bitcointalk.org/index.php?topic=1733140.msg51001268#msg51001268)
  • 2019-05-11T18:38:51Z: 10 from allyouracid (https://bitcointalk.org/index.php?action=profile;u=138833) to bitcoinminer42 (https://bitcointalk.org/index.php?action=profile;u=93534) for Der Aktuelle Kursverlauf (https://bitcointalk.org/index.php?topic=26136.msg51000528#msg51000528)
  • 2019-05-11T18:33:42Z: 10 from jubalix (https://bitcointalk.org/index.php?action=profile;u=83122) to Pamadar (https://bitcointalk.org/index.php?action=profile;u=662318) for Will transaction fees get in the way of the bull run? (https://bitcointalk.org/index.php?topic=5140468.msg50978452#msg50978452)
  • 2019-05-10T21:28:30Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to Corrosive (https://bitcointalk.org/index.php?action=profile;u=2005913) for [ANN] . 999 silver BTC themed playing cards, CryptoDeck (https://bitcointalk.org/index.php?topic=5141654.msg50987245#msg50987245)
  • 2019-05-10T21:27:00Z: 10 from vizique (https://bitcointalk.org/index.php?action=profile;u=120837) to Corrosive (https://bitcointalk.org/index.php?action=profile;u=2005913) for [ANN] . 999 silver BTC themed playing cards, CryptoDeck (https://bitcointalk.org/index.php?topic=5141654.msg50987245#msg50987245)
  • 2019-05-10T16:07:48Z: 10 from joniboini (https://bitcointalk.org/index.php?action=profile;u=1275282) to Piggy (https://bitcointalk.org/index.php?action=profile;u=188198) for [RELEASED] @mention notification bot - now with Telegram (https://bitcointalk.org/index.php?topic=5023605.msg45324722#msg45324722)
  • 2019-05-10T15:50:51Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to coblee (https://bitcointalk.org/index.php?action=profile;u=20651) for [INFORMATION] ICG GRADING  (https://bitcointalk.org/index.php?topic=5141294.msg50982391#msg50982391)
  • 2019-05-10T15:46:04Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to frankbitcoin (https://bitcointalk.org/index.php?action=profile;u=1208052) for [ANN] Hal Finney Tribute Artwork, Limited to 21, 100% proceeds donated to ALS (https://bitcointalk.org/index.php?topic=5141481.msg50981046#msg50981046)
  • 2019-05-10T05:23:32Z: 10 from digicoinuser (https://bitcointalk.org/index.php?action=profile;u=402550) to anonymousminer (https://bitcointalk.org/index.php?action=profile;u=1668017) for [INFORMATION] ICG GRADING  (https://bitcointalk.org/index.php?topic=5141294.msg50975243#msg50975243)
  • 2019-05-10T03:48:07Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to anonymousminer (https://bitcointalk.org/index.php?action=profile;u=1668017) for [INFORMATION] ICG GRADING  (https://bitcointalk.org/index.php?topic=5141294.msg50975243#msg50975243)
Total Merits 929


Title: Re: Swiss army knife Tool to query Merit data online - Full History
Post by: Piggy on May 27, 2019, 06:16:06 AM
The data is updated to Friday 25th of May

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

Result Custom Query
  • 2019-05-23T21:48:54Z: 10 from vizique (https://bitcointalk.org/index.php?action=profile;u=120837) to laszlo (https://bitcointalk.org/index.php?action=profile;u=143) for Pizza for bitcoins? (https://bitcointalk.org/index.php?topic=137.msg1195#msg1195)
  • 2019-05-22T19:52:02Z: 10 from jbreher (https://bitcointalk.org/index.php?action=profile;u=28719) to windjc (https://bitcointalk.org/index.php?action=profile;u=150933) for Wall Observer BTC/USD - Bitcoin price movement tracking &amp; discussion (https://bitcointalk.org/index.php?topic=178336.msg51173609#msg51173609)
  • 2019-05-22T19:51:54Z: 11 from notbatman (https://bitcointalk.org/index.php?action=profile;u=244104) to Claymore (https://bitcointalk.org/index.php?action=profile;u=306958) for Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v14.5 (Windows/Linux) (https://bitcointalk.org/index.php?topic=1433925.msg14501372#msg14501372)
  • 2019-05-22T18:45:23Z: 10 from djjacket (https://bitcointalk.org/index.php?action=profile;u=131351) to coblee (https://bitcointalk.org/index.php?action=profile;u=20651) for [RAFFLE - TABLE IS SET!] Charlie Lee signed Lealana 10LTC ICG MS68 coin | 0/64 (https://bitcointalk.org/index.php?topic=5145571.msg51172876#msg51172876)
  • 2019-05-22T15:19:10Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to bavicrypto (https://bitcointalk.org/index.php?action=profile;u=1137750) for [WTS]  CASASCIUS /  BTCC  /  KIALARA  /  LEALANA  /  TITAN  /  RAVENBIT  /  POLY (https://bitcointalk.org/index.php?topic=5145908.msg51161416#msg51161416)
  • 2019-05-22T14:14:07Z: 10 from TheUltraElite (https://bitcointalk.org/index.php?action=profile;u=878630) to Timelord2067 (https://bitcointalk.org/index.php?action=profile;u=131361) for Known Account Sellers  (https://bitcointalk.org/index.php?topic=5145922.msg51162228#msg51162228)
      Mk I (2019 Q3) Red Paint ™ applied or required[/url]
  • 2019-05-22T03:47:45Z: 40 from DaRude (https://bitcointalk.org/index.php?action=profile;u=89580) to laszlo (https://bitcointalk.org/index.php?action=profile;u=143) for Pizza for bitcoins? (https://bitcointalk.org/index.php?topic=137.msg1141#msg1141)
  • 2019-05-22T03:46:41Z: 10 from DaRude (https://bitcointalk.org/index.php?action=profile;u=89580) to laszlo (https://bitcointalk.org/index.php?action=profile;u=143) for Pizza for bitcoins? (https://bitcointalk.org/index.php?topic=137.msg1141#msg1141)
  • 2019-05-21T22:16:13Z: 10 from sgbett (https://bitcointalk.org/index.php?action=profile;u=38978) to ðºÞæ (https://bitcointalk.org/index.php?action=profile;u=454255) for Craig Wright recognised by US Govt as Satoshi, author of white paper (https://bitcointalk.org/index.php?topic=5145673.msg51157436#msg51157436)
  • 2019-05-21T18:05:36Z: 11 from BossBee (https://bitcointalk.org/index.php?action=profile;u=251926) to bigc1984 (https://bitcointalk.org/index.php?action=profile;u=219921) for [ANN] VANBEX LABS (FUEL)  FIRST PRODUCT ROCKET  IS LIVE!☀️ (https://bitcointalk.org/index.php?topic=2005965.msg51156890#msg51156890)
  • 2019-05-21T18:03:22Z: 11 from bigc1984 (https://bitcointalk.org/index.php?action=profile;u=219921) to BossBee (https://bitcointalk.org/index.php?action=profile;u=251926) for [ANN] VANBEX LABS (FUEL)  FIRST PRODUCT ROCKET  IS LIVE!☀️ (https://bitcointalk.org/index.php?topic=2005965.msg51082139#msg51082139)
  • 2019-05-21T17:22:41Z: 19 from suchmoon (https://bitcointalk.org/index.php?action=profile;u=234771) to LoyceV (https://bitcointalk.org/index.php?action=profile;u=459836) for [overview] LoyceV's useful data on Bitcointalk (https://bitcointalk.org/index.php?topic=5145594.msg51149146#msg51149146)
  • 2019-05-21T10:06:14Z: 10 from shiunsai (https://bitcointalk.org/index.php?action=profile;u=74353) to noobfromPH (https://bitcointalk.org/index.php?action=profile;u=1180126) for  DiceOption.com  Live Multiplayer Bitcoin Dice Gambling Free 2000 satoshis (https://bitcointalk.org/index.php?topic=5038711.msg46213387#msg46213387)
  • 2019-05-21T00:31:53Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to AT101ET (https://bitcointalk.org/index.php?action=profile;u=170557) for [WTS] 2013 Brass Casascius 0.5 BTC  (https://bitcointalk.org/index.php?topic=5145490.msg51145336#msg51145336)
  • 2019-05-21T00:31:23Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to Hhampuz (https://bitcointalk.org/index.php?action=profile;u=881377) for [Raffle] 8 toz Adorable 999 Fine Silver Pizza  (https://bitcointalk.org/index.php?topic=5145496.msg51145791#msg51145791)
  • 2019-05-21T00:09:59Z: 10 from rickbig41 (https://bitcointalk.org/index.php?action=profile;u=553678) to theymos (https://bitcointalk.org/index.php?action=profile;u=35) for Improving the current ban situation (https://bitcointalk.org/index.php?topic=5145434.msg51145396#msg51145396)
  • 2019-05-20T19:01:51Z: 10 from pallas (https://bitcointalk.org/index.php?action=profile;u=164852) to SINOVATE (https://bitcointalk.org/index.php?action=profile;u=2605407) for [ANN] | SUQA | New X22i Algo |  SWIFFTX | No ICO | No Pre-mine | %5 Apr Interest (https://bitcointalk.org/index.php?topic=5038269.msg51129105#msg51129105)
  • 2019-05-20T13:59:50Z: 10 from redsn0w (https://bitcointalk.org/index.php?action=profile;u=211419) to Coin-1 (https://bitcointalk.org/index.php?action=profile;u=1133335) for [TOP-200] The most generous users giving merits (https://bitcointalk.org/index.php?topic=4523027.msg40734583#msg40734583)
  • 2019-05-20T06:32:00Z: 13 from iCEBREAKER (https://bitcointalk.org/index.php?action=profile;u=17501) to sgbett (https://bitcointalk.org/index.php?action=profile;u=38978) for paging icebreaker re bip101 (https://bitcointalk.org/index.php?topic=1361524.msg13854822#msg13854822)
  • 2019-05-20T00:10:33Z: 10 from TimtheYoutuber (https://bitcointalk.org/index.php?action=profile;u=1205229) to laszlo (https://bitcointalk.org/index.php?action=profile;u=143) for Pizza for bitcoins? (https://bitcointalk.org/index.php?topic=137.msg1141#msg1141)
  • 2019-05-19T21:24:51Z: 27 from mctaino (https://bitcointalk.org/index.php?action=profile;u=224666) to angel55 (https://bitcointalk.org/index.php?action=profile;u=1192695) for Am I a friend or foe of Bitcoin? (https://bitcointalk.org/index.php?topic=5141717.msg50991068#msg50991068)
  • 2019-05-19T10:18:13Z: 10 from redsn0w (https://bitcointalk.org/index.php?action=profile;u=211419) to Steamtyme (https://bitcointalk.org/index.php?action=profile;u=1112531) for Posting guidelines for [WTS] Physical Goods - Marketplace (https://bitcointalk.org/index.php?topic=4576802.msg41268015#msg41268015)
  • 2019-05-19T06:29:21Z: 10 from Upgrade00 (https://bitcointalk.org/index.php?action=profile;u=2423488) to Sharon121212 (https://bitcointalk.org/index.php?action=profile;u=2476325) for Enough with the negativity give the forum some credit it deserves  (https://bitcointalk.org/index.php?topic=5131571.msg50591803#msg50591803)
  • 2019-05-19T05:14:26Z: 10 from dbshck (https://bitcointalk.org/index.php?action=profile;u=153634) to AverageGlabella (https://bitcointalk.org/index.php?action=profile;u=392646) for [GUIDE] Bitcointalk forum etiquette  (https://bitcointalk.org/index.php?topic=5136703.msg50793983#msg50793983)
  • 2019-05-18T20:22:33Z: 10 from os2sam (https://bitcointalk.org/index.php?action=profile;u=23716) to mstrozier (https://bitcointalk.org/index.php?action=profile;u=2582465) for GekkoScience NewPac / Terminus R606 (BM1387) Official Support Thread (https://bitcointalk.org/index.php?topic=5053833.msg50968875#msg50968875)
  • 2019-05-18T18:16:04Z: 10 from BobLawblaw (https://bitcointalk.org/index.php?action=profile;u=569455) to Cryptoqueeen (https://bitcointalk.org/index.php?action=profile;u=1069987) for Wall Observer BTC/USD - Bitcoin price movement tracking &amp; discussion (https://bitcointalk.org/index.php?topic=178336.msg51110047#msg51110047)
  • 2019-05-18T13:21:56Z: 25 from devans (https://bitcointalk.org/index.php?action=profile;u=935622) to RHavar (https://bitcointalk.org/index.php?action=profile;u=389331) for bustadice – Next Generation Dice (https://bitcointalk.org/index.php?topic=2219681.msg51102009#msg51102009)
  • 2019-05-17T15:15:54Z: 10 from qwk (https://bitcointalk.org/index.php?action=profile;u=24140) to aundroid (https://bitcointalk.org/index.php?action=profile;u=1015954) for [Übersicht] empfehlenswerte Crypto Telegram Bots  (https://bitcointalk.org/index.php?topic=5141145.msg50970942#msg50970942)
  • 2019-05-17T14:49:04Z: 10 from BitcoinNewsMagazine (https://bitcointalk.org/index.php?action=profile;u=503947) to 13TNLjs3oLfvTNuyb5ZL92DkG (https://bitcointalk.org/index.php?action=profile;u=2604099) for Tangem Custom Cards For The Community (https://bitcointalk.org/index.php?topic=5144095.msg51095334#msg51095334)
  • 2019-05-17T12:14:13Z: 10 from bitcoinminer42 (https://bitcointalk.org/index.php?action=profile;u=93534) to NIZZAONE (https://bitcointalk.org/index.php?action=profile;u=1035086) for Der Aktuelle Kursverlauf (https://bitcointalk.org/index.php?topic=26136.msg51080491#msg51080491)
  • 2019-05-17T09:10:15Z: 12 from LoyceV (https://bitcointalk.org/index.php?action=profile;u=459836) to bob123 (https://bitcointalk.org/index.php?action=profile;u=579628) for 55.48974266 BTC sent to Binance mistakenly! (https://bitcointalk.org/index.php?topic=5141358.msg51091339#msg51091339)
  • 2019-05-17T08:11:34Z: 10 from joniboini (https://bitcointalk.org/index.php?action=profile;u=1275282) to JSRAW (https://bitcointalk.org/index.php?action=profile;u=1210969) for [HELP]Bantuan untuk menaikkan Rank (Jr. Member s.d Hero)[UPDATE] (https://bitcointalk.org/index.php?topic=2840438.msg51040322#msg51040322)
Total Merits 399


Title: Re: Swiss army knife Tool to query Merit data online - Full History
Post by: Piggy on June 03, 2019, 12:16:32 PM
The data is updated to Friday 31st of May

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=2019-05-31&dategreater=2019-05-24&meritgreater=10

Result Custom Query
  • 2019-05-30T20:42:19Z: 10 from Guy Corem (https://bitcointalk.org/index.php?action=profile;u=295386) to theymos (https://bitcointalk.org/index.php?action=profile;u=35) for CoinJoin: Bitcoin privacy for the real world (https://bitcointalk.org/index.php?topic=279249.msg51275314#msg51275314)
  • 2019-05-30T20:41:58Z: 10 from Guy Corem (https://bitcointalk.org/index.php?action=profile;u=295386) to Pieter Wuille (https://bitcointalk.org/index.php?action=profile;u=2786) for CoinJoin: Bitcoin privacy for the real world (https://bitcointalk.org/index.php?topic=279249.msg51274844#msg51274844)
  • 2019-05-30T12:23:14Z: 39 from suchmoon (https://bitcointalk.org/index.php?action=profile;u=234771) to PHI1618 (https://bitcointalk.org/index.php?action=profile;u=1071136) for PHI1618's Merit Source Application  (https://bitcointalk.org/index.php?topic=5097314.msg49232756#msg49232756)
  • 2019-05-30T10:36:08Z: 10 from frodocooper (https://bitcointalk.org/index.php?action=profile;u=988740) to PassThePopcorn (https://bitcointalk.org/index.php?action=profile;u=647331) for Avalon A1041 Review (https://bitcointalk.org/index.php?topic=5148754.msg51271660#msg51271660)
  • 2019-05-30T00:04:05Z: 10 from Halmater (https://bitcointalk.org/index.php?action=profile;u=666783) to Matthias9515 (https://bitcointalk.org/index.php?action=profile;u=1018510) for [Self-moderated] Bitcoin ile ödeme yapan imza kampanyaları (https://bitcointalk.org/index.php?topic=5148849.msg51274432#msg51274432)
  • 2019-05-29T14:12:46Z: 10 from redsn0w (https://bitcointalk.org/index.php?action=profile;u=211419) to BitCryptex (https://bitcointalk.org/index.php?action=profile;u=1169179) for The Lightning Network FAQ (https://bitcointalk.org/index.php?topic=4792622.msg43243696#msg43243696)
  • 2019-05-29T06:34:23Z: 10 from dozerz (https://bitcointalk.org/index.php?action=profile;u=65034) to Crypto_Collection (https://bitcointalk.org/index.php?action=profile;u=1152503) for [REFERENCE] Magazines &amp; Newspapers with Bitcoin Articles (Pre 2009 - 2019) (https://bitcointalk.org/index.php?topic=5148433.msg51259652#msg51259652)
  • 2019-05-28T14:42:07Z: 10 from Micio (https://bitcointalk.org/index.php?action=profile;u=115423) to CryptoReggae (https://bitcointalk.org/index.php?action=profile;u=2503661) for Elenco non ufficiale di regole (ufficiali) di Bitcointalk.org, linee guida, FAQ (https://bitcointalk.org/index.php?topic=5147564.msg51226695#msg51226695)
  • 2019-05-28T13:37:13Z: 19 from suchmoon (https://bitcointalk.org/index.php?action=profile;u=234771) to theymos (https://bitcointalk.org/index.php?action=profile;u=35) for [Guide] Decent mixing methods (https://bitcointalk.org/index.php?topic=5146241.msg51175572#msg51175572)
  • 2019-05-28T13:21:11Z: 27 from Aureliusy (https://bitcointalk.org/index.php?action=profile;u=115968) to viscolex (https://bitcointalk.org/index.php?action=profile;u=1007802) for SOLARIS XLR100% PoS + MasternodesTxbit.io exchange is live now ! (https://bitcointalk.org/index.php?topic=1831629.msg51175420#msg51175420)
  • 2019-05-28T02:20:11Z: 25 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to Spazzer (https://bitcointalk.org/index.php?action=profile;u=1143728) for Tackle Depot - Canadian Fishing Online Store (https://bitcointalk.org/index.php?topic=5148045.msg51245388#msg51245388)
  • 2019-05-28T00:01:23Z: 20 from Mitchell (https://bitcointalk.org/index.php?action=profile;u=113670) to krogothmanhattan (https://bitcointalk.org/index.php?action=profile;u=1000199) for [Reference] Unique, Rare and All Crypto Collectable Posting Thread with LINKS (https://bitcointalk.org/index.php?topic=5107629.msg49643237#msg49643237)
  • 2019-05-27T23:54:35Z: 10 from kingcolex (https://bitcointalk.org/index.php?action=profile;u=66060) to Hhampuz (https://bitcointalk.org/index.php?action=profile;u=881377) for [CFNP] BitBlender Signature Campaign | Up to 0.0003BTC/Post | Member - Legendary (https://bitcointalk.org/index.php?topic=5100568.msg51243240#msg51243240)
  • 2019-05-27T01:28:56Z: 10 from Dakustaking76 (https://bitcointalk.org/index.php?action=profile;u=942430) to kingcolex (https://bitcointalk.org/index.php?action=profile;u=66060) for Wall Observer BTC/USD - Bitcoin price movement tracking &amp; discussion (https://bitcointalk.org/index.php?topic=178336.msg51231465#msg51231465)
  • 2019-05-26T15:39:24Z: 11 from iCEBREAKER (https://bitcointalk.org/index.php?action=profile;u=17501) to logictense (https://bitcointalk.org/index.php?action=profile;u=379203) for [ANN][DASH] Dash (dash.org) | First Self-Funding Self-Governing Crypto Currency (https://bitcointalk.org/index.php?topic=421615.msg51212495#msg51212495)
  • 2019-05-26T11:41:38Z: 11 from popcoins (https://bitcointalk.org/index.php?action=profile;u=130478) to Ber86 (https://bitcointalk.org/index.php?action=profile;u=900866) for [ANN] ADON.NETWORK- Make Privacy Powerful Again [AdonPay] POW+MasterNodes (https://bitcointalk.org/index.php?topic=5145239.msg51136770#msg51136770)
  • 2019-05-26T02:38:37Z: 10 from theymos_away (https://bitcointalk.org/index.php?action=profile;u=349090) to Vishnu.Reang (https://bitcointalk.org/index.php?action=profile;u=986141) for 2019 Indian general election (https://bitcointalk.org/index.php?topic=5144882.msg51122665#msg51122665)
  • 2019-05-25T21:40:32Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to Sat0shisGhost (https://bitcointalk.org/index.php?action=profile;u=2551755) for My forum receivings thread (https://bitcointalk.org/index.php?topic=5147323.msg51215606#msg51215606)
  • 2019-05-25T20:07:14Z: 10 from minifrij (https://bitcointalk.org/index.php?action=profile;u=138940) to theymos (https://bitcointalk.org/index.php?action=profile;u=35) for Forum funds (https://bitcointalk.org/index.php?topic=155000.msg1643255#msg1643255)
  • 2019-05-25T19:05:44Z: 15 from foroplus (https://bitcointalk.org/index.php?action=profile;u=130780) to Jean_Luc (https://bitcointalk.org/index.php?action=profile;u=2550169) for VanitySearch (Yet another address prefix finder) (https://bitcointalk.org/index.php?topic=5112311.msg49835934#msg49835934)
  • 2019-05-25T15:53:21Z: 11 from asu (https://bitcointalk.org/index.php?action=profile;u=519783) to theyoungmillionaire (https://bitcointalk.org/index.php?action=profile;u=1180530) for [Bitcointalk] Dagdag kaalaman sa mundo ng Bitcoin (https://bitcointalk.org/index.php?topic=3656643.msg36712079#msg36712079)
  • 2019-05-24T23:19:37Z: 10 from JaredKaragen (https://bitcointalk.org/index.php?action=profile;u=553724) to bittawm (https://bitcointalk.org/index.php?action=profile;u=144811) for Trying to help a banned member. (https://bitcointalk.org/index.php?topic=5145454.msg51145914#msg51145914)
  • 2019-05-24T10:41:30Z: 10 from Lauda (https://bitcointalk.org/index.php?action=profile;u=101872) to yogg (https://bitcointalk.org/index.php?action=profile;u=140827) for [The Cult of Lauda] My Trust List (https://bitcointalk.org/index.php?topic=5098579.msg51195071#msg51195071)
  • 2019-05-24T04:34:02Z: 10 from BobLawblaw (https://bitcointalk.org/index.php?action=profile;u=569455) to cAPSLOCK (https://bitcointalk.org/index.php?action=profile;u=35501) for Wall Observer BTC/USD - Bitcoin price movement tracking &amp; discussion (https://bitcointalk.org/index.php?topic=178336.msg51190468#msg51190468)
Total Merits 328


Title: Re: Swiss army knife Tool to query Merit data online - Full History
Post by: Piggy on June 07, 2019, 07:54:40 AM
The data is updated to Friday 7th of June

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=2019-06-07&dategreater=2019-05-31&meritgreater=10

Result Custom Query
  • 2019-06-06T03:49:13Z: 10 from Foxpup (https://bitcointalk.org/index.php?action=profile;u=55384) to SaltySpitoon (https://bitcointalk.org/index.php?action=profile;u=38894) for Staff Hypocrisy and Selective Enforcement of Rules (https://bitcointalk.org/index.php?topic=853522.msg10937591#msg10937591)
  • 2019-06-05T19:55:01Z: 10 from Globb0 (https://bitcointalk.org/index.php?action=profile;u=244243) to micgoossens (https://bitcointalk.org/index.php?action=profile;u=1067333) for Wall Observer BTC/USD - Bitcoin price movement tracking &amp; discussion (https://bitcointalk.org/index.php?topic=178336.msg51363054#msg51363054)
  • 2019-06-05T16:06:56Z: 10 from mkmdoc (https://bitcointalk.org/index.php?action=profile;u=916113) to bitcoinzen (https://bitcointalk.org/index.php?action=profile;u=1488742) for Global Economic Crisis's and CryptoCurrency  (https://bitcointalk.org/index.php?topic=5052609.msg47007997#msg47007997)
  • 2019-06-05T10:13:15Z: 10 from mindrust (https://bitcointalk.org/index.php?action=profile;u=176777) to Lambie Slayer (https://bitcointalk.org/index.php?action=profile;u=2483286) for Wall Observer BTC/USD - Bitcoin price movement tracking &amp; discussion (https://bitcointalk.org/index.php?topic=178336.msg51356420#msg51356420)
  • 2019-06-05T02:41:20Z: 50 from NutMasterTardd (https://bitcointalk.org/index.php?action=profile;u=245299) to XEL-project (https://bitcointalk.org/index.php?action=profile;u=2595684) for XEL - The Codable Decentralized Supercomputer - XEL.ORG (https://bitcointalk.org/index.php?topic=5150011.msg51320788#msg51320788)
  • 2019-06-05T02:39:25Z: 16 from lightfoot (https://bitcointalk.org/index.php?action=profile;u=148567) to micgoossens (https://bitcointalk.org/index.php?action=profile;u=1067333) for Wall Observer BTC/USD - Bitcoin price movement tracking &amp; discussion (https://bitcointalk.org/index.php?topic=178336.msg51353059#msg51353059)
  • 2019-06-05T00:44:11Z: 10 from JaredKaragen (https://bitcointalk.org/index.php?action=profile;u=553724) to fubly (https://bitcointalk.org/index.php?action=profile;u=145180) for SSH Unlock for antminer s9 firmware, anyone interested? (https://bitcointalk.org/index.php?topic=5142776.msg51353423#msg51353423)
  • 2019-06-04T03:35:51Z: 21 from btcdiggingmaster (https://bitcointalk.org/index.php?action=profile;u=876810) to coingrowth (https://bitcointalk.org/index.php?action=profile;u=1758738) for Beware of Bots  (https://bitcointalk.org/index.php?topic=5057794.msg47291694#msg47291694)
  • 2019-06-02T21:44:22Z: 29 from rico666 (https://bitcointalk.org/index.php?action=profile;u=159476) to feyd27 (https://bitcointalk.org/index.php?action=profile;u=2144510) for [ANN] Boomcoin|An scalable anonymous currency system based on Proof of Capacity (https://bitcointalk.org/index.php?topic=5147634.msg51326485#msg51326485)
  • 2019-06-02T15:58:06Z: 25 from MicroGuy (https://bitcointalk.org/index.php?action=profile;u=93373) to Jimmy Crypto (https://bitcointalk.org/index.php?action=profile;u=521956) for 521956 (https://bitcointalk.org/index.php?topic=5149877.msg51313000#msg51313000)
  • 2019-06-02T15:56:52Z: 20 from MicroGuy (https://bitcointalk.org/index.php?action=profile;u=93373) to Jimmy Crypto (https://bitcointalk.org/index.php?action=profile;u=521956) for 521956 (https://bitcointalk.org/index.php?topic=5149877.msg51313517#msg51313517)
  • 2019-06-02T15:34:06Z: 20 from Rent_a_Ray (https://bitcointalk.org/index.php?action=profile;u=182721) to Khaos77 (https://bitcointalk.org/index.php?action=profile;u=2522969) for ★ ZEIT ★  [COMMUNITY &amp; KNIGHTS] [ULTRA LOW INFLATION] (https://bitcointalk.org/index.php?topic=487814.msg51316811#msg51316811)
  • 2019-06-02T13:44:31Z: 50 from fr4nkthetank (https://bitcointalk.org/index.php?action=profile;u=178657) to Eliovp (https://bitcointalk.org/index.php?action=profile;u=236770) for AMD Mem Tweak - Read/modify mem timings on the fly - [Vega Friendly] [Win/Linux] (https://bitcointalk.org/index.php?topic=5123724.msg50275206#msg50275206)
  • 2019-06-02T09:34:59Z: 10 from crazyearner (https://bitcointalk.org/index.php?action=profile;u=68586) to cryptogendrop (https://bitcointalk.org/index.php?action=profile;u=2617555) for [AIRDROP][IEO]  BITWINGS  100 BWN worth 20$ + Mining Days worth 183$**  (https://bitcointalk.org/index.php?topic=5149180.msg51318177#msg51318177)
  • 2019-06-01T15:56:43Z: 10 from Matthias9515 (https://bitcointalk.org/index.php?action=profile;u=1018510) to LoyceV (https://bitcointalk.org/index.php?action=profile;u=459836) for Türk lokal forumu için DT üyeleri seçiyoruz (https://bitcointalk.org/index.php?topic=5149443.msg51309389#msg51309389)
  • 2019-05-31T22:43:14Z: 10 from bhokor (https://bitcointalk.org/index.php?action=profile;u=388086) to jacko0088 (https://bitcointalk.org/index.php?action=profile;u=706801) for ✅|VECT| Vectorium Flash ⚡ Equihash 192_7 - NO PREMINE - ⚒ SOLO POOLS ⚒ BOUNTY (https://bitcointalk.org/index.php?topic=5149544.msg51298638#msg51298638)
  • 2019-05-31T00:18:34Z: 10 from DarkStar_ (https://bitcointalk.org/index.php?action=profile;u=507936) to PHI1618 (https://bitcointalk.org/index.php?action=profile;u=1071136) for PHI1618's Merit Source Application  (https://bitcointalk.org/index.php?topic=5097314.msg51278831#msg51278831)
Total Merits 321


Title: Re: Swiss army knife Tool to query Merit data online - Full History
Post by: Piggy on June 14, 2019, 06:54:38 AM
The data is updated to Friday 7th of June

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=2019-06-14&dategreater=2019-06-07&meritgreater=10

Result Custom Query
  • 2019-06-13T21:50:16Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to bitcoiner24h (https://bitcointalk.org/index.php?action=profile;u=1644820) for [AUCTION] BITCOIN HACKERS CARD GAME (https://bitcointalk.org/index.php?topic=5153991.msg51457106#msg51457106)
  • 2019-06-13T21:35:42Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to krogothmanhattan (https://bitcointalk.org/index.php?action=profile;u=1000199) for Stamps go digital - Collectable Blockchain postage stamp (https://bitcointalk.org/index.php?topic=5153959.msg51455989#msg51455989)
  • 2019-06-13T07:50:30Z: 10 from yogg (https://bitcointalk.org/index.php?action=profile;u=140827) to Sat0shisGhost (https://bitcointalk.org/index.php?action=profile;u=2551755) for [FREE] Free Coldkeys for testing / reviews (https://bitcointalk.org/index.php?topic=5145343.msg51448024#msg51448024)
  • 2019-06-12T23:37:04Z: 13 from Lauda (https://bitcointalk.org/index.php?action=profile;u=101872) to TECSHARE (https://bitcointalk.org/index.php?action=profile;u=15728) for STAFF/MODERATOR DOUBLE STANDARDS AND SELECTIVE ENFORCMENT OF RULES (https://bitcointalk.org/index.php?topic=917438.msg10072726#msg10072726)
  • 2019-06-12T21:29:35Z: 10 from EFS (https://bitcointalk.org/index.php?action=profile;u=140584) to theymos (https://bitcointalk.org/index.php?action=profile;u=35) for Trust flags (https://bitcointalk.org/index.php?topic=5153344.msg51435911#msg51435911)
  • 2019-06-12T21:24:31Z: 12 from Lauda (https://bitcointalk.org/index.php?action=profile;u=101872) to ChemicalSpillage (https://bitcointalk.org/index.php?action=profile;u=2627094) for theymosisms - A collection of posts for reference (https://bitcointalk.org/index.php?topic=5136271.msg51446274#msg51446274)
  • 2019-06-12T21:22:22Z: 15 from Lauda (https://bitcointalk.org/index.php?action=profile;u=101872) to suchmoon (https://bitcointalk.org/index.php?action=profile;u=234771) for PM from admin demanding to exclude a certain user (https://bitcointalk.org/index.php?topic=5153678.msg51446236#msg51446236)
  • 2019-06-12T21:14:37Z: 16 from Lauda (https://bitcointalk.org/index.php?action=profile;u=101872) to Hhampuz (https://bitcointalk.org/index.php?action=profile;u=881377) for View flags on my trust page (https://bitcointalk.org/index.php?topic=5153682.msg51446176#msg51446176)
  • 2019-06-12T20:43:28Z: 10 from mindrust (https://bitcointalk.org/index.php?action=profile;u=176777) to Lauda (https://bitcointalk.org/index.php?action=profile;u=101872) for theymos why remove the red tag from Lauda? (https://bitcointalk.org/index.php?topic=5153669.msg51445898#msg51445898)
  • 2019-06-12T20:32:22Z: 50 from suchmoon (https://bitcointalk.org/index.php?action=profile;u=234771) to cabalism13 (https://bitcointalk.org/index.php?action=profile;u=1605387) for A Request For The Other Merit Sources (https://bitcointalk.org/index.php?topic=5153158.msg51428997#msg51428997)
  • 2019-06-12T20:30:56Z: 50 from suchmoon (https://bitcointalk.org/index.php?action=profile;u=234771) to Daniel91 (https://bitcointalk.org/index.php?action=profile;u=334636) for A Request For The Other Merit Sources (https://bitcointalk.org/index.php?topic=5153158.msg51442223#msg51442223)
  • 2019-06-12T20:15:09Z: 15 from Lauda (https://bitcointalk.org/index.php?action=profile;u=101872) to bones261 (https://bitcointalk.org/index.php?action=profile;u=452769) for Quickseller - Escrow Scammer (https://bitcointalk.org/index.php?topic=5153480.msg51445432#msg51445432)
  • 2019-06-12T20:03:30Z: 10 from theymos (https://bitcointalk.org/index.php?action=profile;u=35) to suchmoon (https://bitcointalk.org/index.php?action=profile;u=234771) for Quickseller vs cleaning up the forum (https://bitcointalk.org/index.php?topic=5152349.msg51399658#msg51399658)
  • 2019-06-12T19:52:53Z: 25 from Lauda (https://bitcointalk.org/index.php?action=profile;u=101872) to suchmoon (https://bitcointalk.org/index.php?action=profile;u=234771) for Trust flags (https://bitcointalk.org/index.php?topic=5153344.msg51445375#msg51445375)
  • 2019-06-12T19:52:40Z: 41 from Lauda (https://bitcointalk.org/index.php?action=profile;u=101872) to theymos (https://bitcointalk.org/index.php?action=profile;u=35) for Trust flags (https://bitcointalk.org/index.php?topic=5153344.msg51435911#msg51435911)
  • 2019-06-12T17:35:05Z: 10 from Welsh (https://bitcointalk.org/index.php?action=profile;u=84521) to theymos (https://bitcointalk.org/index.php?action=profile;u=35) for Trust flags (https://bitcointalk.org/index.php?topic=5153344.msg51435911#msg51435911)
  • 2019-06-12T14:25:41Z: 10 from Lauda (https://bitcointalk.org/index.php?action=profile;u=101872) to ChemicalSpillage (https://bitcointalk.org/index.php?action=profile;u=2627094) for Trust flags (https://bitcointalk.org/index.php?topic=5153344.msg51441789#msg51441789)
  • 2019-06-12T14:16:24Z: 10 from Lauda (https://bitcointalk.org/index.php?action=profile;u=101872) to Foxpup (https://bitcointalk.org/index.php?action=profile;u=55384) for Roger Ver/Memorydealers is intentionally defrauding people. (https://bitcointalk.org/index.php?topic=5153498.msg51440671#msg51440671)
  • 2019-06-12T11:13:04Z: 10 from hv_ (https://bitcointalk.org/index.php?action=profile;u=711260) to jbreher (https://bitcointalk.org/index.php?action=profile;u=28719) for [ANN] [BSV] [Bitcoin SV] Original Satoshi Vision (https://bitcointalk.org/index.php?topic=4985868.msg51433622#msg51433622)
  • 2019-06-12T06:35:12Z: 10 from Mr. Big (https://bitcointalk.org/index.php?action=profile;u=553678) to theymos (https://bitcointalk.org/index.php?action=profile;u=35) for Trust flags (https://bitcointalk.org/index.php?topic=5153344.msg51435911#msg51435911)
  • 2019-06-12T01:37:14Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to bavicrypto (https://bitcointalk.org/index.php?action=profile;u=1137750) for [RAFFLE] casascius 5btc nickel + 1btc brass blank (https://bitcointalk.org/index.php?topic=5153005.msg51423881#msg51423881)
  • 2019-06-11T12:40:21Z: 50 from TMAN (https://bitcointalk.org/index.php?action=profile;u=98986) to ICOEthics (https://bitcointalk.org/index.php?action=profile;u=2204241) for ICOEthics - scam list 2018-2019 (https://bitcointalk.org/index.php?topic=5110020.msg49742941#msg49742941)
  • 2019-06-10T23:18:17Z: 10 from Welsh (https://bitcointalk.org/index.php?action=profile;u=84521) to SaltySpitoon (https://bitcointalk.org/index.php?action=profile;u=38894) for 5G Has Dual Use As A Weapons System (https://bitcointalk.org/index.php?topic=5148057.msg51308296#msg51308296)
  • 2019-06-10T09:09:18Z: 10 from imbest (https://bitcointalk.org/index.php?action=profile;u=766160) to XEFUZ (https://bitcointalk.org/index.php?action=profile;u=1113476) for  [BOUNTY][AIRDROP]  OPENPOLL - DECENTRALIZED POLLS  $$$$ POL TOKENS  (https://bitcointalk.org/index.php?topic=4137277.msg39227878#msg39227878)
  • 2019-06-09T21:31:29Z: 26 from Vlad2Vlad (https://bitcointalk.org/index.php?action=profile;u=112208) to bible_pay (https://bitcointalk.org/index.php?action=profile;u=1027143) for BiblePay | 10% Charity | POW/POBH CPU Mining *novel* | Sanctuaries (https://bitcointalk.org/index.php?topic=2388064.msg24403715#msg24403715)
  • 2019-06-09T19:26:25Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to bavicrypto (https://bitcointalk.org/index.php?action=profile;u=1137750) for [AUCTION] Redeemed 2fa casascius gold plated bearer bar (https://bitcointalk.org/index.php?topic=5152549.msg51408927#msg51408927)
  • 2019-06-09T16:24:21Z: 10 from DarkStar_ (https://bitcointalk.org/index.php?action=profile;u=507936) to GreatArkansas (https://bitcointalk.org/index.php?action=profile;u=1164368) for Full List of UnderMerited/Unmerited Posts (Pilipinas) (https://bitcointalk.org/index.php?topic=5137597.msg51402644#msg51402644)
  • 2019-06-09T16:15:36Z: 10 from mixerxxpasc (https://bitcointalk.org/index.php?action=profile;u=948158) to hacklik (https://bitcointalk.org/index.php?action=profile;u=1914178) for 1914178 (https://bitcointalk.org/index.php?topic=5152647.msg51402430#msg51402430)
  • 2019-06-09T08:49:28Z: 10 from BldSwtTrs (https://bitcointalk.org/index.php?action=profile;u=99805) to joroz (https://bitcointalk.org/index.php?action=profile;u=1182715) for [XMR] Monero Speculation (https://bitcointalk.org/index.php?topic=753252.msg51403920#msg51403920)
  • 2019-06-09T05:24:56Z: 10 from DarkStar_ (https://bitcointalk.org/index.php?action=profile;u=507936) to sheenshane (https://bitcointalk.org/index.php?action=profile;u=1179651) for [FILIPINO GUIDE] PAANO MO MA-VERIFY ANG IYONG ELECTRUM USING WINDOWS,MAC,LINUX (https://bitcointalk.org/index.php?topic=5131543.msg50590348#msg50590348)
  • 2019-06-09T04:36:42Z: 10 from DarkStar_ (https://bitcointalk.org/index.php?action=profile;u=507936) to sheenshane (https://bitcointalk.org/index.php?action=profile;u=1179651) for PREDICTION PRICE OF BTC in Q2-[GAME PRIZE]--ENDED-- (https://bitcointalk.org/index.php?topic=5123131.msg50255101#msg50255101)
  • 2019-06-08T22:41:11Z: 10 from HairyMaclairy (https://bitcointalk.org/index.php?action=profile;u=181806) to Last of the V8s (https://bitcointalk.org/index.php?action=profile;u=479624) for Wall Observer BTC/USD - Bitcoin price movement tracking &amp; discussion (https://bitcointalk.org/index.php?topic=178336.msg51399918#msg51399918)
  • 2019-06-08T21:58:40Z: 10 from Mr. Big (https://bitcointalk.org/index.php?action=profile;u=553678) to suchmoon (https://bitcointalk.org/index.php?action=profile;u=234771) for [HACK] One-click mod report, not for the faint of heart (https://bitcointalk.org/index.php?topic=5103488.msg49475506#msg49475506)
  • 2019-06-08T04:36:16Z: 10 from dbshck (https://bitcointalk.org/index.php?action=profile;u=153634) to PHI1618 (https://bitcointalk.org/index.php?action=profile;u=1071136) for PHI1618's Merit Source Application  (https://bitcointalk.org/index.php?topic=5097314.msg49232756#msg49232756)
  • 2019-06-07T20:21:39Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to JanEmil (https://bitcointalk.org/index.php?action=profile;u=1118969) for ENDED [Raffuction] SMARTPAYMINT CARDS #3 - 5 winners (https://bitcointalk.org/index.php?topic=5148248.msg51252266#msg51252266)
  • 2019-06-07T20:19:12Z: 25 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to frankbitcoin (https://bitcointalk.org/index.php?action=profile;u=1208052) for [SOLD OUT] 1 ETH Metal Wallet, Limited to 100 (https://bitcointalk.org/index.php?topic=5151909.msg51384507#msg51384507)
  • 2019-06-07T09:28:44Z: 26 from Hanako (https://bitcointalk.org/index.php?action=profile;u=827625) to theyoungmillionaire (https://bitcointalk.org/index.php?action=profile;u=1180530) for [Filipino Guide] Ang Bitcointalk Merit System (https://bitcointalk.org/index.php?topic=4544266.msg40904432#msg40904432)
Total Merits 604


Title: Re: Swiss army knife Tool to query Merit data online - Full History
Post by: Piggy on June 24, 2019, 08:46:56 AM
The data is updated to Friday 21st of June

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=2019-06-21&dategreater=2019-06-14&meritgreater=10

Result Custom Query
  • 2019-06-20T22:03:57Z: 20 from mindrust (https://bitcointalk.org/index.php?action=profile;u=176777) to satoshi (https://bitcointalk.org/index.php?action=profile;u=3) for Added some DoS limits, removed safe mode (0.3.19) (https://bitcointalk.org/index.php?topic=2228.msg29479#msg29479)
  • 2019-06-20T20:15:14Z: 10 from Metroid (https://bitcointalk.org/index.php?action=profile;u=89605) to Eliovp (https://bitcointalk.org/index.php?action=profile;u=236770) for AMD Mem Tweak - Read/modify mem timings on the fly - [Vega Friendly] [Win/Linux] (https://bitcointalk.org/index.php?topic=5123724.msg50275206#msg50275206)
  • 2019-06-20T12:35:49Z: 10 from marcetin (https://bitcointalk.org/index.php?action=profile;u=89796) to parallelcoin (https://bitcointalk.org/index.php?action=profile;u=2219216) for [ANN] ParallelCoin - DUO - SHA256 + Scrypt | Community Takeover (https://bitcointalk.org/index.php?topic=1097017.msg51535337#msg51535337)
  • 2019-06-20T12:01:26Z: 10 from EFS (https://bitcointalk.org/index.php?action=profile;u=140584) to trendcoin (https://bitcointalk.org/index.php?action=profile;u=1367217) for BitcoinTalk Hesap Kurtarma Süreci Rehberi ve Gereksinimleri (https://bitcointalk.org/index.php?topic=5155790.msg51514653#msg51514653)
  • 2019-06-20T11:44:54Z: 10 from marcetin (https://bitcointalk.org/index.php?action=profile;u=89796) to consort (https://bitcointalk.org/index.php?action=profile;u=2400364) for [ANN] ParallelCoin - DUO - SHA256 + Scrypt | Community Takeover (https://bitcointalk.org/index.php?topic=1097017.msg51534773#msg51534773)
  • 2019-06-20T07:32:02Z: 18 from joter85 (https://bitcointalk.org/index.php?action=profile;u=245755) to DogecoinMachine (https://bitcointalk.org/index.php?action=profile;u=329629) for ⭐ Crypto-Games.net ⭐ 4 Years Old ⭐ Coinswitch added, 35 new coins! ⭐ (https://bitcointalk.org/index.php?topic=750760.msg8473257#msg8473257)
  • 2019-06-19T20:06:14Z: 19 from suchmoon (https://bitcointalk.org/index.php?action=profile;u=234771) to Vispilio (https://bitcointalk.org/index.php?action=profile;u=982288) for Vispilio's  Turkish  Merit Source Application (https://bitcointalk.org/index.php?topic=5154371.msg51469257#msg51469257)
  • 2019-06-19T18:25:45Z: 10 from th3nolo (https://bitcointalk.org/index.php?action=profile;u=870608) to coly20032003 (https://bitcointalk.org/index.php?action=profile;u=1468144) for [Tips] Guide for forum search (https://bitcointalk.org/index.php?topic=3127909.msg32346685#msg32346685)
  • 2019-06-19T14:24:59Z: 10 from TMAN (https://bitcointalk.org/index.php?action=profile;u=98986) to LFC_Bitcoin (https://bitcointalk.org/index.php?action=profile;u=379487) for Poetry, by TMAN (https://bitcointalk.org/index.php?topic=5138619.msg51522718#msg51522718)
  • 2019-06-19T12:17:56Z: 10 from legendbtc (https://bitcointalk.org/index.php?action=profile;u=884213) to cryptoloverlife (https://bitcointalk.org/index.php?action=profile;u=2127756) for Any advice for a newbie? (https://bitcointalk.org/index.php?topic=2383545.msg42088935#msg42088935)
  • 2019-06-19T01:37:45Z: 10 from coins4commies (https://bitcointalk.org/index.php?action=profile;u=1752004) to JaredKaragen (https://bitcointalk.org/index.php?action=profile;u=553724) for Socialism is so bad that it allows poor people to live. Horrible true story (https://bitcointalk.org/index.php?topic=5146492.msg51508757#msg51508757)
  • 2019-06-18T19:03:04Z: 10 from hv_ (https://bitcointalk.org/index.php?action=profile;u=711260) to jbreher (https://bitcointalk.org/index.php?action=profile;u=28719) for [ANN] [BSV] [Bitcoin SV] Original Satoshi Vision (https://bitcointalk.org/index.php?topic=4985868.msg51515489#msg51515489)
  • 2019-06-18T17:32:38Z: 10 from Welsh (https://bitcointalk.org/index.php?action=profile;u=84521) to thd26bct (https://bitcointalk.org/index.php?action=profile;u=1282184) for Trust/ Flag of casino/dice sites' owners (https://bitcointalk.org/index.php?topic=5154971.msg51489684#msg51489684)
  • 2019-06-18T05:19:07Z: 10 from TMAN (https://bitcointalk.org/index.php?action=profile;u=98986) to SaltySpitoon (https://bitcointalk.org/index.php?action=profile;u=38894) for WHICH flags are appropriate for each scenario listed here??????????????????????? (https://bitcointalk.org/index.php?topic=5153864.msg51506324#msg51506324)
  • 2019-06-18T04:00:31Z: 10 from joniboini (https://bitcointalk.org/index.php?action=profile;u=1275282) to Husna QA (https://bitcointalk.org/index.php?action=profile;u=1827294) for [Edukasi] Privasi dan Anonimitas Bitcoin (https://bitcointalk.org/index.php?topic=5137011.msg50806922#msg50806922)
  • 2019-06-18T03:54:51Z: 10 from sega01 (https://bitcointalk.org/index.php?action=profile;u=32897) to baristor (https://bitcointalk.org/index.php?action=profile;u=341745) for Hitler signed print / Space Rocks, now with dancing guy/girl (https://bitcointalk.org/index.php?topic=5150511.msg51343490#msg51343490)
  • 2019-06-17T20:26:46Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to Agrawas (https://bitcointalk.org/index.php?action=profile;u=1285450) for [AUCTION] Beautiful Set of all matching KIALARAS #99. MOON, HYDRA and GOLD (https://bitcointalk.org/index.php?topic=5154820.msg51484264#msg51484264)
  • 2019-06-17T13:19:47Z: 15 from Welsh (https://bitcointalk.org/index.php?action=profile;u=84521) to Cøbra (https://bitcointalk.org/index.php?action=profile;u=249495) for How can we take Bitcoin Talk back into the Bitcoin community? (https://bitcointalk.org/index.php?topic=5110927.msg50520855#msg50520855)
  • 2019-06-17T07:54:46Z: 10 from LoyceV (https://bitcointalk.org/index.php?action=profile;u=459836) to Uao (https://bitcointalk.org/index.php?action=profile;u=1329192) for ✍I'm designing professional logos for the Bitcointalk community, pro bono (FREE) (https://bitcointalk.org/index.php?topic=2486503.msg25461351#msg25461351)
  • 2019-06-16T22:30:16Z: 10 from BitBitCoin (https://bitcointalk.org/index.php?action=profile;u=305944) to bitbollo (https://bitcointalk.org/index.php?action=profile;u=364070) for BITCOIN PUMP! (https://bitcointalk.org/index.php?topic=313900.msg51481997#msg51481997)
  • 2019-06-16T22:16:27Z: 50 from drizzle2405 (https://bitcointalk.org/index.php?action=profile;u=174258) to Duality-CDOO (https://bitcointalk.org/index.php?action=profile;u=2543114) for [ANN] Duality: Bringing blockchain to business | dApps/Dynodes/BDAP/SDK/VGP/BaaS (https://bitcointalk.org/index.php?topic=5107698.msg51493416#msg51493416)
  • 2019-06-16T21:51:56Z: 39 from killyou72 (https://bitcointalk.org/index.php?action=profile;u=408367) to WhyFhy (https://bitcointalk.org/index.php?action=profile;u=1122459) for [RAFFLE] Pizza Day Ledger 11/16 SPOTS LEFT [0.001 BTC per spot] (https://bitcointalk.org/index.php?topic=5153854.msg51493169#msg51493169)
  • 2019-06-16T20:21:43Z: 10 from mindrust (https://bitcointalk.org/index.php?action=profile;u=176777) to Vispilio (https://bitcointalk.org/index.php?action=profile;u=982288) for Vispilio's  Turkish  Merit Source Application (https://bitcointalk.org/index.php?topic=5154371.msg51469257#msg51469257)
  • 2019-06-16T17:58:44Z: 50 from DarkStar_ (https://bitcointalk.org/index.php?action=profile;u=507936) to Vispilio (https://bitcointalk.org/index.php?action=profile;u=982288) for Vispilio's  Turkish  Merit Source Application (https://bitcointalk.org/index.php?topic=5154371.msg51469257#msg51469257)
  • 2019-06-16T03:40:15Z: 10 from btcdiggingmaster (https://bitcointalk.org/index.php?action=profile;u=876810) to localcrypto (https://bitcointalk.org/index.php?action=profile;u=1789547) for Some arguments used against Crypto-Currency  (https://bitcointalk.org/index.php?topic=5052305.msg46991583#msg46991583)
  • 2019-06-16T02:44:00Z: 10 from DarkStar_ (https://bitcointalk.org/index.php?action=profile;u=507936) to Sat0shisGhost (https://bitcointalk.org/index.php?action=profile;u=2551755) for [FREE] Free Coldkeys for testing / reviews (https://bitcointalk.org/index.php?topic=5145343.msg51448024#msg51448024)
  • 2019-06-16T01:50:35Z: 10 from elrippos friend (https://bitcointalk.org/index.php?action=profile;u=1060216) to gentlemand (https://bitcointalk.org/index.php?action=profile;u=155345) for Wall Observer BTC/USD - Bitcoin price movement tracking &amp; discussion (https://bitcointalk.org/index.php?topic=178336.msg51480618#msg51480618)
  • 2019-06-15T11:45:54Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to nutildah (https://bitcointalk.org/index.php?action=profile;u=317618) for Quickseller is a dangerous person to deal with - avoid (https://bitcointalk.org/index.php?topic=5153872.msg51473748#msg51473748)
  • 2019-06-14T22:37:55Z: 14 from DarkStar_ (https://bitcointalk.org/index.php?action=profile;u=507936) to sheenshane (https://bitcointalk.org/index.php?action=profile;u=1179651) for [GAME CONTEST]--PREDICTION PRICE OF BTC in Q3-- (https://bitcointalk.org/index.php?topic=5154129.msg51461698#msg51461698)
  • 2019-06-14T22:29:28Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to ZipReg (https://bitcointalk.org/index.php?action=profile;u=1239916) for [CryptoPasswordPuzzleContest!] 1st to discover the key and sweep the korns wins! (https://bitcointalk.org/index.php?topic=5154091.msg51460274#msg51460274)
  • 2019-06-14T19:06:04Z: 10 from killyou72 (https://bitcointalk.org/index.php?action=profile;u=408367) to WhyFhy (https://bitcointalk.org/index.php?action=profile;u=1122459) for 1g Set of Four Mini Round Silver Coins [BitcoinNerd* + Nastyfans ] (https://bitcointalk.org/index.php?topic=5153910.msg51469025#msg51469025)
  • 2019-06-14T18:20:14Z: 10 from franckuestein (https://bitcointalk.org/index.php?action=profile;u=225121) to satoshi (https://bitcointalk.org/index.php?action=profile;u=3) for Welcome to the new Bitcoin forum! (https://bitcointalk.org/index.php?topic=5.msg28#msg28)
  • 2019-06-14T17:11:47Z: 25 from jpcfan (https://bitcointalk.org/index.php?action=profile;u=338234) to cryptohunter (https://bitcointalk.org/index.php?action=profile;u=92110) for marlboroza using ''plagiarism'' as weapon to silence critics (https://bitcointalk.org/index.php?topic=5088832.msg48860714#msg48860714)
  • 2019-06-14T16:35:16Z: 10 from lightfoot (https://bitcointalk.org/index.php?action=profile;u=148567) to kenzawak (https://bitcointalk.org/index.php?action=profile;u=1082600) for Wall Observer BTC/USD - Bitcoin price movement tracking &amp; discussion (https://bitcointalk.org/index.php?topic=178336.msg51467364#msg51467364)
  • 2019-06-14T05:14:48Z: 26 from COINMAN1 (https://bitcointalk.org/index.php?action=profile;u=911630) to qavhity (https://bitcointalk.org/index.php?action=profile;u=815392) for Crypto-city.org ★ Play and Earn 200% ★ Official Game ★ 20% Ref (https://bitcointalk.org/index.php?topic=1673047.msg16812173#msg16812173)
Total Merits 526


Title: Re: Swiss army knife Tool to query Merit data online - Full History
Post by: Piggy on June 28, 2019, 07:35:31 AM
The data is updated to Friday 28th of June

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=2019-06-28&dategreater=2019-06-21&meritgreater=10

Result Custom Query
  • 2019-06-27T20:19:42Z: 10 from BitCryptex (https://bitcointalk.org/index.php?action=profile;u=1169179) to 1miau (https://bitcointalk.org/index.php?action=profile;u=2143453) for 1miau Merit source application (https://bitcointalk.org/index.php?topic=5158075.msg51589607#msg51589607)
  • 2019-06-27T10:17:33Z: 10 from frodocooper (https://bitcointalk.org/index.php?action=profile;u=988740) to MagicByt3 (https://bitcointalk.org/index.php?action=profile;u=2269783) for ckpool.org ZERO FEE SPLNS no registration mining pool US/DE/CN (https://bitcointalk.org/index.php?topic=1876330.msg51612252#msg51612252)
  • 2019-06-27T10:16:33Z: 10 from frodocooper (https://bitcointalk.org/index.php?action=profile;u=988740) to MagicByt3 (https://bitcointalk.org/index.php?action=profile;u=2269783) for [∞ YH] solo.ckpool.org 1% fee solo mining USA/DE 252 blocks solved! (https://bitcointalk.org/index.php?topic=763510.msg51612206#msg51612206)
  • 2019-06-27T05:21:19Z: 10 from cabalism13 (https://bitcointalk.org/index.php?action=profile;u=1605387) to theyoungmillionaire (https://bitcointalk.org/index.php?action=profile;u=1180530) for [Filipino Guide] Ang Bitcointalk Merit System (https://bitcointalk.org/index.php?topic=4544266.msg40904432#msg40904432)
  • 2019-06-27T05:16:58Z: 10 from TMAN (https://bitcointalk.org/index.php?action=profile;u=98986) to iasenko (https://bitcointalk.org/index.php?action=profile;u=1291828) for WARNING! to all VLC player users! Stop using VLC and update it now!! (https://bitcointalk.org/index.php?topic=5157058.msg51552919#msg51552919)
  • 2019-06-27T04:55:44Z: 20 from TMAN (https://bitcointalk.org/index.php?action=profile;u=98986) to fillippone (https://bitcointalk.org/index.php?action=profile;u=1852120) for Ranking up is Possible! My top 11 Hints! (https://bitcointalk.org/index.php?topic=5098333.msg49267880#msg49267880)
  • 2019-06-27T04:54:57Z: 20 from TMAN (https://bitcointalk.org/index.php?action=profile;u=98986) to tranthidung (https://bitcointalk.org/index.php?action=profile;u=1292764) for Promotion with merit system and new rank requirements. It's possible. (https://bitcointalk.org/index.php?topic=5121906.msg50214664#msg50214664)
  • 2019-06-27T04:54:16Z: 10 from TMAN (https://bitcointalk.org/index.php?action=profile;u=98986) to cutegirl1 (https://bitcointalk.org/index.php?action=profile;u=2478245) for Do you refrain from making these 4 big mistakes in trding? (https://bitcointalk.org/index.php?topic=5073347.msg48108798#msg48108798)
  • 2019-06-27T04:53:30Z: 10 from TMAN (https://bitcointalk.org/index.php?action=profile;u=98986) to whotookmycrypto (https://bitcointalk.org/index.php?action=profile;u=2538373) for Questions regarding ledger (https://bitcointalk.org/index.php?topic=5158944.msg51617262#msg51617262)
  • 2019-06-27T04:52:38Z: 10 from TMAN (https://bitcointalk.org/index.php?action=profile;u=98986) to Lakai01 (https://bitcointalk.org/index.php?action=profile;u=1724800) for How I Met My Scammer (https://bitcointalk.org/index.php?topic=3839038.msg37383753#msg37383753)
  • 2019-06-26T19:59:41Z: 10 from AverageGlabella (https://bitcointalk.org/index.php?action=profile;u=392646) to Macadonian (https://bitcointalk.org/index.php?action=profile;u=780242) for I don't believe Quantum Computing will ever threaten Bitcoin  (https://bitcointalk.org/index.php?topic=5157696.msg51614340#msg51614340)
  • 2019-06-26T19:59:15Z: 10 from AverageGlabella (https://bitcointalk.org/index.php?action=profile;u=392646) to arcmetal (https://bitcointalk.org/index.php?action=profile;u=386538) for I don't believe Quantum Computing will ever threaten Bitcoin  (https://bitcointalk.org/index.php?topic=5157696.msg51607019#msg51607019)
  • 2019-06-26T19:08:36Z: 15 from Welsh (https://bitcointalk.org/index.php?action=profile;u=84521) to suchmoon (https://bitcointalk.org/index.php?action=profile;u=234771) for [HACK] One-click mod report, not for the faint of heart (https://bitcointalk.org/index.php?topic=5103488.msg49475506#msg49475506)
  • 2019-06-26T19:07:34Z: 10 from Welsh (https://bitcointalk.org/index.php?action=profile;u=84521) to suchmoon (https://bitcointalk.org/index.php?action=profile;u=234771) for [HACK] One-click mod report, not for the faint of heart (https://bitcointalk.org/index.php?topic=5103488.msg49475506#msg49475506)
  • 2019-06-26T17:07:02Z: 50 from aigeezer (https://bitcointalk.org/index.php?action=profile;u=24674) to Carlton Banks (https://bitcointalk.org/index.php?action=profile;u=64205) for [2019-06-15] IRS turning its attention to recreational bitcoin investors (https://bitcointalk.org/index.php?topic=5154451.msg51606063#msg51606063)
  • 2019-06-26T16:45:14Z: 17 from Vlad2Vlad (https://bitcointalk.org/index.php?action=profile;u=112208) to bible_pay (https://bitcointalk.org/index.php?action=profile;u=1027143) for BiblePay | 10% Charity | POW/POBH CPU Mining *novel* | Sanctuaries (https://bitcointalk.org/index.php?topic=2388064.msg24403715#msg24403715)
  • 2019-06-26T13:30:53Z: 50 from ReDmiR (https://bitcointalk.org/index.php?action=profile;u=553878) to 0n0t0le (https://bitcointalk.org/index.php?action=profile;u=510024) for [ANN][EOS] - Дeцeнтp. oпepaциoннaя cиcтeмa (https://bitcointalk.org/index.php?topic=1899734.msg18854429#msg18854429)
  • 2019-06-26T11:25:24Z: 10 from bob123 (https://bitcointalk.org/index.php?action=profile;u=579628) to raymun (https://bitcointalk.org/index.php?action=profile;u=2634620) for Accounts traders (https://bitcointalk.org/index.php?topic=5158200.msg51594052#msg51594052)
  • 2019-06-26T02:16:42Z: 20 from CryptoJohn (https://bitcointalk.org/index.php?action=profile;u=261483) to Limx Dev (https://bitcointalk.org/index.php?action=profile;u=389271) for ☑☑☑[ANN][BSD] BitSend - online since 2014 - Bittrex - Litebit.eu (https://bitcointalk.org/index.php?topic=1370307.msg51371840#msg51371840)
  • 2019-06-25T12:45:34Z: 10 from Welsh (https://bitcointalk.org/index.php?action=profile;u=84521) to DdmrDdmr (https://bitcointalk.org/index.php?action=profile;u=1582324) for Bitcointalk Merit Dashboard (https://bitcointalk.org/index.php?topic=4428616.msg39521119#msg39521119)
  • 2019-06-25T10:37:56Z: 15 from Welsh (https://bitcointalk.org/index.php?action=profile;u=84521) to Macadonian (https://bitcointalk.org/index.php?action=profile;u=780242) for I don't believe Quantum Computing will ever threaten Bitcoin  (https://bitcointalk.org/index.php?topic=5157696.msg51577666#msg51577666)
  • 2019-06-25T09:36:06Z: 15 from Welsh (https://bitcointalk.org/index.php?action=profile;u=84521) to 1miau (https://bitcointalk.org/index.php?action=profile;u=2143453) for 1miau Merit source application (https://bitcointalk.org/index.php?topic=5158075.msg51589607#msg51589607)
  • 2019-06-25T09:03:31Z: 10 from AverageGlabella (https://bitcointalk.org/index.php?action=profile;u=392646) to MagicByt3 (https://bitcointalk.org/index.php?action=profile;u=2269783) for Understanding The Satoshi Codebase (Series) PART 1 -  (https://bitcointalk.org/index.php?topic=5077159.msg48300324#msg48300324)
  • 2019-06-25T08:45:48Z: 10 from AverageGlabella (https://bitcointalk.org/index.php?action=profile;u=392646) to Macadonian (https://bitcointalk.org/index.php?action=profile;u=780242) for I don't believe Quantum Computing will ever threaten Bitcoin  (https://bitcointalk.org/index.php?topic=5157696.msg51577666#msg51577666)
  • 2019-06-25T08:09:23Z: 10 from bob123 (https://bitcointalk.org/index.php?action=profile;u=579628) to suchmoon (https://bitcointalk.org/index.php?action=profile;u=234771) for Flagging user broke an agreement and leaking confidential information (https://bitcointalk.org/index.php?topic=5157747.msg51585154#msg51585154)
  • 2019-06-25T05:53:06Z: 12 from Foxpup (https://bitcointalk.org/index.php?action=profile;u=55384) to 1miau (https://bitcointalk.org/index.php?action=profile;u=2143453) for 1miau Merit source application (https://bitcointalk.org/index.php?topic=5158075.msg51589607#msg51589607)
  • 2019-06-24T23:32:23Z: 19 from suchmoon (https://bitcointalk.org/index.php?action=profile;u=234771) to 1miau (https://bitcointalk.org/index.php?action=profile;u=2143453) for 1miau Merit source application (https://bitcointalk.org/index.php?topic=5158075.msg51589607#msg51589607)
  • 2019-06-24T23:17:52Z: 10 from teramit (https://bitcointalk.org/index.php?action=profile;u=158960) to PHI1618 (https://bitcointalk.org/index.php?action=profile;u=1071136) for Merit alması gereken başlıklar hangileri ? (https://bitcointalk.org/index.php?topic=4973607.msg51258334#msg51258334)
  • 2019-06-24T22:33:42Z: 10 from marcus_of_augustus (https://bitcointalk.org/index.php?action=profile;u=4190) to Biodom (https://bitcointalk.org/index.php?action=profile;u=223922) for Wall Observer BTC/USD - Bitcoin price movement tracking &amp; discussion (https://bitcointalk.org/index.php?topic=178336.msg51588609#msg51588609)
  • 2019-06-24T22:09:01Z: 50 from marcus_of_augustus (https://bitcointalk.org/index.php?action=profile;u=4190) to cryptjh (https://bitcointalk.org/index.php?action=profile;u=1188761) for Wall Observer BTC/USD - Bitcoin price movement tracking &amp; discussion (https://bitcointalk.org/index.php?topic=178336.msg51589259#msg51589259)
  • 2019-06-24T00:32:08Z: 50 from killyou72 (https://bitcointalk.org/index.php?action=profile;u=408367) to Agrawas (https://bitcointalk.org/index.php?action=profile;u=1285450) for [RAFFLE] 18 PRE-FORK SATORI CHIPS - ROUND 13  00/16 SLOTS (https://bitcointalk.org/index.php?topic=5157709.msg51578961#msg51578961)
  • 2019-06-23T11:27:19Z: 10 from Welsh (https://bitcointalk.org/index.php?action=profile;u=84521) to sega01 (https://bitcointalk.org/index.php?action=profile;u=32897) for Mixing Bitcoin twice in series in case your mixer is a bad actor or mixes poorly (https://bitcointalk.org/index.php?topic=5141532.msg50982636#msg50982636)
  • 2019-06-23T01:01:04Z: 10 from jpouza (https://bitcointalk.org/index.php?action=profile;u=335231) to Forsyth Jones (https://bitcointalk.org/index.php?action=profile;u=941526) for Como recuperar LTC enviados para um endereço BTC segwit-p2sh (3) (https://bitcointalk.org/index.php?topic=5157112.msg51554676#msg51554676)
  • 2019-06-22T17:12:12Z: 10 from redsn0w (https://bitcointalk.org/index.php?action=profile;u=211419) to Verde_Mantis (https://bitcointalk.org/index.php?action=profile;u=1773259) for [INFO] +MERIT. Come funziona il sistema di premio (https://bitcointalk.org/index.php?topic=2823701.msg51562729#msg51562729)
  • 2019-06-22T09:11:02Z: 14 from Vispilio (https://bitcointalk.org/index.php?action=profile;u=982288) to gospodin (https://bitcointalk.org/index.php?action=profile;u=1339358) for Vispilio'nun Tam Bağımsız  Merit Cafe'si  (https://bitcointalk.org/index.php?topic=5156376.msg51556721#msg51556721)
  • 2019-06-21T23:59:15Z: 29 from KeyJockey (https://bitcointalk.org/index.php?action=profile;u=323028) to cAPSLOCK (https://bitcointalk.org/index.php?action=profile;u=35501) for [XMR] Monero Speculation (https://bitcointalk.org/index.php?topic=753252.msg51483974#msg51483974)
  • 2019-06-21T18:10:14Z: 24 from andrikerch (https://bitcointalk.org/index.php?action=profile;u=816678) to Ktylxu (https://bitcointalk.org/index.php?action=profile;u=1318214) for Aльткoины, кoгдa бyллpaн? (https://bitcointalk.org/index.php?topic=5145248.msg51136972#msg51136972)
  • 2019-06-21T16:32:47Z: 19 from suchmoon (https://bitcointalk.org/index.php?action=profile;u=234771) to Heisenberg_Hunter (https://bitcointalk.org/index.php?action=profile;u=1564795) for Heisenberg's Merit Source Application for the Indian Board (https://bitcointalk.org/index.php?topic=5156799.msg51543939#msg51543939)
  • 2019-06-21T09:28:52Z: 12 from winspiral (https://bitcointalk.org/index.php?action=profile;u=492957) to Scheede (https://bitcointalk.org/index.php?action=profile;u=1005083) for Hot Coins (https://bitcointalk.org/index.php?topic=628413.msg51540392#msg51540392)
Total Merits 661


Title: Re: Swiss army knife Tool to query Merit data online - Full History
Post by: Piggy on July 05, 2019, 11:14:53 AM
The data is updated to Friday 5th of July

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=2019-07-05&dategreater=2019-06-28&meritgreater=10

Result Custom Query
  • 2019-07-04T15:55:52Z: 10 from DECENT (https://bitcointalk.org/index.php?action=profile;u=548439) to sockpuppet1911 (https://bitcointalk.org/index.php?action=profile;u=387626) for [ANN] DECENT Announcement - Decentralizing Content Distribution (https://bitcointalk.org/index.php?topic=1162392.msg51706673#msg51706673)
  • 2019-07-04T06:36:47Z: 50 from TMAN (https://bitcointalk.org/index.php?action=profile;u=98986) to CryptopreneurBrainboss (https://bitcointalk.org/index.php?action=profile;u=1052091) for Open appreciation, achievement of Hero rank  (https://bitcointalk.org/index.php?topic=5161223.msg51692699#msg51692699)
  • 2019-07-03T16:14:09Z: 10 from PilotofBTC (https://bitcointalk.org/index.php?action=profile;u=319590) to lonesomestranger (https://bitcointalk.org/index.php?action=profile;u=867799) for [ANN][XLM] Stellar - Decentralized trading platform    (https://bitcointalk.org/index.php?topic=1428573.msg51686350#msg51686350)
  • 2019-07-03T16:03:50Z: 10 from DarkStar_ (https://bitcointalk.org/index.php?action=profile;u=507936) to tomahawk9 (https://bitcointalk.org/index.php?action=profile;u=849090) for Copa América 2019 Discussion Thread &amp; Prediction Pool (registration closed) (https://bitcointalk.org/index.php?topic=5146493.msg51183995#msg51183995)
  • 2019-07-03T16:03:33Z: 10 from DarkStar_ (https://bitcointalk.org/index.php?action=profile;u=507936) to Royse777 (https://bitcointalk.org/index.php?action=profile;u=366632) for CWC2019 Prediction Pool - Win x BTC [Additional prize in every round] (https://bitcointalk.org/index.php?topic=5141475.msg50980885#msg50980885)
  • 2019-07-03T09:33:20Z: 10 from davide72 (https://bitcointalk.org/index.php?action=profile;u=539767) to MarioV (https://bitcointalk.org/index.php?action=profile;u=866540) for Appassionati di calcio? É arrivato FootBattle (https://bitcointalk.org/index.php?topic=5150287.msg51639875#msg51639875)
  • 2019-07-02T14:32:41Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to Agrawas (https://bitcointalk.org/index.php?action=profile;u=1285450) for [RAFFLE] MEGA SATORI RAFFLE - IT's ON - Raffleception 8/16 Spots Left (https://bitcointalk.org/index.php?topic=5160508.msg51671445#msg51671445)
  • 2019-07-01T13:24:27Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to tothemoonsands (https://bitcointalk.org/index.php?action=profile;u=504780) for [WTT/WTS] BTCC S-Series Fine Silver 1 BTC (Rarest BTCC Series / #12 out of 100) (https://bitcointalk.org/index.php?topic=5160338.msg51666496#msg51666496)
  • 2019-07-01T13:21:13Z: 10 from Flying Hellfish (https://bitcointalk.org/index.php?action=profile;u=79608) to Denarium (https://bitcointalk.org/index.php?action=profile;u=523013) for Auction for 1x Denarium 1/2 BTC Gold 2017 coin (https://bitcointalk.org/index.php?topic=5158300.msg51596802#msg51596802)
  • 2019-07-01T05:05:52Z: 13 from SyRenity (https://bitcointalk.org/index.php?action=profile;u=20214) to CryptoPravda (https://bitcointalk.org/index.php?action=profile;u=1410286) for Aнaлитикa, aнaлиз, пpoгнoзы. (https://bitcointalk.org/index.php?topic=1006631.msg51664234#msg51664234)
  • 2019-06-30T09:16:57Z: 10 from davide72 (https://bitcointalk.org/index.php?action=profile;u=539767) to Ale88 (https://bitcointalk.org/index.php?action=profile;u=932931) for BITCOIN PUMP! (https://bitcointalk.org/index.php?topic=313900.msg51643660#msg51643660)
  • 2019-06-29T19:17:24Z: 10 from Forsyth Jones (https://bitcointalk.org/index.php?action=profile;u=941526) to Adeilton (https://bitcointalk.org/index.php?action=profile;u=2274242) for Bitcoin no Pendrive  - Bitcoin USB Device Wallet (https://bitcointalk.org/index.php?topic=5086549.msg48739799#msg48739799)
  • 2019-06-29T14:27:28Z: 10 from Forsyth Jones (https://bitcointalk.org/index.php?action=profile;u=941526) to Pumared (https://bitcointalk.org/index.php?action=profile;u=983960) for A história por trás das logos do Bitcoin (https://bitcointalk.org/index.php?topic=5124222.msg50298643#msg50298643)
  • 2019-06-29T10:28:49Z: 10 from farl4web (https://bitcointalk.org/index.php?action=profile;u=92296) to tempus (https://bitcointalk.org/index.php?action=profile;u=363813) for [ANN] Legolas Exchange, fair, secure and realistic exchange (https://bitcointalk.org/index.php?topic=2383397.msg51564238#msg51564238)
  • 2019-06-29T09:06:55Z: 10 from scor2k (https://bitcointalk.org/index.php?action=profile;u=218603) to m4kstep (https://bitcointalk.org/index.php?action=profile;u=387730) for [ARDR] Nxt: Ardor - мacштaбиpyeмaя ChildChain-плaтфopмa  (https://bitcointalk.org/index.php?topic=345882.msg51023922#msg51023922)
  • 2019-06-29T07:37:18Z: 10 from cointron (https://bitcointalk.org/index.php?action=profile;u=222551) to wildraven01 (https://bitcointalk.org/index.php?action=profile;u=1094200) for  [ANN] Uranium-X (URX) Super Rare Crypto!! Cpu Mining!!! (https://bitcointalk.org/index.php?topic=5159088.msg51621682#msg51621682)
  • 2019-06-28T14:19:31Z: 12 from TMAN (https://bitcointalk.org/index.php?action=profile;u=98986) to Timelord2067 (https://bitcointalk.org/index.php?action=profile;u=131361) for Known Account Sellers Mk I (2019 Q3) Red Paint ™ [Flag] applied or required (https://bitcointalk.org/index.php?topic=5145922.msg51162228#msg51162228)
  • 2019-06-28T12:23:23Z: 10 from teramit (https://bitcointalk.org/index.php?action=profile;u=158960) to trendcoin (https://bitcointalk.org/index.php?action=profile;u=1367217) for BitcoinTalk Hesap Kurtarma Süreci Rehberi ve Gereksinimleri (https://bitcointalk.org/index.php?topic=5155790.msg51514653#msg51514653)
  • 2019-06-28T12:23:11Z: 10 from teramit (https://bitcointalk.org/index.php?action=profile;u=158960) to Kalemder (https://bitcointalk.org/index.php?action=profile;u=487377) for Merit Bağış Alanı - Unofficial (https://bitcointalk.org/index.php?topic=2820637.msg51509451#msg51509451)
  • 2019-06-28T12:22:46Z: 10 from teramit (https://bitcointalk.org/index.php?action=profile;u=158960) to Bitmex (https://bitcointalk.org/index.php?action=profile;u=2614170) for Merit Bağış Alanı - Unofficial (https://bitcointalk.org/index.php?topic=2820637.msg51500062#msg51500062)
  • 2019-06-28T12:21:59Z: 10 from teramit (https://bitcointalk.org/index.php?action=profile;u=158960) to gospodin (https://bitcointalk.org/index.php?action=profile;u=1339358) for 1 Dolar Maliyetle Kendinize Ait Boktan Tokeniz Olsun İster Misiniz? (REHBER) (https://bitcointalk.org/index.php?topic=5152307.msg51405519#msg51405519)
  • 2019-06-28T12:21:13Z: 10 from teramit (https://bitcointalk.org/index.php?action=profile;u=158960) to gospodin (https://bitcointalk.org/index.php?action=profile;u=1339358) for State of the DApps (https://bitcointalk.org/index.php?topic=5147583.msg51227770#msg51227770)
  • 2019-06-28T12:19:48Z: 10 from teramit (https://bitcointalk.org/index.php?action=profile;u=158960) to freid (https://bitcointalk.org/index.php?action=profile;u=1958437) for Merit Bağış Alanı - Unofficial (https://bitcointalk.org/index.php?topic=2820637.msg51600478#msg51600478)
  • 2019-06-28T12:19:01Z: 10 from teramit (https://bitcointalk.org/index.php?action=profile;u=158960) to otto_diesel (https://bitcointalk.org/index.php?action=profile;u=951020) for   [ICO]   NASH (Neo ekibinin borsa projesi) Hakkında Güncellemeler (https://bitcointalk.org/index.php?topic=3562576.msg36401735#msg36401735)
  • 2019-06-28T12:17:50Z: 10 from teramit (https://bitcointalk.org/index.php?action=profile;u=158960) to ferhat1242 (https://bitcointalk.org/index.php?action=profile;u=952288) for 2020 Bitcoin Yılı olabilir mi ?  (https://bitcointalk.org/index.php?topic=3027087.msg31140342#msg31140342)
  • 2019-06-28T10:10:33Z: 10 from TMAN (https://bitcointalk.org/index.php?action=profile;u=98986) to giammangiato (https://bitcointalk.org/index.php?action=profile;u=889300) for script for check requirements for next rank v2 (https://bitcointalk.org/index.php?topic=5150965.msg51356211#msg51356211)
  • 2019-06-28T09:22:27Z: 10 from TMAN (https://bitcointalk.org/index.php?action=profile;u=98986) to Vod (https://bitcointalk.org/index.php?action=profile;u=30747) for Interested in the old trust system? (https://bitcointalk.org/index.php?topic=5154426.msg51633424#msg51633424)
  • 2019-06-28T07:50:04Z: 21 from Vlad2Vlad (https://bitcointalk.org/index.php?action=profile;u=112208) to charlie137 (https://bitcointalk.org/index.php?action=profile;u=1199063) for [ANN] AXE  Decentralized ▲ X11  DMN / PoW + PoSe (https://bitcointalk.org/index.php?topic=2569112.msg26168461#msg26168461)
Total Merits 336