Bitcoin Forum
June 17, 2024, 01:41:33 AM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 [26] 27 »
501  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] California Coin Cryptocurrency Designed For The People of California! on: May 02, 2014, 09:18:13 AM
Difficulty increased but still able to find blocks  Grin can't wait for the pool to be done I think it'll help this community grow a lot.

The linux source is broken. Waiting on a fix. We are trying to hammer out the issue here otherwise a pool would have been up already.

After several compiles and several trouble shooting tips this is where the deamon stands:

 "version" : 80602,
    "protocolversion" : 70002,
    "walletversion" : 60000,
    "balance" : 0.00000000,
    "blocks" : 0,
    "timeoffset" : 0,
    "connections" : 3,
    "proxy" : "",
    "difficulty" : 0.00024414,
    "testnet" : false,
    "keypoololdest" : 1399007495,
    "keypoolsize" : 101,
    "paytxfee" : 0.00000000,
    "mininput" : 0.00001000,
    "errors" : ""

tail -f debug.log output after starting the deamon:

2014-05-02 07:39:41 CaliforniaCoin version v0.8.6.2-unk-beta (2014-05-01 21:49:32 -0700)
2014-05-02 07:39:41 Using OpenSSL version OpenSSL 1.0.1e 11 Feb 2013
2014-05-02 07:39:41 Default data directory .
2014-05-02 07:39:41 Using data directory .
2014-05-02 07:39:41 Using at most 125 connections (1024 file descriptors available)
2014-05-02 07:39:41 Using 16 threads for script verification
2014-05-02 07:39:41 init message: Verifying wallet...
2014-05-02 07:39:41 dbenv.open LogDir=./database ErrorFile=./db.log
2014-05-02 07:39:41 Bound to [::]:11075
2014-05-02 07:39:41 Bound to 0.0.0.0:11075
2014-05-02 07:39:41 init message: Loading block index...
2014-05-02 07:39:41 Opening LevelDB in ./blocks/index
2014-05-02 07:39:41 Opened LevelDB successfully
2014-05-02 07:39:41 Opening LevelDB in ./chainstate
2014-05-02 07:39:41 Opened LevelDB successfully
2014-05-02 07:39:41 LoadBlockIndexDB(): last block file = 0
2014-05-02 07:39:41 LoadBlockIndexDB(): transaction index disabled
2014-05-02 07:39:41 Initializing databases...
2014-05-02 07:39:41 7b548031469229deb9f421b05a01e4a9dbcf9b30aecc6f17058929f7f53f6e26
2014-05-02 07:39:41 7b548031469229deb9f421b05a01e4a9dbcf9b30aecc6f17058929f7f53f6e26
2014-05-02 07:39:41 df5d4cddc97c45da161f81032af08c18a6b7caecf0fb13d416108d61872cb618
2014-05-02 07:39:41 CBlock(hash=7b548031469229deb9f421b05a01e4a9dbcf9b30aecc6f17058929f7f53f6e26, input=01000000000000000000000000000000000000000000000000000000000000000000000018b62c87618d1016d413fbf0eccab7a6188cf02a03811f16da457cc9dd4c5ddf81a85b53f0ff0f1ed74f627c, PoW=0000062690eaaa4dd5c885109101bf4f95f5f6f15f7fcb52dde76f647b8ce432, ver=1, hashPrevBlock=0000000000000000000000000000000000000000000000000000000000000000, hashMerkleRoot=df5d4cddc97c45da161f81032af08c18a6b7caecf0fb13d416108d61872cb618, nTime=1398515841, nBits=1e0ffff0, nNonce=2086817751, vtx=1)
2014-05-02 07:39:41   CTransaction(hash=df5d4cddc97c45da161f81032af08c18a6b7caecf0fb13d416108d61872cb618, ver=1, vin.size=1, vout.size=1, nLockTime=0)
    CTxIn(COutPoint(0000000000000000000000000000000000000000000000000000000000000000, 4294967295), coinbase 04ffff001d01040d4d74676f7820697320646f776e)
    CTxOut(nValue=50.00000000, scriptPubKey=040184710fa689ad5023690c80f3a4)
  vMerkleTree: df5d4cddc97c45da161f81032af08c18a6b7caecf0fb13d416108d61872cb618
