Bitcoin Forum
May 29, 2024, 12:19:13 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Poll
Question: What to do with the 11500 unclaimed CGA
Destroy All - 70 (88.6%)
Destroy 3/4 - 1 (1.3%)
Destroy None - 8 (10.1%)
Total Voters: 79

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 »
  Print  
Author Topic: [ANN][CGA]Cryptographic Anomaly - Multipool is LIVE!  (Read 328865 times)
bkcdt
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
October 17, 2016, 01:15:57 AM
 #481

Code:
cryptographicanomaly2d getmininginfo
?

{
    "blocks" : 365141,
    "currentblocksize" : 0,
    "currentblocktx" : 0,
    "difficulty" : 139.15628473,
    "errors" : "",
    "generate" : false,
    "genproclimit" : -1,
    "hashespersec" : 0,
    "networkhashps" : 1996849085,
    "pooledtx" : 1,
    "testnet" : false
}


Hello s4w3d0ff, hope you're doing well. I know you're hard at work doing a lot. I've been following your updates. You mentioned there's an upcoming update. How's the progress. Anything we can do to help? Can you please estimate when an update is coming? Any updates or news at all. Thank you so much for your hard work, s4w3d0ff. All the best Smiley
s4w3d0ff
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250


Spray and Pray


View Profile
October 17, 2016, 05:53:44 PM
 #482

Hello s4w3d0ff, hope you're doing well. I know you're hard at work doing a lot. I've been following your updates. You mentioned there's an upcoming update. How's the progress. Anything we can do to help? Can you please estimate when an update is coming? Any updates or news at all. Thank you so much for your hard work, s4w3d0ff. All the best Smiley

You're right, I should keep this community more informed. I will try to post more updates here and link them on the social sites so users know what is going on. I may move CGA news to a new thread (op seems to be gone), keep an eye on twitter and facebook for updates.

CGA source code update:
I have been doing TONS of research on other scrypt coins that have updated to Bitcoin Core.
I decided to go with (or at least start with) Litecoin v0.10 and I have been slowing moving the necessary variables into the new code base.
I have also been eyeballing Dogecoins code in the hopes that I can enable merged mining for CGA but this initial update will probably just be pure Litecoin (with CGA block rewards and 'Digishield' diff re-targets).
I also have been looking into Dash's 'masternode program' (rewarding users for running full nodes). I have been contemplating just forking Dash but that would mean that CGA would turn pure x11. Personally, I like what Digitalcoin did (having 3 algos) but I am not sure how well that would work with CGA's block reward (being adjusted by the difficulty and having 3 different difficulties) and Dogecoins merge mining. I'm sure it can work, but it is a bit over my head.

I plan to remove the 'bonus blocks' and clean up the reward system in general. The original block reward scheme has changed (evolved) drastically since CGA first started, I intend to revert the block rewards to just 1/diff (with special rule for low difficulty). Removing bonus blocks will keep miners from jumping in and out of the network (they are trying to snag just the bonus block then leave, leaving the difficulty super high and then transactions take longer than expected.).

CGA community update:
Seems we have pools and block explorers scattered across the internet.
I have adjusted the CGA logo further (images coming soon).
I have secured the basic domains and social pages for the upcoming rebrand.
I am working on setting up a personal website along-side the new CGA site. I will be hosting a forum for CGA on that site (once I have it fully operational) as well as a basic block explorer of some kind (probably just ABE).
I am also working on creating an online gaming community centered around CGA. I want to create a system that uses cryptocoins as a means to 'pay' gamers for "out-playing" other players in various online games (once I get the forum up updates on this project will be posted there).

