mirror of
https://github.com/LBRYFoundation/pool.git
synced 2025-08-23 17:37:25 +00:00
add some bitcoin rpc commands to query geth wallet informations (balance,diff,connections..) todo: handle explorer and transactions list
9 lines
226 B
PHP
9 lines
226 B
PHP
<?php
|
|
|
|
require_once('common/common.php');
|
|
require_once('functions/functions.php');
|
|
require_once('rpc/rpc.php');
|
|
require_once('trading/trading.php');
|
|
require_once('exchange/exchange.php');
|
|
require_once('backend/backend.php');
|
|
|