Bitcoin Forum
April 26, 2024, 09:54:07 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 [2] 3 4 5 6 7 8 9 »  All
  Print  
Author Topic: [ANN] LITHIUM (LIT) - NO PREMINE - BLAKE 256 - MERGE MINED -- HOT NEW COIN --  (Read 52199 times)
shimlbit
Legendary
*
Offline Offline

Activity: 1302
Merit: 1001



View Profile
October 04, 2014, 10:48:25 AM
 #21

TUT

1.Download the wallet

2.Set config file in .../appdata/roaming/lithium like

lithium.conf or lithiumcoin.conf i dont know!

rpcuser=user
rpcpassword=pw
rpcport=12345
rpcallowip=127.0.0.1
server=1
daemon=1
listen=1
addnode=66.172.12.77
addnode=108.61.242.204

3.set config of cgminer(blake)


{
"pools" : [
   {
      "url" : "http://127.0.0.1:12345",
      "user" : "user",
      "pass" : "pw"
   }
],

"intensity" : "11",
"auto-gpu" : true,
"expiry" : "10",
"failover-only" : true,
"gpu-threads" : "1",
"log" : "5",
"no-restart" : true,
"queue" : "5",
"scan-time" : "1",
"worksize" : "128",
"temp-hysteresis" : "4",
"blake256" : true,
"vectors" : "1",
"kernel-path" : "/"
}

and save!!

than run the cgminer exe and voila u are mining

u should reopen the wallet after u save the conf file in appdata /roaming/
Be very wary of relying on JavaScript for security on crypto sites. The site can change the JavaScript at any time unless you take unusual precautions, and browsers are not generally known for their airtight security.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714168447
Hero Member
*
Offline Offline

Posts: 1714168447

View Profile Personal Message (Offline)

Ignore
1714168447
Reply with quote  #2

1714168447
Report to moderator
1714168447
Hero Member
*
Offline Offline

Posts: 1714168447

View Profile Personal Message (Offline)

Ignore
1714168447
Reply with quote  #2

1714168447
Report to moderator
Edacra
Full Member
***
Offline Offline

Activity: 219
Merit: 100


View Profile
October 04, 2014, 10:50:29 AM
 #22

Now cgminer.exe won't even open..
Shadow_Runner
Hero Member
*****
Offline Offline

Activity: 574
Merit: 500



View Profile
October 04, 2014, 10:51:31 AM
 #23

Now cgminer.exe won't even open..

Add pause at end of bat file.
shimlbit
Legendary
*
Offline Offline

Activity: 1302
Merit: 1001



View Profile
October 04, 2014, 10:51:38 AM
 #24

Now cgminer.exe won't even open..

than u did something wrong with the config file

post ur conf pls

Now cgminer.exe won't even open..

Add pause at end of bat file.

i dont use a bat file and it works
nandaltc
Full Member
***
Offline Offline

Activity: 137
Merit: 100


View Profile
October 04, 2014, 10:52:03 AM
 #25

TUT

1.Download the wallet

2.Set config file in .../appdata/roaming/lithium like

lithium.conf or lithiumcoin.conf i dont know!

rpcuser=user
rpcpassword=pw
rpcport=12345
rpcallowip=127.0.0.1
server=1
daemon=1
listen=1
addnode=66.172.12.77
addnode=108.61.242.204

3.set config of cgminer(blake)


{
"pools" : [
   {
      "url" : "http://127.0.0.1:12345",
      "user" : "user",
      "pass" : "pw"
   }
],

"intensity" : "11",
"auto-gpu" : true,
"expiry" : "10",
"failover-only" : true,
"gpu-threads" : "1",
"log" : "5",
"no-restart" : true,
"queue" : "5",
"scan-time" : "1",
"worksize" : "128",
"temp-hysteresis" : "4",
"blake256" : true,
"vectors" : "1",
"kernel-path" : "/"
}

and save!!

than run the cgminer exe and voila u are mining

u should reopen the wallet after u save the conf file in appdata /roaming/

