Author

Topic: [ANN] California Coin | SwissCex + C-CEX | California Coin Up 737.25 % This Week - page 203. (Read 160996 times)

full member
Activity: 507
Merit: 100
Tried adding nodes, and a few other things with the linux source. No progress. Refuses to download the blockchain.

sr. member
Activity: 455
Merit: 250
Hi, Man
I try to solo mine with GUIminer.exe and after it started, I check the debug log in californiacoin-qt.exe , it shows as below, I really have started mining, correct?

2014-05-02 03:01:09 trying connection 190.143.38.247:11061 lastseen=360833.2hrs
2014-05-02 03:01:09 connected 190.143.38.247:11061
2014-05-02 03:01:09 send version message: version 70002, blocks=7057, us=222.65.120.126:1631, them=190.143.38.247:11061, peer=190.143.38.247:11061
2014-05-02 03:01:10 Added time data, samples 6, offset -1 (+0 minutes)
2014-05-02 03:01:10 receive version message: /Satoshi:0.8.6.2/: version 70002, blocks=0, us=222.65.120.126:33286, them=190.143.38.247:11061, peer=190.143.38.247:11061
2014-05-02 03:01:10 trying connection 64.174.168.180:11061 lastseen=360833.2hrs
2014-05-02 03:01:11 Added 1 addresses from 190.143.38.247: 5 tried, 139 new
2014-05-02 03:01:13 connection timeout
2014-05-02 03:01:14 trying connection [2001:0:9d38:6abd:147f:3fcc:b357:4a02]:11061 lastseen=40.6hrs
2014-05-02 03:01:15 connection timeout
2014-05-02 03:01:19 connection timeout
2014-05-02 03:01:19 trying connection [2001:0:9d38:6ab8:349b:10ee:a975:5bc5]:11061 lastseen=11.5hrs
2014-05-02 03:01:24 connection timeout
2014-05-02 03:01:25 trying connection 23.243.223.21:11061 lastseen=2.7hrs
2014-05-02 03:01:30 connection timeout
2014-05-02 03:01:30 trying connection [2001:0:9d38:6ab8:1072:10ee:a975:5bc5]:11061 lastseen=5.9hrs
2014-05-02 03:01:35 connection timeout
2014-05-02 03:01:36 trying connection 108.33.120.129:11061 lastseen=5.7hrs


It's still trying to connect to your wallet.  Leave it open for a little bit and check back, it should sync up unless you didn't addnode.   If not there's a couple of ways to add it, but lets just do it this way.

Open your wallet, goto Help, then Debug Window finally console.  Then type in the console        addnode 54.194.99.126 add
sr. member
Activity: 269
Merit: 250
Hi, Man
I try to solo mine with GUIminer.exe and after it started, I check the debug log in californiacoin-qt.exe , it shows as below, I really have started mining, correct?

2014-05-02 03:01:09 trying connection 190.143.38.247:11061 lastseen=360833.2hrs
2014-05-02 03:01:09 connected 190.143.38.247:11061
2014-05-02 03:01:09 send version message: version 70002, blocks=7057, us=222.65.120.126:1631, them=190.143.38.247:11061, peer=190.143.38.247:11061
2014-05-02 03:01:10 Added time data, samples 6, offset -1 (+0 minutes)
2014-05-02 03:01:10 receive version message: /Satoshi:0.8.6.2/: version 70002, blocks=0, us=222.65.120.126:33286, them=190.143.38.247:11061, peer=190.143.38.247:11061
2014-05-02 03:01:10 trying connection 64.174.168.180:11061 lastseen=360833.2hrs
2014-05-02 03:01:11 Added 1 addresses from 190.143.38.247: 5 tried, 139 new
2014-05-02 03:01:13 connection timeout
2014-05-02 03:01:14 trying connection [2001:0:9d38:6abd:147f:3fcc:b357:4a02]:11061 lastseen=40.6hrs
2014-05-02 03:01:15 connection timeout
2014-05-02 03:01:19 connection timeout
2014-05-02 03:01:19 trying connection [2001:0:9d38:6ab8:349b:10ee:a975:5bc5]:11061 lastseen=11.5hrs
2014-05-02 03:01:24 connection timeout
2014-05-02 03:01:25 trying connection 23.243.223.21:11061 lastseen=2.7hrs
2014-05-02 03:01:30 connection timeout
2014-05-02 03:01:30 trying connection [2001:0:9d38:6ab8:1072:10ee:a975:5bc5]:11061 lastseen=5.9hrs
2014-05-02 03:01:35 connection timeout
2014-05-02 03:01:36 trying connection 108.33.120.129:11061 lastseen=5.7hrs
full member
Activity: 144
Merit: 100
Man
How to mine this coin?Anyone can show me?

