Author

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

sr. member
Activity: 448
Merit: 250
The question of configuring the node on one computer but with one hard drive. After reading the instructions, I realized that to create a second node without the 2nd hard can not? and it is necessary to do start of one more purse? And all this in one purse can not be done?
sr. member
Activity: 512
Merit: 250
Wow, someone just dumped down to 800 sats on Cryptopia x.x

the price will make 500. That people could buy.

500  Grin Yeahr .....

I invested 0.9 btc at 0.00002500 on average

Thats Life  Cry

If it gets cheaper you can buy a lil more and start running a master node holding is always the best solution to any loss
hero member
Activity: 1274
Merit: 646

-->Secp256k1
    ./autogen.sh
./configure --enable-module-recovery
    make
    make install

THX but i'm in the right folder:

Quote
pi@raspberrypi:~/masternodecoin/src/secp256k1 $ ./autogen.sh
./autogen.sh: 3: ./autogen.sh: autoreconf: not found
pi@raspberrypi:~/masternodecoin/src/secp256k1 $

regards


Try
Code:
sudo apt-get install autoconf autogen



legendary
Activity: 3934
Merit: 2634
Anyone have a solution for the follow error by the compile on the Pi?

Quote
pi@raspberrypi:~ $ cd /home/pi/masternodecoin
pi@raspberrypi:~/masternodecoin $ sudo chmod +x src/leveldb/build_detect_platform
pi@raspberrypi:~/masternodecoin $ cd src/leveldb && make libleveldb.a libmemenv.a
make: 'libleveldb.a' is up to date.
make: 'libmemenv.a' is up to date.
pi@raspberrypi:~/masternodecoin/src/leveldb $ cd /home/pi/masternodecoin
pi@raspberrypi:~/masternodecoin $ qmake
Project MESSAGE: Building with DBUS (Freedesktop notifications) support
Project MESSAGE: Building with IPv6 support
Project MESSAGE: Building with UPNP support
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
mpi@raspberrypi:~/masternodecoin $ make
cd /home/pi/masternodecoin/src/leveldb && CC=gcc CXX=g++ make OPT="-pipe -fstack-protector-all --param ssp-buffer-size=1 -D_FORTIFY_SOURCE=2 -O2" libleveldb.a libmemenv.a
make[1]: Entering directory '/home/pi/masternodecoin/src/leveldb'
make[1]: 'libleveldb.a' is up to date.
make[1]: 'libmemenv.a' is up to date.
make[1]: Leaving directory '/home/pi/masternodecoin/src/leveldb'
cd /home/pi/masternodecoin/src/secp256k1 && ./autogen.sh && ./configure --enable-module-recovery && CC=gcc CXX=g++ make OPT="-pipe -fstack-protector-all --param ssp-buffer-size=1 -D_FORTIFY_SOURCE=2 -O2"
/bin/sh: 1: ./autogen.sh: Permission denied
Makefile:846: recipe for target '/home/pi/masternodecoin/src/secp256k1/src/libsecp256k1_la-secp256k1.o' failed
make: *** [/home/pi/masternodecoin/src/secp256k1/src/libsecp256k1_la-secp256k1.o] Error 126

regards

first maybe you should compile Secp256k1 first  and  give the aperation privileges to autogen.sh

You have for this a FAQ? I would when finish and run write a FAQ for Masternodecoin on the Pi ;-)
did you try this/.

You mean this??

Quote
pi@raspberrypi:~/masternodecoin/src/secp256k1 $ dir
autogen.sh  configure.ac  COPYING  libsecp256k1.pc.in  obj        sage  TODO
build-aux   contrib       include  Makefile.am         README.md  src
pi@raspberrypi:~/masternodecoin/src/secp256k1 $ ./autogen.sh
./autogen.sh: 3: ./autogen.sh: autoreconf: not found
pi@raspberrypi:~/masternodecoin/src/secp256k1 $

 Huh Huh

-->Secp256k1
    ./autogen.sh
./configure --enable-module-recovery
    make
    make install

THX but i'm in the right folder:

