Search content
Sort by

Showing 9 of 9 results by andyshin3
Post
Topic
Board Announcements (Altcoins)
[ANN] [PRE-SALE] [AFFILIATE]JEWELRY MOLIK COIN ON SALE BEFORE LIST EXCHANGE
by
andyshin3
on 16/11/2017, 07:51:34 UTC
MOLIK COIN WILL LIST ON YOBIT / CRYPTOPIA EXCHANGE SOON

We will pre-sale on molik coin

BTC ONLY.

ADDRESS : 19KWYazHCXRNGoVLJS4S62iKYTvKAs627i

0.1BTC = 10,000MOL + 1,000MOL
0.2BTC = 20,000MOL + 3,000MOL
0.5BTC = 50,000MOL + 10,000MOL

[AFFILIATE PROGRAM]
Feel free to send me messages.

[RUSSIAN] https://bitcointalk.org/index.php?topic=2408435.new#new

*****************************************************************

Thank you for your interesting.

2,000 People supported in this project.

[AIR DROP WILL BE STARTED TODAY.]

If you want to be participated in our project, Feel free to contact me.

any kind of partnership, marketing, Technical, translation, bounties opened.



*****************************************************************
http://molik.kr/web/product/medium/201707/180_shop1_992382.jpg  

1. General Introduction of Molik coin
      Molik coin is an open source, peer-to-peer, community driven decentralized cryptocurrency that allow people to store and invest their wealth in a non-government controlled currency, and even earn a substantial interest on investment.
      
      Molik coin can be bought and sold both online and offline Jewerly store. However, the most popular way is to exchange them on crypto currency sites where you can buy, sell or exchange Molik coin for another digital currency or fiat money.
      
2. Air Drop Offering
      https://docs.google.com/forms/d/e/1FAIpQLSfCw-Ql_s_LVRMkdwxXkE98qdfl9Vsl7fKoCJyO6akTxns9Cg/viewform?usp=sf_link

3. Molik Coin Specification
  
   Coin Algorithm Scrypt (PoW/PoS)
   Coin Abbreviation : MOL
   Maximum Coin Supply : 30,000,000
   Coin base maturity : 20 blocks
   Total PoW block : 10,000
   PoW block reward : 50 MOL
   Block Spacing : 64 seconds
   Block timespan : 1 blocks
   Transaction confirmations : 6 blocks
   Minimum Stake Age : 2 Days
   Maximum Stake Age : 7 Days
   RPC Port : 26444
   P2P Port : 26443
   PoS percentage : 5% per year
  
   Github : https://github.com/molikcoin/molikcoin/blob/master/README.md
  
4. Molik Coin Distribution
  
   Currencies used : Bitcoin
   Total Air Drop : 3,000,000 (After Airdrop of premined 8,000,000 Molik coin, PoW/PoS algorithm will work to issue new coins to Molik coin miners and Molik coin holders.)
  
5. How are they used?
   The Molik coins are used by molik community members for molik services and to store and invest the wealth in a non-government controlled currency. The Molik coins will also be used  as payment system on number of molik partner websites.
  
6. How are they produced?
   Molik coin uses a special algorithm called the POW/POS to secure the Molik Coin network.  All you have to do to earn with this method is to hold coins in your Molikcoin-QT wallet. In addition to PoS minting, Molik coin can be mined with CPU/GPU and does not need an ASIC miner like Bitcoin does.
  
7. Download wallet
      a. Windows wallet : https://github.com/molikcoin/molikcoin-wallet/blob/master/molikcoin-qt-windows.zip
      b. Linux wallet : https://github.com/molikcoin/molikcoin-wallet/blob/master/molikcoin-qt-linux.tar.gz

8. Minning pool for MOL
a. http://54.178.201.80/
b. http://yiimp.poolofd32th.club
c. www.findblocks.com
d. https://mpool.mooo.com
e. Bounty for New Mining pool for Molik coin : 10,000 MOL

9. Explorer
a. http://52.199.232.7:3001/
b. http://202.5.18.38:92/
c. http://mol.unyun.cn  
d. Bounty for New Explorer for Molik coin : 10,000 MOL

10. Bounties
a. Signature Campaign Bounties
b. Translation Bounties
c. Marketing Campaign Bounties
d. Mining pool Bounties
e. Explorer Bounties
      
11. Links
a. Website : http://molikcoin.imweb.me/
b. Community : Comming soon
c. Exchange : Comming soon
d. Telegram : https://t.me/joinchat/GJ9DERAGJ7ftXJMMR1RG2g
  

12. Guide
      a. Compiling
      you can compile a daemon for Ubuntu 16.04 using the following instructions.
      
      Update your Ubuntu machine.
      
      sudo apt-get update
      sudo apt-get upgrade
      
      Install the dependencies to compile from source code.
      
      sudo apt-get install build-essential libssl-dev libdb-dev libdb++-dev libboost-all-dev git libssl1.0.0-dbg
      sudo apt-get install libdb-dev libdb++-dev libboost-all-dev libminiupnpc-dev libminiupnpc-dev libevent-dev libcrypto++-dev libgmp3-dev
      
      Create a directory for the source code.
      
      mkdir source_code
      cd source_code
      
      Download the source code from Molik Coin and upload it using SCP/Filezilla. (Only available to paid customers)
      
      Extract the tar file using the following command.
      
      tar -xzvf molikcoin-source.tar.gz
      
      Go to the src directory of your source code.
      
      cd src
      
      Execute the following command to compile the daemon.
      
      make -f makefile.unix RELEASE=1
      
      The compiling will take about 30 minutes depending on your system.
      
      Your compiled daemon named molikcoind can be found in the src folder when compiling is finished.
      
      b. Mining
         Open your wallet, and make sure you are connected to another wallet.
         You are connected if you see the icon Wallet Connections in the lower right corner of your wallet.
        
         The message "No block source available" will disappear once you mine your first block.
        
         Close your wallet and create the file yourcoin.conf in the folder "%APPDATA%\molikcoin\".
        
         Paste the following text into yourcoin.conf and save the file.
        
         Ex>
         rpcuser=rpc_user
         rpcpassword=8cde5e64e7297b1cb4c495d1a
         rpcallowip=127.0.0.1
         rpcport=4210
         listen=1
         server=1
         addnode=55.55.55.55
        
         Download the latest version of cpuminer from here and extract the zip file.
        
         Create a .bat file named mine.bat and paste the following text into mine.bat.
        
         minerd --url=http://127.0.0.1:4210 --userpass=rpc_user:8cde5e64e7297b1cb4c495d1a
        
         Save the file inside the extracted cpuminer folder.
        
         c. Staking
         The following only applies for a scrypt PoW/PoS blockchain.
        
         Open your wallet, and make sure you are connected to another wallet.
         You are connected if you see the icon Wallet Connections in the lower right corner of your wallet.
        
         Leave your wallet open and unlocked to stake.
         Keep in mind that stake can only be generated when you have a balance in your wallet.
        
        
         The following only applies if you encrypted your wallet.
        
         You can unlock your wallet using the following instructions.
        
         Go to Help.
         Click Debug Window.
         This is the console where you will execute all commands.
        
         Type this command to start staking:
        
         walletpassphrase REPLACE_WITH_YOUR_PASSWORD 9999999 true
        
         Replace the text "REPLACE_WITH_YOUR_PASSWORD" with your password.
        
         The number 9999999 is the amount of seconds you want to leave your wallet unlocked for staking.
Post
Topic
Board Announcements (Altcoins)
[ANN][FINISHED] JEWELRY MOLIKCOIN AIRDROP - Thanks 2,000people was supported!
by
andyshin3
on 16/11/2017, 04:14:34 UTC
Thank you for your interesting.

2,000 People supported in this project.

[AIR DROP WILL BE STARTED TODAY.]

If you want to be participated in our project, Feel free to contact me.

any kind of partnership, marketing, Technical, translation, bounties opened.



*****************************************************************
http://molik.kr/web/product/medium/201707/180_shop1_992382.jpg  

