PoC-Consortium / scavenger

A fast Burstcoin miner written in Rust
GNU General Public License v3.0
107 stars 64 forks source link

add miners name #62

Closed hdlxb closed 5 years ago

hdlxb commented 5 years ago

Excavating the burst in the HPOOL mining pool, the mining pool will provide API-KEY. I don't know the part of the editing configuration file. The running scavenger is submitted normally, but I can't find my miner in the mining pool.

JohnnyFFM commented 5 years ago

You would need to insert your API-Key via scavenger additional headers. the name of the key would be X-Account.

hdlxb commented 5 years ago

Ok, there are a few other questions: 1. How to add the name of the miner?Also insert additional headers?For example, "MinerName: RIG1"? 2, How should BHD and BURST double digging be configured in a miner?

JohnnyFFM commented 5 years ago

Double Digging --> use a proxy

MinerName:

  1. send_proxy_details: true # default false
  2. for a custom name: additional_headers: # add/overwrite html header "X-Minername" : "YourFavoriteName"