can you give me a SS or video how to mining ?
Edacra
Full Member
***
Offline Offline

Activity: 219
Merit: 100


View Profile
October 04, 2014, 10:59:58 AM
 #26

{
"pools" : [
   {
      "url" : "stratum+tcp://ny2.blakecoin.com:3334",
      "user" : "name.worker",
      "pass" : "pw"
   }
],

"intensity" : "11",
"auto-gpu" : true,
"expiry" : "10",
"failover-only" : true,
"gpu-threads" : "1",
"log" : "5",
"no-restart" : true,
"queue" : "5",
"scan-time" : "1",
"worksize" : "128",
"temp-hysteresis" : "4",
"blake256" : true,
"vectors" : "1",
"kernel-path" : "/"
}

it says it cant open cgminer.exe whyever
Shadow_Runner
Hero Member
*****
Offline Offline

Activity: 574
Merit: 500



View Profile
October 04, 2014, 11:01:33 AM
 #27


it says it cant open cgminer.exe whyever

Hello? Do you have bat file?
BlueDragon747
Legendary
*
Offline Offline

Activity: 1509
Merit: 1030


Solutions Architect


View Profile WWW
October 04, 2014, 11:03:31 AM
 #28

{
"pools" : [
   {
      "url" : "stratum+tcp://ny2.blakecoin.com:3334",
      "user" : "name.worker",
      "pass" : "pw"
   }
],

"intensity" : "11",
"auto-gpu" : true,
"expiry" : "10",
"failover-only" : true,
"gpu-threads" : "1",
"log" : "5",
"no-restart" : true,
"queue" : "5",
"scan-time" : "1",
"worksize" : "128",
"temp-hysteresis" : "4",
"blake256" : true,
"vectors" : "1",
"kernel-path" : "/"
}

it says it cant open cgminer.exe whyever

      "user" : "name.worker",
      "pass" : "pw"

might be best to register on my pools before you try and connect or solo mine to the wallet by setting your details in lithium.conf in your user data folder

this is correct for a solo mine setup
TUT

1.Download the wallet

2.Set config file in .../appdata/roaming/lithium like

lithium.conf or lithiumcoin.conf i dont know!

rpcuser=user
rpcpassword=pw
rpcport=12345
rpcallowip=127.0.0.1
server=1
daemon=1
listen=1
addnode=66.172.12.77
addnode=108.61.242.204

3.set config of cgminer(blake)


{
"pools" : [
   {
      "url" : "http://127.0.0.1:12345",
      "user" : "user",
      "pass" : "pw"
   }
],

"intensity" : "11",
"auto-gpu" : true,
"expiry" : "10",
"failover-only" : true,
"gpu-threads" : "1",
"log" : "5",
"no-restart" : true,
"queue" : "5",
"scan-time" : "1",
"worksize" : "128",
"temp-hysteresis" : "4",
"blake256" : true,
"vectors" : "1",
"kernel-path" : "/"
}

and save!!

than run the cgminer exe and voila u are mining

u should reopen the wallet after u save the conf file in appdata /roaming/

Info: GithubBlakecoin.org - BCT Blakecoin thread - Twitter - BCS - BlakeZone  Trade Blakecoin: Xeggex.com Merged Mining Pools: EU3 - NY2/AT1 - LA1
Donation Addresses: BLC: Bd3jJftFbwxWSKNSNz35vkDd57kG6jHAjt PHO: BZXPMc8eF9YZcJStskkP2bVia38fv9VmuT BBTC: 2h8c4NbzXJXk6QQ89r7YYMGhe13gQUC2ajD ELT: e7cm6cAgpfhvk3Myh2Jkmi1nqaHtDHnxXb 
UMO: uQH9H17t7kz3eVQ3vKDzMsWCK4hn5nh2gC LIT: 8p8Z4h5fkZ8SCoyEtihKcjzZLA7gFjTdmL BTC: 1Q6kgcNqhKh8u67m6Gj73T2LMgGseETwR6
shimlbit
Legendary
*
Offline Offline

