• Market Insights
  • Community Data Catalog
  • Integrations
  • API Documentation
    • Documentation Overview
    • Quick start for getting Data
    • Quick start for exporting Data
    • Semantic Query Language
    • Data Source Management API
    • WebHooks API
    • Sentiment Analysis
  • Sign In
  • Sign Up for Free

Sign In

Sign in with Google
Sign in with LinkedIn
Sign in with GitHub
Forgot your password?
Sign up For Free

3 simple steps to get you started

Step 1. Watching this 55 seconds tutorial

Step 2. Get

Your Chrome Extension

Start your 55 seconds tutorial.

Step 3. Get data in a few clicks

Get data from any page you want to get data from.

Need more help?

Need to talk to someone? Contact us—we’d love to help.

3 simple steps to get you started

Step 1. Watching this 55 seconds tutorial

Step 2. Get

Your Chrome Extension

Start your 55 seconds tutorial.

Step 3. Get data in a few clicks

Get data from any page you want to get data from.

Need more help?

Need to talk to someone? Contact us—we’d love to help.

Opps...

We are still busy preparing this batch of data. Please come back in a few minutes.

Hmmm...

Seems like this data source was never ran before...

No changes detected

Changes are only available only when you have ran at least a second time.

Earth calling Mars...?

Nope... guess no Martians around... Maybe set the webhook URL before pressing this button again...

Server response
    

bitcointalk.org
Latest posts of: satoshi

By
Thibault SCHREPEL
1
Use for Free
  • Data Set Preview
  • Settings
  • Recipe
  • Collaborators
  • Sample Code
