Pages:
Author

Topic: [ANN] [CV2] ColossusCoin2.0 | Yobit.net | NovaExchange - Swap to COLX is closed - page 60. (Read 116165 times)

sr. member
Activity: 469
Merit: 250
ColossuscoinXT - highly energy-efficient
Nice looking blockexplorer.

Yeah really awesome block explorer!

Voted for colossus2 at cryptopia.The Wallet working and looking very good,cant wait to get my first stake.I just bought some more Colossus 2
Less than 1-2 days until my coins start to stake.Thanks for the cheap Colossus 2

Great!!  I also voted on https://www.cryptopia.co.nz/Home/Voting


Please vote for Colossuscoin2 on https://www.cryptopia.co.nz/Home/Voting

It's free to vote and you can vote once per day

If you believe Colossuscoin2 needs to be added to the exchange immediately,
please DOT vote: Any coin that reaches 5 million 'Dot Votes' will be added to Cryptopia immediately.

If you think ColossusCoin2 needs to be added to Stakeminers, please contact https://stakeminers.com/contact.php [email protected]

https://stakeminers.com Stakeminers is an altcoin Proof of Stake mining pool

How it works
https://stakeminers.com/how.php




Colossuscoin2 now rank  #28 on https://www.cryptopia.co.nz/Home/Voting



Keep voting!

If you think ColossusCoin2 needs to be added to Poloniex, please send a coin request to Poloniex
https://poloniex.com/coinRequest





Voting on https://www.cryptopia.co.nz/ is open again

Please vote for Colossuscoin2 on https://www.cryptopia.co.nz/Home/Voting

It's free to vote and you can vote once per day.

Keep voting!
legendary
Activity: 1267
Merit: 1000
BabelFish - FISH Token Sale at Sovryn
I have actually heard of steps before, firecat has been raving about it to me for months now but this is the first time I have seen a Coin jump out at me. Great job on the wallet and I love the idea of it.

The name is Fire Rabbit!  Wink

Isn't there a newer thread for Col V2.0?
I can't seem to find it.  Undecided
full member
Activity: 207
Merit: 100
XDE2, PAYS HUNDREDS OF DOLLARS A WEEK TO PROMOTERS
It is preferable to have all of your coins in the same address, moved there in the same transaction.  That allows all your coins to stake as a single unit, so it will happen more frequently.

Maybe I misunderstand something, but I do not agree. If you have all coins moved to your wallet in the same transaction, then you will have just one "input" (coin block), and will stake just once per 7 days in the best case. So you will have just 5000 coins per week in this case.

I have multiple inputs in sizes between 5000 and 105000, and I stake 5000 coins few times per day - in average more than 7 times per week, making it more than 35000 per week. So at least in case of CV2 this approach (having multiple inputs of average size) is preferable.

On this, I completely agree with you. It could be I have not expressed myself clearly:  I forgot to mention following:

"It is preferable to have all of your coins in the same address, moved there in the same transaction using the "Block Splitter" feature (Coin Control Features > Inputs ... > SplitBlock) .  That allows all your coins to stake as a single unit, so it will happen more frequently."


Thanks for elaborating further Tom. Great to see we all agree on the best way to stake. I actually forgot about the automatic split function, as it is mostly absent on other wallets and I typically do all the splitting by hand. CV2 wallet (as well as PayCon one) is a really advanced one, with many features which not many other altcoins are able to compete with.

Also thanks for exhaustive explanations. Its great to see such caring and helpful member in this community! I am staking this coin for many months (mined it in the beginning), and glad to see it gaining momentum.
I am staking this coin for many weeks. ColossusCoin2.0 is "owned" by everyone who holds the currency. It is up to the ColossusCoin2 community to collectively contribute and make ColossusCoin2 what you want it to be.
How you contribute depends on your skills, abilities and available time. If you would like to exchange your ColossusCoin2 for Bitcoin, Litecoin for other crypto-currencies, or even for fiat currency, please contact crypto-currency exchanges and follow their procedures to ask them to list ColossusCoin2. If you are a programmer, or know someone who is, you can help to maintain and improve ColossusCoin2 by working on the open source ColossusCoin2 Project on GitHub. https://github.com/Crestington/ColossusCoin2
full member
Activity: 160
Merit: 100
right now with the cheap price going for colossuscoin2 it's
a good time to acquire some to start staking
sr. member
Activity: 469
Merit: 250
ColossuscoinXT - highly energy-efficient
Current Colossuscoin2 Nodes List:

