Author

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

full member
Activity: 574
Merit: 105
when are we getting our tken dev?
sr. member
Activity: 630
Merit: 250
joined here. my first coin for POS wallet will look around to understand.
full member
Activity: 616
Merit: 100
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.

this is coin a masternode .
and list on masternodes.pro


High exposure by being listed on masternodes.pro. Well done!
I can see a nice future for the coin.
full member
Activity: 518
Merit: 102
Hi guyz, I have an urgent question: is it possible to create another masternodecoin qt wallet with differnent private key and address (public key) or better let me say differnet wallet.dat file on the same pc that I already have the windows qt wallet installed and then transfer my funds from the old wallet to the new wallet and therefore have a new wallet.DAT file.

I misplaced my storage device where I backed up my wallet.dat files for many qt wallets of various coins. So I think someone may have access to it soon. Though I compressed and locked it with a password but I still don't wana take any risk as the password archive password may be possible to be compromised

Thanks for your urgent replies!!

there is a guide in the main post to create multiple masternodes


Hii thanks for the reply.. But please did you understand my question well ?? I don't mean creating multiple masternodes.. I don't even have up to 50k mtnc. What I meant is creating another wallet with a different public and private keys on the same pc with an already running qt wallet software..that is probably a different wallet.DAT file since it is the wallet.dat file that contains the private and public keys and anyone that has access to it can move the funds in the wallet..

Maybe my english is not very clear
sr. member
Activity: 616
Merit: 256
How is the work on the roadmap going? When can we see it? The presence of a roadmap is very important in order that as much as possible people are interested in the project.
at least it remains to wait a week. and coin holders and those who are interested - everyone is waiting for news.
full member
Activity: 574
Merit: 105
am still waiting for my coin dev
sr. member
Activity: 630
Merit: 252
Masternodecoin Team
hi guys , i'm sorry , so many things on hand.

we will send airdrop (2nd week +  third week)  together at 9.26 ,that means if you submit info at 9.5 then you can get bounty at 9.26 again.

sorry again.




Ok dev we understand that you have been busy. So what of we that submitted info during 2nd week ?? Any hope for us ?
any one who submit your infor and follow the rule can get your airdrop , actually i said more times ,do not worry.

Dev I have a question for you, I can change in the form the wallet with which I register for the second round of airdrop for another different wallet and send the 100 coins of the second round I received during the first week to that wallet to continue receiving there the other currencies?

I am looking forward to your response
hi teosanru, you do not need change anything, yes the submit form can be updated but the result form only can be updated by our team.
full member
Activity: 714
Merit: 117
sorry, i was running console version only on a pi

i will try to get the qt version working
might take 1-2 days for a (hopefully positive) result

So here is a working guide how to compile the Masternode-qt binary on a Raspberry Pi 3:
Code:
#
# ###########################
# raspbian-stretch (tested with version of 2017-09-07) on a Raspberry Pi 3 with 16 GiB sdcard
# (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

# set the swap space on sd-card to 2 GB (the amount of physical memory is insufficient)
sudo su -
echo "CONF_SWAPSIZE=2048" > /etc/dphys-swapfile
systemctl restart dphys-swapfile
exit # exit root shell to be logged in as user again


#
# 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



# workaround because lrelease is not working on raspi - it never starts...
# so qmake would never end. we just create a dummy executable which does nothing
sudo touch dummy.sh
sudo chmod +x dummy.sh
sudo mv dummy.sh /usr/bin/
sudo ln -s /usr/bin/dummy.sh /usr/lib/arm-linux-gnueabihf/qt5/bin/lrelease

# ensure using the right version of qt
export QT_SELECT=qt5
# Now we can build the MasterNodeCoin-QT binary ...
qmake
make # compile.. this will take ages, wait patiently ;)
# ... and copy the resulting binary to bin-folder
sudo 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

This is very useful. Of course, only once you have 50,000 coins. Since the whole point of a masternode is to be online most of the time to help the network, running it on a Raspberry Pi 3 is much cheaper than with a big electricity consuming PC.
full member
Activity: 686
Merit: 108
staking my 20mtnc, expected time to earn reward 173 days  Shocked .maybe i luck out and earn sooner, never know. hows everyone elses staking going so far? anybody been able to make anything staking off small amounts yet?
you need to buy more coins. then less time to wait POS

that would ruin my staking experiment though.  Undecided
full member
Activity: 252
Merit: 108
staking my 20mtnc, expected time to earn reward 173 days  Shocked .maybe i luck out and earn sooner, never know. hows everyone elses staking going so far? anybody been able to make anything staking off small amounts yet?

i have 1200 MTNC in my wallet and get 6 staking coins approx. every 4 days
sr. member
Activity: 616
Merit: 256
staking my 20mtnc, expected time to earn reward 173 days  Shocked .maybe i luck out and earn sooner, never know. hows everyone elses staking going so far? anybody been able to make anything staking off small amounts yet?
you need to buy more coins. then less time to wait POS
full member
Activity: 686
Merit: 108
staking my 20mtnc, expected time to earn reward 173 days  Shocked .maybe i luck out and earn sooner, never know. hows everyone elses staking going so far? anybody been able to make anything staking off small amounts yet?
sr. member
Activity: 512
Merit: 250
need a wallet job short video. and generally more video about the project.

I am looking for someone to make a video in English atm
I have someone making one in a different language already.
sr. member
Activity: 882
Merit: 254
My Rank is now Full Member not Member (like when i first joined)
Is there a chance to change that in your spreadsheet Smiley

I'm waiting for the next AirDrop, I'll be more active within this community.
sr. member
Activity: 616
Merit: 256
need a wallet job short video. and generally more video about the project.
full member
Activity: 252
Merit: 108
So here is a working guide how to compile the Masternode-qt binary on a Raspberry Pi 3:

THX, the Masternode GUI runs on the Pi2 on Tightserver perfect, the Blockchain is on a USB stick Wink



Nice that my guide helped you and that it obviously worked as described on Pi2 aswell.
btw: I built it remotely with tightvnc too Wink
legendary
Activity: 3934
Merit: 2634
sorry, i was running console version only on a pi

i will try to get the qt version working
might take 1-2 days for a (hopefully positive) result

So here is a working guide how to compile the Masternode-qt binary on a Raspberry Pi 3:
Code:
#
# ###########################
# raspbian-stretch (tested with version of 2017-09-07) on a Raspberry Pi 3 with 16 GiB sdcard
# (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

# set the swap space on sd-card to 2 GB (the amount of physical memory is insufficient)
sudo su -
echo "CONF_SWAPSIZE=2048" > /etc/dphys-swapfile
systemctl restart dphys-swapfile
exit # exit root shell to be logged in as user again


#
# 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



# workaround because lrelease is not working on raspi - it never starts...
# so qmake would never end. we just create a dummy executable which does nothing
sudo touch dummy.sh
sudo chmod +x dummy.sh
sudo mv dummy.sh /usr/bin/
sudo ln -s /usr/bin/dummy.sh /usr/lib/arm-linux-gnueabihf/qt5/bin/lrelease

# ensure using the right version of qt
export QT_SELECT=qt5
# Now we can build the MasterNodeCoin-QT binary ...
qmake
make # compile.. this will take ages, wait patiently ;)
# ... and copy the resulting binary to bin-folder
sudo 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

THX, the Masternode GUI runs on the Pi2 on Tightserver perfect, the Blockchain is on a USB stick Wink

sr. member
Activity: 616
Merit: 256
pleasantly surprised by today's work of the wallet. I sympathize with those who have not seen how the reward comes.
21 000 coins for 28 days
hero member
Activity: 2114
Merit: 619
hi guys , i'm sorry , so many things on hand.

we will send airdrop (2nd week +  third week)  together at 9.26 ,that means if you submit info at 9.5 then you can get bounty at 9.26 again.

sorry again.




Ok dev we understand that you have been busy. So what of we that submitted info during 2nd week ?? Any hope for us ?
any one who submit your infor and follow the rule can get your airdrop , actually i said more times ,do not worry.

Dev I have a question for you, I can change in the form the wallet with which I register for the second round of airdrop for another different wallet and send the 100 coins of the second round I received during the first week to that wallet to continue receiving there the other currencies?

I am looking forward to your response
legendary
Activity: 2506
Merit: 1113
There's no need to be upset
hi guys , i'm sorry , so many things on hand.

we will send airdrop (2nd week +  third week)  together at 9.26 ,that means if you submit info at 9.5 then you can get bounty at 9.26 again.

sorry again.




Ok dev we understand that you have been busy. So what of we that submitted info during 2nd week ?? Any hope for us ?
any one who submit your infor and follow the rule can get your airdrop , actually i said more times ,do not worry.

Was just comong by to ask about this week's airdrop and just got the answer
Still holding mine. It'll sit on the wallet for a while
Thanks a lot dev
Jump to: