Fast Info Paul Sztorc -- 2/19/2026 ==================================================== Quick Links =========== Telegram Group -- http://www.t.me/DcInsiders L2L Offical Github -- https://github.com/orgs/LayerTwo-Labs/repositories Official download link -- https://LayerTwoLabs.com/download Server with binaries -- https://releases.drivechain.info/ Command Line Install -- http://bip300.xyz/ Software Stack =============== L1 Bitcoin Core -- https://github.com/bitcoin/bitcoin Bitcoin Core (patched) -- https://github.com/LayerTwo-Labs/bitcoin-patched Bip300_301 Enforcer -- https://github.com/LayerTwo-Labs/bip300301_enforcer BitWindow (GUI & Wallet) -- https://github.com/LayerTwo-Labs/drivechain-frontends/tree/master/ L2 -- (each of these is its own chain) Thunder (scaling) -- https://github.com/LayerTwo-Labs/thunder-rust zSide (privacy) -- https://github.com/iwakura-rein/thunder-orchard BitNames (ID/dns) -- https://github.com/LayerTwo-Labs/plain-bitnames BitAssets (tokens) -- https://github.com/LayerTwo-Labs/plain-bitassets Truthcoin-DC (p.markets) -- https://github.com/LayerTwo-Labs/truthcoin-dc CoinShift (coin swap) -- https://github.com/LayerTwo-Labs/coinshift-rs Photon (quantum res.) -- https://github.com/LayerTwo-Labs/photon Other / Crosschain Signet Server -- https://github.com/LayerTwo-Labs/signet-server RedWallet (mobile) -- https://github.com/LayerTwo-Labs/BlueWallet Two Testnets ============= SIGNET (Bitcoin Core) | FORKNET (bitcoin patched) ---------------------------|-------------------------------- | [explorer/ node.signet.drivechain.info | node.forknet.drivechain.info faucet] | | [datadir] ~/.bitcoin/signet/ | ~/.drivechain | | | | SigNet Info ============ Explorer/Faucet/Info -- https://node.signet.drivechain.info SigNet Server -- 172.105.148.135 Reconnect -- addnode 172.105.148.135:38333 onetry Mempool.Space -- https://explorer.signet.drivechain.info/ ( For forknet, use 157.180.8.224:8333 .) Conf File (Signet) ==================== # This config should be placed in following path: # ~/.bitcoin/bitcoin.conf rpcuser=user rpcpassword=password server=1 listen=1 txindex=1 zmqpubsequence=tcp://127.0.0.1:29000 rest=1 fallbackfee=0.00021 chain=signet [signet] addnode=172.105.148.135:38333 signetblocktime=600 signetchallenge=a91484fa7c2460891fe5212cb08432e21a4207909aa987 [main] addnode=157.180.8.224:8333 drivechain=1 # only Core (patched) will notice this ( For forknet, just delete "chain=signet". ) Ports ======= Layer slot port (p2p) port (rpc) port (zmq) port (grpc) =================================================================================================== ---------------------------------------------------------------------------------------------------- 300301_enforcer L1 -- -- 8123 rpc -- 50051 8122 gbt ---------------------------------------------------------------------------------------------------- bitwindow L1 -- -- -- -- 30301 ---------------------------------------------------------------------------------------------------- Bitcoin Core L1 -- 8333 m 8332 m 28332 38332 s 38332 s ---------------------------------------------------------------------------------------------------- bitnames L2 2 4002 6002 28002 ---------------------------------------------------------------------------------------------------- bitassets L2 4 4004 6004 28004 ---------------------------------------------------------------------------------------------------- thunder L2 9 4009 6009 ---------------------------------------------------------------------------------------------------- truthcoin-dc L2 13 4013 6013 ---------------------------------------------------------------------------------------------------- zside L2 98 4098 6098 ---------------------------------------------------------------------------------------------------- photon L2 99 4099 6099 ---------------------------------------------------------------------------------------------------- coinshift L2 255 4255 6255 ----------------------------------------------------------------------------------------------------