Quote
pi@raspberrypi:~/masternodecoin/src/secp256k1 $ ./autogen.sh
./autogen.sh: 3: ./autogen.sh: autoreconf: not found
pi@raspberrypi:~/masternodecoin/src/secp256k1 $

regards
member
Activity: 128
Merit: 10
Wow, someone just dumped down to 800 sats on Cryptopia x.x

the price will make 500. That people could buy.

500  Grin Yeahr .....

I invested 0.9 btc at 0.00002500 on average

Thats Life  Cry
sr. member
Activity: 616
Merit: 256
Wow, someone just dumped down to 800 sats on Cryptopia x.x

the price will make 500. That people could buy.
sr. member
Activity: 630
Merit: 252
Masternodecoin Team
Anyone have a solution for the follow error by the compile on the Pi?

Quote
pi@raspberrypi:~ $ cd /home/pi/masternodecoin
pi@raspberrypi:~/masternodecoin $ sudo chmod +x src/leveldb/build_detect_platform
pi@raspberrypi:~/masternodecoin $ cd src/leveldb && make libleveldb.a libmemenv.a
make: 'libleveldb.a' is up to date.
make: 'libmemenv.a' is up to date.
pi@raspberrypi:~/masternodecoin/src/leveldb $ cd /home/pi/masternodecoin
pi@raspberrypi:~/masternodecoin $ qmake
Project MESSAGE: Building with DBUS (Freedesktop notifications) support
Project MESSAGE: Building with IPv6 support
Project MESSAGE: Building with UPNP support
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
mpi@raspberrypi:~/masternodecoin $ make
cd /home/pi/masternodecoin/src/leveldb && CC=gcc CXX=g++ make OPT="-pipe -fstack-protector-all --param ssp-buffer-size=1 -D_FORTIFY_SOURCE=2 -O2" libleveldb.a libmemenv.a
make[1]: Entering directory '/home/pi/masternodecoin/src/leveldb'
make[1]: 'libleveldb.a' is up to date.
make[1]: 'libmemenv.a' is up to date.
make[1]: Leaving directory '/home/pi/masternodecoin/src/leveldb'
cd /home/pi/masternodecoin/src/secp256k1 && ./autogen.sh && ./configure --enable-module-recovery && CC=gcc CXX=g++ make OPT="-pipe -fstack-protector-all --param ssp-buffer-size=1 -D_FORTIFY_SOURCE=2 -O2"
/bin/sh: 1: ./autogen.sh: Permission denied
Makefile:846: recipe for target '/home/pi/masternodecoin/src/secp256k1/src/libsecp256k1_la-secp256k1.o' failed
make: *** [/home/pi/masternodecoin/src/secp256k1/src/libsecp256k1_la-secp256k1.o] Error 126

regards

first maybe you should compile Secp256k1 first  and  give the aperation privileges to autogen.sh

You have for this a FAQ? I would when finish and run write a FAQ for Masternodecoin on the Pi ;-)
did you try this/.

You mean this??

Quote
pi@raspberrypi:~/masternodecoin/src/secp256k1 $ dir
autogen.sh  configure.ac  COPYING  libsecp256k1.pc.in  obj        sage  TODO
build-aux   contrib       include  Makefile.am         README.md  src
pi@raspberrypi:~/masternodecoin/src/secp256k1 $ ./autogen.sh
./autogen.sh: 3: ./autogen.sh: autoreconf: not found
pi@raspberrypi:~/masternodecoin/src/secp256k1 $

 Huh Huh

-->Secp256k1
    ./autogen.sh
./configure --enable-module-recovery
    make
    make install
legendary
Activity: 3934
Merit: 2634
Anyone have a solution for the follow error by the compile on the Pi?