Open console and type in setgenerate true

should look like this



thats how to CPU mine

A user posted a tutorial on I think page 18 or so of this thread on how to GPU mine

I reached the screenshot which you show, but there is no debug log, I checked this folder, there is no folder named CACcoin folder, but when I install other coins, like btc,ltc etc. there will be a folder created here, is there any defect regarding the wallet, how can I know solo mining really work for this coin, anyone can help me ?

You need to create the folder yourself.

Also, if you make a shortcut to the executable wallet file, you can add the parameter "-datadir=C:\Dir" and it will put your wallet, config, etc there.

So for example:

C:\mining\calicoin\Wallet\californiacoin-qt.exe -datadir=C:\mining\calicoin\Wallet

I just created all those folders myself, put the contents of the wallet in the "Wallet" folder, and make a shortcut to californiacoin-qt.exe in any folder you'd like (or your desktop). Then made the path look like the above.

Just a friendly tip for anyone who doesn't know you can change the data directory.

sr. member
Activity: 269
Merit: 250
Man
How to mine this coin?Anyone can show me?

Open console and type in setgenerate true

should look like this



thats how to CPU mine

A user posted a tutorial on I think page 18 or so of this thread on how to GPU mine

I reached the screenshot which you show, but there is no debug log, I checked this folder, there is no folder named CACcoin folder, but when I install other coins, like btc,ltc etc. there will be a folder created here, is there any defect regarding the wallet, how can I know solo mining really work for this coin, anyone can help me ?

You need to create the folder yourself.
what's the folder name? CACcoin?
full member
Activity: 126
Merit: 100
Man
How to mine this coin?Anyone can show me?

Open console and type in setgenerate true

should look like this



thats how to CPU mine

A user posted a tutorial on I think page 18 or so of this thread on how to GPU mine

I reached the screenshot which you show, but there is no debug log, I checked this folder, there is no folder named CACcoin folder, but when I install other coins, like btc,ltc etc. there will be a folder created here, is there any defect regarding the wallet, how can I know solo mining really work for this coin, anyone can help me ?

You need to create the folder yourself.
sr. member
Activity: 518
Merit: 252
Man
How to mine this coin?Anyone can show me?

Open console and type in setgenerate true

should look like this



thats how to CPU mine

A user posted a tutorial on I think page 18 or so of this thread on how to GPU mine

I reached the screenshot which you show, but there is no debug log, I checked this folder, there is no folder named CACcoin folder, but when I install other coins, like btc,ltc etc. there will be a folder created here, is there any defect regarding the wallet, how can I know solo mining really work for this coin, anyone can help me ?

Read this post:

https://bitcointalksearch.org/topic/m.6469326

Quote
HOW to SOLOMINE CaliforniaCoin with CGMINER

Edit coin.conf to look like this

server=1
rpcuser=yourname
rpcpassword=yourpass
rpcport=1630
port=1631
rpcconnect=127.0.0.1
rpcallowip=192.168.1.*
addnode=54.194.99.126

Close wallet, run wallet

Make a text file called calisolo.bat file inside CGMiner folder to look like this:

setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
cgminer.exe  --scrypt  --no-submit-stale  -o http://127.0.0.1:1630  -O yourname:yourpass  --xintensity 4 --worksize 256  --queue 0 --scan-time 1