So, to recap the things I have left to do:
- Convert CGAv2 code to Litecoin (or Dash? or Dogecoin?)
- Create a 'coinswap' page if one is needed (if we switch to Dash or I just can't get the update to talk to the old network)
- Create/update CGA webpage
- Setup CGA community forum
- Setup 'official' blockexplorer
- Migrate CGA to rebranded name
- Maintain CGA/rebrand social sites
- Create framework for gaming community
- I also maintain a(the) python api wrapper for poloniex
- Post regular 'updates' so investors don't get cold feet
- Attempt to live a 'normal', stress free, life

How long will all this take me?
I really have no idea, just updating the code base alone could take months, other coins have teams of devs working on updates and it takes them months to do it, with CGA it is just me for now so it may take a very long time... Once I have the code mostly transferred I will push my local dev branch to git. If anyone feels like I am moving too slow and they can do it quicker, by all means, do it.


BTC:15D8VaZco22GTLVrFMAehXyif6EGf8GMYV
|⚒|Cryptographic Anomaly|⚒|
bkcdt
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
October 17, 2016, 06:31:16 PM
 #483

Hello s4w3d0ff, hope you're doing well. I know you're hard at work doing a lot. I've been following your updates. You mentioned there's an upcoming update. How's the progress. Anything we can do to help? Can you please estimate when an update is coming? Any updates or news at all. Thank you so much for your hard work, s4w3d0ff. All the best Smiley

You're right, I should keep this community more informed. I will try to post more updates here and link them on the social sites so users know what is going on. I may move CGA news to a new thread (op seems to be gone), keep an eye on twitter and facebook for updates.

CGA source code update:
I have been doing TONS of research on other scrypt coins that have updated to Bitcoin Core.
I decided to go with (or at least start with) Litecoin v0.10 and I have been slowing moving the necessary variables into the new code base.
I have also been eyeballing Dogecoins code in the hopes that I can enable merged mining for CGA but this initial update will probably just be pure Litecoin (with CGA block rewards and 'Digishield' diff re-targets).
I also have been looking into Dash's 'masternode program' (rewarding users for running full nodes). I have been contemplating just forking Dash but that would mean that CGA would turn pure x11. Personally, I like what Digitalcoin did (having 3 algos) but I am not sure how well that would work with CGA's block reward (being adjusted by the difficulty and having 3 different difficulties) and Dogecoins merge mining. I'm sure it can work, but it is a bit over my head.

I plan to remove the 'bonus blocks' and clean up the reward system in general. The original block reward scheme has changed (evolved) drastically since CGA first started, I intend to revert the block rewards to just 1/diff (with special rule for low difficulty). Removing bonus blocks will keep miners from jumping in and out of the network (they are trying to snag just the bonus block then leave, leaving the difficulty super high and then transactions take longer than expected.).

CGA community update:
Seems we have pools and block explorers scattered across the internet.
I have adjusted the CGA logo further (images coming soon).
I have secured the basic domains and social pages for the upcoming rebrand.
I am working on setting up a personal website along-side the new CGA site. I will be hosting a forum for CGA on that site (once I have it fully operational) as well as a basic block explorer of some kind (probably just ABE).
I am also working on creating an online gaming community centered around CGA. I want to create a system that uses cryptocoins as a means to 'pay' gamers for "out-playing" other players in various online games (once I get the forum up updates on this project will be posted there).

So, to recap the things I have left to do:
- Convert CGAv2 code to Litecoin (or Dash? or Dogecoin?)
- Create a 'coinswap' page if one is needed (if we switch to Dash or I just can't get the update to talk to the old network)
- Create/update CGA webpage
- Setup CGA community forum
- Setup 'official' blockexplorer
- Migrate CGA to rebranded name
- Maintain CGA/rebrand social sites
- Create framework for gaming community
- I also maintain a(the) python api wrapper for poloniex
- Post regular 'updates' so investors don't get cold feet
- Attempt to live a 'normal', stress free, life

How long will all this take me?
I really have no idea, just updating the code base alone could take months, other coins have teams of devs working on updates and it takes them months to do it, with CGA it is just me for now so it may take a very long time... Once I have the code mostly transferred I will push my local dev branch to git. If anyone feels like I am moving too slow and they can do it quicker, by all means, do it.



Wow, really good post. Thank you so much for taking the time to give such a good update. I know for sure you're working hard and that it's not easy. That's a lot of stuff you have to do. I code as well but no where close to the stuff you're doing. I am hopeful you get all the help you need. I have to commend you on your hardwork. I will keep spreading the news about CGA to bring more people to it. I hope everyone does their part to keep this community going. All the best with everything and thanks again for the update.
s4w3d0ff
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250


Spray and Pray


View Profile
October 31, 2016, 08:32:11 PM
 #484

I have set up a basic smf forum here: forum.s4w3d0ff.host

please direct any further CGA conversations to this forum

BTC:15D8VaZco22GTLVrFMAehXyif6EGf8GMYV
|⚒|Cryptographic Anomaly|⚒|
Altcoinlover
Hero Member
*****
Offline Offline

Activity: 746
Merit: 500


View Profile
November 09, 2016, 03:12:56 AM
 #485

thanks a lot for the detailed update.

Much appreciated.

Hope you will be able to get help because doing everything yourself
is probably overwhelming..... anyway, you know your stuff ;-)

keep up your great work!


           ███ ███
          ██████
         ████████▄▄▄▄▄▄▄▄
       ███████████████████
     ████████████████████
   █████████████████████
  ██████████████████████
 █████████
█████████
█████████          ▄▄▄▄▄▄▄
█████████         ███████
█████████         ███████
██████████        ███████
 ███████████▄▄▄▄▄▄█v█████
  ███████████████████████
    █████████████████████
      ███████████████████
        ███████████████
          ██████
          ████ ███
▃▃▃▃▃▃▃
enesis










☑ No ICO/Auction.
☑ No pre-mine__--
☑ Fair Launch___-






████████████████████████████
████████████████████████████
██████               ███████
█████                 ██████
████     ███   ███     █████
████     ███   ███     █████
████                   █████
██████   █████████   ███████
████████████████████████████
█████████████████████ ██████
                        ████
                          ██
DISCORD

▄█████████████████████████████▄
████████████████▌ ▄▄▀▀    ▀████
████████████████ █████▄   █████
█████████████▀▀ ▐▀█████████████
███▀▀ ▀▀▀             ▀▀▀¬▀▀███
███        ▄       ▄        ███
███▄      ███     ███      ▄███
████        `              ████
█████      ▄▄     ▄▄      █████
███████▄      ▀▀▀      ▄███████
███████████▄▄▄▄▄▄▄▄▄███████████
███████████████████████████████
REDDIT






POW       
Equihash 192.7
Airdrops & Bounties





wex1983
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
November 27, 2016, 03:09:24 AM
 #486

Does anyone know why the CGA frozen at poloniex?
ddd12md
Full Member
***
Offline Offline

Activity: 146
Merit: 100


View Profile
November 28, 2016, 03:55:48 PM
 #487

Are there any working exchange for CCA?
rorschach1
Hero Member
*****
Offline Offline

Activity: 840
Merit: 503


View Profile
December 03, 2016, 06:51:30 PM
 #488

Why that coin still frozen on polo?
George5
Legendary
*
Offline Offline

Activity: 1208
Merit: 1003



View Profile WWW
December 08, 2016, 04:31:20 AM
 #489

Anyone has a working node  Huh

https://nuls.io/about/ The sky is not the limit
George5
Legendary
*
Offline Offline

Activity: 1208
Merit: 1003



View Profile WWW
December 08, 2016, 05:26:57 AM
 #490

Anyone has a working node  Huh

Nevermind, managed to sync using these nodes Smiley:

Code:
addnode=80.82.69.135:3933
addnode=84.200.7.231:3933
addnode=203.20.114.252:3933
addnode=149.210.168.71:3933
addnode=86.129.35.152:3933
addnode=46.226.109.16:3933

https://nuls.io/about/ The sky is not the limit
Hellion93
Full Member
***
Offline Offline

Activity: 211
Merit: 100


View Profile
December 14, 2016, 03:28:38 PM
 #491

CGA added on my pool: sky-pool.com
Bittalk of pool: https://bitcointalk.org/index.php?topic=1673242.0
I will glad to see you on my pool!
trade-sa-to-shi
Member
**
Offline Offline

Activity: 116
Merit: 100


View Profile WWW
December 20, 2016, 08:40:31 AM
 #492

Cryptographic Anomaly CGA  On TradeSatoshi  Cool

https://www.tradesatoshi.com/Exchange?market=CGA_BTC
https://www.tradesatoshi.com/Exchange?market=CGA_BTC
https://www.tradesatoshi.com/Exchange?market=CGA_BTC


https://www.tradesatoshi.com/Faucet

JungleOnion
Sr. Member
****
Offline Offline

Activity: 868
Merit: 279


View Profile WWW
December 25, 2016, 01:59:54 AM
 #493

What happened to CGA?
dnp
Full Member
***
Offline Offline

Activity: 401
Merit: 110


View Profile WWW
January 02, 2017, 09:14:14 AM
 #494

it appears in the windows QT wallet that the 'validateaddress' rpc/console directive always returns false.
even for valid local wallet addresses.

v2.0.0.0-unk-beta

Explorer and full node hosting at explorer.dognose.net
canalon
Member
**
Offline Offline

Activity: 81
Merit: 10


View Profile
June 02, 2017, 03:59:46 PM
 #495



Hi,i found this info i hope you serve them, Cganomaly

site https://s4w3d0ff.github.io/cganomalywebsite/

paper wallet https://s4w3d0ff.github.io/cganomalywebsite/anomalygen/index.html

not create a online paper wallets recommended download site and create in offline computer.

pool http://p2p.0x0a.nl/#about/get-started

exchange https://www.tradesatoshi.com/Exchange?market=CGA_BTC

thx greetings

THECRYPTOCHAT ▨▨▬▬YOUR CONNECTION TO EVERYTHING CRYPTO▬▬▨▨ THECRYPTOCHAT
GirlsToken2.0 - NEW DEV - BCT ANN
◄▬▬▬▬▬▬▬▬▬▬MULTIPLE CHATROOMS▬▬BLOCK EXPLORERS▬▬FAUCETS▬▬▬▬▬▬▬▬▬▬►
Orair
Newbie
*
Offline Offline

Activity: 43
Merit: 0


View Profile
January 31, 2018, 10:33:10 PM
 #496

Anyone has a working node  Huh

Nevermind, managed to sync using these nodes Smiley:

Code:
addnode=80.82.69.135:3933
addnode=84.200.7.231:3933
addnode=203.20.114.252:3933
addnode=149.210.168.71:3933
addnode=86.129.35.152:3933
addnode=46.226.109.16:3933

No connect
almightyruler
Legendary
*
Offline Offline

Activity: 2268
Merit: 1092


View Profile
February 01, 2018, 12:12:34 AM
 #497

Anyone has a working node  Huh

Nevermind, managed to sync using these nodes Smiley:

Code:
addnode=80.82.69.135:3933
addnode=84.200.7.231:3933
addnode=203.20.114.252:3933
addnode=149.210.168.71:3933
addnode=86.129.35.152:3933
addnode=46.226.109.16:3933

No connect

Well that msg was from 15 months ago...

Here are current addnodes:

# coin: cryptographicanomaly2
addnode=149.210.168.71
addnode=96.127.136.18
addnode=203.20.114.252
addnode=85.236.188.28
almightyruler
Legendary
*
Offline Offline

Activity: 2268
Merit: 1092


View Profile
February 01, 2018, 12:18:51 AM
 #498

By the way, I believe CGA has now been delisted from Tradesatoshi.

Not sure if anywhere else trades it.
tertius993
Hero Member
*****
Offline Offline

Activity: 1029
Merit: 712


View Profile
February 01, 2018, 07:57:43 AM
 #499

By the way, I believe CGA has now been delisted from Tradesatoshi.

Not sure if anywhere else trades it.

Probably not, such a shame, this was a great coin.
cryptohunter
Legendary
*
Offline Offline

Activity: 2100
Merit: 1167

MY RED TRUST LEFT BY SCUMBAGS - READ MY SIG


View Profile
March 06, 2018, 02:26:58 PM
 #500

this is dead 100% or just exchangeless?

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 »
  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!