Quote
pi@raspberrypi:~ $ cd /home/pi/masternodecoin
pi@raspberrypi:~/masternodecoin $ sudo chmod +x src/leveldb/build_detect_platform
pi@raspberrypi:~/masternodecoin $ cd src/leveldb && make libleveldb.a libmemenv.a
make: 'libleveldb.a' is up to date.
make: 'libmemenv.a' is up to date.
pi@raspberrypi:~/masternodecoin/src/leveldb $ cd /home/pi/masternodecoin
pi@raspberrypi:~/masternodecoin $ qmake
Project MESSAGE: Building with DBUS (Freedesktop notifications) support
Project MESSAGE: Building with IPv6 support
Project MESSAGE: Building with UPNP support
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
mpi@raspberrypi:~/masternodecoin $ make
cd /home/pi/masternodecoin/src/leveldb && CC=gcc CXX=g++ make OPT="-pipe -fstack-protector-all --param ssp-buffer-size=1 -D_FORTIFY_SOURCE=2 -O2" libleveldb.a libmemenv.a
make[1]: Entering directory '/home/pi/masternodecoin/src/leveldb'
make[1]: 'libleveldb.a' is up to date.
make[1]: 'libmemenv.a' is up to date.
make[1]: Leaving directory '/home/pi/masternodecoin/src/leveldb'
cd /home/pi/masternodecoin/src/secp256k1 && ./autogen.sh && ./configure --enable-module-recovery && CC=gcc CXX=g++ make OPT="-pipe -fstack-protector-all --param ssp-buffer-size=1 -D_FORTIFY_SOURCE=2 -O2"
/bin/sh: 1: ./autogen.sh: Permission denied
Makefile:846: recipe for target '/home/pi/masternodecoin/src/secp256k1/src/libsecp256k1_la-secp256k1.o' failed
make: *** [/home/pi/masternodecoin/src/secp256k1/src/libsecp256k1_la-secp256k1.o] Error 126

regards

first maybe you should compile Secp256k1 first  and  give the aperation privileges to autogen.sh

You have for this a FAQ? I would when finish and run write a FAQ for Masternodecoin on the Pi ;-)
did you try this/.

You mean this??

Quote
pi@raspberrypi:~/masternodecoin/src/secp256k1 $ dir
autogen.sh  configure.ac  COPYING  libsecp256k1.pc.in  obj        sage  TODO
build-aux   contrib       include  Makefile.am         README.md  src
pi@raspberrypi:~/masternodecoin/src/secp256k1 $ ./autogen.sh
./autogen.sh: 3: ./autogen.sh: autoreconf: not found
pi@raspberrypi:~/masternodecoin/src/secp256k1 $

 Huh Huh
hero member
Activity: 1274
Merit: 646
Wow, someone just dumped down to 800 sats on Cryptopia x.x
sr. member
Activity: 630
Merit: 252
Masternodecoin Team
sr. member
Activity: 630
Merit: 252
Masternodecoin Team
Anyone have a solution for the follow error by the compile on the Pi?

Quote
pi@raspberrypi:~ $ cd /home/pi/masternodecoin
pi@raspberrypi:~/masternodecoin $ sudo chmod +x src/leveldb/build_detect_platform
pi@raspberrypi:~/masternodecoin $ cd src/leveldb && make libleveldb.a libmemenv.a
make: 'libleveldb.a' is up to date.
make: 'libmemenv.a' is up to date.
pi@raspberrypi:~/masternodecoin/src/leveldb $ cd /home/pi/masternodecoin
pi@raspberrypi:~/masternodecoin $ qmake
Project MESSAGE: Building with DBUS (Freedesktop notifications) support
Project MESSAGE: Building with IPv6 support
Project MESSAGE: Building with UPNP support
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
mpi@raspberrypi:~/masternodecoin $ make
cd /home/pi/masternodecoin/src/leveldb && CC=gcc CXX=g++ make OPT="-pipe -fstack-protector-all --param ssp-buffer-size=1 -D_FORTIFY_SOURCE=2 -O2" libleveldb.a libmemenv.a
make[1]: Entering directory '/home/pi/masternodecoin/src/leveldb'
make[1]: 'libleveldb.a' is up to date.
make[1]: 'libmemenv.a' is up to date.
make[1]: Leaving directory '/home/pi/masternodecoin/src/leveldb'
cd /home/pi/masternodecoin/src/secp256k1 && ./autogen.sh && ./configure --enable-module-recovery && CC=gcc CXX=g++ make OPT="-pipe -fstack-protector-all --param ssp-buffer-size=1 -D_FORTIFY_SOURCE=2 -O2"
/bin/sh: 1: ./autogen.sh: Permission denied
Makefile:846: recipe for target '/home/pi/masternodecoin/src/secp256k1/src/libsecp256k1_la-secp256k1.o' failed
make: *** [/home/pi/masternodecoin/src/secp256k1/src/libsecp256k1_la-secp256k1.o] Error 126