run calicoin.bat


Congrats you are solo mining on your AMD GPU

NOTE: If your version of CGminer does not allow for --xintensity, use -I 13
sr. member
Activity: 269
Merit: 250
Man
How to mine this coin?Anyone can show me?

Open console and type in setgenerate true

should look like this



thats how to CPU mine

A user posted a tutorial on I think page 18 or so of this thread on how to GPU mine

I reached the screenshot which you show, but there is no debug log, I checked this folder, there is no folder named CACcoin folder, but when I install other coins, like btc,ltc etc. there will be a folder created here, is there any defect regarding the wallet, how can I know solo mining really work for this coin, anyone can help me ?
full member
Activity: 196
Merit: 100
Added the nodes and still only have 2 active connections.  No problem, it still syncs!!

I got 6 active connections here
legendary
Activity: 2702
Merit: 1030
Yes I am a pirate, 300 years too late!
Man
How to mine this coin?Anyone can show me?

CPU or GPU???  If GPUs what kind and how many?
GPU, just one, the type is 7870.

I'm using 6 280x's and only getting about 1 block every 10 minutes.  I would wait for a pool.
sr. member
Activity: 518
Merit: 252
sr. member
Activity: 269
Merit: 250
Man
How to mine this coin?Anyone can show me?

CPU or GPU???  If GPUs what kind and how many?
GPU, just one, the type is 7870.
full member
Activity: 196
Merit: 100
I know I'm only getting 2 connections, some nodes would help.

Give these a try:

addnode=54.194.99.126
addnode=108.220.216.19
addnode=71.35.6.134
addnode=71.218.197.198
addnode=71.105.85.177
addnode=24.2.50.173
addnode=71.35.6.134
addnode=66.102.133.150
addnode=69.181.162.178
addnode=173.174.55.33
addnode=67.249.18.92
addnode=99.166.147.110
addnode=72.11.154.137
addnode=68.53.22.103
addnode=190.143.38.247
addnode=64.174.168.180

yay more nodes!!!  thanks!!! This community lives on!
sr. member
Activity: 269
Merit: 250
Man
How to mine this coin?Anyone can show me?

Open console and type in setgenerate true

should look like this



thats how to CPU mine

A user posted a tutorial on I think page 18 or so of this thread on how to GPU mine

Thanks  very much, what's about the mining pool, when it will be up?
legendary
Activity: 2702
Merit: 1030
Yes I am a pirate, 300 years too late!
Man
How to mine this coin?Anyone can show me?

CPU or GPU???  If GPUs what kind and how many?
full member
Activity: 196
Merit: 100
Man
How to mine this coin?Anyone can show me?

Open console and type in setgenerate true

should look like this



thats how to CPU mine

A user posted a tutorial on I think page 18 or so of this thread on how to GPU mine
sr. member
Activity: 269
Merit: 250
Man
How to mine this coin?Anyone can show me?
full member
Activity: 126
Merit: 100
Added the nodes and still only have 2 active connections.  No problem, it still syncs!!

I got 6 active connections here

The longer you leave your wallet open the more active connections you will have  Smiley
full member
Activity: 126
Merit: 100
I know I'm only getting 2 connections, some nodes would help.

Give these a try:

addnode=54.194.99.126
addnode=108.220.216.19
addnode=71.35.6.134
addnode=71.218.197.198
addnode=71.105.85.177
addnode=24.2.50.173
addnode=71.35.6.134
addnode=66.102.133.150
addnode=69.181.162.178
addnode=173.174.55.33
addnode=67.249.18.92
addnode=99.166.147.110
addnode=72.11.154.137
addnode=68.53.22.103
addnode=190.143.38.247
addnode=64.174.168.180

Will add these to OP thanks for contributing PM your wallet address for some donations.
full member
Activity: 196
Merit: 100
Working on a pool. Its ready to go. Deamon is compiled but it will not connect to the network. Troubleshooting now. The pool will be a DDOS protected high performance pool with a 1% fee. Will post when ready.

Thanks.

Awesome !!!!
Jump to: