Pages:
Author

Topic: New Bikercoin (BIC) CryptoNight based crypto currency - page 7. (Read 25101 times)

full member
Activity: 194
Merit: 100
Coins like Monero is already on exchanges. If you dont get a cryptonite coin on Polo or at least Bittrex then the coin is dead. Devs in general refuses to pay the money to Bittrex and the chances of getting another cryptonite on Polo is like 0.0000001 %.

or HitBTC maybe! It's a good CryptoNight coins exchange..

legendary
Activity: 1638
Merit: 1013
is there any ring for rental on this algo?

I have to admit I got a reality check with Neptunium.  Dont waste your time with Cryptonight.

Cryptonote isn't a waste of time.  There are two Cryptonote coins in the top 25.  One with a $6 million market cap and one with $16 million.  There are tools that make it very easy to launch a cryptonote coin so they're now being pumped out like bitcoin clones.  It's a very simple process with detailed instructions on how to do it.  Expect to see more.  The ones that have added features or made significant changes to the code are the ones to watch for because they will be supported by a person/persons with actual coding skills.

 

Coins like Monero is already on exchanges. If you dont get a cryptonite coin on Polo or at least Bittrex then the coin is dead. Devs in general refuses to pay the money to Bittrex and the chances of getting another cryptonite on Polo is like 0.0000001 %. It is fun to mine though because in general I like coins where you can mine with powerful CPUs ans still have a chance.

The odds are just heavily against a new cryptonite and as Neptunium showed if you add to that the general lack of skills with cryptonite devs it is the perfect storm for failure. If this coin has to succeed it has to 1) not be any of the cryptonite wannabees that you mention will start to pop up, 2) the dev must be willing to pay at least Bittrex, 3) the dev must have the skills to maintain a non-mainstream code base to add new stuff.

At least the dev still posts in the thread in comparison to NPT where the dev just bailed.
full member
Activity: 153
Merit: 100
how to run the wallet on windows10, it gives an error "cannot access the specified device, path, or file. You may not have the appropriate permissions to access the item." Huh

If you start from my document you will not get this message, but some other directory will require that you Run the Program as an Administrator for the wallet to create files.
newbie
Activity: 2
Merit: 0
how to run the wallet on windows10, it gives an error "cannot access the specified device, path, or file. You may not have the appropriate permissions to access the item." Huh
legendary
Activity: 896
Merit: 1001
is there any ring for rental on this algo?

I have to admit I got a reality check with Neptunium.  Dont waste your time with Cryptonight.

Cryptonote isn't a waste of time.  There are two Cryptonote coins in the top 25.  One with a $6 million market cap and one with $16 million.  There are tools that make it very easy to launch a cryptonote coin so they're now being pumped out like bitcoin clones.  It's a very simple process with detailed instructions on how to do it.  Expect to see more.  The ones that have added features or made significant changes to the code are the ones to watch for because they will be supported by a person/persons with actual coding skills.

 
legendary
Activity: 1638
Merit: 1013
is there any ring for rental on this algo?

I have to admit I got a reality check with Neptunium.  Dont waste your time with Cryptonight.
newbie
Activity: 16
Merit: 0
is there any ring for rental on this algo?
full member
Activity: 232
Merit: 100
Rubic stays cubic
It is not a good time for this algorithm. Nothing will happen for this coin.
hero member
Activity: 1652
Merit: 593
hero member
Activity: 1274
Merit: 646
Any updates? Any exchanges?
full member
Activity: 239
Merit: 100
RevolverCoin Discord-DEV
Hallo cool Mining,




leet see ?
full member
Activity: 275
Merit: 104

For AMD GPU mining use this

https://github.com/wolf9466/wolf-xmr-miner

I 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

Code:
{

"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.


Nice  Wink
But how do i do with 2 devices? Cant seem to get the brackets right in the config...

Edit: nvm, got it now.
sr. member
Activity: 306
Merit: 250

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-multi

then go to the folder where the executable file is (minerd) and launch it this way:

Code:
./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-miner

I 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

Code:
{

"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.
newbie
Activity: 3
Merit: 0

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???
full member
Activity: 153
Merit: 100
newbie
Activity: 23
Merit: 0


Great job Dev.
Could you upload miners and config for Bat file?

This is error log file:

21:11:39:650   d88   
21:11:39:651   d88   ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ»
21:11:39:651   d88   º            Claymore CryptoNote GPU Miner  v9.3 Beta            º
21:11:39:652   d88   ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ
21:11:39:852   d88   Wrong wallet address bickwCoY8jdKxXsbxZPBLMcUSCGH5dQcxMRh24UrGC7YS8F2WnUsc4UbeCXgeqoYt3QVKhbiPZMFu2X 9niJZydxS4kTUTKb5Pm - XMR/QCN/BCN/FCN/Aeon/Duck/Dash/OEC/MCN/ORION addresses are supported only.
21:11:39:852   d88   Pool pool.bikercoin.org removed from the list
21:11:39:853   d88   No pools specified! Specify at least one pool in "pools.txt" file or in "-o" parameter.


I can mine monero but can not mine this coin.


I ask them to compile a version compatible with bicxxxxxxxxx addresses


great news , thanks dev
full member
Activity: 153
Merit: 100


Great job Dev.
Could you upload miners and config for Bat file?

This is error log file:

21:11:39:650   d88   
21:11:39:651   d88   ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ»
21:11:39:651   d88   º            Claymore CryptoNote GPU Miner  v9.3 Beta            º
21:11:39:652   d88   ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ
21:11:39:852   d88   Wrong wallet address bickwCoY8jdKxXsbxZPBLMcUSCGH5dQcxMRh24UrGC7YS8F2WnUsc4UbeCXgeqoYt3QVKhbiPZMFu2X 9niJZydxS4kTUTKb5Pm - XMR/QCN/BCN/FCN/Aeon/Duck/Dash/OEC/MCN/ORION addresses are supported only.
21:11:39:852   d88   Pool pool.bikercoin.org removed from the list
21:11:39:853   d88   No pools specified! Specify at least one pool in "pools.txt" file or in "-o" parameter.


I can mine monero but can not mine this coin.


I ask them to compile a version compatible with bicxxxxxxxxx addresses
hero member
Activity: 1274
Merit: 646
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.
full member
Activity: 153
Merit: 100
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?
member
Activity: 111
Merit: 10
Pages:
Jump to: