Questions tagged [request]

7 questions
5
votes
2 answers

What exactly is "privatekeys.pw"?

Today, I stumbled upon this bizarre website: https://privatekeys.pw/ Bitcoin Private Keys Directory The FAQ makes no sense at all and doesn't explain what it is about whatsoever. What could they be referring to? Private keys? Are they listing…
Treytin B
  • 51
  • 2
3
votes
1 answer

How to push a raw transaction using BitcoinJS (and Request)?

I'm using BitcoinJS to create a playground for Bitcoin transactions. I have created the following Javascript file: const request = require('request'); const proxiedRequest = request.defaults({proxy: "http://localhost:3128"}); const Btc =…
2
votes
0 answers

How will the escrow system work on the Request Network?

On the official Request Network website it says that the network will have an escrow system. However, I cannot wrap my head around how this would work without a third party. How will the escrow system work on the Request Network?
Cedric Martens
  • 947
  • 5
  • 18
2
votes
1 answer

Connection to my full node via Python script suddenly fails

I run a mynode full node on a raspi for quite some time now and was playing around with Python scripts to connect and send txs. This worked fine until lately. Turns out the connection establish process fails because my full node refuses the…
2
votes
2 answers

Open-source forensic analysis tools to analyze full-node's local copy of Bitcoin blockchain?

Are there any open source alternatives to Chainalysis Reactor for doing forensic analysis of a local copy of the full Bitcoin blockchain?
Geremia
  • 4,469
  • 4
  • 37
  • 75
1
vote
1 answer

Curl bitcoin protocol for learning?

I'm trying to understand bitcoin RPC Peer to Peer protocol to implement SPV on a web-application that should receive crypto payments. The problem is that on the examples I found, examples are about RPC requests to a full node I'm supposed to own,…
eloyesp
  • 202
  • 1
  • 10
0
votes
1 answer

Coimarketcap api data different from coinmarketcap.com

I am using popular Coinmarketcap API request: https://pro-api.coinmarketcap.com/v1/cryptocurrency/listings/latest?limit=100&convert=ETH In response percentChangeFor24h and some other parameters are always different from what is show on…
IntoTheDeep
  • 101
  • 3