Bitcoin Forum
May 27, 2024, 06:10:28 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 [3] 4 »  All
  Print  
Author Topic: [ANN] CommunityCoin (CTC) (Currency Name Change)  (Read 5390 times)
vedalken254
Member
**
Offline Offline

Activity: 111
Merit: 10



View Profile WWW
September 09, 2013, 05:14:12 AM
 #41

Is it just me, or is the seednode down?

You've read my forum signature. That's enough social interaction for one day.
CaptChadd (OP)
Hero Member
*****
Offline Offline

Activity: 924
Merit: 1005


Product Marketing & Promotion / Software Developer


View Profile
September 09, 2013, 10:39:01 AM
 #42

Is it just me, or is the seednode down?

I will check it for you.

Your EXC pool is down if you did not know.
almightyruler
Legendary
*
Offline Offline

Activity: 2268
Merit: 1092


View Profile
September 09, 2013, 12:06:25 PM
 #43

Having trouble running commmunitycoind when compiled from source.

Firstly, the source file contained about 20-25MB worth of Windows specific stuff, DLLs and even geocoind.exe (this is Communitycoin, right? Cheesy ) sitting in the src dir. Also, one of the source files has 3 or 4 random characters of garbage at the very start which had to be edited out to compile.

Then once I ran communitycoind...

Assertion failed: (block.hashMerkleRoot == uint256("0x7bcc6ac4395696e1895efc3f899451d41d5211b724868e8bbfe07849e049a646")), function LoadBlockIndex, file main.cpp, line 2031.

Here's the code in main.cpp leading up to the assert:

Code:
        //// debug print
        printf("%s\n", block.GetHash().ToString().c_str());
        printf("%s\n", hashGenesisBlock.ToString().c_str());
        printf("%s\n", block.hashMerkleRoot.ToString().c_str());
        assert(block.hashMerkleRoot == uint256("0x7bcc6ac4395696e1895efc3f899451d41d5211b724868e8bbfe07849e049a646"));


I don't know enough about C++ or the *coin source to fix this. What's going on?
vedalken254
Member
**
Offline Offline

Activity: 111
Merit: 10



View Profile WWW
September 09, 2013, 12:07:06 PM
 #44

Is it just me, or is the seednode down?

I will check it for you.

Your EXC pool is down if you did not know.
Don't you mean CTC? And yeah. I know. I'm currently awaiting the headless linux client before opening it back up.

You've read my forum signature. That's enough social interaction for one day.
CaptChadd (OP)
Hero Member
*****
Offline Offline

Activity: 924
Merit: 1005


Product Marketing & Promotion / Software Developer


View Profile
September 09, 2013, 06:04:09 PM
 #45

Having trouble running commmunitycoind when compiled from source.

Firstly, the source file contained about 20-25MB worth of Windows specific stuff, DLLs and even geocoind.exe (this is Communitycoin, right? Cheesy ) sitting in the src dir. Also, one of the source files has 3 or 4 random characters of garbage at the very start which had to be edited out to compile.

Then once I ran communitycoind...

Assertion failed: (block.hashMerkleRoot == uint256("0x7bcc6ac4395696e1895efc3f899451d41d5211b724868e8bbfe07849e049a646")), function LoadBlockIndex, file main.cpp, line 2031.

Here's the code in main.cpp leading up to the assert:

Code:
        //// debug print
        printf("%s\n", block.GetHash().ToString().c_str());
        printf("%s\n", hashGenesisBlock.ToString().c_str());
        printf("%s\n", block.hashMerkleRoot.ToString().c_str());
        assert(block.hashMerkleRoot == uint256("0x7bcc6ac4395696e1895efc3f899451d41d5211b724868e8bbfe07849e049a646"));


I don't know enough about C++ or the *coin source to fix this. What's going on?

You need to download the blockchain file in the OP and put it in a appdata communitycoin folder. This was due to the name switchover.
djchoppa
Member
**
Offline Offline

Activity: 83
Merit: 10


View Profile
September 10, 2013, 09:00:31 AM
 #46

I can't seem to mine CTC at the moment.  No connections.

████→→       ● DeepOnion                                                                       ✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯ 
████→→       ● Tor integrated, 100% anonymous!                                ✯       Get Your FREE Coins NOW!      ✯
████→→       ● Free Airdrop! (No ICO, No Crowdfund)                       ✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯
almightyruler
Legendary
*
Offline Offline

Activity: 2268
Merit: 1092


View Profile
September 10, 2013, 09:05:02 AM
 #47

I can't seem to mine CTC at the moment.  No connections.

Same here. I downloaded the chain as mentioned above ^^^^, even reused the peers.dat file that was included in the archive (along with a debug log, lol), but none of the 144 nodes in it seem to be alive.
CaptChadd (OP)
Hero Member
*****
Offline Offline

Activity: 924
Merit: 1005


Product Marketing & Promotion / Software Developer


View Profile
September 10, 2013, 11:45:43 AM
 #48

Should be working now.
almightyruler
Legendary
*
Offline Offline

Activity: 2268
Merit: 1092


View Profile
September 10, 2013, 02:02:49 PM
 #49

Should be working now.

What changed? Still can't connect to anything here. Can you throw me a few node IPs?

