Author

Topic: ▉ANN▉ MTNC ▉▉▉▉░ Masternodecoin ░▉▉▉ Multiple Privacy Center Platform - page 176. (Read 239081 times)

sr. member
Activity: 756
Merit: 251
Sovryn - 300-500% APY on USDT Deposit
Is there any roadmap for this coin? Planning to run 1 masternode but i want to know first the direction of this project  Smiley. Also it would be nice if this project is listed at masternode.pro, more coverage and more people will join this project.
full member
Activity: 210
Merit: 100
Is something delay with second payment week for second airdrop? I check now my wallet and i didn't received the second payment.

yes, i got 1st week airdrop on 12. sept
2nd week should have been yesterday

but i think dev has to update forum ranks first
https://docs.google.com/spreadsheets/d/1LRzgvjl2nRq78ePp7hpQ0qSu8ppkQWcyhrR3UgqF5uc/edit#gid=0
many people (including me) got a rank upgrade which is not updated in the sheet yet

i'm sure he is really busy at the moment

Yeah would be nice to see some updates on the rank in the spreadsheet!
sr. member
Activity: 521
Merit: 256
Is something delay with second payment week for second airdrop? I check now my wallet and i didn't received the second payment.

yes, i got 1st week airdrop on 12. sept
2nd week should have been yesterday

but i think dev has to update forum ranks first
https://docs.google.com/spreadsheets/d/1LRzgvjl2nRq78ePp7hpQ0qSu8ppkQWcyhrR3UgqF5uc/edit#gid=0
many people (including me) got a rank upgrade which is not updated in the sheet yet

i'm sure he is really busy at the moment

Yep, there seems to be a delay, but maybe it's good that dev is working hard on the development instead of sorting out airdrops Smiley
I also reached higher rank since registering, there are probably many people like that so the list should be really updated.

By the way, are there any plans to list MasterNode on some bigger exchanges like Poloniex or Bittrex?
sr. member
Activity: 512
Merit: 250
how to get this airdrop ?

writing to dev with masternodecoin wallet adress ?

i havent found masternodecoin wallet
where is it ?

Here you go this is the windows wallet

https://mega.nz/#!dDBySKbB!FMWzl6wVXuMwmnoy6UZTgg5n1Y4wiaAaEdXrYeepehw

Guys who somebody tell me. I'm afraid of course there is no time to reread the entire branch. I was engaged in a bounty twitter. What is known about charging?

The dev paid out on those bounties before maybe you did not qualify if you where not around until now.
sr. member
Activity: 459
Merit: 251
Thanks for updated info dev. More coins received next week because of sending two weeks payments. Possible the price of coin will gain more value.
full member
Activity: 560
Merit: 113
how to get this airdrop ?

writing to dev with masternodecoin wallet adress ?

i havent found masternodecoin wallet
where is it ?

noob try to read the OP and do not ask,
it's very clear how to join the airdrop and how to download the wallet.
even you can find it in there,yet you're asking that you can not find it in the OP ?
what a lazy dumb kid

just read and follow the instruction.
download the wallet address and just fill up the form.
follow thier twitter and join to thier slack
goodluck!
legendary
Activity: 3934
Merit: 2634
hey does somebody now if can stake my coins at the pi ?
So if its possible is there a tutorial ?

I think it's possible.
I will try out tomorrow and write a tutorial if it works.

Anyone have the the Masternodecoin Wallet running on the Raspberry Pi?


Here is a short guide to compile the masternode daemon on a raspberry pi 3.
It took ages to compile, but it worked in the end.
CAREFUL: I did not test it yet - you will have to try if staking will work. Also I am not able to test if you can run a masternode on it because so far I don't have the 50000 tokens.

Code:
#
# ###########################
# raspbian-stretch-lite (tested with version of 2017-08-16) on a Raspberry Pi 3
# (running install from a user-account with sudo rights)
# ###########################
#

# Install dependencies
sudo apt-get update
sudo apt-get install git build-essential 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

# set the swap space on sd-card to 1 GB (the amount of physical memory is insufficient)
sudo echo "CONF_SWAPSIZE=2048" > /etc/dphys-swapfile
sudo systemctl restart dphys-swapfile

#
# Build Berkeley DB
# raspbian-stretch 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
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 daemon
cd src
make -f makefile.unix # only 1 core - it will take much longer on more cores, because the RAM is always full and needs to be swapped


# Now you can run the Daemon just by typing "Masternodecoind"