1. General Introduction of Molik coin
      Molik coin is an open source, peer-to-peer, community driven decentralized cryptocurrency that allow people to store and invest their wealth in a non-government controlled currency, and even earn a substantial interest on investment.
      
      Molik coin can be bought and sold both online and offline Jewerly store. However, the most popular way is to exchange them on crypto currency sites where you can buy, sell or exchange Molik coin for another digital currency or fiat money.
      
2. Air Drop Offering
      https://docs.google.com/forms/d/e/1FAIpQLSfCw-Ql_s_LVRMkdwxXkE98qdfl9Vsl7fKoCJyO6akTxns9Cg/viewform?usp=sf_link

3. Molik Coin Specification
  
   Coin Algorithm Scrypt (PoW/PoS)
   Coin Abbreviation : MOL
   Maximum Coin Supply : 30,000,000
   Coin base maturity : 20 blocks
   Total PoW block : 10,000
   PoW block reward : 50 MOL
   Block Spacing : 64 seconds
   Block timespan : 1 blocks
   Transaction confirmations : 6 blocks
   Minimum Stake Age : 2 Days
   Maximum Stake Age : 7 Days
   RPC Port : 26444
   P2P Port : 26443
   PoS percentage : 5% per year
  
   Github : https://github.com/molikcoin/molikcoin/blob/master/README.md
  
4. Molik Coin Distribution
  
   Currencies used : Bitcoin
   Total Air Drop : 3,000,000 (After Airdrop of premined 8,000,000 Molik coin, PoW/PoS algorithm will work to issue new coins to Molik coin miners and Molik coin holders.)
  
5. How are they used?
   The Molik coins are used by molik community members for molik services and to store and invest the wealth in a non-government controlled currency. The Molik coins will also be used  as payment system on number of molik partner websites.
  
6. How are they produced?
   Molik coin uses a special algorithm called the POW/POS to secure the Molik Coin network.  All you have to do to earn with this method is to hold coins in your Molikcoin-QT wallet. In addition to PoS minting, Molik coin can be mined with CPU/GPU and does not need an ASIC miner like Bitcoin does.
  
7. Download wallet & SOURCE CODE
      a. Windows wallet : https://github.com/molikcoin/molikcoin-wallet/blob/master/molikcoin-qt-windows.zip
      b. Linux wallet : https://github.com/molikcoin/molikcoin-wallet/blob/master/molikcoin-qt-linux.tar.gz
      c. SOURCE CODE : https://github.com/molikcoin/molikcoin

8. Minning pool for MOL
a. http://54.178.201.80/
b. http://yiimp.poolofd32th.club
c. www.findblocks.com
d. Bounty for New Mining pool for Molik coin : 10,000 MOL

9. Explorer
a. http://202.5.18.38:92/
b. http://mol.unyun.cn  
c. Bounty for New Explorer for Molik coin : 10,000 MOL

10. Bounties
a. Signature Campaign Bounties
b. Translation Bounties
c. Marketing Campaign Bounties
d. Mining pool Bounties
e. Explorer Bounties
      
11. Links
a. Website : http://molikcoin.imweb.me/
b. Community : Comming soon
c. Exchange : Comming soon
d. Telegram : https://t.me/joinchat/GJ9DERAGJ7ftXJMMR1RG2g
  

12. Guide
      a. Compiling
      you can compile a daemon for Ubuntu 16.04 using the following instructions.
      
      Update your Ubuntu machine.
      
      sudo apt-get update
      sudo apt-get upgrade
      
      Install the dependencies to compile from source code.
      
      sudo apt-get install build-essential libssl-dev libdb-dev libdb++-dev libboost-all-dev git libssl1.0.0-dbg
      sudo apt-get install libdb-dev libdb++-dev libboost-all-dev libminiupnpc-dev libminiupnpc-dev libevent-dev libcrypto++-dev libgmp3-dev
      
      Create a directory for the source code.
      
      mkdir source_code
      cd source_code
      
      Download the source code from Molik Coin and upload it using SCP/Filezilla. (Only available to paid customers)
      
      Extract the tar file using the following command.
      
      tar -xzvf molikcoin-source.tar.gz
      
      Go to the src directory of your source code.
      
      cd src
      
      Execute the following command to compile the daemon.
      
      make -f makefile.unix RELEASE=1
      
      The compiling will take about 30 minutes depending on your system.
      
      Your compiled daemon named molikcoind can be found in the src folder when compiling is finished.
      
      b. Mining
         Open your wallet, and make sure you are connected to another wallet.
         You are connected if you see the icon Wallet Connections in the lower right corner of your wallet.
        
         The message "No block source available" will disappear once you mine your first block.
        
         Close your wallet and create the file yourcoin.conf in the folder "%APPDATA%\molikcoin\".
        
         Paste the following text into yourcoin.conf and save the file.
        
         Ex>
         rpcuser=rpc_user
         rpcpassword=8cde5e64e7297b1cb4c495d1a
         rpcallowip=127.0.0.1
         rpcport=4210
         listen=1
         server=1
         addnode=55.55.55.55
        
         Download the latest version of cpuminer from here and extract the zip file.
        
         Create a .bat file named mine.bat and paste the following text into mine.bat.
        
         minerd --url=http://127.0.0.1:4210 --userpass=rpc_user:8cde5e64e7297b1cb4c495d1a
        
         Save the file inside the extracted cpuminer folder.
        
         c. Staking
         The following only applies for a scrypt PoW/PoS blockchain.
        
         Open your wallet, and make sure you are connected to another wallet.
         You are connected if you see the icon Wallet Connections in the lower right corner of your wallet.
        
         Leave your wallet open and unlocked to stake.
         Keep in mind that stake can only be generated when you have a balance in your wallet.
        
        
         The following only applies if you encrypted your wallet.
        
         You can unlock your wallet using the following instructions.
        
         Go to Help.
         Click Debug Window.
         This is the console where you will execute all commands.
        
         Type this command to start staking:
        
         walletpassphrase REPLACE_WITH_YOUR_PASSWORD 9999999 true
        
         Replace the text "REPLACE_WITH_YOUR_PASSWORD" with your password.
        
         The number 9999999 is the amount of seconds you want to leave your wallet unlocked for staking.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [AIRDROP] - Jewelry Molik COIN AirDrop IS LAUNCHING SOON ONLY 500
by
andyshin3
on 15/11/2017, 15:16:56 UTC
hi dev i've joined the airdrop offering and i hope to receive my part, good project and good luck succes always Wink

What kind of part ?

you can be any partner this project.

Thanks.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [AIRDROP] - Jewelry Molik COIN AirDrop IS LAUNCHING SOON ONLY 500
by
andyshin3
on 15/11/2017, 13:51:43 UTC
HAHA bitconnect coin......so your actually admitting your a scam?

our cryptocurrency technology was adopted bitconnect   

But it will be different.

Our goal is not cryptocurrency.

Jewelry market is blue ocean.

seller and buyer can get the benefit through Molik coin.

First of all we are trying to communicate Pandora and famous jewelry brand.

Thanks for your interesting.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [AIRDROP] - Jewelry Molik COIN AirDrop IS LAUNCHING SOON ONLY 500
by
andyshin3
on 15/11/2017, 09:59:02 UTC
this project is so interesting that it can make this project a success. I look forward to the success of this project.

Thank you for your interesting.

We also have network with jewelry brand in the world.

keep in touch.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [AIRDROP] - Jewelry Molik COIN AirDrop IS LAUNCHING SOON ONLY 500
by
andyshin3
on 15/11/2017, 09:50:18 UTC
Hello dev. What are your plans, upcoming updates ? What are the upcoming new exchanges ? Cryptopia or coinexchange and yobit , …  Huh

yes. we are trying to list in yobit. and cryptopia and more.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [AIRDROP] - Jewelry Molik COIN AirDrop IS LAUNCHING SOON ONLY 500
by
andyshin3
on 15/11/2017, 09:17:38 UTC
dear all
i wish good luck to your project
i reserve Arabic translation

Thank you for your interesting
Post
Topic
Board Announcements (Altcoins)
[ANN] [AIRDROP] [FINISHIED] Jewelry Molik COIN AirDrop IS LAUNCHING
by
andyshin3
on 15/11/2017, 07:22:09 UTC
Thank you for your interesting.

2,000 People supported in this project.

[AIR DROP WILL BE STARTED TODAY.]

If you want to be participated in our project, Feel free to contact me.

