Conceal Wiki

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
wallets [2020/01/06 11:37] – [Desktop wallet (GUI)] iwiwaowallets [2022/12/21 12:23] (current) lolitalollipop
Line 5: Line 5:
 Conceal.Network offers several wallet options: Conceal.Network offers several wallet options:
  
 +  * RPC Wallet (Walletd) | Service Wallet
   * Command Line Wallet (CLI)   * Command Line Wallet (CLI)
   * Desktop Wallet (GUI)   * Desktop Wallet (GUI)
 +  * Lite Wallet
   * Web Wallet   * Web Wallet
   * Mobile Wallet   * Mobile Wallet
Line 19: Line 21:
 Twitter: https://twitter.com/ConcealNetwork\\ Twitter: https://twitter.com/ConcealNetwork\\
  
-{{ :conceal-wallet.jpeg?900 |}}+{{ :banking1a.png?800 |}}
  
 ==== Releases ==== ==== Releases ====
Line 28: Line 30:
 Conceal Core - Daemon, RPC & CLI\\ Conceal Core - Daemon, RPC & CLI\\
 https://github.com/ConcealNetwork/conceal-core/releases https://github.com/ConcealNetwork/conceal-core/releases
 +
 +===== RPC Wallet (Walletd) | Service Wallet =====
 +
 +The Conceal RPC Wallet (walletd) is an HTTP server which provides a JSON 2.0 RPC interface for integration of payment operations and address management.
 +
 +**__Walletd is the perfect wallet to use in exhanges, pools or any multiuser service.__**
 +
 +Download
 +To start the integration process you should first download the latest Conceal RPC Wallet for your operating system. You can get the latest version on our [[https://github.com/concealnetwork/conceal-core/releases|releases page]]. Current operating support is limited to Windows x64, Ubuntu 16.04, Ubuntu 18.04 LTS, Ubuntu 20.04, ARM, ARM64, and macOS. Alternatively, you may also build RPC Wallet from the [[https://github.com/concealnetwork/conceal-core|source code]].
 +
 +Getting Started
 +For instructions on getting started with your RPC wallet please follow [[https://github.com/ConcealNetwork/conceal-core/wiki/Getting-Started|this guide]]. It covers [[https://github.com/ConcealNetwork/conceal-core/wiki/Getting-Started#generate-a-new-wallet-container|creating a new wallet container]] .
  
 ===== Command Line Wallet (CLI) ===== ===== Command Line Wallet (CLI) =====
Line 33: Line 47:
 The command line wallet is a wallet that requires you to enter commands for it to work. The CLI wallet, as the command line wallet is known, is the most stable of all the wallets, and is available for most major platforms. The only limitation is that deposits and investments are only supported on the GUI wallet. The command line wallet is a wallet that requires you to enter commands for it to work. The CLI wallet, as the command line wallet is known, is the most stable of all the wallets, and is available for most major platforms. The only limitation is that deposits and investments are only supported on the GUI wallet.
  
-{{ :wallets-cli.jpg?400 |}}+{{ :wallets-cli.jpg?600 |}}
  
-Current Version: 6.0.0+Current Version: 6.6.3
  
 Downloads\\ Downloads\\
-[[https://github.com/ConcealNetwork/conceal-core/releases/download/6.0.0/ccx-cli-macOS-v6.0.0.zip|MacOS]] | [[https://github.com/ConcealNetwork/conceal-core/releases/download/6.0.0/ccx-cli-ubuntu-1604-v6.0.0.tar.gz|Ubuntu 16.04]] | [[https://github.com/ConcealNetwork/conceal-core/releases/download/6.0.0/ccx-cli-ubuntu-1804-v6.0.0.tar.gz|Ubuntu 18.04]] | [[https://github.com/ConcealNetwork/conceal-core/releases/download/6.0.0/ccx-cli-win64-v6.0.0.zip|Windows 64]]+[[https://github.com/ConcealNetwork/conceal-core/releases/latest|MacOS]] | [[https://github.com/ConcealNetwork/conceal-core/releases/latest|Ubuntu 18.04]] | [[https://github.com/ConcealNetwork/conceal-core/releases/latest|Ubuntu 20.04]] | [[https://github.com/ConcealNetwork/conceal-core/releases/latest|Windows 64]] |
  
 Source Code\\ Source Code\\
-[[https://github.com/ConcealNetwork/conceal-core/archive/6.0.0.zip|ZIP]] | [[https://github.com/ConcealNetwork/conceal-core/archive/6.0.0.tar.gz|TAR.GZ]]+[[https://github.com/ConcealNetwork/conceal-core/archive/refs/tags/6.6.2.zip|ZIP]] | [[https://github.com/ConcealNetwork/conceal-core/archive/refs/tags/6.6.2.tar.gz|TAR.GZ]]
  
 ===== Desktop wallet (GUI) ===== ===== Desktop wallet (GUI) =====
Line 47: Line 61:
 Most users prefer to use a wallet with a graphical user interface (GUI). The Desktop Wallet is available for Windows, Ubuntu, and macOS. With the Desktop wallet, you can use every feature of the Conceal Cryptocurrency, including [[https://conceal.network/wiki/doku.php?id=banking|Deposits and Investments]]. Most users prefer to use a wallet with a graphical user interface (GUI). The Desktop Wallet is available for Windows, Ubuntu, and macOS. With the Desktop wallet, you can use every feature of the Conceal Cryptocurrency, including [[https://conceal.network/wiki/doku.php?id=banking|Deposits and Investments]].
  
-Current Version: 6.0.2+Current Version: 6.7.0
  
 Downloads\\ Downloads\\
-[[https://github.com/ConcealNetwork/conceal-desktop/releases/download/6.0.2/ccx-desktop-macOS-v6.0.2.dmg|MacOS]] |  +[[https://github.com/ConcealNetwork/conceal-desktop/releases/latest|MacOS]] |  
-[[https://github.com/ConcealNetwork/conceal-desktop/releases/download/6.0.2/ccx-desktop-ubuntu-1604-v6.0.2.tar.gz|Ubuntu 16.04]] |  +[[https://github.com/ConcealNetwork/conceal-desktop/releases/latest|Ubuntu 18.04]] |  
-[[https://github.com/ConcealNetwork/conceal-desktop/releases/download/6.0.2/ccx-desktop-ubuntu-1804-v6.0.2.tar.gz|Ubuntu 18.04]] |  +[[https://github.com/ConcealNetwork/conceal-desktop/releases/latest|Ubuntu 20.04]] |  
-[[https://github.com/ConcealNetwork/conceal-desktop/releases/download/6.0.2/ccx-desktop-win64-v6.0.2.zip|Windows 64]]+[[https://github.com/ConcealNetwork/conceal-desktop/releases/latest|AppImage]] |  
 +[[https://github.com/ConcealNetwork/conceal-desktop/releases/latest|Windows 64]] 
  
 Source Code\\ Source Code\\
-[[https://github.com/ConcealNetwork/conceal-desktop/archive/6.0.2.zip|ZIP]] | [[https://github.com/ConcealNetwork/conceal-desktop/archive/6.0.2.tar.gz|TAR.GZ]]+[[https://github.com/ConcealNetwork/conceal-desktop/archive/refs/tags/6.6.0.zip|ZIP]] | [[https://github.com/ConcealNetwork/conceal-desktop/archive/refs/tags/6.6.0.tar.gz|TAR.GZ]]
  
-====Wallet Installation====+====Wallet Installation - Windows====
  
 Navigate to your download folder and extract the ZIP file. Run **ccx-setup.exe** and click **Next** in the Welcome window. Navigate to your download folder and extract the ZIP file. Run **ccx-setup.exe** and click **Next** in the Welcome window.
Line 81: Line 96:
  
 Although it is a false positive, your antivirus software can move the file to quarantine and/or send it for examination. If this happens, just follow your antivirus software's instructions and wait until you receive an email/notification that everything is okay. Although it is a false positive, your antivirus software can move the file to quarantine and/or send it for examination. If this happens, just follow your antivirus software's instructions and wait until you receive an email/notification that everything is okay.
 +
 +====Wallet Installation - Linux via AppImage====
 +
 +Navigate to your download folder after downloading the AppImage file, move the AppImage file to the desired folder or desktop. Right-Mouse click on the AppImage file and click Properties. Make sure that in the Permissions tab, Execute is checked for your user type.
 +
 +{{ :appimage1.png?400 |}}
 +
 +To Open the wallet, either double-click on the AppImage icon or Right-Mouse click on the AppImage icon and select Open.
  
 ==== Creating a new Wallet==== ==== Creating a new Wallet====
Line 134: Line 157:
 Click [[https://conceal.network/wiki/doku.php?id=security|here]] to learn more about wallet security. Click [[https://conceal.network/wiki/doku.php?id=security|here]] to learn more about wallet security.
  
-===== Web wallet =====+===== Wallet Import =======
  
-[[https://conceal.cloud/|Conceal.Cloud]] is a privacy-protected online interface that allows users to access conceal's decentralized banking blockchain through any platform in a simple manner (it only requires a basic browser). At the moment we have the basic wallet features working and we are setting up the privacy protected time-locked smart contracts handler that will allow full access to the banking features available (deposits & investments). We will keep adding features in the future. Stay tuned.+Example of restoring any Conceal Wallet with your Seed PhraseIf you lose access to your PC or other Hardware then you can Always access your CCX on another computer by importing your Wallet with your Unique Seed Phrase.
  
-==== Creating a Web wallet ====+{{ :import1.png?600 |}}
  
-Visit **https://conceal.cloud/signup** to sign up. Enter a **user name**, **email** and choose **password** then click **SIGN UP**.+Click **IMPORT SEED** to proceed to the next Screen.
  
-{{ :conceal01.jpg?400 |}}+{{ :import2.png?600 |}}
  
-You will receive a confirmation email to activate your Conceal Cloud Account. Click the link in the email and you're all set to go.+In the Empty Field, **Carefully** input your **25 Word Seed Phrase** then select the path in which you would like to save your Wallet File, then click **IMPORT**
  
-Log in at **https://conceal.cloud/login** 
  
-{{ :conceal02.jpg?400 |}}+==== Web Wallet ====
  
-Click **CREATE NEW WALLET**+{{ :webwalletcapture2.png?800 |}}
  
-{{ :conceal03.jpg?400 |}}+The Conceal Web Wallet is a completely Client Side wallet that runs from a Browser. This wallet operates in a similar fashion to the Desktop Wallet in that it will sync chain data to your local storage and all of your Private Keys will be encrypted and stored on your device only, no signups or logins needed. The advantage of the Web Wallet over the Desktop is that it will work on any device, PC/MAC/Linux/iOS/Android and any other as long as you can run a compatible Browser.
  
-Confirm popup. Congratulations! You have successfully created your first CCX wallet! +You can find the Conceal Web Wallet herehttps://wallet.conceal.network/
- +
-{{ :conceal04.jpg?400 |}} +
- +
-Now let's take care of some additional security. Click **SETTINGS** and enable 2FA to secure your account. +
- +
-{{ :conceal05.jpg?400 |}} +
- +
-Scan QR code with your phone app. +
- +
-{{ :conceal06.jpg?400 |}} +
- +
-Enter 2FA key the app generated and click **ENABLE**.  +
- +
-{{ :conceal07.jpg?400 |}} +
- +
-Now that your Conceal Cloud account is secured, return to Dashboard and export your wallet's private keys. +
- +
-{{ :conceal08.jpg?400 |}} +
- +
-Enter 2FA from your phone app and click **GET WALLET KEYS**. +
- +
-{{ :conceal09.jpg?400 |}} +
- +
-**Write down your keys and keep them in a safe place! If you lose them your CCX can not be recovered!**+
  
 ==== Mobile wallet==== ==== Mobile wallet====
  
-A mobile wallet that connects to Conceal Network through Conceal Cloud. Uses the cloud features and enables the users to easily manage their funds and make and receive payments anywhere and anytime+A mobile wallet that connects to Conceal Network via a Remote Node. Uses the same technology as the Web Wallet to enable users to easily manage their funds and make and receive payments anywhere and anytime.
- +
-==== Creating a Mobile wallet==== +
- +
-Find a conceal native wallet installation on [[https://play.google.com/store/apps/details?id=com.ConcealNetwork.ConcealMobile|Google play]]. +
- +
-{{ :mobile00.jpg?400 |}} +
- +
-Enter a user name, email and choose password then click SIGN UP. +
- +
-{{ :mobile1.jpg?400 |}} +
- +
-You will receive a message for confirmation email to activate your Conceal Mobile Account. +
- +
-{{ :mobile2.jpg?400 |}} +
- +
-Click the link **here** in the email and you're all set to go. +
- +
-{{ :mobile3.jpg?400 |}} +
- +
-Login into your mobile account. +
- +
-Click CREATE NEW WALLET +
- +
-Congratulations! You have successfully created your first mobile CCX wallet! +
- +
-You can generate as many wallets as you want by clicking **+** button at top right corner. +
- +
-{{ ::mobileaddwallet.jpg?400 |}} +
- +
-Now let's take care of some additional security. Click SETTINGS and enable 2FA to secure your account. +
- +
-Log in at https://conceal.cloud/login +
- +
-Click SETTINGS and enable 2FA to secure your account. +
- +
-{{ :conceal05.jpg?direct&600 |}} +
- +
-Scan QR code with your phone app. +
- +
-{{ :conceal06.jpg?direct&600 |}} +
- +
-Enter 2FA key the app generated and click **ENABLE**.  +
- +
-{{ :conceal07.jpg?direct&600 |}} +
- +
-Now that your Conceal Cloud account is secured, return to Mobile wallet Dashboard and export your wallet's private keys. +
- +
-{{ :conceal08.jpg?direct&600 |}} +
- +
-== Export private keys == +
- +
-Enter your mobile wallet and click on **wallet** icon. +
- +
-{{ :mobilewalleticon.jpg?400 |}} +
- +
-You get a list of all of your wallets. Click **EXPORT** for each wallet on the list and save your private keys if possible to offline disk. +
- +
-{{ ::mobilewalletexport.jpg?400 |}} +
- +
-== Address Book == +
- +
-Click on book icon on dashboard +
- +
-{{ ::mobilebookicon.jpg?400 |}} +
- +
-All your contacts are listed here. You can **DELETE** (1), **EDIT** (2) or **ADD** new contact by pressing **+** button (3) +
- +
-{{ ::mobilebook123.jpg?400 |}} +
- +
-Add new contact +
- +
-Click **+** button to get create address window. You can add new address by clicking **SCAN QR** or enter it manually.+
  
-{{ ::mobilecreateaddress.jpg?400 |}}+You can download this app here https://play.google.com/store/apps/details?id=com.ConcealNetwork.ConcealMobile
  
-Enter label for the address... : Contact name or anything that will help you find the contact 
-Enter the address...: CCX address of your contact 
-Enter the Payment id: Payment id is optional 
 ===== Paper wallet ===== ===== Paper wallet =====
  
-If you only want to receive funds, then all you need is a **paper wallet**. You will not be able to send or spend funds until you use one of the three wallets above. You can create a paper wallet [[https://paperwallet.conceal.network/|here]]. The Paper wallet will give you a wallet address and your private keys. Always take whatever steps you can to [[https://conceal.network/wiki/doku.php?id=security|keep your keys and funds safe and secure]]!+If you only want to receive funds, then all you need is a **paper wallet**. You will not be able to send or spend funds until you use one of the three wallets above. You can create a paper wallet [[https://conceal.network/paperwallet//|here]]. The Paper wallet will give you a wallet address and your private keys. Always take whatever steps you can to [[https://conceal.network/wiki/doku.php?id=security|keep your keys and funds safe and secure]]!
  
 **** ****
  
-==== concealxwallet commands ====+==== concealwallet commands ====
  
 **Commands:** **Commands:**
Line 287: Line 210:
   indistinguishable from (from 0 to maximum available)   indistinguishable from (from 0 to maximum available)
  
-====  concealxd (daemon) commands ====+====  conceald (daemon) commands ====
  
 **Commands:** **Commands:**