Definitely scam project.
Token cannot be mined
User wanganxiu called it correctly....OP wants your wallet keys to steal your crypto. Nothing more.
NEVER give your keys/seed....no legitimate project needs or wants those.
Nothing of value here.
Like several other new coins (or not so new) thst have no value , no future, and are just scams.
Very bad surprise that an expert of this forum tells we are scammers.
Our contract is verified, the
source code can be read by everyone: why scammers should make their contract publicly readable?
Our contract derives from
0xbitcoin contract, and it is identical in terms of state-modifying functions. Are then you telling that they also are scammers??? then also all those who
audited the contract are scammers too?
??
Please, if you have troubles with mining, ask directly us what the problem is before offending people that only want to promote the use of cryptos.
You are free to not trust in the token mining system, but please, do not offend honest people.
The address and privateKey are required to submit solutions to the smart contract, in other words they are used to sign transactions that allow the tokens to be minted (see "mint" function inside the smart contract) and to be transferred into your wallets if you win the challenge.
We report in any case, the complete
tokenminer.ini and
start-mining.bat, both for GPUs and CPUs files to launch the MVis-tokenminer v2.2.0 (the latest you can download from
here), already configured for mining (simply copy-paste, you have to edit only the section related to your miner address):
------------------------------------------------
tokenminer.ini file:------------------------------------------------
[General]
; BNbitcoin tokenminer.ini file
;--------------------------------------------------------
[Node]
; BSC RPC Endpoints, select one of these
;
;
https://bsc-dataseed.binance.org;
https://bsc-dataseed1.defibit.io;
https://bsc-dataseed1.ninicoin.ioHost=https://bsc-dataseed.binance.org
RPCPort=
;--------------------------------------------------------
[Node2]
;--------------------------------------------------------
[0xBitcoin]
; SOLO MINING: Your BNB account and private key. Note the PK does NOT start
; with 0x. Mining rewards will be deposited to this account. Transaction
; fees will be DRAWN from this account. Make sure you have enough funds!!
; If you have multiple mining rigs, make sure each rig is running under a
; separate BNB account, to prevent nonce collisions if they happen to submit
; txs at nearly the same time.
MinerAcct=0x........................................
AcctPK=................................................................
; Difficulty assignment. Defaults to Pool assigned. You can also
; specify a value in minutes to have the miner self-assign a difficulty
; level to target an average number of minutes per share.
; Currently, no mining pools support self-assigned difficulty.
MinutesPerShare=Pool
; BNbitcoin contract address. normally you will not change this.
TokenContract=0xE7Cb24F449973D5B3520E5b93D88B405903c75Fb
; THE REMAINING SETTINGS IN THIS SECTION APPLY ONLY TO SOLO MINING:
; when your miner finds a solution, transactions will be submitted with this
; amount of gas (gwei). You can change this setting 'on the fly' (without having
; to restart the miner). All other setting changes require the miner to be restarted.
GasPrice=10
; Set to 1 to enable gas price bidding. Transactions will be submitted
; with [GasPrice] gas, unless there is someone else bidding, in which case
; the gas price will be set to the price of the competing bid + [BidTop], up
; to a maximum of [MaxGasPrice]. This feature has only been tested when running
; Geth as a local node. It is NOT supported by Infura nodes.
GasPriceBidding=0
; max gas price you're willing to bid up to
MaxGasPrice=35
; gas limit used when submitting solution
GasLimit=200000
; the # of gwei to top the highest bidder
BidTop=2
; if you have multiple mining rigs, specify a shared folder to make sure
; multiple miners don't try to submit a solution for the same challenge.
; eg. ChallengeFolder=\\DESKTOP\folder_name
ChallengeFolder=
;--------------------------------------------------------
[ThermalProtection]
; Temperature provider ('amd_adl' or 'speedfan')
TempProvider=speedfan
; Default temperature at which GPU throttling is activated. This applies to all GPUs on this mining rig.
; Note: throttling is at the hashing level, not the driver level.
ThrottleTemp=75
; Number of seconds after which the entire mining rig will shutdown if one or more GPUs
; remain at or above ThrottleTemp.
ShutDown=36000
------------------------------------------------
start-miningGPU.bat file:------------------------------------------------
.\tokenminer.exe -G -S
pause
------------------------------------------------
start-miningCPU.bat file:------------------------------------------------
.\tokenminer.exe -C -S
pause
Hope this helps
Tell us if you still experience problems.