PHP WebShell

Текущая директория: /opt/BitGoJS/modules/babylonlabs-io-btc-staking-ts/build/src/constants

Просмотр файла: internalPubkey.js

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.internalPubkey = void 0;
// internalPubkey denotes an unspendable internal public key to be used for the taproot output
const key = "0250929b74c1a04954b78b4b6035e97a5e078a5a0f28ec96d547bfee9ace803ac0";
exports.internalPubkey = Buffer.from(key, "hex").subarray(1, 33); // Do a subarray(1, 33) to get the public coordinate

Выполнить команду


Для локальной разработки. Не используйте в интернете!