Bitcoin Forum
June 01, 2024, 11:13:32 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: [ANN][FINISHED] JEWELRY MOLIKCOIN AIRDROP - Thanks 2,000people was supported!  (Read 725 times)
andyshin3 (OP)
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
November 16, 2017, 04:14:34 AM
Last edit: November 16, 2017, 07:03:26 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 & 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.
das.suprnova
Member
**
Offline Offline

Activity: 114
Merit: 10


View Profile
November 16, 2017, 06:00:56 AM
 #2

Clear

https://www.virustotal.com/#/file/4dc7e0a437184486abc58798875c39deda42a7b1b55dce8d11d2ef066c00e6ff/detection

ytrezq
Member
**
Offline Offline

Activity: 285
Merit: 27


View Profile
November 16, 2017, 06:02:52 AM
 #3

Just a simple question… You’re a newbie, why should peoples trust your wallet without the source code ?
ytrezq
Member
**
Offline Offline

Activity: 285
Merit: 27


View Profile
November 16, 2017, 06:11:40 AM
 #4

He/she could created today so it wouldn’t be listed. As long as you’re running such code there’s many things which can wrong without being a known virus.
Your link essentially guarentee the software won’t trigger ʀᴄᴇ just by wiewing the .exe inside explorer, as soon as you launch it, many things can happen.

Just use a non qemu kvm to test it.

As other possibility scams don’t have to be a virus (since source code isn’t availaible, mining could be redirect partially to an address he/she owns).
das.suprnova
Member
**
Offline Offline

Activity: 114
Merit: 10


View Profile
November 16, 2017, 06:13:06 AM
 #5

Just a simple question… You’re a newbie, why should peoples trust your wallet without the source code ?

Do you check the source code in all the wallets? Or only in those who produce newbi? If yes, share the methodology: how to check?

das.suprnova
Member
**
Offline Offline

Activity: 114
Merit: 10


View Profile
November 16, 2017, 06:19:33 AM
 #6

He/she could created today so it wouldn’t be listed. As long as you’re running such code there’s many things which can wrong without being a known virus.
Your link essentially guarentee the software won’t trigger ʀᴄᴇ just by wiewing the .exe inside explorer, as soon as you launch it, many things can happen.

Just use a non qemu kvm to test it.

As other possibility scams don’t have to be a virus (since source code isn’t availaible, mining could be redirect partially to an address he/she owns).

I agree with this. A virtual machine is a good way to protect, but the analysis of the source code (with so many currencies) is impossible!

ytrezq
Member
**
Offline Offline

Activity: 285
Merit: 27


View Profile
November 16, 2017, 06:24:22 AM
 #7


Do you check the source code in all the wallets? Or only in those who produce newbi? If yes, share the methodology: how to check?
I’m seeing not any piece of code on the website (contrary to what he/she’s writing), and I see only binaries in the Github repository (normally they should had been posted to the release section of the Github repo)

So, essentially, there’s nothing to check, since there’s nowhere to download the source code.
Nicolas9
Member
**
Offline Offline

Activity: 280
Merit: 11


View Profile
November 16, 2017, 06:31:12 AM
 #8

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

Activity: 285
Merit: 27


View Profile
November 16, 2017, 06:36:43 AM
 #9


I agree with this. A virtual machine is a good way to protect, but the analysis of the source code (with so many currencies) is impossible!

A real virtual machine with fully emulated ᴄᴘᴜ instructions will tell you it won’t hurt your computer, not that it won’t attempt to steal your money or your electricity.

And again, there’s no source code to analyse, since he didn’t published anything.
ar2609
Member
**
Offline Offline

Activity: 62
Merit: 10


View Profile
November 16, 2017, 06:49:12 AM
 #10

Devs, please provide github source code path.

ytrezq
Member
**
Offline Offline

Activity: 285
Merit: 27


View Profile
November 16, 2017, 07:11:05 AM
 #11

Devs, please provide github source code path.
It’s there : https://github.com/molikcoin/molikcoin, but it’s empty.

Nerveless there’s 28GH/s of peoples mining it currently.
bodeng
Full Member
***
Offline Offline

Activity: 336
Merit: 100



View Profile
November 16, 2017, 07:16:05 AM
 #12

good project join airdrop thanks.
biruhdeun
Newbie
*
Offline Offline

Activity: 59
Merit: 0


View Profile
November 16, 2017, 10:04:10 AM
 #13

i have received molikcoin. where exchange?
ldcomp
Member
**
Offline Offline

Activity: 134
Merit: 10


View Profile
November 16, 2017, 10:14:59 AM
 #14

thanks dev..
i get 1000coin   Kiss
ihagame
Newbie
*
Offline Offline

Activity: 37
Merit: 0


View Profile
November 16, 2017, 11:01:35 AM
 #15


any form for translation bounty dev? i want to join the bounty. and what is translation target? ( ANN thread or wp or website?)
please add more information!
Thank you
ytrezq
Member
**
Offline Offline

Activity: 285
Merit: 27


View Profile
November 17, 2017, 03:17:52 AM
 #16

Thank you for your interesting.

2,000 People supported in this project.

[AIR DROP WILL BE STARTED TODAY.]



Hi,

I participated in aidrop before it finished, but I didn’t received anything. The address I used in the form is MTk43zngob11Eu5gEUSTwXVcM2ZsPorhiG.
Meandros555
Newbie
*
Offline Offline

Activity: 85
Merit: 0


View Profile
November 17, 2017, 11:16:06 AM
 #17

Hi, whats the bounty for a Greek translation?
nindyaayu88
Newbie
*
Offline Offline

Activity: 70
Merit: 0


View Profile
November 17, 2017, 11:24:53 AM
 #18

Thanks Dev, i received 1000 [Suspicious link removed]d luck and waiting for bounty campaign
kopisusu
Full Member
***
Offline Offline

Activity: 1050
Merit: 100



View Profile
November 18, 2017, 12:39:58 PM
 #19

where  the exchange plan?
Pages: [1]
  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!