mirror of
https://github.com/LBRYFoundation/pool.git
synced 2025-09-30 15:20:36 +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');
|