Harvested on
20
0
0
CSV JSON HTML Changes
Column 1Column 2origin_patternorigin_urlcreatedAtupdatedAtpingedAt
@dtvan: all 3 excellent points. 1) IP records don't need to be in the chain, just...https://bitcointalk.org/index.php?action=profile;u=3;sa=showPostshttps://bitcointalk.org/index.php?action=profile;u=3;sa=showPosts2021-04-05 09:31:01 UTC2021-04-05 09:31:01 UTC2021-04-05 09:31:01 UTC
Changes: - Fixed a wallet.dat compatibility problem if you downgraded from 0.3.17...https://bitcointalk.org/index.php?action=profile;u=3;sa=showPostshttps://bitcointalk.org/index.php?action=profile;u=3;sa=showPosts2021-04-05 09:31:01 UTC2021-04-05 09:31:01 UTC2021-04-05 09:31:01 UTC
I agree.  All transactions, IP changes, renewals, etc. should have some fee that ...https://bitcointalk.org/index.php?action=profile;u=3;sa=showPostshttps://bitcointalk.org/index.php?action=profile;u=3;sa=showPosts2021-04-05 09:31:01 UTC2021-04-05 09:31:01 UTC2021-04-05 09:31:01 UTC
OP_CHECKSIG.   can be 33 to 120 bytes. I also support a third transaction type for timestamp hash sized arbitrary data.  There's no point not having one since you can already do it anyway.  It would tell nodes they don't need to bother to index it.' rel='nofollow' target='_blank'>I came to agree with Gavin about whitelisting when I realized how quickly new tra...https://bitcointalk.org/index.php?action=profile;u=3;sa=showPostshttps://bitcointalk.org/index.php?action=profile;u=3;sa=showPosts2021-04-05 09:31:01 UTC2021-04-05 09:31:01 UTC2021-04-05 09:31:01 UTC
I think it would be possible for BitDNS to be a completely separate network and s...https://bitcointalk.org/index.php?action=profile;u=3;sa=showPostshttps://bitcointalk.org/index.php?action=profile;u=3;sa=showPosts2021-04-05 09:31:01 UTC2021-04-05 09:31:01 UTC2021-04-05 09:31:01 UTC
[count=10] [txid] seems to imply and it would be very easy for programmers to assume that if they pass in the last txid of the previous call to listtransactions, they will never see the same transaction more than once, which is not the case.  It would be very easy to double-count payments if you don't maintain your own persistent map or dictionary to track which txid's you've already accepted. It doesn't seem right to have a function that seems tailor made to be used a certain obvious way, and that way is a non-obvious trap. Quote from: jgarzik on December 08, 2010, 11:07:22 PM Quote from: satoshi on December 08, 2010, 10:36:45 PM 3) A transaction can be replaced by a double-spend with a different txid.  You would count both spends. listtransactions does not add anything to this problem, beyond that which is already vulnerable through listreceivedbyaddress. Suppose both spends are to the same address.  getreceivedbyaddress would always count only one or the other spend at any given time, never both. Using listtransactions, it would be very easy to count both.  You see the first spend, you count it.  You see the second spend, you count it.  Total is double counted. ' rel='nofollow' target='_blank'>I'm not talking about the normal risk for a given minconf level, I'm talking abou...https://bitcointalk.org/index.php?action=profile;u=3;sa=showPostshttps://bitcointalk.org/index.php?action=profile;u=3;sa=showPosts2021-04-05 09:31:01 UTC2021-04-05 09:31:01 UTC2021-04-05 09:31:01 UTC
[count=10] [txid] seems to imply and it would be very easy for programmers to assume that if they pass in the last txid of the previous call to listtransactions, they will never see the same transaction more than once, which is not the case.  It would be very easy to double-count payments if you don't maintain your own persistent map or dictionary to track which txid's you've already accepted. It doesn't seem right to have a function that seems tailor made to be used a certain obvious way, and that way is a non-obvious trap. Quote from: jgarzik on December 08, 2010, 11:07:22 PM Quote from: satoshi on December 08, 2010, 10:36:45 PM 3) A transaction can be replaced by a double-spend with a different txid.  You would count both spends. listtransactions does not add anything to this problem, beyond that which is already vulnerable through listreceivedbyaddress. Suppose both spends are to the same address.  getreceivedbyaddress would always count only one or the other spend at any given time, never both. Using listtransactions, it would be very easy to count both.  You see the first spend, you count it.  You see the second spend, you count it.  Total is double counted. , Quote from: satoshi on December 08, 2010, 10:36:45 PM, 2) When there's a block-chain reorg, it would be easy to double-count transactions when they get confirmed again. , Quote from: jgarzik on December 08, 2010, 11:07:22 PM, Quote from: satoshi on December 08, 2010, 10:36:45 PM 3) A transaction can be replaced by a double-spend with a different txid.  You would count both spends. listtransactions does not add anything to this problem, beyond that which is already vulnerable through listreceivedbyaddress. , Quote from: satoshi on December 08, 2010, 10:36:45 PM, 3) A transaction can be replaced by a double-spend with a different txid.  You would count both spends. ' rel='nofollow' target='_blank'>I'm not talking about the normal risk for a given minconf level, I'm talking abou...It would have been nice to get this attention in any other context.  WikiLeaks ha...https://bitcointalk.org/index.php?action=profile;u=3;sa=showPostshttps://bitcointalk.org/index.php?action=profile;u=3;sa=showPosts2021-04-05 09:31:01 UTC2021-04-05 09:31:01 UTC2021-04-05 09:31:01 UTC
It's not safe to use listtransactions this way. I know I've been criticized for ...https://bitcointalk.org/index.php?action=profile;u=3;sa=showPostshttps://bitcointalk.org/index.php?action=profile;u=3;sa=showPosts2021-04-05 09:31:01 UTC2021-04-05 09:31:01 UTC2021-04-05 09:31:01 UTC
OP_CHECKSIG fee: 0.01 If there's an actual application like BitDNS getting ready to actually start inserting hashes, we can always add a specific transaction template for timestamps. I like Hal Finney's idea for user-friendly timestamping.  Convert the hash of a file to a bitcoin address and send 0.01 to it: Quote from: Hal on December 05, 2010, 11:43:56 PM I thought of a simple way to implement the timestamp concept I mentioned above. Run sha1sum on the file you want to timestamp. Convert the result to a Bitcoin address, such as via http://blockexplorer.com/q/hashtoaddress . Then send a small payment to that address. The money will be lost forever, as there is no way to spend it further, but the timestamp Bitcoin address will remain in the block chain as a record of the file's existence. I understand that this is arguably not a good use of the Bitcoin distributed database, but nothing stops people from doing this so we should be aware that it may be done. ' rel='nofollow' target='_blank'>New transaction templates can be added as needed.  Within a few days, there will ...https://bitcointalk.org/index.php?action=profile;u=3;sa=showPostshttps://bitcointalk.org/index.php?action=profile;u=3;sa=showPosts2021-04-05 09:31:01 UTC2021-04-05 09:31:01 UTC2021-04-05 09:31:01 UTC
Not locktime. There's a possible design for far in the future: You intentionall...https://bitcointalk.org/index.php?action=profile;u=3;sa=showPostshttps://bitcointalk.org/index.php?action=profile;u=3;sa=showPosts2021-04-05 09:31:01 UTC2021-04-05 09:31:01 UTC2021-04-05 09:31:01 UTC
Piling every proof-of-work quorum system in the world into one dataset doesn't sc...https://bitcointalk.org/index.php?action=profile;u=3;sa=showPostshttps://bitcointalk.org/index.php?action=profile;u=3;sa=showPosts2021-04-05 09:31:01 UTC2021-04-05 09:31:01 UTC2021-04-05 09:31:01 UTC
Quote from: Hal on December 10, 2010, 07:14:04 PM additional block chains would e...https://bitcointalk.org/index.php?action=profile;u=3;sa=showPostshttps://bitcointalk.org/index.php?action=profile;u=3;sa=showPosts2021-04-05 09:31:01 UTC2021-04-05 09:31:01 UTC2021-04-05 09:31:01 UTC
Quote from: Hal on December 11, 2010, 08:08:45 PM I'd like to hear some specific ...https://bitcointalk.org/index.php?action=profile;u=3;sa=showPostshttps://bitcointalk.org/index.php?action=profile;u=3;sa=showPosts2021-04-05 09:31:01 UTC2021-04-05 09:31:01 UTC2021-04-05 09:31:01 UTC
Quote from: da2ce7 on December 11, 2010, 05:49:22 AM direct to IP address transfe...https://bitcointalk.org/index.php?action=profile;u=3;sa=showPostshttps://bitcointalk.org/index.php?action=profile;u=3;sa=showPosts2021-04-05 09:31:01 UTC2021-04-05 09:31:01 UTC2021-04-05 09:31:01 UTC
[count] It would be hard to do that from the command line though. I can't think of a good solution for the interface, that's the problem.  Maybe "*" special case like "" is.  Everyone would have to make sure no user can create account name "*". Quote from: jgarzik on December 09, 2010, 04:13:50 PM Sure, and that's easy enough to track with transactions. I don't get how that's "easy" to track with transactions.' rel='nofollow' target='_blank'>Quote from: jgarzik on December 09, 2010, 12:58:05 AM I agree with you and satosh...https://bitcointalk.org/index.php?action=profile;u=3;sa=showPostshttps://bitcointalk.org/index.php?action=profile;u=3;sa=showPosts2021-04-05 09:31:01 UTC2021-04-05 09:31:01 UTC2021-04-05 09:31:01 UTC
Quote from: nanotube on December 09, 2010, 09:20:40 PM seems that the miner would...https://bitcointalk.org/index.php?action=profile;u=3;sa=showPostshttps://bitcointalk.org/index.php?action=profile;u=3;sa=showPosts2021-04-05 09:31:01 UTC2021-04-05 09:31:01 UTC2021-04-05 09:31:01 UTC
Some sample pseudocode using the new Accounts based commands in 0.3.18. print "s...https://bitcointalk.org/index.php?action=profile;u=3;sa=showPostshttps://bitcointalk.org/index.php?action=profile;u=3;sa=showPosts2021-04-05 09:31:01 UTC2021-04-05 09:31:01 UTC2021-04-05 09:31:01 UTC
Thanks for setting this up Cdecker.  Is there any chance of getting it to build ...https://bitcointalk.org/index.php?action=profile;u=3;sa=showPostshttps://bitcointalk.org/index.php?action=profile;u=3;sa=showPosts2021-04-05 09:31:01 UTC2021-04-05 09:31:01 UTC2021-04-05 09:31:01 UTC
Then how do you cope with the issues I listed in the message you quoted?https://bitcointalk.org/index.php?action=profile;u=3;sa=showPostshttps://bitcointalk.org/index.php?action=profile;u=3;sa=showPosts2021-04-05 09:31:01 UTC2021-04-05 09:31:01 UTC2021-04-05 09:31:01 UTC
There's more work to do on DoS, but I'm doing a quick build of what I have so far...https://bitcointalk.org/index.php?action=profile;u=3;sa=showPostshttps://bitcointalk.org/index.php?action=profile;u=3;sa=showPosts2021-04-05 09:31:01 UTC2021-04-05 09:31:01 UTC2021-04-05 09:31:01 UTC
Data source unique ID
n88318_56969371a0973ce82db8fe0890dc8aa0eses
Privacy
Public
Last ran status
COMPLETED
Last ran
2021-04-05 09:31:01 UTC
Crawl Frequency
Not scheduled
Urls to Monitor
Use default URL in recipe