2014-05-02 07:39:41 Pre-allocating up to position 0x1000000 in blk00000.dat
2014-05-02 07:39:41 SetBestChain: new best=7b548031469229deb9f421b05a01e4a9dbcf9b30aecc6f17058929f7f53f6e26  height=0  log2_work=20.000022  tx=1  date=2014-04-26 12:37:21 progress=0.000000
2014-05-02 07:39:41 init message: Verifying blocks...
2014-05-02 07:39:41  block index               9ms
2014-05-02 07:39:41 init message: Loading wallet...
2014-05-02 07:39:42 nFileVersion = 80602
2014-05-02 07:39:42  wallet                  415ms
2014-05-02 07:39:42 init message: Loading addresses...
2014-05-02 07:39:42 Loaded 78 addresses from peers.dat  0ms
2014-05-02 07:39:42 mapBlockIndex.size() = 1
2014-05-02 07:39:42 nBestHeight = 0
2014-05-02 07:39:42 setKeyPool.size() = 101
2014-05-02 07:39:42 mapWallet.size() = 0
2014-05-02 07:39:42 mapAddressBook.size() = 1
2014-05-02 07:39:42 AddLocal(**CENSORED IP ADDRESS**)
2014-05-02 07:39:42 IPv4 eth0: **CENSORED IP ADDRESS**
2014-05-02 07:39:42 dnsseed thread start
2014-05-02 07:39:42 Loading addresses from DNS seeds (could take a while)
2014-05-02 07:39:42 0 addresses found from DNS seeds
2014-05-02 07:39:42 dnsseed thread exit
2014-05-02 07:39:42 addcon thread start
2014-05-02 07:39:42 dumpaddr thread start
2014-05-02 07:39:42 net thread start
2014-05-02 07:39:42 msghand thread start
2014-05-02 07:39:42 opencon thread start
2014-05-02 07:39:42 trying connection 54.194.99.126:11061 lastseen=360837.9hrs
2014-05-02 07:39:42 init message: Done loading
2014-05-02 07:39:42 connected 54.194.99.126:11061
2014-05-02 07:39:42 send version message: version 70002, blocks=0, us=**CENSORED IP ADDRESS**:11075, them=54.194.99.126:11061, peer=54.194.99.126:11061
2014-05-02 07:39:42 Added time data, samples 2, offset -3 (+0 minutes)
2014-05-02 07:39:42 receive version message: /Satoshi:0.8.6.2/: version 70002, blocks=0, us=**CENSORED IP ADDRESS**:42998, them=54.194.99.126:11061, peer=54.194.99.126:11061
2014-05-02 07:39:42 trying connection 68.53.22.103:11061 lastseen=5.5hrs
2014-05-02 07:39:43 Added 1 addresses from 54.194.99.126: 3 tried, 76 new
2014-05-02 07:39:44 GetMyExternalIP() received [**CENSORED IP ADDRESS**] **CENSORED IP ADDRESS**:0
2014-05-02 07:39:44 GetMyExternalIP() returned **CENSORED IP ADDRESS**
2014-05-02 07:39:44 AddLocal(**CENSORED IP ADDRESS**:11075,4)
2014-05-02 07:39:45 ThreadRPCServer method=getinfo
2014-05-02 07:39:45 keypool reserve 2
2014-05-02 07:39:45 keypool return 2
2014-05-02 07:39:45 ThreadRPCServer method=getinfo
2014-05-02 07:39:45 keypool reserve 2
2014-05-02 07:39:45 keypool return 2
2014-05-02 07:39:45 ThreadRPCServer method=listaccounts
2014-05-02 07:39:45 ThreadRPCServer method=getmininginfo
2014-05-02 07:39:45 ThreadRPCServer method=getdifficulty
2014-05-02 07:39:45 ThreadRPCServer method=getblockcount
2014-05-02 07:39:45 ThreadRPCServer method=getblockcount
2014-05-02 07:39:45 ThreadRPCServer method=getinfo
2014-05-02 07:39:45 keypool reserve 2
2014-05-02 07:39:45 keypool return 2
2014-05-02 07:39:45 ThreadRPCServer method=listaccounts
2014-05-02 07:39:45 ThreadRPCServer method=getinfo
2014-05-02 07:39:45 keypool reserve 2
2014-05-02 07:39:45 keypool return 2
2014-05-02 07:39:45 ThreadRPCServer method=listaccounts
2014-05-02 07:39:47 connection timeout
2014-05-02 07:39:48 trying connection 107.185.80.90:11061 lastseen=5.6hrs
2014-05-02 07:39:53 connection timeout
2014-05-02 07:39:53 trying connection 222.65.120.126:11061 lastseen=6.5hrs
2014-05-02 07:39:56 ThreadRPCServer method=getinfo
2014-05-02 07:39:56 keypool reserve 2
2014-05-02 07:39:56 keypool return 2
2014-05-02 07:39:56 ThreadRPCServer method=listaccounts
2014-05-02 07:39:56 ThreadRPCServer method=getblockcount
2014-05-02 07:39:56 ThreadRPCServer method=getinfo
2014-05-02 07:39:56 keypool reserve 2
2014-05-02 07:39:56 keypool return 2
2014-05-02 07:39:56 ThreadRPCServer method=listaccounts
2014-05-02 07:39:56 ThreadRPCServer method=getinfo
2014-05-02 07:39:56 keypool reserve 2
2014-05-02 07:39:56 keypool return 2
2014-05-02 07:39:56 ThreadRPCServer method=listaccounts
2014-05-02 07:39:58 connection timeout
2014-05-02 07:39:59 trying connection 50.197.135.73:11061 lastseen=4.4hrs
2014-05-02 07:40:04 connection timeout
2014-05-02 07:40:04 trying connection 107.185.80.90:11061 lastseen=5.6hrs
2014-05-02 07:40:07 ThreadRPCServer method=getinfo
2014-05-02 07:40:07 keypool reserve 2
2014-05-02 07:40:07 keypool return 2
2014-05-02 07:40:07 ThreadRPCServer method=listaccounts
2014-05-02 07:40:07 ThreadRPCServer method=getinfo
2014-05-02 07:40:07 keypool reserve 2
2014-05-02 07:40:07 keypool return 2
2014-05-02 07:40:07 ThreadRPCServer method=listaccounts
2014-05-02 07:40:07 ThreadRPCServer method=getblockcount
2014-05-02 07:40:07 ThreadRPCServer method=getinfo
2014-05-02 07:40:07 keypool reserve 2
2014-05-02 07:40:07 keypool return 2
2014-05-02 07:40:07 ThreadRPCServer method=listaccounts
2014-05-02 07:40:09 connection timeout
2014-05-02 07:40:10 trying connection 75.80.57.254:11061 lastseen=0.0hrs
2014-05-02 07:40:10 connected 75.80.57.254:11061
2014-05-02 07:40:10 send version message: version 70002, blocks=0, us=**CENSORED IP ADDRESS**:11075, them=75.80.57.254:11061, peer=75.80.57.254:11061
2014-05-02 07:40:10 Added time data, samples 3, offset -3 (+0 minutes)
2014-05-02 07:40:10 receive version message: /Satoshi:0.8.6.2/: version 70002, blocks=7078, us=**CENSORED IP ADDRESS**:51331, them=75.80.57.254:11061, peer=75.80.57.254:11061
2014-05-02 07:40:10 trying connection 50.197.135.73:11061 lastseen=4.4hrs
2014-05-02 07:40:13 Added 1 addresses from 75.80.57.254: 3 tried, 77 new
2014-05-02 07:40:15 connection timeout
2014-05-02 07:40:16 trying connection 66.205.139.193:11061 lastseen=0.0hrs
2014-05-02 07:40:16 connected 66.205.139.193:11061
2014-05-02 07:40:16 send version message: version 70002, blocks=0, us=**CENSORED IP ADDRESS**:11075, them=66.205.139.193:11061, peer=66.205.139.193:11061
2014-05-02 07:40:16 Added time data, samples 4, offset -4 (+0 minutes)
2014-05-02 07:40:16 receive version message: /Satoshi:0.8.6.2/: version 70002, blocks=7078, us=0.0.0.0:0, them=66.205.139.193:11061, peer=66.205.139.193:11061
2014-05-02 07:40:16 trying connection 68.53.22.103:11061 lastseen=5.5hrs
2014-05-02 07:40:17 Added 1 addresses from 66.205.139.193: 3 tried, 78 new
2014-05-02 07:40:18 ThreadRPCServer method=getinfo
2014-05-02 07:40:18 keypool reserve 2
2014-05-02 07:40:18 keypool return 2
2014-05-02 07:40:18 ThreadRPCServer method=getinfo
2014-05-02 07:40:18 keypool reserve 2
2014-05-02 07:40:18 keypool return 2
2014-05-02 07:40:18 ThreadRPCServer method=listaccounts
2014-05-02 07:40:18 ThreadRPCServer method=getmininginfo
2014-05-02 07:40:18 ThreadRPCServer method=getdifficulty
2014-05-02 07:40:18 ThreadRPCServer method=getblockcount
2014-05-02 07:40:18 ThreadRPCServer method=getinfo
2014-05-02 07:40:18 keypool reserve 2
2014-05-02 07:40:18 keypool return 2
2014-05-02 07:40:18 ThreadRPCServer method=listaccounts
2014-05-02 07:40:18 ThreadRPCServer method=getinfo
2014-05-02 07:40:18 keypool reserve 2
2014-05-02 07:40:18 keypool return 2
2014-05-02 07:40:18 ThreadRPCServer method=listaccounts
2014-05-02 07:40:21 connection timeout
2014-05-02 07:40:22 trying connection 107.185.80.90:11061 lastseen=5.6hrs