Code:
$ ./communitycoind -datadir=. getpeerinfo
[
]
CaptChadd (OP)
Hero Member
*****
Offline Offline

Activity: 924
Merit: 1005


Product Marketing & Promotion / Software Developer


View Profile
September 10, 2013, 02:08:33 PM
 #50

Should be working now.

What changed? Still can't connect to anything here. Can you throw me a few node IPs?

Code:
$ ./communitycoind -datadir=. getpeerinfo
[
]

addnode=212.48.67.126

That is the node of the seed client on my vps, it does have people connecting to it.
almightyruler
Legendary
*
Offline Offline

Activity: 2268
Merit: 1092


View Profile
September 10, 2013, 03:56:27 PM
 #51

Thanks, finally been able to connect. The fact that I'm running via a proxy makes things more difficult since peers are trying to connect to the IP of the proxy... which is not going to work. Not sure why the source code was written to pass around the proxy IP as a potential peer?
RobinHood27
Member
**
Offline Offline

Activity: 112
Merit: 10


viva la vida


View Profile
September 10, 2013, 05:38:57 PM
 #52

is there any pool for mining?

all things are good
vedalken254
Member
**
Offline Offline

Activity: 111
Merit: 10



View Profile WWW
September 10, 2013, 06:24:49 PM
 #53

is there any pool for mining?

Not at present. I had a pool running but due to the fact that it's just a VM running on my desktop due to not having a headless client for linux I am stopping the pool until the client can run on a headless linux server.

You've read my forum signature. That's enough social interaction for one day.
almightyruler
Legendary
*
Offline Offline

Activity: 2268
Merit: 1092


View Profile
September 11, 2013, 01:00:45 AM
 #54

Not at present. I had a pool running but due to the fact that it's just a VM running on my desktop due to not having a headless client for linux

Is there some reason you can't compile from source? I had a little trouble but I'm now running communitycoind on a *nix box...
vedalken254
Member
**
Offline Offline

Activity: 111
Merit: 10



View Profile WWW
September 11, 2013, 04:55:00 AM
Last edit: September 11, 2013, 09:22:19 AM by vedalken254
 #55

Not at present. I had a pool running but due to the fact that it's just a VM running on my desktop due to not having a headless client for linux

Is there some reason you can't compile from source? I had a little trouble but I'm now running communitycoind on a *nix box...

I had been encountering errors in the compile process... If you could send me info on how to compile it on headless *nix, i'd appreciate it.

EDIT: Never mind... Finally CaptChadd fixed the initial compile errors i was having but i had to rename obj-test in the src dir to obj for it to compile.

Veddy
2nd EDIT: Pool is now online thankfully at concord.lksmith.me! Point your miners to Concord.lksmith.me:9988 for mining if you've already established workers with the old pool at mc.lksmith.me! Cheesy

You've read my forum signature. That's enough social interaction for one day.
FinShaggy
Full Member
***
Offline Offline

Activity: 196
Merit: 100


Google/YouTube


View Profile WWW
September 13, 2013, 02:02:13 PM
 #56

Are there ways to earn this coin without mining, maybe by writing?

If everyone is thinking outside the box, there is a new box.
almightyruler
Legendary
*
Offline Offline

Activity: 2268
Merit: 1092


View Profile
January 22, 2014, 01:36:14 AM
 #57

Firing up some old daemons that haven't been started for a while. Can't connect to anything, seed node is gone. Anyone running a client and can give me some addnode IPs?
djchoppa
Member
**
Offline Offline

Activity: 83
Merit: 10


View Profile
January 22, 2014, 06:59:13 AM
 #58

Firing up some old daemons that haven't been started for a while. Can't connect to anything, seed node is gone. Anyone running a client and can give me some addnode IPs?

+ 1
Can't sync.  Perhaps ask Captchadd. 

████→→       ● DeepOnion                                                                       ✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯ 
████→→       ● Tor integrated, 100% anonymous!                                ✯       Get Your FREE Coins NOW!      ✯
████→→       ● Free Airdrop! (No ICO, No Crowdfund)                       ✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯
CaptChadd (OP)
Hero Member
*****
Offline Offline

Activity: 924
Merit: 1005


Product Marketing & Promotion / Software Developer


View Profile
February 19, 2015, 09:09:18 PM
 #59

The name change from Crimecoin to Communitycoin did not work as intended so I am attempting to bring the original Crimecoin back online, with the original blockchain still unchanged and intact and still using the Crimecoin V 1.2 client.

I will be updating the website http://www.crimecoin.org website to have a Windows V1.2 download link, a link to the Github source code etc.

This coin started as a Scrypt coin and will stay as one.

Might be a good time for previous Crimecoin miners to dust off any old CRM wallets they have.

Many thanks.
djchoppa
Member
**
Offline Offline

Activity: 83
Merit: 10


View Profile
February 20, 2015, 11:00:48 AM
 #60

If I remember rightly all our Crimecoin coins were converted to Comunitycoin coins.  Will they be converted back?

Wallet dusted off and ready for relaunch.   Smiley

████→→       ● DeepOnion                                                                       ✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯ 
████→→       ● Tor integrated, 100% anonymous!                                ✯       Get Your FREE Coins NOW!      ✯
████→→       ● Free Airdrop! (No ICO, No Crowdfund)                       ✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯
Pages: « 1 2 [3] 4 »  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!