Code:
addnode=192.52.167.145
addnode=188.134.72.213
addnode=84.200.17.159
addnode=91.153.109.149
addnode=82.211.31.128
addnode=68.197.64.6
addnode=98.115.147.74
addnode=212.34.248.23
addnode=178.62.212.196
addnode=81.169.251.126
addnode=198.199.95.130
addnode=68.197.12.14
addnode=77.176.225.155
addnode=113.194.32.13
addnode=87.217.95.63
addnode=87.114.135.95
addnode=78.14.248.117
addnode=77.176.225.155
addnode=69.176.242.196
addnode=123.2.11.217
addnode=124.238.132.20
addnode=192.52.167.120
addnode=131.72.138.239
sr. member
Activity: 469
Merit: 250
ColossuscoinXT - highly energy-efficient
I'm setting up some more permanent nodes today so will have 5 in total, I'll keep you updated.

CV2 is cheap, when we consider the long term potential of this coin.
How to add a permanent CV2 seed node?


How to add/ setting up more permanent CV2 seed nodes?



Setting up a node is pretty straightforward, I like https://crowncloud.net/ because it has the cheapest rates for powerful virtual private servers. The most affordable option is the 2GB RAM for $30 a year. A VPS is useful not only for nodes (as you can host multiple nodes on a single VPS) but for general Linux usage, setting up websites, deployable programs etc. I generally prefer Ubuntu 14.0.4 64 bit for nodes.

I assume you are running Windows

-Once you have your ip address and password you will need to install PUTTY so you can connect to your VPS

http://the.earth.li/~sgtatham/putty/latest/x86/putty.zip

-Open up PUTTY.exe, type in your ip address, login with "root" and your supplied password.

-Next you will need to install dependencies and a couple useful tools like zip and nano text editor. Copy each line and right-click in the PUTTY window in order to paste the text.

sudo apt-get upgrade
sudo apt-get update
sudo apt-get install git zip make g++ nano build-essential libssl-dev libdb++-dev libboost-all-dev libqrencode-dev libminiupnpc-dev

-Now we clone from source

git clone https://github.com/Crestington/ColossusCoin2.git

-build the necessary leveldb

cd ColossusCoin2/src/leveldb

sh build_detect_platform build_config.mk ./

-Navigate back to the src folder and make the daemon

cd

cd ColossusCoin2/src

make -f makefile.unix

-Will take a little time to build the daemon, approximately 10 minutes or so depending on the speed of the VPS. Once complete we will run the daemon first, it will fail first time as it is creating the .ColossusCoin2 directory which houses the wallet.dat and Blockchain data.

./ColossusCoin2d

-Now we will create the .conf file and add in all up to date nodes (just copy and paste everything from cat to CONFIG and make sure to set a unique username a password)

cat << "CONFIG" >> ~/.ColossusCoin2/ColossusCoin2.conf

listen=1
daemon=1
server=1
rpcuser=*yourusername*
rpcpassword=*yourpassword*
rpcport=43521
port=43522
rpcallowip=127.0.0.1
addnode=107.170.179.27
addnode=128.199.231.68
addnode=178.62.151.188
addnode=192.52.167.145
addnode=173.254.204.123
addnode=68.197.64.6
addnode=91.153.109.149
addnode=84.200.17.159
addnode=82.211.31.128
addnode=84.200.84.210
addnode=81.169.251.126
addnode=188.134.72.213
addnode=178.62.212.196
addnode=89.12.16.118
addnode=113.206.240.48
addnode=78.14.249.254
addnode=146.200.154.116
addnode=95.18.155.71

CONFIG

-Now we run the daemon and it will begin syncing up to the highest chain.

./ColossusCoin2d



I like crowncloud as well. I'll set up more ColossusCoin2 nodes on https://crowncloud.net

Hello Colossuscoin2-Community,
I've just set up one more ColossusCoin2 node for the network on https://crowncloud.net



best wishes
sudo23
full member
Activity: 207
Merit: 100
XDE2, PAYS HUNDREDS OF DOLLARS A WEEK TO PROMOTERS
Steps Stay Safe, you are now able to Store and Stake ColossusCoin2 (CV2) online.

