dataserver
, mine remote
will coming soon.config.json
config.json
, both are not with prefix 0x
useGPU
to true in config.json
, and also you should check your system has libOpenCL
library, you can install it by this command--config
(path to your config file, default it is in same fold of BerryMiner
)--logConfig
(location of logging config file; default path is current directory)mine
(indicates to run the miner)mine -r
(indicates to mine utilizing a remote server)dataserver
(indicates to run the dataServer (no mining))transfer
(AMOUNT) (TO ADDRESS) (indicates transfer, toAddress is BSC address and the amount is number of Tributes (eg. transfer 10 0xea... (this transfers 10 tokens)))approve
(AMOUNT) (TO ADDRESS) (amount to approve the to address to send this amount of tokensstake deposit
(indicates to deposit tokens in the contract)stake request
(indicates you wish to withdraw your stake)stake withdraw
(withdraws your stake, run 1 week after request)stake status
(shows your staking balance)balance
(shows your balance)contractAddress
(required) - address of Berry ContractnodeURL
(required) - When you connect to BSC Node.publicAddress
(required) - public address for your miner (note, no 0x)privateKey
- private key for miner node to sign transaction, without prefix 0xethClientTimeout
(required) - timeout for making requests from your nodetrackerCycle
(required) - how often your database updates (in seconds)trackers
(required) - which pieces of the database you updatedbFile
(required) - where you want to store your local database (if self-hosting)serverHost
(required) - location to host serverserverWhitelist
(required) - whitelists which publicAddress can access the data serverfetchTimeout
- timeout for requesting data from an APIrequestData
- sets wether your miner request data if the challenge is 0. If yes, then you will addTip() to this number. Enter a uint number representing request id to be requestedrequestDataInterval
- min frequency at which to request data at (in seconds, default 30)gasMultiplier
- Multiplies the submitted gasPricegasMax
- a max for the gas price in gwei (note: this max comes BEFORE the gas multiplier. So a max gas cost of 10 gwei, can have gas prices up to 20 if gasMultiplier is 2)heartbeat
- an integer that controls how frequently the miner process should report the hashrate (larger is less frequent, try 1000000 to start)numProcessors
- an integer number of CPU cores/threads to use for mining. (cpu mining is disabled if there is a suitable GPU is founddisputeTimeDelta
- how far back to store values for min/max range - default 5 (in minutes)disputeThreshold
- percentage of acceptable range outside min/max for dispute checking - default