Sample code snippets to quickly import data set into your application

For more information on how to automatically trigger an import please reference our WebHook API guide


Integrating with Java

import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.net.URL;
import java.net.URLConnection;
import java.util.Arrays;

public class HelloWorld {
  public static void main(String[] args) {

    try {
      URL urlCSV = new URL(
        "https://cache.getdata.io/n88318_56969371a0973ce82db8fe0890dc8aa0eses/latest_all.csv"
      );

      URLConnection urlConn = urlCSV.openConnection();
      InputStreamReader inputCSV = new InputStreamReader(
        ((URLConnection) urlConn).getInputStream()
      );
      BufferedReader br = new BufferedReader(inputCSV);

      String line;
      String[] fields;
      while ((line = br.readLine()) != null) {
        // Each row
        fields = line.split(",");
        System.out.println(Arrays.toString(fields));

      }
      // clean up buffered reader
      br.close();


    } catch (Exception e) {
      System.out.println(e.getMessage());
    }
  }   
}


Integrating with NodeJs

const csv     = require('csv-parser');
const https   = require('https');
const fs      = require('fs');

const file = fs.createWriteStream("temp_download.csv");
const request = https.get(
  "https://cache.getdata.io/n88318_56969371a0973ce82db8fe0890dc8aa0eses/latest_all.csv", 
  function(response) {
    response.pipe(file);
  }
);

