Pages:
Author

Topic: [ANN] :: COPICO ::CRYPTO E-MARKET PLATFORM {SWAP FROM COPICO TO CAZ OVER} - page 5. (Read 18453 times)

sr. member
Activity: 315
Merit: 250
I've successfully made the swap, I cannot run a MasterNode 24/7 due to power supply problems here, what do I add to the config file to get the wallet to stake normally ?

You should just get a VPS they are not that expensive.


Appreciate the response, is there any particular VPS site that you can recommend ?
legendary
Activity: 2020
Merit: 1041
I've successfully made the swap, I cannot run a MasterNode 24/7 due to power supply problems here, what do I add to the config file to get the wallet to stake normally ?

You should just get a VPS they are not that expensive.
member
Activity: 191
Merit: 10
Users who are having problem with Mac wallet may use this
MAC WALLET - updated
https://mega.nz/#!8UsAUIqJ!Af0sbfL_WA_gcKdSDxT6yNHUmKd2VmfeReX7jbqzez4
sr. member
Activity: 315
Merit: 250
I've successfully made the swap, I cannot run a MasterNode 24/7 due to power supply problems here, what do I add to the config file to get the wallet to stake normally ?
full member
Activity: 254
Merit: 102

Cazcoin Masternode Setup Guide

This is a complete guide to setup Cazcoin (CAZ) masternode on Ubuntu Vps.
Here I will show how to setup Cazcoin masternode on Ubuntu 16.04 x64 (1Gb Ram).

First of all download latest Cazcoin wallet on your local PC and let it sync.
Once it is fully synced then encrypt the wallet.
Then  backup your wallet.
You need to have 50000.01 CAZ in your wallet.

MAIN WALLET ON YOUR LOCAL PC
First of all unlock your wallet, go to Settings > Unlock wallet
To setup your Main Cazcoin wallet go to Tools > Debug Console
Then type
Code:
masternode genkey
You should see private key of your MN like this 5rMisfma41fmqn5bzaTddJHGa8Rss718ZneDtZ7CyxZxFziq3xS

save the output in a text file. It will be referred as YOUR_PRIVATE_KEY

Then type
Code:
getnewaddress MN1
Then copy the returned address and send exactly 50000 CAZ to this address.

Wait for 1 confirmation, then go to the debug console and type
Code:
masternode outputs
You should see one line corresponding to the transaction id (tx_id) of your 5000 coins with a digit identifier (digit) like this "b4dc2cc10d06e622bb8710dc9513ce67d657310eb5ec2a7e2537159e44199dc9": "0"

Save these two strings in a text file.

Note that if you get more than 1 line, it's because you made multiple 50000 coins transactions, with the tx_id and digit associated

Next, go to Tools > Open masternode configuration file
Open the masternode.conf file and type at the bottom:
Code:
MN1 your_vps_ip:17350 YOUR_PRIVATE_KEY tx_id digit

Save it and close it.

Note that each line of the masternode.conf file corresponds to one masternode.

Restart your main wallet.

MASTERNODE WALLET ON VPS
If you don't have enough RAM, create 2–4GB of swap memory
Code:
sudo fallocate -l 4G /swapfile
sudo chmod 600 /swapfile
sudo mkswap /swapfile
sudo swapon /swapfile
echo '/swapfile none swap sw 0 0' | sudo tee -a /etc/fstab

For work with text files we need install nano
Code:
sudo apt-get update
sudo apt-get install nano

If you have a clean system, you need to install several dependencies
Code:
sudo apt-get install build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev bsdmainutils libboost-all-dev curl
sudo apt install software-properties-common
sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt-get update
sudo apt-get install libdb4.8-dev libdb4.8++-dev
sudo apt-get install libminiupnpc-dev

Then we need download Cazcoin wallet and run cazcoind
Code:
wget https://github.com/copicogithub1/cazcoin/releases/download/v.1.0.0/cazcoin-1.0.0-x86_64-linux-gnu.tar.gz
tar -xvzf cazcoin-1.0.0-x86_64-linux-gnu.tar.gz
rm cazcoin-1.0.0-x86_64-linux-gnu.tar.gz
mv cazcoin-1.0.0 cazcoin
cd cazcoin/bin
./cazcoind

