how to, OneCoin, technology

OneCoin: Upload Your KYC Documents

In OneLife & OneCoin, it is important to comply with the company’s policies.  One critical requirement is to upload your KYC (Know-Your-Customer) documents as soon as your account is activated.

Your KYC documents identify you as the account holder. A concept similar when transacting to the bank or any financial institution, you need to identify yourself as the owner of the account.

If you have multiple OneLife/OneCoin accounts, you will only upload your KYC documents once. Follow the steps below in uploading your KYC documents in your OneLife Backoffice:

Steps:

  1. Login to your OneLife backoffice – https://onelife.eu

2. Once you logged in successfully, you will see your backoffice Dashboard. Hover in to your left, and click on ‘My Profile’

3. In the ‘My Profile’ page, click on the ‘KYC’ tab

4. Click on the ‘Choose File’  button, and locate the scanned copy of your Identity Document. Click again on the ‘Choose File’ button and locate the scanned document that will support your Proof of Address. Once you have chosen the files, click on ‘Submit’ button.

5. According to OneLife’s website, you can use the following as your identity document:

  • National ID Card
  • National Passport
  • International Passport

Additionally, any one of the documents is accepted for the Proof of Address:

  • Utility bills (electricity, gas, water, waste, etc.) less than 6 months old
  • Document issued by a Bank less than 6 months old
  • Document from Municipality/Government Agency/Tax Authorities – most recent
  • Not expired National ID Card/Passport (all sides) if the address is shown in the document
  • Other documents issued by the Government where the names and the address are shown

As I mentioned, if you have multiple OneLife/OneCoin accounts, once you uploaded and submitted the required identity and proof of address documents, you can use that account as a reference KYC for your other accounts. Just input the Username and password of the mentioned KYC reference account.

That’s about it. Once you uploaded your KYC documents, you will just have to wait until your KYC status is APPROVED.

 

‘Til next time. Au revoir.

*We are OneLife Independent Marketing Associates. This article is based on our own independent understanding and opinions. If you have questions about OneLife, please contact your referrer.

*OneCoin is a Know Your Customer (KYC) transparent cryptocurrency. If you want to know more about OneCoin, please visit its official website at https://www.onecoin.eu/en/.

how to, server, technology, tips & tricks

VMWare: Temporarily Mount Your Shared Folders To Your Guest OS

When working with your VMWare machine, you will be faced with file exchanges from your host OS to your guest OS. Now, VMWare folder sharing in Windows environment is way easy. Unix or Linux guest operating systems, however, will require you to mount your host shared folder(s) to your guest OS.

This article will guide you to mount your host OS shared folders to your Unix/Linux guest OS.

Steps:

  1. In your Unix/Linux guest OS, login as ‘root’ and create your mount directory:

vm1     In this example, I’m creating a directory called ‘shares’ in the root of my Linux filesystem.

2. In your VMWare menu options, go to the virtual machine Sharing menu and add your host OS folder:

vm2     In my example, I want to share the ‘Downloads’ folder of my Macbook to my Linux guest OS.

3. Go to your guest OS, in my example, in my Linux guest OS, open a Terminal session. Login as ‘root’ and mount the ‘Downloads’ folder to my Linux ‘shares’ folder:

vm3

Do note that this type of mount is just temporary. When I reboot my virtual machine, this mount will be gone.

IMPORTANT NOTE:  The default location for your mounted shared folder(s) will be in /mnt/hgfs. Regardless of reboot, you will still able to access your shared folder(s) in that location.

4. After you mounted your shared folder, verify that it is successful.

vm45. That’s it, you have successfully mounted your host OS shared folder(s) to your Unix/Linux guest OS.

So why would you need to do this if you can access your shared folder(s) in /mnt/hgfs?

There are scenarios when you want to control where you want to access your shared folders. Sometimes, the administrator restricts the permission of /mnt/hgfs if there are too many shared folders.

 

‘Til next time. Au revoir.