saugwurm
|
|
August 21, 2017, 01:46:47 PM |
|
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
|
|
|
|
Buchi-88
Legendary
Offline
Activity: 3976
Merit: 2640
|
|
August 21, 2017, 02:02:48 PM |
|
we released website / linux client(need compile) / source code today. see the ann thread.
I hope the second airdrop starts early 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 The next day i become my new Pi, than i will compile on the Pi ;-) than i can write a tutorial
|
|
|
|
ideaupdater (OP)
Sr. Member
Offline
Activity: 630
Merit: 252
Masternodecoin Team
|
|
August 21, 2017, 03:45:23 PM |
|
we released website / linux client(need compile) / source code today. see the ann thread.
I hope the second airdrop starts early 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 The next day i become my new Pi, than i will compile on the Pi ;-) than i can write a tutorial airdrop will coming soon,do not worry. our explorer domain still have some question during resolve domain. so but we will update soon.
|
|
|
|
|
voteformeg
Legendary
Offline
Activity: 1932
Merit: 1005
|
|
August 21, 2017, 04:15:10 PM |
|
感谢你给我上的一课。祝你好运。
ja jij ook veel succes
|
|
|
|
degel_x
|
|
August 21, 2017, 05:31:14 PM |
|
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?
|
| ..................... ........What is C?......... .............. | ...........ICO Dec 1st – Dec 30th............ ............Open Dec 1st- Dec 30th............ ...................ANN thread Bounty....................
|
|
|
|
teosanru
|
|
August 21, 2017, 05:52:54 PM |
|
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
|
|
August 21, 2017, 06:19:16 PM |
|
The rules of the second wave will change? Or remain the same?
|
|
|
|
robert3harrison
|
|
August 21, 2017, 06:22:22 PM Last edit: August 21, 2017, 06:44:02 PM by robert3harrison |
|
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.gitThis 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
Activity: 630
Merit: 252
Masternodecoin Team
|
|
August 21, 2017, 06:45:58 PM |
|
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.gitThis 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
|
|
August 21, 2017, 06:51:42 PM |
|
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.gitThis 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
|
|
|
|
voteformeg
Legendary
Offline
Activity: 1932
Merit: 1005
|
|
August 21, 2017, 07:50:49 PM |
|
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.gitThis 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 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
|
|
August 22, 2017, 12:09:17 AM |
|
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.gitThis 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 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
Activity: 630
Merit: 252
Masternodecoin Team
|
|
August 22, 2017, 01:14:43 AM |
|
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
|
|
August 22, 2017, 02:06:22 AM |
|
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 WebisteDev, that's great news, a question, when the exchange will be available, because I want to implement an additional masternode?
|
|
|
|
sud
|
|
August 22, 2017, 06:10:57 AM |
|
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 WebisteWOW, the website looks really cool, Good job! We are getting there guys, moon soon
|
|
|
|
AbsoluteT
|
|
August 22, 2017, 06:30:24 AM |
|
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
|
|
August 22, 2017, 06:31:32 AM |
|
When is the second round of vacancy?
|
|
|
|
vitvert
|
|
August 22, 2017, 06:38:17 AM |
|
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
|
|
|
|
caex
|
|
August 22, 2017, 06:43:01 AM |
|
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 WebisteVery nice design page. Bookmark on the Feature page for the patch. Text on the page is not readable. Need to make corrections
|
|
|
|
|