I have subscribed to ColossusCoin2 (CV2) Steps Stay Safe Online wallet on https://altcoinsteps.com/staySafe/ColossusCoin2




It has no automatic split function and you have to do all the splitting by hand.
That means once you send a big transaction to the online wallet you have to send all transactions to yourself to the same
ColossusCoin2 (CV2) Steps Stay Safe Online Wallet Address multiple times/Split it in smaller blocks to gain the most Stake reward.

~Den
sr. member
Activity: 469
Merit: 250
ColossuscoinXT - highly energy-efficient
Updated requirements for Submitting a Coin to Bittrex

https://bittrex.zendesk.com/hc/en-us/articles/202583854-Submitting-a-Coin-to-Bittrex-Updated-11-16-15

Quote
Submitting a Coin to Bittrex - Updated 11/16/15

At Bittrex, we look for coins that have high community demand, innovations to digital currency technology, or a contribution to science or humanity. Given the demand for currency launches, we limit ourselves to only a handful a week.  Launching is free and at our discretion.  If you'd like to guarantee the launch of your coin and get additional marketing in our platform, we offer the option to spotlight your coin for 3.0 BTC.   

Note that we cannot list currencies where its primary purpose is to support gambling, illegal drug sales, or any other activity that is illegal in our jurisdiction.  We also cannot list currencies that would be construed as a security such as digital currencies that promise/market profits or represent shares of a company.  At our discretion, we may require an additional compliance fee for listing.  These happen in the extraordinary cases where your coin's use case is extremely complex and requires significant research by our staff to determine suitability.


To help speed up the process of deploying your coin, we require the following information sent to [email protected]:

- Coin Name
- Coin trading symbol - Please verify that your preferred symbol is not already in use on our exchange or any other.  There are a number of services that track coin prices that require
  the symbols to be unique. Even if the symbol is not on our exchange anymore, we won't reuse it.  Consider your symbol carefully because we will not change it once it is set
- A logo for your coin - png format with a transparent background.  The logo should be square with dimensions of 1000x1000 pixels with no white space on its border and no taglines.   
  It should only be a logo and expect it to show up in multiple spots in the Bittrex UI.
- Launch Date (past or future)
- Github Link - We only accept source code.  We will not run a binary that you provide us. 
-  Did you raise money/bitcoin to launch your coin?  (i.e. a CFC/ICO)
- Did you have a premine?  How much is it?  Is it escrowed?
- What is the max money supply for your coin?
- Exchanges you are currently on
- Official blockchain explorer
- What is your TxFee for a transaction
-  Any social media information such as your official website, twitter account, facebook page, subreddit, etc.

Coin Development Crowd-Funding
https://bittrex.zendesk.com/hc/en-us/articles/202653984-Crowd-Funding-Your-Coin-Development

newbie
Activity: 9
Merit: 0
Thank you Sudo for getting the updated Client I sent you, I had talked to Mullick about doing the swap. I think it would actually be a bit better to give a larger portion for the swap than 20:1 as I think there would not be that many people from here on out that would still have their private keys for the original ColossusCoin plus Coins that were lost when the Chinese exchange delisted it and they would probably have held around 20% of the Coin. Cryptsy holds about 50% of the Coin so I think it would probably be best to give a larger portion though Staking and then swap the rest and leave about 10% for a development fund.

Any News about the swap by cryptsy?
sr. member
Activity: 418
Merit: 250
COLX - Spread the Grid.


Steps Stay Safe, you are now able to Store and Stake ColossusCoin2 (CV2) online.
https://altcoinsteps.com/staySafe


Looks Nice! I got myself some cheap coins again today. I'm ready to stake ColossusCoin2 online.
Happy staking!

Regards
Tom
sr. member
Activity: 418
Merit: 250
COLX - Spread the Grid.
Swapping Your ColossusCoins V1 (COL) to ColossusCoins V2 (CV2)

Please switch to using ColossusCoin2.0 (CV2)

Swap- over timeframe:

In the first phase the swap over will happen via a web based convertion form off exchanges (Coin Swap Form)
Please provide your ColossusCoin V1 (COL) private keys, new Colossuscoin V2 (CV2) Wallet Address and Email address for this purpose.

Coin Swap Form:
https://www.colossuscoin.org/index.php/coinswap


Swapping will be open for 3 month as of today till 26th December, 2015.



Please swap as soon as possible!

