|
Monero
|


Public Member Functions | |
| def | __init__ (self, protocol='http', host='127.0.0.1', port=0, idx=0, restricted_rpc=False) |
| def | getblocktemplate (self, address, prev_block="", client="") |
| def | get_miner_data (self) |
| def | calc_pow (self, major_version, height, block_blob, seed_hash='') |
| def | add_aux_pow (self, blocktemplate_blob, aux_pow, client="") |
| def | send_raw_transaction (self, tx_as_hex, do_not_relay=False, do_sanity_checks=True, client="") |
| def | submitblock (self, block) |
| def | getblock (self, hash='', height=0, fill_pow_hash=False, client="") |
| def | getlastblockheader (self, client="") |
| def | getblockheaderbyhash (self, hash="", hashes=[], client="") |
| def | getblockheaderbyheight (self, height, client="") |
| def | getblockheadersrange (self, start_height, end_height, fill_pow_hash=False, client="") |
| def | get_connections (self, client="") |
| def | get_info (self, client="") |
| def | hard_fork_info (self, client="") |
| def | generateblocks (self, address, blocks=1, prev_block="", starting_nonce=0) |
| def | get_height (self, client="") |
| def | pop_blocks (self, nblocks=1) |
| def | start_mining (self, miner_address, threads_count=0, do_background_mining=False, ignore_battery=False) |
| def | stop_mining (self) |
| def | mining_status (self) |
| def | get_transaction_pool (self, client="") |
| def | get_transaction_pool_hashes (self, client="") |
| def | get_transaction_pool_stats (self, client="") |
| def | flush_txpool (self, txids=[]) |
| def | get_version (self) |
| def | get_bans (self) |
| def | set_bans (self, bans=[]) |
| def | banned (self, address='') |
| def | set_bootstrap_daemon (self, address, username='', password='') |
| def | get_public_nodes (self, gray=False, white=True) |
| def | get_transactions (self, txs_hashes=[], decode_as_json=False, prune=False, split=False, client="") |
| def | get_outs (self, outputs=[], get_txid=False, client="") |
| def | get_coinbase_tx_sum (self, height, count, client="") |
| def | get_output_distribution (self, amounts=[], from_height=0, to_height=0, cumulative=False, binary=False, compress=False, client="") |
| def | get_output_histogram (self, amounts=[], min_count=0, max_count=0, unlocked=False, recent_cutoff=0, client="") |
| def | set_log_level (self, level) |
| def | set_log_categories (self, categories='') |
| def | get_alt_blocks_hashes (self, client="") |
| def | get_alternate_chains (self, client="") |
| def | get_fee_estimate (self, grace_blocks=0) |
| def | is_key_image_spent (self, key_images=[], client="") |
| def | save_bc (self) |
| def | get_peer_list (self) |
| def | set_log_hash_rate (self, visible) |
| def | stop_daemon (self) |
| def | get_net_stats (self) |
| def | get_limit (self) |
| def | set_limit (self, limit_down, limit_up) |
| def | out_peers (self, out_peers) |
| def | in_peers (self, in_peers) |
| def | update (self, command, path=None) |
| def | get_block_count (self) |
| def | get_block_hash (self, height) |
| def | relay_tx (self, txids=[], client="") |
| def | sync_info (self, client="") |
| def | get_txpool_backlog (self, client="") |
| def | prune_blockchain (self, check=False) |
| def | flush_cache (self, bad_txs=False) |
| def | sync_txpool (self) |
| def | rpc_access_info (self, client) |
| def | rpc_access_submit_nonce (self, client, nonce, cookie) |
| def | rpc_access_pay (self, client, paying_for, payment) |
| def | rpc_access_tracking (self, clear=False) |
| def | rpc_access_data (self) |
| def | rpc_access_account (self, client, delta_balance=0) |
Public Attributes | |
| host | |
| port | |
| rpc | |
| def framework.daemon.Daemon.__init__ | ( | self, | |
protocol = 'http', |
|||
host = '127.0.0.1', |
|||
port = 0, |
|||
idx = 0, |
|||
restricted_rpc = False |
|||
| ) |
| def framework.daemon.Daemon.add_aux_pow | ( | self, | |
| blocktemplate_blob, | |||
| aux_pow, | |||
client = "" |
|||
| ) |
| def framework.daemon.Daemon.banned | ( | self, | |
address = '' |
|||
| ) |
| def framework.daemon.Daemon.calc_pow | ( | self, | |
| major_version, | |||
| height, | |||
| block_blob, | |||
seed_hash = '' |
|||
| ) |
| def framework.daemon.Daemon.flush_cache | ( | self, | |
bad_txs = False |
|||
| ) |
| def framework.daemon.Daemon.flush_txpool | ( | self, | |
txids = [] |
|||
| ) |
| def framework.daemon.Daemon.generateblocks | ( | self, | |
| address, | |||
blocks = 1, |
|||
prev_block = "", |
|||
starting_nonce = 0 |
|||
| ) |
| def framework.daemon.Daemon.get_alt_blocks_hashes | ( | self, | |
client = "" |
|||
| ) |
| def framework.daemon.Daemon.get_alternate_chains | ( | self, | |
client = "" |
|||
| ) |
| def framework.daemon.Daemon.get_bans | ( | self | ) |
| def framework.daemon.Daemon.get_block_count | ( | self | ) |
| def framework.daemon.Daemon.get_block_hash | ( | self, | |
| height | |||
| ) |
| def framework.daemon.Daemon.get_coinbase_tx_sum | ( | self, | |
| height, | |||
| count, | |||
client = "" |
|||
| ) |
| def framework.daemon.Daemon.get_connections | ( | self, | |
client = "" |
|||
| ) |
| def framework.daemon.Daemon.get_fee_estimate | ( | self, | |
grace_blocks = 0 |
|||
| ) |
| def framework.daemon.Daemon.get_height | ( | self, | |
client = "" |
|||
| ) |
| def framework.daemon.Daemon.get_info | ( | self, | |
client = "" |
|||
| ) |
| def framework.daemon.Daemon.get_limit | ( | self | ) |
| def framework.daemon.Daemon.get_miner_data | ( | self | ) |
| def framework.daemon.Daemon.get_net_stats | ( | self | ) |
| def framework.daemon.Daemon.get_output_distribution | ( | self, | |
amounts = [], |
|||
from_height = 0, |
|||
to_height = 0, |
|||
cumulative = False, |
|||
binary = False, |
|||
compress = False, |
|||
client = "" |
|||
| ) |
| def framework.daemon.Daemon.get_output_histogram | ( | self, | |
amounts = [], |
|||
min_count = 0, |
|||
max_count = 0, |
|||
unlocked = False, |
|||
recent_cutoff = 0, |
|||
client = "" |
|||
| ) |
| def framework.daemon.Daemon.get_outs | ( | self, | |
outputs = [], |
|||
get_txid = False, |
|||
client = "" |
|||
| ) |
| def framework.daemon.Daemon.get_peer_list | ( | self | ) |
| def framework.daemon.Daemon.get_public_nodes | ( | self, | |
gray = False, |
|||
white = True |
|||
| ) |
| def framework.daemon.Daemon.get_transaction_pool | ( | self, | |
client = "" |
|||
| ) |
| def framework.daemon.Daemon.get_transaction_pool_hashes | ( | self, | |
client = "" |
|||
| ) |
| def framework.daemon.Daemon.get_transaction_pool_stats | ( | self, | |
client = "" |
|||
| ) |
| def framework.daemon.Daemon.get_transactions | ( | self, | |
txs_hashes = [], |
|||
decode_as_json = False, |
|||
prune = False, |
|||
split = False, |
|||
client = "" |
|||
| ) |
| def framework.daemon.Daemon.get_txpool_backlog | ( | self, | |
client = "" |
|||
| ) |
| def framework.daemon.Daemon.get_version | ( | self | ) |
| def framework.daemon.Daemon.getblock | ( | self, | |
hash = '', |
|||
height = 0, |
|||
fill_pow_hash = False, |
|||
client = "" |
|||
| ) |
| def framework.daemon.Daemon.getblockheaderbyhash | ( | self, | |
hash = "", |
|||
hashes = [], |
|||
client = "" |
|||
| ) |
| def framework.daemon.Daemon.getblockheaderbyheight | ( | self, | |
| height, | |||
client = "" |
|||
| ) |
| def framework.daemon.Daemon.getblockheadersrange | ( | self, | |
| start_height, | |||
| end_height, | |||
fill_pow_hash = False, |
|||
client = "" |
|||
| ) |
| def framework.daemon.Daemon.getblocktemplate | ( | self, | |
| address, | |||
prev_block = "", |
|||
client = "" |
|||
| ) |
| def framework.daemon.Daemon.getlastblockheader | ( | self, | |
client = "" |
|||
| ) |
| def framework.daemon.Daemon.hard_fork_info | ( | self, | |
client = "" |
|||
| ) |
| def framework.daemon.Daemon.in_peers | ( | self, | |
| in_peers | |||
| ) |
| def framework.daemon.Daemon.is_key_image_spent | ( | self, | |
key_images = [], |
|||
client = "" |
|||
| ) |
| def framework.daemon.Daemon.mining_status | ( | self | ) |
| def framework.daemon.Daemon.out_peers | ( | self, | |
| out_peers | |||
| ) |
| def framework.daemon.Daemon.pop_blocks | ( | self, | |
nblocks = 1 |
|||
| ) |
| def framework.daemon.Daemon.prune_blockchain | ( | self, | |
check = False |
|||
| ) |
| def framework.daemon.Daemon.relay_tx | ( | self, | |
txids = [], |
|||
client = "" |
|||
| ) |
| def framework.daemon.Daemon.rpc_access_account | ( | self, | |
| client, | |||
delta_balance = 0 |
|||
| ) |
| def framework.daemon.Daemon.rpc_access_data | ( | self | ) |
| def framework.daemon.Daemon.rpc_access_info | ( | self, | |
| client | |||
| ) |
| def framework.daemon.Daemon.rpc_access_pay | ( | self, | |
| client, | |||
| paying_for, | |||
| payment | |||
| ) |
| def framework.daemon.Daemon.rpc_access_submit_nonce | ( | self, | |
| client, | |||
| nonce, | |||
| cookie | |||
| ) |
| def framework.daemon.Daemon.rpc_access_tracking | ( | self, | |
clear = False |
|||
| ) |
| def framework.daemon.Daemon.save_bc | ( | self | ) |
| def framework.daemon.Daemon.send_raw_transaction | ( | self, | |
| tx_as_hex, | |||
do_not_relay = False, |
|||
do_sanity_checks = True, |
|||
client = "" |
|||
| ) |
| def framework.daemon.Daemon.set_bans | ( | self, | |
bans = [] |
|||
| ) |
| def framework.daemon.Daemon.set_bootstrap_daemon | ( | self, | |
| address, | |||
username = '', |
|||
password = '' |
|||
| ) |
| def framework.daemon.Daemon.set_limit | ( | self, | |
| limit_down, | |||
| limit_up | |||
| ) |
| def framework.daemon.Daemon.set_log_categories | ( | self, | |
categories = '' |
|||
| ) |
| def framework.daemon.Daemon.set_log_hash_rate | ( | self, | |
| visible | |||
| ) |
| def framework.daemon.Daemon.set_log_level | ( | self, | |
| level | |||
| ) |
| def framework.daemon.Daemon.start_mining | ( | self, | |
| miner_address, | |||
threads_count = 0, |
|||
do_background_mining = False, |
|||
ignore_battery = False |
|||
| ) |
| def framework.daemon.Daemon.stop_daemon | ( | self | ) |
| def framework.daemon.Daemon.stop_mining | ( | self | ) |
| def framework.daemon.Daemon.submitblock | ( | self, | |
| block | |||
| ) |
| def framework.daemon.Daemon.sync_info | ( | self, | |
client = "" |
|||
| ) |
| def framework.daemon.Daemon.sync_txpool | ( | self | ) |
| def framework.daemon.Daemon.update | ( | self, | |
| command, | |||
path = None |
|||
| ) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
| framework.daemon.Daemon.host |
|
static |
|
static |
| framework.daemon.Daemon.port |
| framework.daemon.Daemon.rpc |
|
static |
|
static |
1.8.14