any kind of partnership, marketing, Technical, translation, bounties opened.



*****************************************************************
http://molik.kr/web/product/medium/201707/180_shop1_992382.jpg   

1. General Introduction of Molik coin
      Molik coin is an open source, peer-to-peer, community driven decentralized cryptocurrency that allow people to store and invest their wealth in a non-government controlled currency, and even earn a substantial interest on investment.
      
      Molik coin can be bought and sold both online and offline Jewerly store. However, the most popular way is to exchange them on crypto currency sites where you can buy, sell or exchange Molik coin for another digital currency or fiat money.
      
2. Air Drop Offering
      https://docs.google.com/forms/d/e/1FAIpQLSfCw-Ql_s_LVRMkdwxXkE98qdfl9Vsl7fKoCJyO6akTxns9Cg/viewform?usp=sf_link

3. Molik Coin Specification
   
   Coin Algorithm Scrypt (PoW/PoS)
   Coin Abbreviation : MOL
   Maximum Coin Supply : 30,000,000
   Coin base maturity : 20 blocks
   Total PoW block : 10,000
   PoW block reward : 50 MOL
   Block Spacing : 64 seconds
   Block timespan : 1 blocks
   Transaction confirmations : 6 blocks
   Minimum Stake Age : 2 Days
   Maximum Stake Age : 7 Days
   RPC Port : 26444
   P2P Port : 26443
   PoS percentage : 5% per year
   
   Github : https://github.com/molikcoin/molikcoin/blob/master/README.md
   
4. Molik Coin Distribution
   
   Currencies used : Bitcoin
   Total Air Drop : 3,000,000 (After Airdrop of premined 8,000,000 Molik coin, PoW/PoS algorithm will work to issue new coins to Molik coin miners and Molik coin holders.)
   
5. How are they used?
   The Molik coins are used by molik community members for molik services and to store and invest the wealth in a non-government controlled currency. The Molik coins will also be used  as payment system on number of molik partner websites.
   
6. How are they produced?
   Molik coin uses a special algorithm called the POW/POS to secure the Molik Coin network.  All you have to do to earn with this method is to hold coins in your Molikcoin-QT wallet. In addition to PoS minting, Molik coin can be mined with CPU/GPU and does not need an ASIC miner like Bitcoin does.
   
7. Download wallet
      a. Windows wallet : https://github.com/molikcoin/molikcoin-wallet/blob/master/molikcoin-qt-windows.zip
      b. Linux wallet : https://github.com/molikcoin/molikcoin-wallet/blob/master/molikcoin-qt-linux.tar.gz

8. Minning pool for MOL
a. http://54.178.201.80/
b. http://yiimp.poolofd32th.club
c. www.findblocks.com
d. http://80.211.163.32
e. Bounty for New Mining pool for Molik coin : 10,000 MOL

9. Explorer
a. http://52.199.232.7:3001 (main)
b. http://202.5.18.38:92/
c. http://mol.unyun.cn  
d. Bounty for New Explorer for Molik coin : 10,000 MOL

10. Bounties
a. Signature Campaign Bounties
b. Translation Bounties
c. Marketing Campaign Bounties
d. Mining pool Bounties
e. Explorer Bounties
      
11. Links
a. Website : http://molikcoin.imweb.me/
b. Community : Comming soon
c. Exchange : Comming soon
d. Telegram : https://t.me/joinchat/GJ9DERAGJ7ftXJMMR1RG2g
   