Activity: 1302
Merit: 1001



View Profile
October 04, 2014, 11:04:52 AM
 #29

{
"pools" : [
   {
      "url" : "stratum+tcp://ny2.blakecoin.com:3334",
      "user" : "name.worker",
      "pass" : "pw"
   }
],

"intensity" : "11",
"auto-gpu" : true,
"expiry" : "10",
"failover-only" : true,
"gpu-threads" : "1",
"log" : "5",
"no-restart" : true,
"queue" : "5",
"scan-time" : "1",
"worksize" : "128",
"temp-hysteresis" : "4",
"blake256" : true,
"vectors" : "1",
"kernel-path" : "/"
}

it says it cant open cgminer.exe whyever

u have the right cg miner?blake version?
Edacra
Full Member
***
Offline Offline

Activity: 219
Merit: 100


View Profile
October 04, 2014, 11:09:24 AM
 #30

Yes, I downloaded it from the blake website. And yes I have a mining account. its Edacra.worker it works now but it only says Stratum from pool 0 detected new block
BlueDragon747
Legendary
*
Offline Offline

Activity: 1509
Merit: 1030


Solutions Architect


View Profile WWW
October 04, 2014, 11:12:42 AM
 #31

Yes, I downloaded it from the blake website. And yes I have a mining account. its Edacra.worker it works now but it only says Stratum from pool 0 detected new block

only diff 32 share are accepted on pools so it will only submit shares it finds above 32

give it bit longer sounds like its working

what hashrate is it reporting?

or what card are you using?

Edit:
any problem getting connections or getting lots of orphans add these to you lithium.conf

addnode=146.185.135.24
addnode=107.170.132.68
addnode=66.172.12.77
addnode=108.61.242.204
addnode=178.62.44.147

Info: GithubBlakecoin.org - BCT Blakecoin thread - Twitter - BCS - BlakeZone  Trade Blakecoin: Xeggex.com Merged Mining Pools: EU3 - NY2/AT1 - LA1
Donation Addresses: BLC: Bd3jJftFbwxWSKNSNz35vkDd57kG6jHAjt PHO: BZXPMc8eF9YZcJStskkP2bVia38fv9VmuT BBTC: 2h8c4NbzXJXk6QQ89r7YYMGhe13gQUC2ajD ELT: e7cm6cAgpfhvk3Myh2Jkmi1nqaHtDHnxXb 
UMO: uQH9H17t7kz3eVQ3vKDzMsWCK4hn5nh2gC LIT: 8p8Z4h5fkZ8SCoyEtihKcjzZLA7gFjTdmL BTC: 1Q6kgcNqhKh8u67m6Gj73T2LMgGseETwR6
nandaltc
Full Member
***
Offline Offline

Activity: 137
Merit: 100


View Profile
October 04, 2014, 11:29:31 AM
 #32

Yes, I downloaded it from the blake website. And yes I have a mining account. its Edacra.worker it works now but it only says Stratum from pool 0 detected new block

only diff 32 share are accepted on pools so it will only submit shares it finds above 32

give it bit longer sounds like its working

what hashrate is it reporting?

or what card are you using?

Edit:
any problem getting connections or getting lots of orphans add these to you lithium.conf

addnode=146.185.135.24
addnode=107.170.132.68
addnode=66.172.12.77
addnode=108.61.242.204
addnode=178.62.44.147

can i get the link for the cgminer ?

Edit: i got the link now Cheesy
BlueDragon747
Legendary
*
Offline Offline

Activity: 1509
Merit: 1030


Solutions Architect


View Profile WWW
October 04, 2014, 11:32:18 AM
 #33

can i get the link for the cgminer ?

good for pools or solo(just edit cgminer.conf), also check the getting stated page on pools for the version with pool failover cgminer.conf example
https://www.blakecoin.org/cgminer-alt-pool-eu.7z