regards

first maybe you should compile Secp256k1 first  and  give the aperation privileges to autogen.sh

You have for this a FAQ? I would when finish and run write a FAQ for Masternodecoin on the Pi ;-)
did you try this/.
legendary
Activity: 3934
Merit: 2634
Anyone have a solution for the follow error by the compile on the Pi?

Quote
pi@raspberrypi:~ $ cd /home/pi/masternodecoin
pi@raspberrypi:~/masternodecoin $ sudo chmod +x src/leveldb/build_detect_platform
pi@raspberrypi:~/masternodecoin $ cd src/leveldb && make libleveldb.a libmemenv.a
make: 'libleveldb.a' is up to date.
make: 'libmemenv.a' is up to date.
pi@raspberrypi:~/masternodecoin/src/leveldb $ cd /home/pi/masternodecoin
pi@raspberrypi:~/masternodecoin $ qmake
Project MESSAGE: Building with DBUS (Freedesktop notifications) support
Project MESSAGE: Building with IPv6 support
Project MESSAGE: Building with UPNP support
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
mpi@raspberrypi:~/masternodecoin $ make
cd /home/pi/masternodecoin/src/leveldb && CC=gcc CXX=g++ make OPT="-pipe -fstack-protector-all --param ssp-buffer-size=1 -D_FORTIFY_SOURCE=2 -O2" libleveldb.a libmemenv.a
make[1]: Entering directory '/home/pi/masternodecoin/src/leveldb'
make[1]: 'libleveldb.a' is up to date.
make[1]: 'libmemenv.a' is up to date.
make[1]: Leaving directory '/home/pi/masternodecoin/src/leveldb'
cd /home/pi/masternodecoin/src/secp256k1 && ./autogen.sh && ./configure --enable-module-recovery && CC=gcc CXX=g++ make OPT="-pipe -fstack-protector-all --param ssp-buffer-size=1 -D_FORTIFY_SOURCE=2 -O2"
/bin/sh: 1: ./autogen.sh: Permission denied
Makefile:846: recipe for target '/home/pi/masternodecoin/src/secp256k1/src/libsecp256k1_la-secp256k1.o' failed
make: *** [/home/pi/masternodecoin/src/secp256k1/src/libsecp256k1_la-secp256k1.o] Error 126

regards

first maybe you should compile Secp256k1 first  and  give the aperation privileges to autogen.sh

You have for this a FAQ? I would when finish and run write a FAQ for Masternodecoin on the Pi ;-)
sr. member
Activity: 630
Merit: 252
Masternodecoin Team
yeah,signature and twitter bounty have been sent.
hero member
Activity: 1274
Merit: 646
didn't find how to registerfor second airdrop can you help me.
thanks in advance

It's not active yet, read the OP!  Starts on the 5th

Tell me please bounty on a tweet paid or not yet? And if paid then where?

Yup it's been paid, check the OP for the spreadsheet, and PM the dev if you have any issues.
member
Activity: 109
Merit: 10
so where do you guys think MTNC will be in about 3 to 4 years? thats how long i intend to hodl MTNC
hero member
Activity: 888
Merit: 571
Payer sa baguette en BTC, c'est possible
didn't find how to registerfor second airdrop can you help me.
thanks in advance
sr. member
Activity: 714
Merit: 253
Tell me please bounty on a tweet paid or not yet? And if paid then where?
sr. member
Activity: 616
Merit: 256
I paid each user 50 viral (3.5$) points for retweet (1750 points). I think it attracts attention
thanks man , it's exchange ?

answered in PM.
I am the node holder. is interested in development
Jump to: