This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
time="2024-11-08T17:53:50Z" level=info msg="Not using native diff for overlay, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" | |
I1108 17:53:50.406293 1 defaults.go:112] Defaulting to storage driver "overlay" with options [mountopt=metacopy=on]. | |
Caching blobs under "/var/cache/blobs". | |
Trying to pull registry.access.redhat.com/ubi8/openjdk-17@sha256:ddddfcfada17ef0498a9a63a8321da47eaf42d0be12d09a71a61243024ea5079... | |
Getting image source signatures | |
Copying blob sha256:84f3de0d1c61f1ce015b4006823074b0beb20bee96943dfb1576e03ca290249d | |
Copying blob sha256:facd750fb859fb92d818cca9dde2ff1a25f3b34b5ad1d1516971eec61cbf4849 | |
Copying config sha256:5b99fee46df1b835076bf9cd5d4d2310b0626b17759360def7c23fb0e422fd11 | |
Writing manifest to image destination | |
Generating dockerfile with builder image registry.access.redhat.com/ubi8/openjdk-17@sha256:ddddfcfada17ef0498a9a63a8321da47eaf42d0be12d09a71a61243024ea5079 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html lang="en"> | |
<div id="result"> | |
</div> | |
<script> | |
var HttpClient = function() { | |
this.get = function(aUrl, aCallback) { | |
var anHttpRequest = new XMLHttpRequest(); | |
anHttpRequest.onreadystatechange = function() { | |
if (anHttpRequest.readyState == 4 && anHttpRequest.status == 200) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" | |
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | |
<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml"> | |
<head> | |
<title>Blonde on Blonde </title> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" | |
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | |
<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml"> | |
<head> | |
<title>Highway 61 Revisited (1965)</title> | |
<link rel="stylesheet" type="text/css" href="../css/general.css" /> | |
<link href="../css/indexpages.css" rel="stylesheet" type="text/css" /> | |
</head> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var EventSource = require("eventsource") | |
var datapay = require("datapay") | |
var source = new EventSource("https://genesis.bitdb.network/socket/1FnauZ9aUH2Bex6JzdcV4eNX7oLSSEbxtN/ewogICJ2IjogMywKICAicSI6IHsKICAgICJmaW5kIjogewogICAgICAib3V0LmgxIjogIjgwOGQiIAogICAgICAKICAgIH0KICB9LAogICJyIjogewogICAgImYiOiAiWy5bXSB8IC5vdXRbXSB8IHNlbGVjdCguYjAub3A/ID09IDEwNikgfCAuczJdIgogIH0KfQ==") | |
var ursa = require('ursa'); | |
var rsaKey = ursa.generatePrivateKey(1024, 65537); | |
var pubKey= ursa.createPublicKey(`-----BEGIN PUBLIC KEY----- | |
MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAyQMEPLueD5bNUpELm61Z | |
kSmEuM99HT1eCw07YrOx6DzdliRNxfu8EIZ32NAkroWQCEdelgBaKpqzkxCyGeCt | |
2k67w0AGQHMKoxu5QarEk4sU84UzF9q+6P31q7fjP70dHFcQ/JibRF34Lbe+52Dl | |
/NGEzjwpvjvH4hX/2Sel0koNovIe/nOwIT+Dpbe2LObZncmkgICw5Zo9o9WU8hmu |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var EventSource = require("eventsource") | |
var datapay = require("datapay") | |
var source = new EventSource("https://bitgraph.network/s/ewogICJ2IjogMywKICAicSI6IHsKICAgICJmaW5kIjogewogICAgICAib3V0LmgxIjogIjgwOGQiIAogICAgICAKICAgIH0KICB9LAogICJyIjogewogICAgImYiOiAiWy5bXSB8IC5vdXRbXSB8IHNlbGVjdCguYjAub3A/ID09IDEwNikgfCAuczJdIgogIH0KfQ=="); | |
const privateKey = "" | |
source.onmessage = function(event) { | |
var data = JSON.parse(event.data) | |
console.log(data); | |
console.log(data.type); | |
if (data.type == "mempool") { | |
var key = data; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html lang="en"> | |
<head> | |
<!-- Required meta tags --> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | |
<!-- Bootstrap CSS --> | |
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymo | |
us"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var EventSource = require("eventsource") | |
var source = new EventSource("https://bitgraph.network/s/ewogICJ2IjogMywKICAicSI6IHsKICAgICJmaW5kIjogeyJvdXQuYjAiOiB7ICJvcCI6IDEwNiB9LCAib3V0LmUuYSI6ICJxenc1ZWR6N3F1MDl1cHFlaHU0dHZ4ODJraGM5azAwejJ1MHRxOXU4Y2QifQogIH0sCiAgInIiOiB7CiAgICAiZiI6ICJbLltdIHwge21zZzogLm91dFswXS5zMX1dIgogIH0KfQ=="); | |
source.onmessage = function(event) { | |
var data = JSON.parse(event.data) | |
console.log(data); | |
console.log(data.type); | |
if (data.type == "mempool") { | |
var key = data.data[0].msg; | |
if (key == "z") { | |
key = "A" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script> | |
var source = new EventSource("https://bitgraph.network/s/ewogICJ2IjogMywKICAicSI6IHsKICAgICJmaW5kIjogeyJvdXQuYjAiOiB7ICJvcCI6IDEwNiB9LCAib3V0LmUuYSI6ICJxenc1ZWR6N3F1MDl1cHFlaHU0dHZ4ODJraGM5azAwejJ1MHRxOXU4Y2 | |
QifQogIH0sCiAgInIiOiB7CiAgICAiZiI6ICJbLltdIHwge21zZzogLm91dFswXS5zMX1dIgogIH0KfQ=="); | |
source.onmessage = function(event) { | |
var data = JSON.parse(event.data) | |
console.log(data); | |
console.log(data.type); | |
if (data.type == "mempool") { | |
var key = data.data[0].msg; | |
if (key == "z") { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import ecdsa | |
import ecdsa.ellipticcurve as EC | |
curve = ecdsa.SECP256k1 | |
x = int('11db93e1dcdb8a016b49840f8c53bc1eb68a382e97b1482ecad7b148a6909a5c', 16) | |
y = int('b2e0eaddfb84ccf9744464f82e160bfa9b8b64f9d4c03f999b8643f656b412a3', 16) | |
point = EC.Point(curve.curve, x, y) | |
pubkey = ecdsa.VerifyingKey.from_public_point(point, curve) | |
hash1 = 90774958364900180671716888080665726921328827653065727390791155349203800699667 |
NewerOlder