<?php
define("ADDRESS_VERSION", ""); // Found in src/base58.h:CBitcoinAddress.PUBKEY_ADDRESS

//Hot Wallet Authetication Info
//The cold wallet also has a username/password component that's used by the push/pull client and server
define("PAYMENT_GW_RPC_USER", "");
define("PAYMENT_GW_RPC_PASS", "");

//For cold Wallet
define("PAYMENT_GW_DATAFILE", "");

//For Hot Wallet - Leave PAYMENT_GW_RPC_HOST empty to use Cold Wallet
define("PAYMENT_GW_RPC_HOST", "localhost");
define("PAYMENT_GW_RPC_PORT", "");
// If the wallet is encrypted, enter the PASSPHRASE here. Leave it blank otherwise!
define("PAYMENT_GW_RPC_ENCR", "");
?>