- The ColossusCoin2.0 Development Team



There is a certain amount of time (a deadline) for swapping your ColossusCoin (COL) to ColossusCoin2.0 (CV2):
  • After 3 month and whatever is left over is redistributed through POS
  • Once the swap is over, the remaining is distributed through staking as fees so that each person gets additional coins in relation to how much they own.
By swapping off the exchanges, all holders must have a Colossuscoin2.0 wallet and have been active within the swap period. The Coins within peoples wallets creating a much larger network of nodes. By destroying the Col1.0 coins being swapped over, we are directly reducing the amount of coins in circulation. In return for swapping over you would receive a portion of coins that do not swap over.

Note: In order to swap over your coins, you must have your own ColossusCoin2.0 wallet.
Please download the newest Colossuscoin2.0 (CV2) Wallet on https://colossuscoin.org/index.php/windows-client

Full transaction record of coins swapped over
Below are full transaction records of the coins swapped over.
http://colossuscointalk.org/index.php?topic=1207.0

Information on how to dump your ColossuscoinV1 (COL) private key:
1.) From Menu, click Help > Debug Window
2.) Click on Console
3.) dumpprivkey
4.) replace youraddress with your colossuscoin-address


Colossuscoins are ‘stored’ in something called colossuscoin addresses - they look something like this: 26sujaFM9YUMLk87pXYu3W5FZJZwLaFuEn. There are two parts to a colossuscoin address – the public key (commonly just called the address) and the private key – the important part that lets you spend the colossuscoins on it’s corresponding public key.

>> From Menu, click "Receive coins", there you find your colossuscoin address (puplic key)


- The ColossusCoin2.0 Development Team

Coin Swap Form:
https://www.colossuscoin.org/index.php/coinswap


How to import and export private keys from the Colossuscoin2 client

Be extremely careful when importing or transferring private keys. You could loose all your coins if this is done improperly. Private keys should be imported only from self-generated addresses.  

How to import a private key
Step 1. Open the RPC console in the Colossuscoin2 client
Click on Help, open the Debug Window and switch to the Console tab.

Step 2. Unlock your wallet
If your Colossuscoin2 wallet is not encrypted (which is highly unadvised, please encrypt it now!) you can skip this step.

To unlock your wallet you need to type the following in the RPC console:

Code:
walletpassphrase MyPassword 60

Change MyPassword to your wallet passphrase and change 60 to the number of seconds that you want the wallet to be unlocked. After that time the wallet will be locked automatically. Make sure to unlock the wallet long enough to do the next and final step.

Step 3. Import the private key
Type into the RPC console:

Code:
importprivkey MyPrivateKey Label

Change MyPrivateKey to your private key and for Label you can enter a name/description/label for the key (optional). The importing takes a few minutes depending on your CPU power. The import is done when an empty line appears in the console. You should now be able to see the corresponding address to the imported key in the Addresses section of the client.

How to export a private key

Exporting a private key follows the same steps as above for importing a private key. For step three, instead type

Code:
dumpprivkey MyColossuscoin2PublicAddress (e.g. CZfPRSsa1bhzi3vKGwnPqKHmH5QUghMbWK)

Please store your private key in a secure location: If anyone obtained it, they would be able to steal all of your coins.



hope this helps!

Regards
Tom
legendary
Activity: 882
Merit: 1024


Steps Stay Safe, you are now able to Store and Stake ColossusCoin2 (CV2) online.
https://altcoinsteps.com/staySafe



Quote
Steps Stay Safe is an online tool, which enables you to store, use and manage different cryptocurrencies.

Over the last few months more and more new coins launched with viruses and trojans. Miners lost a substantial amount of coins being hacked and lost trust in the launch of new coins.

We at AltcoinSteps looked into this problem and came up with the idea of “Steps Stay Safe”. Our solution is to implement a new multi wallet for newly launched coins and older coins as requested by the community.

This online multi-wallet will have the added security of 2fa. We will download wallets from source. This way miners can mine and store coins online. No need to risk and download a new wallet to your computer till you’re sure the wallet is virus and trojan free or you can send your mined coins to an exchange.

If a wallet is broken at any point we can do everything to provide a fix and work with its dev if he is interested, but in the case a wallet cannot be fixed we will not take responsibility for loss of coins.

The fee for this service will be 250 Steps per wallet, 50% of the Steps will be burned and the rest will be put into our development fund.

