https://t.me/ARX49
Server : LiteSpeed
System : Linux server321.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64
User : apotdzgr ( 7060)
PHP Version : 8.0.30
Disable Function : NONE
Directory :  /home/apotdzgr/www/wp-content/plugins/mycryptocheckout/src/currencies/groestl/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //home/apotdzgr/www/wp-content/plugins/mycryptocheckout/src/currencies/groestl/GroestlNetwork.php
<?php

namespace mycryptocheckout\currencies\groestl;

use BitWasp\Bitcoin\Network\Network;
use BitWasp\Bitcoin\Script\ScriptType;

/**
	@brief		Settings for Groestl network.
	@since		2019-01-17 20:29:12

	https://groestlcoin.org/bip39/
	xpub6DCehivmoDcjDGeM2c9Y47exvRpbE9YJ13zUMECLa3ieow3ndLcF8iTBsjRquyuMMLtoBGqKJKeUoFWuhDRkdtXaSSBLVouYvNgofkBgTte
	FtNCnFkpT51pnZ2NV3K4cQbZnctfMLhPxh
	FVYWaScyz4dspXKwa8CRRWgHrqS5NnacZF
	FkBtzWMQ87xRm4eazFLzyNLNgrGVEn4EDk

**/
class GroestlNetwork extends Network
{
    /**
     * {@inheritdoc}
     * @see Network::$base58PrefixMap
     */
    protected $base58PrefixMap = [
        self::BASE58_ADDRESS_P2PKH => "24",
        self::BASE58_ADDRESS_P2SH => "05",
        self::BASE58_WIF => "80",

    ];

    /**
     * {@inheritdoc}
     * @see Network::$bech32PrefixMap
     */
    protected $bech32PrefixMap = [
        self::BECH32_PREFIX_SEGWIT => "grs",
    ];

    /**
     * {@inheritdoc}
     * @see Network::$bip32PrefixMap
     */
    protected $bip32PrefixMap = [
        self::BIP32_PREFIX_XPUB => "0488b21e",
        self::BIP32_PREFIX_XPRV => "0488ade4",
    ];

    /**
     * {@inheritdoc}
     * @see Network::$bip32ScriptTypeMap
     */
    protected $bip32ScriptTypeMap = [
        self::BIP32_PREFIX_XPUB => ScriptType::P2PKH,
        self::BIP32_PREFIX_XPRV => ScriptType::P2PKH,
    ];

    /**
     * {@inheritdoc}
     * @see Network::$p2pMagic
     */
    protected $p2pMagic = "f9beb4d4";
}

https://t.me/ARX49 - 2025