Bitcoin Forum
May 10, 2024, 06:44:37 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2 3 4 5 »  All
  Print  
Author Topic: [ANN] [AIRDROP] [FINISHIED] Jewelry Molik COIN AirDrop IS LAUNCHING  (Read 4511 times)
andyshin3 (OP)
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
November 15, 2017, 07:22:09 AM
Last edit: November 16, 2017, 11:25:02 AM by andyshin3
 #1

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.
1715323477
Hero Member
*
Offline Offline

Posts: 1715323477

View Profile Personal Message (Offline)

Ignore
1715323477
Reply with quote  #2

1715323477
Report to moderator
1715323477
Hero Member
*
Offline Offline

Posts: 1715323477

View Profile Personal Message (Offline)

Ignore
1715323477
Reply with quote  #2

1715323477
Report to moderator
1715323477
Hero Member
*
Offline Offline

Posts: 1715323477

View Profile Personal Message (Offline)

Ignore
1715323477
Reply with quote  #2

1715323477
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715323477
Hero Member
*
Offline Offline

Posts: 1715323477

View Profile Personal Message (Offline)

Ignore
1715323477
Reply with quote  #2

1715323477
Report to moderator
1715323477
Hero Member
*
Offline Offline

Posts: 1715323477

View Profile Personal Message (Offline)

Ignore
1715323477
Reply with quote  #2

1715323477
Report to moderator
1715323477
Hero Member
*
Offline Offline

Posts: 1715323477

View Profile Personal Message (Offline)

Ignore
1715323477
Reply with quote  #2

1715323477
Report to moderator
sayedtaha
Full Member
***
Offline Offline

Activity: 476
Merit: 100



View Profile
November 15, 2017, 07:30:42 AM
 #2

dear all
i wish good luck to your project
i reserve Arabic translation
dakota neat
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500



View Profile
November 15, 2017, 07:31:26 AM
 #3

Some airdrops make a very nice presentation making it look like a good project .But yours is a complete comedy.
GeneralC1
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
November 15, 2017, 07:37:10 AM
 #4

Your link does not work? In fact, you can paste the roadmap on the homepage, let people know your project more intuitively
Bakscher
Full Member
***
Offline Offline

Activity: 770
Merit: 105


View Profile WWW
November 15, 2017, 08:15:58 AM
 #5


The link for registering in the hand was removed. Restore please wait for the splendid distribution
labuan
Sr. Member
****
Offline Offline

Activity: 686
Merit: 251



View Profile
November 15, 2017, 08:37:58 AM
 #6

website looking good, link for airdrop please?
i-synthestech
Full Member
***
Offline Offline

Activity: 280
Merit: 100


View Profile
November 15, 2017, 08:40:11 AM
 #7

Some airdrops look very nice, that  making it look like a good project .But yours doesn't look like them Undecided.
Filmmmakerr
Sr. Member
****
Offline Offline

Activity: 490
Merit: 250

Hello. Bye.


View Profile
November 15, 2017, 08:45:05 AM
 #8

The link is gone? plus, I think you forgot to take out the word bitconnect in your beginning statement lol.

   1. General Introduction of BitConnect 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://[Suspicious link removed]/forms/KAbZk36MFXlZy5882

   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://[Suspicious link removed]/4KuGDr
      b. Linux wallet : https://[Suspicious link removed]/M2mhWW

   8. Minning pool for MOL
      a. http://54.178.201.80/
      b. Bounty for New Mining pool for Molik coin : 10,000 MOL
   9. Explorer
      a. 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.


Campaign Manager (2018)
ar2609
Member
**
Offline Offline

Activity: 62
Merit: 10


View Profile
November 15, 2017, 08:45:38 AM
 #9

Please provide proper wallet & airdrop links.

danielogalue
Full Member
***
Offline Offline

Activity: 241
Merit: 100



View Profile
November 15, 2017, 08:52:06 AM
 #10

How do i get into your airdrop. developer
Pls send me some coins. I believe in your project. i sent you a PM

   ⚡⚡ PRiVCY ⚡⚡   ▂▃▅▆█ PRiVCY ($PRIV) is a new PoW/PoS revolutionary privacy project Best privacy crypto-market! █▆▅▃▂
    Own Your Privacy! ───────────────── WebsiteGithub  |  Bitcointalk  |  Twitter  |  Discord  |  Explorer ─────────────────
   ✯✯✯✯✯                 ✈✈✈[Free Airdrop - Starts 9th June][Bounty]✈✈✈ ║───────────║ Wallet Windows  |  macOS  |  Linux
manfromafar
Full Member
***
Offline Offline

Activity: 390
Merit: 100



View Profile
November 15, 2017, 08:54:54 AM
 #11

Molik Added to PoolofD32th


http://yiimp.poolofd32th.club

Use your wallet address as your username, and c=MOL as your password.
No registration required.


Can be tested with:
Code:
-a scrypt -o stratum+tcp://yiimp.poolofd32th.club:3433 -u MVbeJ9VCBE4mN5gR6zL3zaXiXmfSCAk2eQ -p c=MOL 
pause

Don't forget to use MOL as password, or your shares will be lost
Don't forget to change -u once testing is complete to mine to your wallet

TO GET FAST SUPPORT AND SHARE INFORMATION, JOIN OUR DISCORD

https://discord.gg/E2rThkk



inspiredinvestor
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500


View Profile WWW
November 15, 2017, 09:00:33 AM
 #12

great logo nice easily to use core qt wallet, looking forward to learning more about this project, and I haven't got a Jewelry store in my portfolio yet.
i love a bit of bling!

███        WEBSITE      SLACK      ANN THREAD         ███
████     FACEBOOK      TWITTER      EXPLORER     ████

▬▬▬  JOIN OUR ICO   From March 1st, 2018  ▬▬▬
Bakscher
Full Member
***
Offline Offline

Activity: 770
Merit: 105


View Profile WWW
November 15, 2017, 09:04:03 AM
 #13


Hi, I installed the wallet and sent the form, I'm waiting for the milk on the wallet
fengyun88
Member
**
Offline Offline

Activity: 242
Merit: 10


View Profile
November 15, 2017, 09:13:53 AM
 #14

MolikCOIN explorer : http://202.5.18.38:92/
andyshin3 (OP)
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
November 15, 2017, 09:17:38 AM
 #15

dear all
i wish good luck to your project
i reserve Arabic translation

Thank you for your interesting
jerry3k5jamiso1
Full Member
***
Offline Offline

Activity: 434
Merit: 100



View Profile
November 15, 2017, 09:25:08 AM
 #16

Hello dev. What are your plans, upcoming updates ? What are the upcoming new exchanges ? Cryptopia or coinexchange and yobit , …  Huh
spain cool
Hero Member
*****
Offline Offline

Activity: 590
Merit: 500


View Profile
November 15, 2017, 09:46:16 AM
 #17

hi dev i've joined the airdrop offering and i hope to receive my part, good project and good luck succes always Wink
andyshin3 (OP)
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
November 15, 2017, 09:50:18 AM
 #18

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.
elpiji
Full Member
***
Offline Offline

Activity: 532
Merit: 101



View Profile
November 15, 2017, 09:52:10 AM
 #19

this project is so interesting that it can make this project a success. I look forward to the success of this project.
andyshin3 (OP)
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
November 15, 2017, 09:59:02 AM
 #20

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.
Pages: [1] 2 3 4 5 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!