file.on('finish', function() {
  file.close();
  fs.createReadStream('temp_download.csv').pipe(csv()).on('data', (row) => {
    // Each row
    console.log(row);

  }).on('end', () => {
    console.log('CSV file successfully processed');

  });
});



Integrating with PHP

$data = file_get_contents("https://cache.getdata.io/n88318_56969371a0973ce82db8fe0890dc8aa0eses/latest_all.csv");
$rows = explode("\n",$data);
$s = array();
foreach($rows as $row) {

  # Each row
  var_dump( $row);
  
}


Integrating with Python

import csv
import urllib2

url = 'https://cache.getdata.io/n88318_56969371a0973ce82db8fe0890dc8aa0eses/latest_all.csv'
response = urllib2.urlopen(url)
cr = csv.reader(response)

for row in cr:
  # Each row
  print row


Integrating with Ruby

require 'open-uri'
require 'tempfile'
require 'csv'

temp_file = Tempfile.new( "getdata", :encoding => 'ascii-8bit')
temp_file << open("https://cache.getdata.io/n88318_56969371a0973ce82db8fe0890dc8aa0eses/latest_all.csv").read
temp_file.rewind

CSV.foreach( open(uri), :headers => :first_row ).each do |row|      
  # Each row
  puts row
end

Thibault SCHREPEL owner

Related Data Sources

kalileaks.com

(1) Um-Multicharacter NEW DOWNLOAD LINK !!!! BIG LEAK | Kali Leaks | FiveM Leaks - Copy

created on 2025-09-25

AHMED ABASOV
2
2

(8) Instagram

created on 2025-09-25

Gary Teh
1
38
keywordtool.io

Search for "cacao" found 183 unique hashtags

created on 2025-09-24

Gary Teh
1
184
business.google.com

Opiniones

created on 2025-09-19

araico ortega
1
150
More related data sources