We will do our best to download new wallets within 24 hours of a coin launch and developers and miners can request to add wallets to our service.

On community request we will be able to add more wallets.


HI Guys, good to know that Cv2 has an online Wallet but wanted to know if the Colossuscoin2 online wallet on https://altcoinsteps.com/staySafe is safe ? Do they use MultiSig?
On Coinbase you can use Multisig https://www.coinbase.com/multisig?locale=en
Quote
Store your own private keys.

You can create a multisig vault in minutes, just like you would a regular vault or wallet. The difference is that you're in total control of your private keys.
Main features

    You control the majority of the keys
    Keys are created and encrypted in the browser
    Send bitcoin with ease using only your password
    Buy bitcoin directly into the vault
    Invite up to 5 co-signers to a group vault

Is https://altcoinsteps.com/staySafe a Proof of Stake mining pool or just one single (safe??) online Wallet?


We do not use multisig yet, but we will implement that sometime in the future, the steps stay safe wallets can be used both to store your coins(this is mostly for all the new coins that come out and have trojans/viruses) and stake in the online wallet(it is same as you stake on your PC, it is not staking pool)

I have actually heard of steps before, firecat has been raving about it to me for months now but this is the first time I have seen a Coin jump out at me. Great job on the wallet and I love the idea of it.
well we are almost ready to show up even closer to you Wink

lol, well great job on your online staking wallet, I look forward to seeing what else you guys come up with Smiley
sr. member
Activity: 322
Merit: 250
Let's make a new altcoin environment.


Steps Stay Safe, you are now able to Store and Stake ColossusCoin2 (CV2) online.
https://altcoinsteps.com/staySafe



Quote
Steps Stay Safe is an online tool, which enables you to store, use and manage different cryptocurrencies.

Over the last few months more and more new coins launched with viruses and trojans. Miners lost a substantial amount of coins being hacked and lost trust in the launch of new coins.

We at AltcoinSteps looked into this problem and came up with the idea of “Steps Stay Safe”. Our solution is to implement a new multi wallet for newly launched coins and older coins as requested by the community.

This online multi-wallet will have the added security of 2fa. We will download wallets from source. This way miners can mine and store coins online. No need to risk and download a new wallet to your computer till you’re sure the wallet is virus and trojan free or you can send your mined coins to an exchange.

If a wallet is broken at any point we can do everything to provide a fix and work with its dev if he is interested, but in the case a wallet cannot be fixed we will not take responsibility for loss of coins.

The fee for this service will be 250 Steps per wallet, 50% of the Steps will be burned and the rest will be put into our development fund.

We will do our best to download new wallets within 24 hours of a coin launch and developers and miners can request to add wallets to our service.

On community request we will be able to add more wallets.


HI Guys, good to know that Cv2 has an online Wallet but wanted to know if the Colossuscoin2 online wallet on https://altcoinsteps.com/staySafe is safe ? Do they use MultiSig?
On Coinbase you can use Multisig https://www.coinbase.com/multisig?locale=en
Quote
Store your own private keys.

You can create a multisig vault in minutes, just like you would a regular vault or wallet. The difference is that you're in total control of your private keys.
Main features

    You control the majority of the keys
    Keys are created and encrypted in the browser
    Send bitcoin with ease using only your password
    Buy bitcoin directly into the vault
    Invite up to 5 co-signers to a group vault

Is https://altcoinsteps.com/staySafe a Proof of Stake mining pool or just one single (safe??) online Wallet?


We do not use multisig yet, but we will implement that sometime in the future, the steps stay safe wallets can be used both to store your coins(this is mostly for all the new coins that come out and have trojans/viruses) and stake in the online wallet(it is same as you stake on your PC, it is not staking pool)

I have actually heard of steps before, firecat has been raving about it to me for months now but this is the first time I have seen a Coin jump out at me. Great job on the wallet and I love the idea of it.
well we are almost ready to show up even closer to you Wink
sr. member
Activity: 418
Merit: 250
COLX - Spread the Grid.


Hello All

  I sent a request to Cryptsy to get CV2  on vote list .


kprell40




I got a email from Cryptsy

Thank you for contacting us.

We have received an information about ColossusCoin swap to ColossusCoin2.0 ( CV2 ). The information has been forwarded to our technical support team and we are waiting for an update.