Just continually trying connection... connection timed out once it reaches its 3 peers that its willing to connect to.

Forget about getting a pool if the linux source doesnt work.




So you were able to determine it's "broken" but not how to fix it?
502  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] California Coin Cryptocurrency Designed For The People of California! on: May 02, 2014, 07:09:18 AM
Someone should go around California and post some of those paper wallets that the mysterious Dogecoin guy did! I think that would generate a lot of buzz for this coin!

Also go to a couple colleges and get the word out about CaliforniaCoin get some people to use their college networks to mine super fast lol we need some publicity  Cool

Wonderful idea Allison but don't we need paper wallets for that first?
503  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] California Coin Cryptocurrency Designed For The People of California! on: May 02, 2014, 01:30:12 AM
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
504  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] California Coin Cryptocurrency Designed For The People of California! on: May 02, 2014, 12:11:15 AM
How much is it to rent a pool

It's not that much, if I had some $$$ I would've bought one

There's many providers and so many different options just go a Google search to see for yourself
505  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] California Coin Cryptocurrency Designed For The People of California! on: May 01, 2014, 09:13:18 PM
OK Dev, here are some questions...

1) Where do you really live?
2) Did you just copy/paste this coin?
3) How much in coins was the premine?
4) Are you going to dump and run as soon as this coin hits and exchange?
5) How do you plan on maintaining this coin?