After see "Warning: Make sure to encrypt your wallet and delete all non-encrypted backups after you verified that wallet works!" press Enter
wait 15 seconds and then press CTRL+C (exit from cazcoind)

Open Cazcoin wallet configuration file
Code:
nano ~/.cazcoin/cazcoin.conf

and insert
Code:
rpcuser=youusername
rpcpassword=strongpassword
rpcallowip=127.0.0.1
listen=1
server=1
daemon=1
masternode=1
masternodeprivkey=YOUR_PRIVATE_KEY

When done making changes and entries,

press CTRL+O
press ENTER
press CTRL+X

Now start your masternode wallet
Code:
./cazcoind -daemon

Wait few mins for your wallet to download the blockchain. You can check the progress with the following command :
Code:
./cazcoin-cli getblockcount

The block number has to catch up with the latest on the blockexplorer.

STARTING THE MASTERNODE
Go back to your MAIN wallet on local PC
First of all unlock your wallet and go to the Masternode tab.

You need to wait for at least 6 confirmations in order to start the masternode. Select the line corresponding to the masternode.
Click "Start-alias".
Click YES to confirm
After getting the "Successfully started masternode."
Your masternode should now be switch to status ENABLED.

If you get an error, check the cazcoin.conf on both vps and local wallet as well as the masternode.conf to be sure everything is as said above.

CHECKING THE MASTERNODE STATUS
You can check the masternode status by going to the masternode wallet on your VPS and typing:
Code:
./cazcoin-cli masternode status

If your masternode is running it should print "Masternode successfully started".

If you have a firewall on your VPS, you need to open the 17350 port.
full member
Activity: 441
Merit: 109
Telegram bot for swap is very easy. Once you start, in 2-5 minutes you have your coins in your new CAZ wallet.
full member
Activity: 574
Merit: 105
What is the status of exchange support?  Will this essentially create an "orphan coin" xcpo on cryptopia?  Do you have the funds to list CAZ?  Have you communicated with cryptopia more than you have communicated with the holders of your coin?  

Additionally how are you going to swap the coin for those who don't have telegram or are against telegram due to their business/ICO practices?
Wrote a support to cryptopia they are yet to answer.
we have funds sufficient for exchange listings.
Yes communicated with cryptopia


So, is Cryptopia going to swap the coin for holders of COPICO on the exchange ?

no cryptopia wont swap..you have to do it through telegram ,there is a bot which is handling and they team are also help with manual so just go talk to them there
sr. member
Activity: 315
Merit: 250
What is the status of exchange support?  Will this essentially create an "orphan coin" xcpo on cryptopia?  Do you have the funds to list CAZ?  Have you communicated with cryptopia more than you have communicated with the holders of your coin?  

Additionally how are you going to swap the coin for those who don't have telegram or are against telegram due to their business/ICO practices?
Wrote a support to cryptopia they are yet to answer.
we have funds sufficient for exchange listings.
Yes communicated with cryptopia


So, is Cryptopia going to swap the coin for holders of COPICO on the exchange ?
newbie
Activity: 64
Merit: 0
Wow...banned from telegram for making a joke about partnering with the vatican and the mars rover?  Not sure if serious...
full member
Activity: 254
Merit: 102
What is the status of exchange support?  Will this essentially create an "orphan coin" xcpo on cryptopia?  Do you have the funds to list CAZ?  Have you communicated with cryptopia more than you have communicated with the holders of your coin?  

Additionally how are you going to swap the coin for those who don't have telegram or are against telegram due to their business/ICO practices?
We have also given manual swap option
full member
Activity: 254
Merit: 102
What is the status of exchange support?  Will this essentially create an "orphan coin" xcpo on cryptopia?  Do you have the funds to list CAZ?  Have you communicated with cryptopia more than you have communicated with the holders of your coin?  

Additionally how are you going to swap the coin for those who don't have telegram or are against telegram due to their business/ICO practices?
Wrote a support to cryptopia they are yet to answer.
we have funds sufficient for exchange listings.
Yes communicated with cryptopia
newbie
Activity: 64
Merit: 0
What is the status of exchange support?  Will this essentially create an "orphan coin" xcpo on cryptopia?  Do you have the funds to list CAZ?  Have you communicated with cryptopia more than you have communicated with the holders of your coin?  

