can someone help me activate mining? it does not come the script to edit and I downloaded directly from the site I think are incomplete. it does not have means to activate mining it has not means to edit anything! help???
An easy way to mine is downloading minergate GUI miner, once installed go to, View > Show other pools

Then in the bottom put the data of the pool where you want to mine

And click the "Add pool" button, now you can mine with the CPU and GPU (only NVIDIA)
Minergate allows custom pools and can mine this. It's what i'm using on my servers.
Are you talking about the MinerGate Console miner for GPU mining on BIC pools?
I'm CPU mining, my VPS doesn't have a dedicated GPU.
For CPU mining in a VPS it depends on the OS you are running on your VPS, if it is a Linux OS you need to compile cpu-multi miner (minerd)
https://github.com/wolf9466/cpuminer-multithen go to the folder where the executable file is (minerd) and launch it this way:
./minerd -a cryptonight -o stratum+tcp://pool.bikercoin.org:2999 -u YOUR_WALLET_ADDRESS -p x
*Note that most VPS providers don't allow 100% CPU usage 24/7.
For AMD GPU mining use this
https://github.com/wolf9466/wolf-xmr-minerI used this miner with Neptunium and it worked fine, I can't test it with BikerCoin because I no longer have an AMD card, anyway here is the conf file I used with my old HD 6870 (100~150 H/s), and Catalyst 15.7.1 drivers on a window 7 x64 machine
{
"Algorithms":
[
{
"name": "CryptoNight",
"devices":
[
{
"index": 0,
"corefreq": 1000,
"memfreq": 1500,
"fanspeed": 65,
"powertune": 20,
"threads": 1,
"rawintensity": 110,
"worksize": 1
}
],
"pools":
[
{
"url": "stratum+tcp://192.170.1.31:3333",
"user": "Np4BgvEZjczLRE2Fz3vBoqLNMNWPJYYXJjMP8rLqU36Z6h5adDKJVQ98L5bQnY4wQ3VgJsmUPEnKCKCFGLDkXHub1fEMosbFf",
"pass": "x"
}
]
}
]
}
Edit the file with your desired pool and user, save it as "miner.conf" then launch miner.exe if the miner close or hangs, low the rawintensity value or you can start with 100 an go up until you find the best value for your card.