I'm really starting to worry, a DEV who doesn't know linux?  Avoids answering questions about implementing features?  I have seen way too many scam coins there the DEV, Kept the IPO, kept and dumped the premine, opened a pool just to have it die with eveyones coins.  Yes, I'm a bit gunshy.  

Born and raised in California sadly I had to move to Arizona due to work.

2. No

3. Under 1.5% pre-mine check the OP it's been updated.

4. No, this coin is around to stay for many many years.

5. With the help and support of this growing community of course! We're going to setup a faucet shortly after we get on the exchanges so more people can receive their CaliforniaCoins!

Yeah california isn't that friendly when it comes to jobs sorry to hear you had to move. If I can help you with the faucet let me know I got a 100K coins I'll donate
506  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] California Coin Cryptocurrency Designed For The People of California! on: May 01, 2014, 08:19:12 PM
I think I know what's happening here the guys that do know how to run linux are keeping it a secret so they can mine solo with their 4 x 280x's

507  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] California Coin Cryptocurrency Designed For The People of California! on: May 01, 2014, 08:08:51 PM
Why don't the people that are having trouble using the linux wallet, try using the windows wallet on an windows emulator?

That should work  Grin
508  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] California Coin Cryptocurrency Designed For The People of California! on: May 01, 2014, 10:16:23 AM
I thought there exists some type of services/companies that will setup pools for a good deal am I mistaken? I'd be down to purchase a pool for California Coin when I get paid.

If you could point some out and provide the links that would be much appreciated MikeGAZ83

ah I had the link in my browser and I had to restart I'll find it again and post it here
509  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] California Coin Cryptocurrency Designed For The People of California! on: May 01, 2014, 10:09:38 AM
I thought there exists some type of services/companies that will setup pools for a good deal am I mistaken? I'd be down to purchase a pool for California Coin when I get paid.
510  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] California Coin Cryptocurrency Designed For The People of California! on: May 01, 2014, 08:11:14 AM
hey I got a question for any linux guys out there. Im trying to get the cali coin wallet going on linux from source, I got the daemon running but when I run "./litecoind getinfo" im not getting any blocks... any ideas why its not connecting? im not getting any errors that I can see right now...



Could be a glitch try resetting everything
511  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] California Coin Cryptocurrency Designed For The People of California! on: May 01, 2014, 07:15:43 AM
Getting harder to solo mine even with good equipment... Need that pool

Indeed a pool would be great can't believe no pool owner has started a pool yet don't they realize they can take fee's 1% - 2%

so sad when there is a pool for bluecoin and yellowcoin and those are all clones too but what is neat about CaliforniaCoin is it's not a color & the people are very advanced when it comes to technology & new stuff. Could go very far if we continue at this pace people. Community brings success to coins and I think this one is on to something just my 2 cents.
512  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] California Coin Cryptocurrency Designed For The People of California! on: May 01, 2014, 05:21:47 AM
Hi  Smiley