Additionally how are you going to swap the coin for those who don't have telegram or are against telegram due to their business/ICO practices?
full member
Activity: 254
Merit: 102
You only gave one step....what is the step to actually swap?
Please check now
full member
Activity: 254
Merit: 102
New website
New ANN and New roadmap will be live soon
newbie
Activity: 64
Merit: 0
You only gave one step....what is the step to actually swap?
full member
Activity: 254
Merit: 102
Dear Community
We are now ready to swap from COPICO to CAZ(Yours and ours dream Project)
Steps to be followed : If you have any CAZ wallet already installed please delete it including data folder..the new wallet links are as follows
--------------------------------------
MAC WALLET
https://mega.nz/#!9RMySTSB!-bDi84bJ-pVqZrjipP8YntOGMGmYzTUU1TrrnrfQLWs

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

WINDOWS  32bit WALLET
https://mega.nz/#!wIFmlJgI!tTpXSZqOKblV7JsEpUQCknqdr58VSbYaOXP9czMqP-c

----------------------------------------
WINDOWS x64 WALLET
https://mega.nz/#!wN8Ema5A!Wm951iVDA4nVThBA-H-AJgPP1t2z5iZ0neJx2Z-jnrk
_____________________________________________
-------------------------------------------------------------------------------------------------------------
LINUX x64 WALLET
https://mega.nz/#!QcUWFYTZ!DC5-hgiF_OBDucQqtKcvIPC-klkhM7uQghM9gwu2L90

-------------------------------------------------------------------------------------------------------------
LINUX 32bit WALLET
https://mega.nz/#!9FknRLyL!Zcgmsjg6KkKaCIKSeg9xp1hWPO7-7HVF1DbUksVJjeM


addnode=45.32.172.67
addnode=185.183.99.19
addnode=45.77.80.117
addnode=185.150.191.23
addnode=108.61.213.14
addnode=144.202.44.113


Ensure version of wallet 1.0 and protocol  70712

Step 2 : The swap is through the telegram BOT so please join telegram.Our team will guide you there
legendary
Activity: 2020
Merit: 1041
Edit Requested And granted..

[/quote]


I have to admit they community management and general care for their investors is shit but it seems that is more incompetence then ill will , they seem to be very new to this do and not know what to do or how to do it , But they do seem to be pushing forward.

--There is a new wallet
--There is going to be a swap
--They do have a platform they will launch soon
--They are still active on discord

If they just wanted to run a scam they could have easily just left after the ICO they didn't do that so I have a little hope that they will start pushing forward.

However I think they will need a lot of community support and help because they seem to be pretty cluesless on how to achieve their goals.

There is Potential for a big jump the marketcap is so low there could be a lot of money to be made if we help push them in the right direction.
legendary
Activity: 2020
Merit: 1041
I can see why people are starting to get upset.  It seems there is no clear leadership and nobody even knows if a dev team exists.  The swap was supposed to start yesterday and there has been no communication or announcement.  There has been no information about whether or not any exchanges will list the new coin.  There is no website with any info about the swap.  Unless the "team" that has yet to be seen turns things around quickly this whole thing is headed for the coin graveyard.  If anyone from the "team" is reading this you have a long way to go to establish any credibility...lack of communication is what kills projects.

They are pretty active on discord , but I agree that its again a delay and their communication is shit here.
They keep on making promises they don't keep if the platform isn't released very soon this coin is going to Zero.
newbie
Activity: 64
Merit: 0
I can see why people are starting to get upset.  It seems there is no clear leadership and nobody even knows if a dev team exists.  The swap was supposed to start yesterday and there has been no communication or announcement.  There has been no information about whether or not any exchanges will list the new coin.  There is no website with any info about the swap.  Unless the "team" that has yet to be seen turns things around quickly this whole thing is headed for the coin graveyard.  If anyone from the "team" is reading this you have a long way to go to establish any credibility...lack of communication is what kills projects.
newbie
Activity: 64
Merit: 0
The twitter was changed to @cazproject
Pages:
Jump to: