Skip to content

Latest commit

 

History

History
68 lines (49 loc) · 1.37 KB

commands_mining.md

File metadata and controls

68 lines (49 loc) · 1.37 KB

WARNING

this is an old expired version of the documentation.

Please use the new documentation instead.

Here is the main page for the new documentation: https://github.com/zack-bitcoin/amoveo-docs

And here is the link for the newest version of the page you are currently looking at

Mining

There is better mining software available here gpu mining software is here

to see your list of peers

peers:all().

to add yourself to the list of peers, if you have ip address 1.2.3.4

peers:add({{1,2,3,4}, 8080}).

see how fast blocks are being produced (in seconds).

block:period_estimate().

to see the total network hashrate (in GH/s).

block:hashrate_estimate().

to see the number of hashes on average to find a block.

block:hashes_per_block().

To mine a block:

api:mine_block().