sud
|
|
September 20, 2017, 01:00:26 PM |
|
1: airdrop form will be update later .
2 :about airdrop issue , please read airdrop rule carefully .
3: we will pay for masternodes.pro later.
4: reddit community is necessary .
5: roadmap is under the way.
good luck all.
ideaupdater you should ask one or two people, who are here from the start, to manage those tables and airdrops for you tbh.
|
|
|
|
AngryWhiteWolf
|
|
September 20, 2017, 02:05:47 PM |
|
1: airdrop form will be update later .
2 :about airdrop issue , please read airdrop rule carefully .
3: we will pay for masternodes.pro later.
4: reddit community is necessary .
5: roadmap is under the way.
good luck all.
It sound like a solid plan. There will be also a 3rd airdrop round? Thank you for all your hard work.
|
|
|
|
free2yu
|
|
September 20, 2017, 02:16:12 PM |
|
Really do not miss the money, but to contribute to the encrypted money community, I have to support!
|
|
|
|
SEELE^^01
|
|
September 20, 2017, 02:32:50 PM |
|
1: airdrop form will be update later .
2 :about airdrop issue , please read airdrop rule carefully .
3: we will pay for masternodes.pro later.
4: reddit community is necessary .
5: roadmap is under the way.
good luck all.
It sound like a solid plan. There will be also a 3rd airdrop round? Thank you for all your hard work. yes, sounds very solid. i also hope that there will be a 3rd different airdrop round too, after the month of 2nd airdrop. dev is working hard on his end hope we will get our share. could bite me in the ass that i wasnt an earyl airdropper of those 50k mnc...
|
|
|
|
cygan
Legendary
Offline
Activity: 3374
Merit: 9021
icarus-cards.eu
|
|
September 20, 2017, 03:03:38 PM |
|
So here it is: # # ########################### # Debian 9 (Stretch) # (running from a user-account with sudo rights) # ########################### #
# # Install dependencies # sudo apt-get update sudo apt-get install git build-essential qt5-default libtool autotools-dev autoconf pkg-config libssl-dev libprotobuf-dev protobuf-compiler libcrypto++-dev libevent-dev libminiupnpc-dev libgmp-dev libboost-all-dev sudo apt-get install libssl1.0-dev libssl1.0.2 # downgrade SSL from 1.1 to 1.0.2
# # Build Berkeley DB # Debian 9 ships with version 5.3 but this wallet needs older version 4.8 # The required version is not hosted in the newer debian repositories, so we need to compile on our own. # # Fetch the source cd ~ wget 'http://download.oracle.com/berkeley-db/db-4.8.30.NC.tar.gz' # verify it's really the file we are looking for echo '12edc0df75bf9abd7f82f821795bcee50f42cb2e5f76a6a281b85732798364ef db-4.8.30.NC.tar.gz' | sha256sum -c # ONLY CONTINUE if there is no error - should be a line like this: # -> db-4.8.30.NC.tar.gz: OK tar -xzvf db-4.8.30.NC.tar.gz
# Build the library and install to /usr/local cd db-4.8.30.NC/build_unix/ ../dist/configure --prefix=/usr/local --enable-cxx make -j4 # compile on 4 cores sudo make install # copy compiled files to /usr/local
# You can delete db-4.8.30.NC.tar.gz file and db-4.8.30.NC folder now if you like.
# I added LD_LIBRARY_PATH to my .bashrc, so the bdb lib can be found by the executable we will compile later on export LD_LIBRARY_PATH="/usr/local/lib/"
# # Get MasterNodeCoin sources from github and compile it # cd ~ mkdir masternodecoin cd masternodecoin git clone https://github.com/masternodecoin/masternodecoin.git .
# these scripts need to be executable chmod +x src/leveldb/build_detect_platform chmod +x src/secp256k1/autogen.sh
# Now we can build the MasterNodeCoin-QT binary ... qmake make -j4 # compile on 4 cores # ... and copy the resulting binary to bin-folder cp Masternodecoin-qt /usr/bin/Masternodecoin
# to run it simply type "Masternodecoin" to a terminal # or create a link to the binary in the start-menu / on the desktop
# Data (Blockchain and wallet.dat) is saved to ~/.Masternodecoin
Hope this will help! And also I hope I didn't miss anything. Correct me if something is wrong with it. i cant run/install the masternode-qt on my raspberry pi with this guide someone has already run it?
|
|
|
|
fanten
Full Member
Offline
Activity: 266
Merit: 101
The Future of Global Copyright Registration
|
|
September 20, 2017, 03:07:51 PM |
|
1: airdrop form will be update later .
2 :about airdrop issue , please read airdrop rule carefully .
3: we will pay for masternodes.pro later.
4: reddit community is necessary .
5: roadmap is under the way.
good luck all.
ideaupdater you should ask one or two people, who are here from the start, to manage those tables and airdrops for you tbh. dev i can help you with this. u can let me know if you need this.. i can help.
|
|
|
|
teosanru
|
|
September 20, 2017, 03:44:07 PM |
|
Thanks for 60 MTNC as my first airdrop. I am waiting for 3rd airdrop of masternoidcoin. How can we bought more MTNC? Is this coin listed at any third party exchange yet?
MTNC is listed on Cryptopia, Novaexchange and bitzure !!! Warning Exchange BITZURE - SCAM !!!Details: https://bitcointalk.org/index.php?topic=2126606.0@ ideaupdater edit, pls, the first post in the topic. then it is true that this exchange is a scam?
|
|
|
|
teosanru
|
|
September 20, 2017, 03:47:41 PM |
|
1: airdrop form will be update later .
2 :about airdrop issue , please read airdrop rule carefully .
3: we will pay for masternodes.pro later.
4: reddit community is necessary .
5: roadmap is under the way.
good luck all.
ideaupdater you should ask one or two people, who are here from the start, to manage those tables and airdrops for you tbh. dev i can help you with this. u can let me know if you need this.. i can help. I think it would be a good idea for a team of users to help in checking the list for the airdrop, so Dev would not have so much work accumulated
|
|
|
|
ideaupdater (OP)
Sr. Member
Offline
Activity: 630
Merit: 252
Masternodecoin Team
|
|
September 20, 2017, 03:50:04 PM |
|
all bounty send before 9.12
|
|
|
|
ideaupdater (OP)
Sr. Member
Offline
Activity: 630
Merit: 252
Masternodecoin Team
|
|
September 20, 2017, 03:51:50 PM |
|
1: airdrop form will be update later .
2 :about airdrop issue , please read airdrop rule carefully .
3: we will pay for masternodes.pro later.
4: reddit community is necessary .
5: roadmap is under the way.
good luck all.
ideaupdater you should ask one or two people, who are here from the start, to manage those tables and airdrops for you tbh. dev i can help you with this. u can let me know if you need this.. i can help. I think it would be a good idea for a team of users to help in checking the list for the airdrop, so Dev would not have so much work accumulated thanks all guys , we will pm you if necessary.
|
|
|
|
nezero
|
|
September 20, 2017, 03:57:55 PM |
|
Glad to see I've been added onto spreadsheet. I'd like to get more involved in this community, let me know how...
|
|
|
|
muvie
|
|
September 20, 2017, 04:00:30 PM |
|
Are there any ongoing efforts to establish a usable block explorer? Wanna check my balances rather if the payments arrived, but I can't access my wallet pc right now? If I type in my address into the block explorer in the OP, I am redirected to the homepage only?!?
|
|
|
|
Drokzid
|
|
September 20, 2017, 04:03:05 PM Last edit: September 20, 2017, 04:18:35 PM by Drokzid |
|
I have not received any MNTC this week. When will the latest airdrop round be paid? I have written much more than 20 posts a week. The last payment was on 12th of September. So the next airdrop round ended yesterday, or not?
|
BTC IS KING!
|
|
|
wwzsocki
Legendary
Offline
Activity: 2954
Merit: 1745
Top-tier crypto casino and sportsbook
|
|
September 20, 2017, 04:47:53 PM |
|
I want to confirm that I have received my Masternodecoins for second airdrop round. I will hodl and stake to gain more of free coins. Will there be next airdrop round? How is this coin distributed?
|
|
|
|
Dfinest
|
|
September 20, 2017, 04:55:25 PM |
|
Hm, something is happening, price per coin rised well over 50 percent in the last 15 minutes.
|
|
|
|
theinvestdude
Full Member
Offline
Activity: 630
Merit: 103
Bounty Manager For Hire!!
|
|
September 20, 2017, 04:57:00 PM |
|
Hm, something is happening, price per coin rised well over 50 percent in the last 15 minutes.
its normal, those buyers probably wanting to run a masternode and for that reason the price will pump.
|
|
|
|
RichardBTC
|
|
September 20, 2017, 06:07:49 PM |
|
Glad to see I've been added onto spreadsheet. I'd like to get more involved in this community, let me know how... HI where is this spreadsheet?
|
|
|
|
cygan
Legendary
Offline
Activity: 3374
Merit: 9021
icarus-cards.eu
|
|
September 20, 2017, 06:12:38 PM |
|
Glad to see I've been added onto spreadsheet. I'd like to get more involved in this community, let me know how... HI where is this spreadsheet? please check the first post from the mtnc dev. there you can find all infos also all the spreadsheets
|
|
|
|
teosanru
|
|
September 20, 2017, 06:16:55 PM |
|
Hm, something is happening, price per coin rised well over 50 percent in the last 15 minutes.
its normal, those buyers probably wanting to run a masternode and for that reason the price will pump. it is great news that the coin will rise again in price
|
|
|
|
teosanru
|
|
September 20, 2017, 06:18:09 PM |
|
now masternodecoin has up 91% at 0.124042 I remember even the stupid one who said two weeks ago that the currency would fail, that the next day, nobody would buy the currency, today the volume returns to $ 14,923 usd
|
|
|
|
|