Does anyone have some good settings they can share for the 7950 video card, for CGMiner. I'm using getting 576kh/s but I read that my card should be getting a lot more

If I set my intensity to high it crashes right away  Huh

Try this:

Code:
-I 19 --thread-concurrency 24000 --gpu-powertune 20

From:

https://litecoin.info/Mining_Hardware_Comparison

That should get you around ~ 670 kh/s make sure your GPU fans are at 85% at least or else you will burn out the GPU over time & watch the temps Don't go over 80C they can go higher but you want your card to last right  Wink

513  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] California Coin Cryptocurrency Designed For The People of California! on: May 01, 2014, 12:21:13 AM
is it preferred to have a dedicated server for a mining pool?

Yeah dedicated servers with tons of ram are usually needed for mining pools
514  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] California Coin Cryptocurrency Designed For The People of California! on: May 01, 2014, 12:08:47 AM
made this one myself lol I come from the Doge community



Welcome to the community glad you're here! Tell your friends from the Doge community!

Thanks man glad this community is so friendly

It was cool to see that one dude pay the other guy 200k of his lost coins

Reminds me of the early days of Doge when mining was so easy lol
515  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] California Coin Cryptocurrency Designed For The People of California! on: April 30, 2014, 11:59:54 PM
If only I knew how to start a pool I'd gladly do it

Same... Sounds like it could be pretty bad ass, I'd try to use drupal and just make a custom module or two... only problem is im too new to all this mining shit and dont got Javascript down 100%. Then again there is probably some stupid as script u upload to a server and bam, your running a pool, with a few tweaks of course... thats why a lot of the pools look the same, they run the same script. Anyone know what it is / where to get it?

I think this thread from bitcointalk might help explain how to setup a pool:

https://bitcointalk.org/index.php?topic=495542.0

Of course you will need to edit a few things so if you're not comfortable with that you should probably leave it up to someone else.

Till then lets keep solo mining since diff is so low, Im finding blocks so quick on my crappy 7750 it's fun mining CaliforniaCoins

Make sure you are on the right fork -- should look like this with "getmininginfo" in the console (I removed a few unimportant lines):

{
"blocks" : 6643,
"difficulty" : 0.49467844,
"networkhashps" : 17756056,
}

Yup looks like everything smoothed out

Code:

{
"blocks" : 6649,

"networkhashps" : 17012024,

}


516  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] California Coin Cryptocurrency Designed For The People of California! on: April 30, 2014, 09:42:35 PM
hopefully this is on some exchanges soon

We're growing pretty fast and people have begun contacting exchanges on our behalf  Smiley

It won't be long! CaliforniaCoin is here to stay!  Grin

Thanks dev for all the quick replies very good support
517  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] California Coin Cryptocurrency Designed For The People of California! on: April 30, 2014, 10:26:52 AM
Mining on GPU finally hitting blocks  Cool

CaliforniaCoins are fun to mine they accumulate quickly.

If this even becomes worth $0.0005 that'd be dope  Grin
518  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] California Coin Cryptocurrency Designed For The People of California! on: April 30, 2014, 06:38:21 AM
okay so I did some searching tried pointing CGMiner to my local host 127.0.0.1 but its not working can any1 help


What errors are you getting?

No errors just the whole CGMiner screen is blank.

What settings is everybody using to mine off the GPU with Cgminer?

Can any1 share or is this a tip top secret LOL
519  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] California Coin Cryptocurrency Designed For The People of California! on: April 30, 2014, 06:32:04 AM
okay so I did some searching tried pointing CGMiner to my local host 127.0.0.1 but its not working can any1 help
520  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] California Coin Cryptocurrency Designed For The People of California! on: April 30, 2014, 06:00:23 AM
I'm not sleeping until I can mine with Cgminer  Tongue

 Can anyone  Smiley put a simple tutorial up a few screenshots of how to use CGMiner to mine CaliforniaCoin because all I know is how to mine using Cgminer when there is a pool

But there is no pool and I'm not hitting any more blocks on the CPU anymore this is getting more competitive and it's only a few hours old I smell a real winner I want to be able to GPU mine also so please help us newbies out we will only help to grow the community.

Telling someone to search is not right when you could post it here we could be searching and finding out-dated information on old versions of CGMiner.  Sad

Please  Smiley someone make a tutorial on how to mine this using CGMiner
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 [26] 27 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!