Chicago
|
|
October 23, 2017, 06:48:12 PM |
|
... watching this space as Spain awakens.
|
|
|
|
johnloco
Newbie
Offline
Activity: 46
Merit: 0
|
|
October 24, 2017, 06:18:41 PM |
|
Here https://files.fm/u/7n4qpp5d#_ is the Cataloniacoin wallet originally available at cataloniacoin.info if anyone wants to have a play around with it. Its pretty cool looking and has some cool fetures its a shame it wasnt available for longer and given more time to gain traction.
|
|
|
|
drays
Legendary
Offline
Activity: 2576
Merit: 1073
|
|
October 24, 2017, 07:23:52 PM |
|
My wallet is stuck with last block 339266, 3 days ago. Does anyone know how to get it to catch up or how I could seed my wallet as a node?
You would need a real public IP address to serve as a node... Do you have it? As far as I know, you cannot seed your address, but if your node runs stable for a long time, its address will be picked up by other clients (and stay in their cache). Do you have any peers now?
|
... this space is not for rent ...
|
|
|
johnloco
Newbie
Offline
Activity: 46
Merit: 0
|
|
October 24, 2017, 09:24:47 PM |
|
My wallet is stuck with last block 339266, 3 days ago. Does anyone know how to get it to catch up or how I could seed my wallet as a node?
You would need a real public IP address to serve as a node... Do you have it? As far as I know, you cannot seed your address, but if your node runs stable for a long time, its address will be picked up by other clients (and stay in their cache). Do you have any peers now? I have a static IP that very rarely changes and a server I can permanently run the wallet on as a node. There seems to be someone who comes online periodically and the wallet syncs up then they go offline and the blocks just get stuck. I'm just unsure of the commands I need to put into the console or config file and what port I need to allow through my firewall for port forwarding is it 33391? getpeerinfo 22:11:16 ? [ { "addr" : "104.207.131.249:33391", "services" : "00000001", "lastsend" : 1508879441, "lastrecv" : 1508879441, "conntime" : 1508879434, "version" : 60014, "subver" : "/Cataloniacoinflubb:1.1.2/", "inbound" : false, "startingheight" : 339266, "banscore" : 0 } ]
|
|
|
|
cordlesslake
|
|
October 24, 2017, 09:26:48 PM |
|
Could you please dev add some nod my wallet is stuck want to synchronize , other questions could we mine this coin wich algo and do you have any tutorial ?
|
|
|
|
johnloco
Newbie
Offline
Activity: 46
Merit: 0
|
|
October 25, 2017, 06:48:10 PM |
|
Could you please dev add some nod my wallet is stuck want to synchronize , other questions could we mine this coin wich algo and do you have any tutorial ?
Got my wallet now running as a node put addnode=81.107.12.4 into your cataloniacoin.conf file found in C:\Documents and Settings\User\Application Data\Cataloniacoin if the file isn't there just create a .txt file add the line addnode=81.107.12.4 then save the file as cataloniacoin.conf and you wallet should start to sync up.
|
|
|
|
AshleyAshes
Copper Member
Full Member
Offline
Activity: 378
Merit: 100
|
|
October 25, 2017, 08:08:29 PM |
|
So the project stuck or what?
|
|
|
|
drays
Legendary
Offline
Activity: 2576
Merit: 1073
|
|
October 26, 2017, 08:15:23 PM |
|
I'm just unsure of the commands I need to put into the console or config file and what port I need to allow through my firewall for port forwarding is it 33391?
The default port is indeed 33391, so you should open it in firewall. You actually can look at the ports your daemon is opening, using "netstat -apn | grep catalonia" command. I suppose you would need: in the cataloniacoin.conf file.
|
... this space is not for rent ...
|
|
|
johnloco
Newbie
Offline
Activity: 46
Merit: 0
|
|
October 26, 2017, 10:29:37 PM |
|
I'm just unsure of the commands I need to put into the console or config file and what port I need to allow through my firewall for port forwarding is it 33391?
The default port is indeed 33391, so you should open it in firewall. You actually can look at the ports your daemon is opening, using "netstat -apn | grep catalonia" command. I suppose you would need: in the cataloniacoin.conf file. Thanks Drays I'm pretty sure my wallet is now running as a node 81.107.12.4 I've managed to test it externally today and it synced up fine at work. The next issue is mining and getting the wallet and blocks to constantly advance and keep up to date. I think its possible to solo mine with this wallet but again I haven't got a clue what code I need to put into the config file to set it of mining? There is supposed to be 2.3806 coins per block every 2mins. If you have any ideas how I could solo mine it would be much appreciated thanks.
|
|
|
|
drays
Legendary
Offline
Activity: 2576
Merit: 1073
|
|
October 29, 2017, 12:23:51 AM |
|
other questions could we mine this coin wich algo and do you have any tutorial ?
The algo is x11, and it is perfectly possible to mine this coin, as it is dual staking/mining coin. The reward is around 2.3 coins per block, as johnloco mentioned. However I am not aware of any tutorial...
|
... this space is not for rent ...
|
|
|
drays
Legendary
Offline
Activity: 2576
Merit: 1073
|
|
October 29, 2017, 12:29:20 AM |
|
I'm just unsure of the commands I need to put into the console or config file and what port I need to allow through my firewall for port forwarding is it 33391?
The default port is indeed 33391, so you should open it in firewall. You actually can look at the ports your daemon is opening, using "netstat -apn | grep catalonia" command. I suppose you would need: in the cataloniacoin.conf file. Thanks Drays I'm pretty sure my wallet is now running as a node 81.107.12.4 I've managed to test it externally today and it synced up fine at work. The next issue is mining and getting the wallet and blocks to constantly advance and keep up to date. I think its possible to solo mine with this wallet but again I haven't got a clue what code I need to put into the config file to set it of mining? There is supposed to be 2.3806 coins per block every 2mins. If you have any ideas how I could solo mine it would be much appreciated thanks. Yep, it should be possible to solo-mine, especially as the difficulty is probably very low. I remember I did solo-mine it few years back, but since forgot how I did it. One thing for sure - you would need "getwork"-supporting miner to mine solo. Alternatively you could install some pool software (like the most popular Python-based one), and mine using stratum.
|
... this space is not for rent ...
|
|
|
|
drays
Legendary
Offline
Activity: 2576
Merit: 1073
|
|
November 04, 2017, 12:58:11 PM Last edit: December 31, 2017, 02:20:09 AM by drays |
|
Well, the experience with this coin shows Catalan people are not interested in cryptocurrency. If nation doesn't want to look into the future, what could one do? They abandoned their main and only national crypto coin That is sad, but is a fact. I understand devs have left, but if there were more or less active community of Catalans, the coin would have easily survived without dev's interaction. The code and blockchain are great, and everything works without single glitch. This coin only lacks community. So I really doubt it makes sense to follow new "Catalan" coin, even if it is active currently. I think I am done with "Catalan" coins..
|
... this space is not for rent ...
|
|
|
vadimazov
Newbie
Offline
Activity: 274
Merit: 0
|
|
December 16, 2017, 05:04:05 PM |
|
This looks very worth watching.
|
|
|
|
johnloco
Newbie
Offline
Activity: 46
Merit: 0
|
|
December 28, 2017, 05:32:22 PM |
|
|
|
|
|
drays
Legendary
Offline
Activity: 2576
Merit: 1073
|
|
December 31, 2017, 02:20:54 AM |
|
Indeed. Revival attempt? This coin is mineable, so it has chances to survive due to possible new members. But it lacks pool and exchange. Also there is no block explorer, though I can install one if needed.
|
... this space is not for rent ...
|
|
|
johnloco
Newbie
Offline
Activity: 46
Merit: 0
|
|
January 04, 2018, 06:52:12 PM |
|
It seems to be a fan site not a new team but at least its something!
I have been mining this coin for quiet a few weeks now all you need is a few thousand coins and your wallet always open and you periodically receive coins the algo has auto shifted to favour pos over pow at the moment.
If anyone wants some free coins to play around with msg me you CATc address and I'll send you some.
|
|
|
|
HTMLCOIN
|
|
January 19, 2018, 03:18:27 PM |
|
Indeed. Revival attempt? This coin is mineable, so it has chances to survive due to possible new members. But it lacks pool and exchange. Also there is no block explorer, though I can install one if needed. There seems to be no miner to dig it. Because developers don't have new development plans.
|
|
|
|
syclone
|
|
February 03, 2018, 06:56:34 AM |
|
I bought some of this coin on Bittrex, and now I hear it doesn't have its own blockchain? hahaha... Can't wait to see what happens. Holding.
|
|
|
|
drays
Legendary
Offline
Activity: 2576
Merit: 1073
|
|
February 03, 2018, 12:26:46 PM |
|
I bought some of this coin on Bittrex, and now I hear it doesn't have its own blockchain? hahaha... Can't wait to see what happens. Holding.
You seem to be on a wrong thread. This coin is tbe opposite of what yoy stated - was never listed on Bittrex, and it has its own blockchain . I wonder which coin you were speaking about?
|
... this space is not for rent ...
|
|
|
|