Bitcoin Forum
April 23, 2024, 11:42:04 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 [47] 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 ... 318 »
  Print  
Author Topic: ▉ANN▉ MTNC ▉▉▉▉░ Masternodecoin ░▉▉▉ Multiple Privacy Center Platform  (Read 239042 times)
saugwurm
Hero Member
*****
Offline Offline

Activity: 1061
Merit: 551


View Profile WWW
August 21, 2017, 01:46:47 PM
 #921

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
1713915724
Hero Member
*
Offline Offline

Posts: 1713915724

View Profile Personal Message (Offline)

Ignore
1713915724
Reply with quote  #2

1713915724
Report to moderator
In order to achieve higher forum ranks, you need both activity points and merit points.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
Buchi-88
Legendary
*
Offline Offline

Activity: 3780
Merit: 2496



View Profile
August 21, 2017, 02:02:48 PM
 #922

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

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
ideaupdater (OP)
Sr. Member
****
Offline Offline

Activity: 630
Merit: 252


Masternodecoin Team


View Profile
August 21, 2017, 03:45:23 PM
 #923

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.

helloword2013
Sr. Member
****
Offline Offline

Activity: 333
Merit: 250


View Profile
August 21, 2017, 03:48:16 PM
 #924

感谢你给我上的一课。祝你好运。
voteformeg
Legendary
*
Offline Offline

Activity: 1932
Merit: 1005


View Profile
August 21, 2017, 04:15:10 PM
 #925

感谢你给我上的一课。祝你好运。

ja jij ook veel succes
degel_x
Sr. Member
****
Offline Offline

Activity: 434
Merit: 250



View Profile
August 21, 2017, 05:31:14 PM
 #926

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?

..C..
.....................
........What is C?.........
..............
...........ICO            Dec 1st – Dec 30th............
       ............Open            Dec 1st- Dec 30th............
...................ANN thread      Bounty....................

teosanru
Hero Member
*****
Offline Offline

Activity: 2100
Merit: 618


View Profile
August 21, 2017, 05:52:54 PM
 #927

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

Activity: 448
Merit: 250



View Profile
August 21, 2017, 06:19:16 PM
 #928

The rules of the second wave will change? Or remain the same?
robert3harrison
Full Member
***
Offline Offline

Activity: 219
Merit: 100


View Profile
August 21, 2017, 06:22:22 PM
Last edit: August 21, 2017, 06:44:02 PM by robert3harrison
 #929

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.
ideaupdater (OP)
Sr. Member
****
Offline Offline

Activity: 630
Merit: 252


Masternodecoin Team


View Profile
August 21, 2017, 06:45:58 PM
 #930

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

robert3harrison
Full Member
***
Offline Offline

Activity: 219
Merit: 100


View Profile
August 21, 2017, 06:51:42 PM
 #931

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
voteformeg
Legendary
*
Offline Offline

Activity: 1932
Merit: 1005


View Profile
August 21, 2017, 07:50:49 PM
 #932

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
robert3harrison
Full Member
***
Offline Offline

Activity: 219
Merit: 100


View Profile
August 22, 2017, 12:09:17 AM
 #933

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.
ideaupdater (OP)
Sr. Member
****
Offline Offline

Activity: 630
Merit: 252


Masternodecoin Team


View Profile
August 22, 2017, 01:14:43 AM
 #934

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

teosanru
Hero Member
*****
Offline Offline

Activity: 2100
Merit: 618


View Profile
August 22, 2017, 02:06:22 AM
 #935

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?
sud
Sr. Member
****
Offline Offline

Activity: 826
Merit: 301



View Profile
August 22, 2017, 06:10:57 AM
 #936

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

Activity: 512
Merit: 250


View Profile
August 22, 2017, 06:30:24 AM
 #937


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
alian17
Full Member
***
Offline Offline

Activity: 448
Merit: 100



View Profile WWW
August 22, 2017, 06:31:32 AM
 #938

When is the second round of vacancy?

   Neutro               More than a blockchain
          Join The WHITELIST         
Telegram     Twitter     Linkedin     Github     Medium
vitvert
Hero Member
*****
Offline Offline

Activity: 867
Merit: 500



View Profile
August 22, 2017, 06:38:17 AM
 #939

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
caex
Hero Member
*****
Offline Offline

Activity: 824
Merit: 512



View Profile
August 22, 2017, 06:43:01 AM
 #940

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
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 [47] 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 ... 318 »
  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!