mirror of
https://github.com/LBRYFoundation/pool.git
synced 2025-09-20 18:09:54 +00:00
allow to read balance and do queries via the console Note: The db is not ready to handle both wallet and daemons ip/ports I assume the wallet is on local host and the daemon on another machine(ip). For now, they should use the same port (on 2 different ips so).
7 lines
161 B
PHP
7 lines
161 B
PHP
<?php
|
|
|
|
require_once('easybitcoin.php');
|
|
require_once('json-rpc.php');
|
|
require_once('ethereum.php');
|
|
require_once('xmr-rpc.php');
|
|
require_once('wallet-rpc.php');
|