I have finished the compile on my pi, but i can't start it under tightvncserver???

always this error by the start.



The error because of: db-4.8.30.NC??

regards
full member
Activity: 566
Merit: 113
how to get this airdrop ?

writing to dev with masternodecoin wallet adress ?

i havent found masternodecoin wallet
where is it ?

noob try to read the OP and do not ask,
it's very clear how to join the airdrop and how to download the wallet.
even you can find it in there,yet you're asking that you can not find it in the OP ?
what a lazy dumb kid
newbie
Activity: 14
Merit: 0
how to get this airdrop ?

writing to dev with masternodecoin wallet adress ?

i havent found masternodecoin wallet
where is it ?
sr. member
Activity: 714
Merit: 253
Guys who somebody tell me. I'm afraid of course there is no time to reread the entire branch. I was engaged in a bounty twitter. What is known about charging?
sud
sr. member
Activity: 826
Merit: 301
I have a suggestion.  Please add this coin to masternodes.pro and this coin will go to Pluto and beyond.  I think it costs $400.

Anyone can help add it just make a small contribution if enough ppl help it will be added soon

it's my job. lol

I think every owner of masternode should help the development of the project, and not wait that only the developer will do something. Success of Masternodecoin - in community.


i send btc to them and already 404 USD , i think MTNC will be there soon.

That's awesome, GG! I think we should see spike in volume once MTNC will be shown on that site.
sr. member
Activity: 630
Merit: 252
Masternodecoin Team
I have a suggestion.  Please add this coin to masternodes.pro and this coin will go to Pluto and beyond.  I think it costs $400.

Anyone can help add it just make a small contribution if enough ppl help it will be added soon

it's my job. lol

I think every owner of masternode should help the development of the project, and not wait that only the developer will do something. Success of Masternodecoin - in community.


i send btc to them and already 404 USD , i think MTNC will be there soon.
hero member
Activity: 1078
Merit: 502
I have a suggestion.  Please add this coin to masternodes.pro and this coin will go to Pluto and beyond.  I think it costs $400.

Anyone can help add it just make a small contribution if enough ppl help it will be added soon

it's my job. lol

I think every owner of masternode should help the development of the project, and not wait that only the developer will do something. Success of Masternodecoin - in community.
sr. member
Activity: 630
Merit: 252
Masternodecoin Team
Does anyone know what "encouragement" in the First week Reject or Encouragement or Accept column means?

My guess is, Reject means you are out because you didn't fulfill posting requirements, Accept means all OK continue what you doing and you will continue to receive airdrop. Encouragement means you received first week airdrop but you have to do better to receive following weeks.

reject : against the rule this week so no airdrop, but if next week follow the rule , he still can get airdrop.
accept: follow the rule this week ,but if against the rule next week ,nothing.
Encouragement : should do it better to fully follow the rule this week.
sr. member
Activity: 630
Merit: 252
Masternodecoin Team
I have a suggestion.  Please add this coin to masternodes.pro and this coin will go to Pluto and beyond.  I think it costs $400.

Anyone can help add it just make a small contribution if enough ppl help it will be added soon

it's my job. lol
sr. member
Activity: 336
Merit: 250
No need to go for yobit when this coin is already listed on novaexchange. Nova definitely stands above yobit.
I would stay far far away from yobit if I can. Many other coins I was following were badly hit by the unprofessionalism of the yobit devs. I hope they get hacked soon and someone put them out of their mysery.
sud
sr. member
Activity: 826
Merit: 301
Does anyone know what "encouragement" in the First week Reject or Encouragement or Accept column means?

My guess is, Reject means you are out because you didn't fulfill posting requirements, Accept means all OK continue what you doing and you will continue to receive airdrop. Encouragement means you received first week airdrop but you have to do better to receive following weeks.

Probably he haven't made required amount of posts in a week?
legendary
Activity: 2506
Merit: 2574
Join the world-leading crypto sportsbook NOW!
Does anyone know what "encouragement" in the First week Reject or Encouragement or Accept column means?

My guess is, Reject means you are out because you didn't fulfill posting requirements, Accept means all OK continue what you doing and you will continue to receive airdrop. Encouragement means you received first week airdrop but you have to do better to receive following weeks.
sr. member
Activity: 406
Merit: 250
PHqpBmGrA3V6GqzmyQWEaQTjCMDGfSDbcn
Does anyone know what "encouragement" in the First week Reject or Encouragement or Accept column means?
sr. member
Activity: 616
Merit: 256
Jump to: