Author

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

legendary
Activity: 1932
Merit: 1005
finnally our website domain(masternodecoin.org) worked, we have already changed the domain to .org .........in order to launch the website quickly ,we ordered 3 domain but masternodecoin.xyz sitll not work.



Officlal Webiste
Very nice design page. Shocked

+1 , website is very nice and wallet works flawless , and more and more people coming to recieve free coins from airdrop , it is very possible that this will take a big hit when enter the exchange
hero member
Activity: 824
Merit: 512
finnally our website domain(masternodecoin.org) worked, we have already changed the domain to .org .........in order to launch the website quickly ,we ordered 3 domain but masternodecoin.xyz sitll not work.



Officlal Webiste
Very nice design page. Shocked Bookmark on the Feature page for the patch. Text on the page is not readable. Need to make corrections Wink
hero member
Activity: 867
Merit: 500
The dev pleases us with good news, and it's wonderful! It is immediately evident that the project is developing and more and more people are coming. I think that when we are placed on the exchange - there will be a big influx of new participants and new masternodes Smiley
full member
Activity: 448
Merit: 100
When is the second round of vacancy?
sr. member
Activity: 512
Merit: 250

Great news getting the website up and running and having github source going everything seems to be moving nice and steady for this project.

Good job dev team lets the good news rolling
sud
sr. member
Activity: 826
Merit: 301
finnally our website domain(masternodecoin.org) worked, we have already changed the domain to .org .........in order to launch the website quickly ,we ordered 3 domain but masternodecoin.xyz sitll not work.



Officlal Webiste

WOW, the website looks really cool, Good job! We are getting there guys, moon soon Grin
hero member
Activity: 2114
Merit: 619
finnally our website domain(masternodecoin.org) worked, we have already changed the domain to .org .........in order to launch the website quickly ,we ordered 3 domain but masternodecoin.xyz sitll not work.



Officlal Webiste


Dev, that's great news, a question, when the exchange will be available, because I want to implement an additional masternode?
sr. member
Activity: 630
Merit: 252
Masternodecoin Team
finnally our website domain(masternodecoin.org) worked, we have already changed the domain to .org .........in order to launch the website quickly ,we ordered 3 domain but masternodecoin.xyz sitll not work.



Officlal Webiste
full member
Activity: 219
Merit: 100
I just downloaded the source code to compile a version of the Masternodecoin Wallet on a Linux machine. I'm using a Linux Mint 18.2 machine, but it should be valid on any Linux machine, specifically any Ubuntu machine.

I used a git clone command to download the wallet:

git clone https://github.com/masternodecoin/masternodecoin.git

This will put the source code in a directory called masternodecoin directly in the directory that you execute the command from.

Two things you will need to do before executing the commands to make the coin:

$chmod 755 src/leveldb/build_detect_platform
$chmod 755 src/secp256k1/autogen.sh

Once you have executed the above commands, you can then continue with the make:

$qmake
$make

This will create the Masternodecoin-qt executable in the main directory.

There you have it! Now you have a Linux qt wallet for Masternode coin.

nice guide .

it should compile leveldb and secp256k1 first

Thanks... participating in the second Airdrop, but know I'll need additional coins for a masternode. Do you know what the first exchange will be to list the coin? Would love to be able to pick up some early... before the price rise Smiley

did you already recieved masternodecoins in your wallet? ,  if not then please PM me your walletadress , i'll send you a little

this community grows bigger everyday and you helped a lot of people

Thanks, glad to be of help to anyone. I'd also be happy to help anyone who has problems. I also PM'd you.
legendary
Activity: 1932
Merit: 1005
I just downloaded the source code to compile a version of the Masternodecoin Wallet on a Linux machine. I'm using a Linux Mint 18.2 machine, but it should be valid on any Linux machine, specifically any Ubuntu machine.

I used a git clone command to download the wallet:

git clone https://github.com/masternodecoin/masternodecoin.git

This will put the source code in a directory called masternodecoin directly in the directory that you execute the command from.

Two things you will need to do before executing the commands to make the coin:

$chmod 755 src/leveldb/build_detect_platform
$chmod 755 src/secp256k1/autogen.sh

Once you have executed the above commands, you can then continue with the make:

$qmake
$make

This will create the Masternodecoin-qt executable in the main directory.

There you have it! Now you have a Linux qt wallet for Masternode coin.

nice guide .

it should compile leveldb and secp256k1 first

Thanks... participating in the second Airdrop, but know I'll need additional coins for a masternode. Do you know what the first exchange will be to list the coin? Would love to be able to pick up some early... before the price rise Smiley

did you already recieved masternodecoins in your wallet? ,  if not then please PM me your walletadress , i'll send you a little

this community grows bigger everyday and you helped a lot of people
full member
Activity: 219
Merit: 100
I just downloaded the source code to compile a version of the Masternodecoin Wallet on a Linux machine. I'm using a Linux Mint 18.2 machine, but it should be valid on any Linux machine, specifically any Ubuntu machine.

I used a git clone command to download the wallet:

git clone https://github.com/masternodecoin/masternodecoin.git

This will put the source code in a directory called masternodecoin directly in the directory that you execute the command from.

Two things you will need to do before executing the commands to make the coin:

$chmod 755 src/leveldb/build_detect_platform
$chmod 755 src/secp256k1/autogen.sh

Once you have executed the above commands, you can then continue with the make:

$qmake
$make

This will create the Masternodecoin-qt executable in the main directory.

There you have it! Now you have a Linux qt wallet for Masternode coin.

nice guide .

it should compile leveldb and secp256k1 first

Thanks... participating in the second Airdrop, but know I'll need additional coins for a masternode. Do you know what the first exchange will be to list the coin? Would love to be able to pick up some early... before the price rise Smiley
sr. member
Activity: 630
Merit: 252
Masternodecoin Team
I just downloaded the source code to compile a version of the Masternodecoin Wallet on a Linux machine. I'm using a Linux Mint 18.2 machine, but it should be valid on any Linux machine, specifically any Ubuntu machine.

I used a git clone command to download the wallet:

git clone https://github.com/masternodecoin/masternodecoin.git

This will put the source code in a directory called masternodecoin directly in the directory that you execute the command from.

Two things you will need to do before executing the commands to make the coin:

$chmod 755 src/leveldb/build_detect_platform
$chmod 755 src/secp256k1/autogen.sh

Once you have executed the above commands, you can then continue with the make:

$qmake
$make

This will create the Masternodecoin-qt executable in the main directory.

There you have it! Now you have a Linux qt wallet for Masternode coin.

nice guide .

it should compile leveldb and secp256k1 first
full member
Activity: 219
Merit: 100
I just downloaded the source code to compile a version of the Masternodecoin Wallet on a Linux machine. I'm using a Linux Mint 18.2 machine, but it should be valid on any Linux machine, specifically any Ubuntu machine.

I used a git clone command to download the wallet:

$git clone https://github.com/masternodecoin/masternodecoin.git

This will put the source code in a directory called masternodecoin directly in the directory that you execute the command from.

Two things you will need to do before executing the commands to make the coin:

$chmod 755 src/leveldb/build_detect_platform
$chmod 755 src/secp256k1/autogen.sh

Once you have executed the above commands, you can then continue with the make:

$qmake
$make

This will create the Masternodecoin-qt executable in the main directory.

There you have it! Now you have a Linux qt wallet for Masternode coin.
sr. member
Activity: 448
Merit: 250
The rules of the second wave will change? Or remain the same?
hero member
Activity: 2114
Merit: 619
Good luck with the project hopping to be in the second round of distribution, please no signature campaign, i been reading all threads, but i cant reach the aplication form for the second round, the form for the first round is already down, how can i apply dev?

In the main post is the regulation, for the second round
sr. member
Activity: 434
Merit: 250
Good luck with the project hopping to be in the second round of distribution, please no signature campaign, i been reading all threads, but i cant reach the aplication form for the second round, the form for the first round is already down, how can i apply dev?
legendary
Activity: 1932
Merit: 1005
sr. member
Activity: 333
Merit: 250
感谢你给我上的一课。祝你好运。
sr. member
Activity: 630
Merit: 252
Masternodecoin Team
we released website  /   linux client(need compile)  / source code today. see the ann thread.



I hope the second airdrop starts early Wink

Thanks for adding me to the list.

we released website  /   linux client(need compile)  / source code today. see the ann thread.



Hope there will be a tutorial for compiling it on raspberry soon Smiley

The next day i become my new Pi, than i will compile on the Pi ;-) than i can write a tutorial Wink

airdrop will coming soon,do not worry.

our explorer domain still have some question during resolve domain. so but we will update soon.
legendary
Activity: 3934
Merit: 2634
we released website  /   linux client(need compile)  / source code today. see the ann thread.



I hope the second airdrop starts early Wink

Thanks for adding me to the list.

we released website  /   linux client(need compile)  / source code today. see the ann thread.



Hope there will be a tutorial for compiling it on raspberry soon Smiley

The next day i become my new Pi, than i will compile on the Pi ;-) than i can write a tutorial Wink
Jump to: