Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Azlora (AZL) - The Meme Coin That’s Out of This World! 🌌
by
sssergy2705
on 07/08/2024, 04:52:02 UTC
Diff recalc is way too often. Chain freezes a lot.
I suggest extending the time more than 2 blocks.

Walletbuilders service always produces such wallets.
Code:
        assert(consensus.hashGenesisBlock == uint256S("0x00000000fe1a8f1062e8ac0697cae997b7a60dbac90381cbd58ef90ae2e59cd4"));
        assert(genesis.hashMerkleRoot == uint256S("0x4bdb2c79ef3ea198a3f697227eaf692e762c41697c5ee899835d4222c486424d"));

        // Note that of those which support the service bits prefix, most only support a subset of
        // possible options.
        // This is fine at runtime as we'll fall back to using them as an addrfetch if they don't support the
        // service bits we want, but we should get them updated to support all service bits wanted by any
        // release ASAP to avoid it where possible.
        [color=red]vSeeds.emplace_back("node3.walletbuilders.com");[/color]

        base58Prefixes[PUBKEY_ADDRESS] = std::vector<unsigned char>(1,1);
        base58Prefixes[SCRIPT_ADDRESS] = std::vector<unsigned char>(1,0);
        base58Prefixes[SECRET_KEY] =     std::vector<unsigned char>(1,128);
        base58Prefixes[EXT_PUBLIC_KEY] = {0x04, 0x88, 0xB2, 0x1E};
        base58Prefixes[EXT_SECRET_KEY] = {0x04, 0x88, 0xAD, 0xE4};