mirror of
https://github.com/LBRYFoundation/pool.git
synced 2025-10-01 07:40:41 +00:00
add some bitcoin rpc commands to query geth wallet informations (balance,diff,connections..) todo: handle explorer and transactions list
6 lines
132 B
PHP
6 lines
132 B
PHP
<?php
|
|
|
|
require_once('easybitcoin.php');
|
|
require_once('json-rpc.php');
|
|
require_once('ethereum.php');
|
|
require_once('wallet-rpc.php');
|