As per stackoverflow.com/a/52351480/895245 our standard test setup is:
while true; do
resp=$"$(date): hello\n"
len="$(printf '%s' "$resp" | wc -c)"
printf "HTTP/1.1 200 OK\r\nContent-Length: $len\r\n\r\n${resp}\n" | nc -Nl 8000
done
Bibliography:
- www.reddit.com/r/BitcoinBeginners/comments/9dlo3w/how_to_write_arbitrary_data_on_the_bitcoin/
- bitcoin.stackexchange.com/questions/73165/how-to-store-arbitrary-data-in-the-bitcoin-blockchain-and-how-can-i-differentiat
- bitcoin.stackexchange.com/questions/32575/what-methods-are-currently-used-to-embed-additional-data-into-the-bitcoin-blockc
Horrible Horrendous Terrible Tremendous by
Ciro Santilli 37 Updated 2025-06-02 +Created 1970-01-01
They might have shut down, but they still have the cutest name! And they've made some cute inscriptions too, see: HHTT
The first transaction of each Bitcoin block is called the "coinbase transaction", and it is magic as it does not need to point to a previous output script and have a valid input script as it serves as a Block reward for miners.
Using funds from block 9.
The Underground Website Where You Can Buy Any Drug Imaginable by Adrian Chen by
Ciro Santilli 37 Updated 2025-06-02 +Created 1970-01-01
Silk Road 1: Theory & Practice by Gwern Branwen by
Ciro Santilli 37 Updated 2025-06-02 +Created 1970-01-01
We need a mini-series, this just doesn't have enough time. Notably, too much focus on dob, and not enough on the development of Silk Road iteslf. Though it is cool to see what his motivations might have been like. One wonders how realistic the character is. Though him meeting Ross Ulbricht personally sounds exceptionally unlikely.
Reduction of an elliptic curve over the rational numbers to an elliptic curve over a finite field mod p by
Ciro Santilli 37 Updated 2025-06-02 +Created 1970-01-01
This construction takes as input:and it produces an elliptic curve over a finite field of order as output.
The constructions is used in the Birch and Swinnerton-Dyer conjecture.
To do it, we just convert the coefficients and from the Equation "Definition of the elliptic curves" from rational numbers to elements of the finite field.
For the denominator , we just use the multiplicative inverse, e.g. supposing we havewhere because , related: math.stackexchange.com/questions/1204034/elliptic-curve-reduction-modulo-p
Unlisted articles are being shown, click here to show only listed articles.