We will make an announcement as we add or swap the coin.

 Thank you.

Sincerely,
Stephanie
Cryptsy.com



Hi kprell40,

thank you for your support!

Colossuscoin2 now rank  #24 on https://www.cryptopia.co.nz/Home/Voting

Keep voting!

If you think ColossusCoin2 needs to be added to Poloniex, please send a coin request to Poloniex
https://poloniex.com/coinRequest 

https://poloniex.freshdesk.com/support/home

If you think ColossusCoin2 needs to be added to empoex exchange, please send a coin request to Empoex
http://support.empoex.com/support/home

If you think ColossusCoin2 needs to be added to Poloniex, please send a coin request to bleutrade
https://bleutrade.zendesk.com/

Please VOTE for Colossuscoin2.0 (CV2) to be ADDED to http://C-cex.com Exchange:

 https://c-cex.com/?id=vote


Cryptsy.com:
https://cryptsy.freshdesk.com/support/home


Hello all, please send the following text and create support tickets to get listed on other Exchanges:



-----------------------------------------------------------------------------------------------------------------------------

Please add Colossuscoin2 on your Exchange

Coin Name: Colossuscoin2
Coin Acronym: CV2
Announcement Thread: [ANN] [CV2] Colossuscoin v2.0 on bitcointalk:
https://bitcointalksearch.org/topic/ann-cv2-colossuscoin20-yobitnet-novaexchange-swap-to-colx-is-closed-941433

Website URL: http://www.colossuscoin.org/
Forums http://www.colossuscointalk.org (Mod)

Coin specs:
120 seconds Blocktime,
Distribution method; Proof of Work/Proof of Stake Hybrid transitioning into Proof of Stake only
Algorithm: Hashing Algorithm: X13


Link to coin Colossuscoin2 logo image: https://www.colossuscoin.org/images/colossuscoin2.png

Github URL:
The source code is available at GitHub:
https://github.com/Crestington/ColossusCoin2

ColossusCoin2 Block explorer: https://www.blockexperts.com/cv2
API: https://www.blockexperts.com/cv2/api


Colossuscoin2.0 started out as a POW/POS hybrid and in early February and became 100% Proof of Stake.
Total coins in existence currently 20.15 billion, Current minting block reward rate is 6.5% annually.
Colossuscoin2 has good trading volume on https://yobit.net/en/trade/CV2/BTC. There are active buyers and sellers.
Colossuscoin2.0 has active wallet development and brings new features and active community involvement.

Colossuscoin2.0 - the highly energy-efficient Coin of the World Wide Web

Thank you

Best regards

xxx

-----------------------------------------------------------------------------------------------------------------------------


Regards

Tom

Hello!

I have received an answer from C-cex.com Exchange:

"Hello! We have 2 options: 1 - You can add the coin on the voting page - https://c-cex.com/?id=vote . We will surely consider adding it if it gets enough votes and the community shows enough interest. 2 - We can list a coin or asset for 1.5 BTC immediately. Let us know if there is anything else we can help you with. Thanks!"


Regards
Tom
full member
Activity: 207
Merit: 100
XDE2, PAYS HUNDREDS OF DOLLARS A WEEK TO PROMOTERS
Transparency:

I sent 50 Million ColossusCoin2 to Yobit-Exchange from the Development-Fund Address for future costs, bounties, future projects and Colossuscoin2.0 development.

Currently 49,000,000 Colossuscoin2 are for sale @ 0.49 BTC at low price (BUY 1 CV2 for only 1 Satoshi)

To: CVXBrapzitxNhcKhLFRTwPpnVrjDqNHytz
Debit: -50000000.00 CV2
Transaction fee: -80.00 CV2
Net amount: -50000080.00 CV2
Transaction ID: c939836117200c0f75494a8583e52e8f99d8d91fce6be9a8bcd0f33ddc682cfa

As mentioned before, Transparency is our priority.
 
Best wishes

sudo23


Edit:

ALL COLOSSUSCOIN2 (price: for 0.00000001 BTC) ARE SOLD OUT very fast



I see a lot of buy orders/Volume today on Yobit in the last 24 hours (~1.32 BTC!)
Good investment opportunity!

50 million CV2 (0.00000001 BTC per 1 CV2) sold out quickly https://yobit.net/en/trade/CV2/BTC

