I run win 7 64bit ultimate 2600k 16gb ram
Failed to allocate 2 mb cache large page buffer running jce_cn_cpu_miner.027e 64bit i can find log file
here is my start.bat
@echo off
rem /!\ This is an EXAMPLE of miner start script, replace all EXAMPLE values with yours /!\
rem Pool address, can be a name or a dotted IP
rem Replace that EXAMPLE value with yours
set POOL=us-east.equihash-hub.miningpoolhub.com
rem Pool port, can be standard or SSL.
rem If SSL, see note below.
rem Replace that EXAMPLE value with yours
set PORT=20595
rem If you use a SSL port, change to: set SSL=--ssl
rem Otherwise leave empty
set SSL=--ssl
rem Your wallet. Some pools let you add extra information at the end like .PAYMENTID or .FIXEDDIFF
rem no problem, that's supported.
rem Replace that EXAMPLE value with yours
rem This is the donation wallet.
set WALLET=xxxx.cpu
rem 'x' almost always works, some pools let you put a Worker name here. Rarely important.
set PASSWORD=x
rem 0 is "automatic", you can force one of:
rem 1 = Original Cryptonight
rem 2 = Original Cryptolight
rem 3 = Cryptonight V7 fork of April-2018
rem 4 = Cryptolight V7 fork of April-2018
rem 5 = Cryptonight-Heavy
rem 6 = Cryptolight-IPBC
rem 7 = Cryptonight-XTL fork of May-2018
rem 8 = Cryptonight-Alloy
rem 9 = Cryptonight-MKT
set FORK=3
rem Auto-Select 32 or 64 bits, don't change
if defined BITS goto :SkipBits
set BITS=64
if x%PROCESSOR_ARCHITECTURE%==xx86 set BITS=32
:SkipBits
rem All is good ! Let's mine
@echo on
jce_cn_cpu_miner64.exe --auto --any --forever --variation %FORK% --low -o %POOL%:%PORT% -u %WALLET% -p %PASSWORD% %SSL% %*
@pause
Thanks
also mine did not detect my 64 bit cpu i had to modify it and mine is not showing how many items it found .