12. Guide
      a. Compiling
      you can compile a daemon for Ubuntu 16.04 using the following instructions.
      
      Update your Ubuntu machine.
      
      sudo apt-get update
      sudo apt-get upgrade
      
      Install the dependencies to compile from source code.
      
      sudo apt-get install build-essential libssl-dev libdb-dev libdb++-dev libboost-all-dev git libssl1.0.0-dbg
      sudo apt-get install libdb-dev libdb++-dev libboost-all-dev libminiupnpc-dev libminiupnpc-dev libevent-dev libcrypto++-dev libgmp3-dev
      
      Create a directory for the source code.
      
      mkdir source_code
      cd source_code
      
      Download the source code from Molik Coin and upload it using SCP/Filezilla. (Only available to paid customers)
      
      Extract the tar file using the following command.
      
      tar -xzvf molikcoin-source.tar.gz
      
      Go to the src directory of your source code.
      
      cd src
      
      Execute the following command to compile the daemon.
      
      make -f makefile.unix RELEASE=1
      
      The compiling will take about 30 minutes depending on your system.
      
      Your compiled daemon named molikcoind can be found in the src folder when compiling is finished.
      
      b. Mining
         Open your wallet, and make sure you are connected to another wallet.
         You are connected if you see the icon Wallet Connections in the lower right corner of your wallet.
         
         The message "No block source available" will disappear once you mine your first block.
         
         Close your wallet and create the file yourcoin.conf in the folder "%APPDATA%\molikcoin\".
         
         Paste the following text into yourcoin.conf and save the file.
         
         Ex>
         rpcuser=rpc_user
         rpcpassword=8cde5e64e7297b1cb4c495d1a
         rpcallowip=127.0.0.1
         rpcport=4210
         listen=1
         server=1
         addnode=55.55.55.55
         
         Download the latest version of cpuminer from here and extract the zip file.
         
         Create a .bat file named mine.bat and paste the following text into mine.bat.
         
         minerd --url=http://127.0.0.1:4210 --userpass=rpc_user:8cde5e64e7297b1cb4c495d1a
         
         Save the file inside the extracted cpuminer folder.
         
         c. Staking
         The following only applies for a scrypt PoW/PoS blockchain.
         
         Open your wallet, and make sure you are connected to another wallet.
         You are connected if you see the icon Wallet Connections in the lower right corner of your wallet.
         
         Leave your wallet open and unlocked to stake.
         Keep in mind that stake can only be generated when you have a balance in your wallet.
         
         
         The following only applies if you encrypted your wallet.
         
         You can unlock your wallet using the following instructions.
         
         Go to Help.
         Click Debug Window.
         This is the console where you will execute all commands.
         
         Type this command to start staking:
         
         walletpassphrase REPLACE_WITH_YOUR_PASSWORD 9999999 true
         
         Replace the text "REPLACE_WITH_YOUR_PASSWORD" with your password.
         
         The number 9999999 is the amount of seconds you want to leave your wallet unlocked for staking.
Post
Topic
Board Announcements (Altcoins)
[ANN] MolikToken - Ethereum-based token Launched!
by
andyshin3
on 19/09/2017, 07:08:47 UTC
LAUNCHED

Webpage : https://molikcoin.imweb.me/
Explorer : https://etherscan.io/token/0x09debe702678140c1be278213109719fab98d0d8

--------------------------------------------------------------------------------------------------------------
Molik is a public Ethereum-based jewelry shopping platform for use in mainstream online mall,
that enables real-time, peer-to-peer value exchange and payment services.
Generate new values and invest in your real beauty.
This is the first Ethereum token that connects virtual assets and real assets.

Transform virtual assets and real assets wisely.


    Pay any virtual asset in real-world

We've changed the various assets that exist in the virtual world, but we're not accustomed to getting value up and down. You can transform those values into assets that have sufficient value. Try changing your precious emotions into a transparent value. I support your life.

     Get a variety of jewelry and Diamonds

Jewelry is beautifully made out of jewelry. It has its own value in itself with shiny diamonds, rubies, sapphires, polished gold, etc.
How long will the world be true? Invest in your beauty today.

Buy all the jewelry you want
Molik's Jewelry shopping markets provide beautiful Jewelry with Diamonds - you can think of the current market price of any share  that outcome actually buying it in the real world.
The global diamond market predicted a steady rise in the global economy in 2017, but the global growth rate has slowed. In India, the largest diamond processing producer in India, the world`s largest diamond manufacturing producer, has had a huge drop in diamond inventories. The cause is largely due to changes in the currency revaluation of India and the changes in tax systems. It is customary for prices to drop if demand drops in the market.
Human beings have proved to be instinct to embellish themselves. I look forward to buying something worthwhile and appreciating it. Jewelry has a huge market worldwide. Beautiful jewelry from each country in the world will be a great opportunity to look and acquire.