-Den
sr. member
Activity: 469
Merit: 250
ColossuscoinXT - highly energy-efficient
Transparency:

I sent 50 Million ColossusCoin2 to Yobit-Exchange from the Development-Fund Address for future costs, bounties, future projects and Colossuscoin2.0 development.

Currently 49,000,000 Colossuscoin2 are for sale @ 0.49 BTC at low price (BUY 1 CV2 for only 1 Satoshi)

To: CVXBrapzitxNhcKhLFRTwPpnVrjDqNHytz
Debit: -50000000.00 CV2
Transaction fee: -80.00 CV2
Net amount: -50000080.00 CV2
Transaction ID: c939836117200c0f75494a8583e52e8f99d8d91fce6be9a8bcd0f33ddc682cfa

As mentioned before, Transparency is our priority.
 
Best wishes

sudo23


Edit:

ALL COLOSSUSCOIN2 (price: for 0.00000001 BTC) ARE SOLD OUT very fast
member
Activity: 78
Merit: 10
I found there have 337539981.48048947 COL at coins-e.com for me.
How can I got it back? Smiley

I think you would have to talk to coins-e, are they still around?

The website's still up but it's impossible to get any response from support, or the owner. I don't know if it's possible to withdraw anymore, there have been complaints that withdrawals aren't being processed, and that some people find they cannot log into their accounts. There have been other complaints that half the wallets are permanently "under maintenance".
sr. member
Activity: 469
Merit: 250
ColossuscoinXT - highly energy-efficient
I'm setting up some more permanent nodes today so will have 5 in total, I'll keep you updated.

CV2 is cheap, when we consider the long term potential of this coin.
How to add a permanent CV2 seed node?


How to add/ setting up more permanent CV2 seed nodes?



Setting up a node is pretty straightforward, I like https://crowncloud.net/ because it has the cheapest rates for powerful virtual private servers. The most affordable option is the 2GB RAM for $30 a year. A VPS is useful not only for nodes (as you can host multiple nodes on a single VPS) but for general Linux usage, setting up websites, deployable programs etc. I generally prefer Ubuntu 14.0.4 64 bit for nodes.

I assume you are running Windows

-Once you have your ip address and password you will need to install PUTTY so you can connect to your VPS

http://the.earth.li/~sgtatham/putty/latest/x86/putty.zip

-Open up PUTTY.exe, type in your ip address, login with "root" and your supplied password.

-Next you will need to install dependencies and a couple useful tools like zip and nano text editor. Copy each line and right-click in the PUTTY window in order to paste the text.

sudo apt-get upgrade
sudo apt-get update
sudo apt-get install git zip make g++ nano build-essential libssl-dev libdb++-dev libboost-all-dev libqrencode-dev libminiupnpc-dev

-Now we clone from source

git clone https://github.com/Crestington/ColossusCoin2.git

-build the necessary leveldb

cd ColossusCoin2/src/leveldb

sh build_detect_platform build_config.mk ./

-Navigate back to the src folder and make the daemon

cd

cd ColossusCoin2/src

make -f makefile.unix

-Will take a little time to build the daemon, approximately 10 minutes or so depending on the speed of the VPS. Once complete we will run the daemon first, it will fail first time as it is creating the .ColossusCoin2 directory which houses the wallet.dat and Blockchain data.

./ColossusCoin2d

-Now we will create the .conf file and add in all up to date nodes (just copy and paste everything from cat to CONFIG and make sure to set a unique username a password)

cat << "CONFIG" >> ~/.ColossusCoin2/ColossusCoin2.conf

listen=1
daemon=1
server=1
rpcuser=*yourusername*
rpcpassword=*yourpassword*
rpcport=43521
port=43522
rpcallowip=127.0.0.1
addnode=107.170.179.27
addnode=128.199.231.68
addnode=178.62.151.188
addnode=192.52.167.145
addnode=173.254.204.123
addnode=68.197.64.6
addnode=91.153.109.149
addnode=84.200.17.159
addnode=82.211.31.128
addnode=84.200.84.210
addnode=81.169.251.126
addnode=188.134.72.213
addnode=178.62.212.196
addnode=89.12.16.118
addnode=113.206.240.48
addnode=78.14.249.254
addnode=146.200.154.116
addnode=95.18.155.71

CONFIG

-Now we run the daemon and it will begin syncing up to the highest chain.