Info: GithubBlakecoin.org - BCT Blakecoin thread - Twitter - BCS - BlakeZone  Trade Blakecoin: Xeggex.com Merged Mining Pools: EU3 - NY2/AT1 - LA1
Donation Addresses: BLC: Bd3jJftFbwxWSKNSNz35vkDd57kG6jHAjt PHO: BZXPMc8eF9YZcJStskkP2bVia38fv9VmuT BBTC: 2h8c4NbzXJXk6QQ89r7YYMGhe13gQUC2ajD ELT: e7cm6cAgpfhvk3Myh2Jkmi1nqaHtDHnxXb 
UMO: uQH9H17t7kz3eVQ3vKDzMsWCK4hn5nh2gC LIT: 8p8Z4h5fkZ8SCoyEtihKcjzZLA7gFjTdmL BTC: 1Q6kgcNqhKh8u67m6Gj73T2LMgGseETwR6
nandaltc
Full Member
***
Offline Offline

Activity: 137
Merit: 100


View Profile
October 04, 2014, 11:41:26 AM
 #34

can i get the link for the cgminer ?

good for pools or solo(just edit cgminer.conf), also check the getting stated page on pools for the version with pool failover cgminer.conf example
https://www.blakecoin.org/cgminer-alt-pool-eu.7z

after i edit the cgminer.conf and i'm start the cgminer it show like this around 7 minutes

shimlbit
Legendary
*
Offline Offline

Activity: 1302
Merit: 1001



View Profile
October 04, 2014, 11:42:48 AM
 #35

on solo u need to open the wallet

and just wait a few time and look what happens ...it configures a little than starts mining
Shadow_Runner
Hero Member
*****
Offline Offline

Activity: 574
Merit: 500



View Profile
October 04, 2014, 11:45:06 AM
 #36

after i edit the cgminer.conf and i'm start the cgminer it show like this around 7 minutes



Did you setup conf file for wallet and running it as server? Try to make shortcut to wallet exe and add -server
nandaltc
Full Member
***
Offline Offline

Activity: 137
Merit: 100


View Profile
October 04, 2014, 11:46:43 AM
 #37

after that it show like this

BlueDragon747
Legendary
*
Offline Offline

Activity: 1509
Merit: 1030


Solutions Architect


View Profile WWW
October 04, 2014, 11:58:53 AM
 #38

after that it show like this



I only just finished working on eu3 try again

Info: GithubBlakecoin.org - BCT Blakecoin thread - Twitter - BCS - BlakeZone  Trade Blakecoin: Xeggex.com Merged Mining Pools: EU3 - NY2/AT1 - LA1
Donation Addresses: BLC: Bd3jJftFbwxWSKNSNz35vkDd57kG6jHAjt PHO: BZXPMc8eF9YZcJStskkP2bVia38fv9VmuT BBTC: 2h8c4NbzXJXk6QQ89r7YYMGhe13gQUC2ajD ELT: e7cm6cAgpfhvk3Myh2Jkmi1nqaHtDHnxXb 
UMO: uQH9H17t7kz3eVQ3vKDzMsWCK4hn5nh2gC LIT: 8p8Z4h5fkZ8SCoyEtihKcjzZLA7gFjTdmL BTC: 1Q6kgcNqhKh8u67m6Gj73T2LMgGseETwR6
shimlbit
Legendary
*
Offline Offline

Activity: 1302
Merit: 1001



View Profile
October 04, 2014, 12:00:34 PM
 #39

u need to setup a worker on the pools page

ur username.worker and than worker pw

example

u sign up as stupidminer

u make a worker named worker1 set a password like x

than u need to setup ur config wirh

user:stupidminer.worker1
password:x


u need

user:feryjhie.worker 1
password:x
rivoke
Legendary
*
Offline Offline

Activity: 924
Merit: 1006


View Profile
October 04, 2014, 12:04:34 PM
 #40

is there any tutor for mining ? i was newbie for mining Cheesy

You dont know how to use google ?
Pages: « 1 [2] 3 4 5 6 7 8 9 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!