./ColossusCoin2d

I like crowncloud as well. I'll set up more ColossusCoin2 nodes on https://crowncloud.net
full member
Activity: 207
Merit: 100
XDE2, PAYS HUNDREDS OF DOLLARS A WEEK TO PROMOTERS



  Hello all


    Go and vote on cryptopia  it on the list now Smiley Smiley

      https://www.cryptopia.co.nz/Home/Voting




 






That's Nice!! Voted Smiley


Please vote for ColossusCoin2 on https://www.cryptopia.co.nz/Home/Voting


Quote
Voting Information
The Cryptopia vote list is a place for the community to vote for the coins they want to be added to Cryptopia

On the 1st of each month the coin with the most 'User Votes' will be added to the Exchange, BlockExplorer, Mineshaft and MarketPlace
Each registered user receives 1 vote for each coin each day. (Trusted users votes are multiplied by thier trust rating)

DOT voting: Any coin that reaches 5 million 'Dot Votes' will be added to Cryptopia immediately


🚀Colossuscoin2.0 - the highly energy-efficient Coin of the World Wide Web






Voting  seems to be down at https://www.cryptopia.co.nz/Home/Voting  
full member
Activity: 207
Merit: 100
XDE2, PAYS HUNDREDS OF DOLLARS A WEEK TO PROMOTERS


Hello All

  I sent a request to Cryptsy to get CV2  on vote list .


kprell40




I got a email from Cryptsy

Thank you for contacting us.

We have received an information about ColossusCoin swap to ColossusCoin2.0 ( CV2 ). The information has been forwarded to our technical support team and we are waiting for an update.

We will make an announcement as we add or swap the coin.

 Thank you.

Sincerely,
Stephanie
Cryptsy.com



Hi kprell40,

thank you for your support!

Colossuscoin2 now rank  #24 on https://www.cryptopia.co.nz/Home/Voting

Keep voting!

If you think ColossusCoin2 needs to be added to Poloniex, please send a coin request to Poloniex
https://poloniex.com/coinRequest 

https://poloniex.freshdesk.com/support/home

If you think ColossusCoin2 needs to be added to empoex exchange, please send a coin request to Empoex
http://support.empoex.com/support/home

If you think ColossusCoin2 needs to be added to Poloniex, please send a coin request to bleutrade
https://bleutrade.zendesk.com/

Please VOTE for Colossuscoin2.0 (CV2) to be ADDED to http://C-cex.com Exchange:

 https://c-cex.com/?id=vote


Cryptsy.com:
https://cryptsy.freshdesk.com/support/home


Hello all, please send the following text and create support tickets to get listed on other Exchanges:



-----------------------------------------------------------------------------------------------------------------------------

Please add Colossuscoin2 on your Exchange

Coin Name: Colossuscoin2
Coin Acronym: CV2
Announcement Thread: [ANN] [CV2] Colossuscoin v2.0 on bitcointalk:
https://bitcointalksearch.org/topic/ann-cv2-colossuscoin20-yobitnet-novaexchange-swap-to-colx-is-closed-941433

Website URL: http://www.colossuscoin.org/
Forums http://www.colossuscointalk.org (Mod)

Coin specs:
120 seconds Blocktime,
Distribution method; Proof of Work/Proof of Stake Hybrid transitioning into Proof of Stake only
Algorithm: Hashing Algorithm: X13


Link to coin Colossuscoin2 logo image: https://www.colossuscoin.org/images/colossuscoin2.png

Github URL:
The source code is available at GitHub:
https://github.com/Crestington/ColossusCoin2

ColossusCoin2 Block explorer: https://www.blockexperts.com/cv2
API: https://www.blockexperts.com/cv2/api


Colossuscoin2.0 started out as a POW/POS hybrid and in early February and became 100% Proof of Stake.
Total coins in existence currently 20.15 billion, Current minting block reward rate is 6.5% annually.
Colossuscoin2 has good trading volume on https://yobit.net/en/trade/CV2/BTC. There are active buyers and sellers.
Colossuscoin2.0 has active wallet development and brings new features and active community involvement.

Colossuscoin2.0 - the highly energy-efficient Coin of the World Wide Web

Thank you

Best regards

xxx

-----------------------------------------------------------------------------------------------------------------------------


Regards

Tom

Coin request sent, hope to get back from exchanges soon
Pages:
Jump to: