Buchi-88
Legendary
Offline
Activity: 4018
Merit: 2705
|
|
September 05, 2017, 05:08:36 AM |
|
-->Secp256k1 ./autogen.sh ./configure --enable-module-recovery make make install
THX but i'm in the right folder: pi@raspberrypi:~/masternodecoin/src/secp256k1 $ ./autogen.sh ./autogen.sh: 3: ./autogen.sh: autoreconf: not found pi@raspberrypi:~/masternodecoin/src/secp256k1 $ regards Try sudo apt-get install autoconf autogen THX so the next step, but the next error pi@raspberrypi:~/masternodecoin/src/secp256k1 $ ./autogen.sh Can't exec "libtoolize": No such file or directory at /usr/share/autoconf/Autom4te/FileUtils.pm line 345, <GEN3> line 5. autoreconf: failed to run libtoolize: No such file or directory autoreconf: libtoolize is needed because this package uses Libtool Have you installed all of the dependencies from the README file on Github? sudo apt-get install libtool-bin Hi, sorry to say but yet follow error: pi@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" libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'. libtoolize: copying file 'build-aux/ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'build-aux/m4'. libtoolize: copying file 'build-aux/m4/libtool.m4' libtoolize: copying file 'build-aux/m4/ltoptions.m4' libtoolize: copying file 'build-aux/m4/ltsugar.m4' libtoolize: copying file 'build-aux/m4/ltversion.m4' libtoolize: copying file 'build-aux/m4/lt~obsolete.m4' configure.ac:10: installing 'build-aux/compile' configure.ac:9: installing 'build-aux/missing' Makefile.am: installing 'build-aux/depcomp' checking build system type... armv7l-unknown-linux-gnueabihf checking host system type... armv7l-unknown-linux-gnueabihf checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... no checking for mawk... mawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking how to print strings... printf checking for style of include used by make... GNU checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking dependency style of gcc... gcc3 checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert armv7l-unknown-linux-gnueabihf file names to armv7l-unknown-linux-gnueabihf format... func_convert_file_noop checking how to convert armv7l-unknown-linux-gnueabihf file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for mt... mt checking if mt is a manifest tool... no checking how to run the C preprocessor... gcc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking whether make supports nested variables... (cached) yes checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for ar... /usr/bin/ar checking for ranlib... /usr/bin/ranlib checking for strip... /usr/bin/strip checking for gcc... gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... (cached) none needed checking whether gcc understands -c and -o together... (cached) yes checking dependency style of gcc... (cached) gcc3 checking how to run the C preprocessor... gcc -E checking for gcc option to accept ISO C89... (cached) none needed checking if gcc supports -std=c89 -pedantic -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wstrict-prototypes -Wno-unused-function -Wno-long-long -Wno-overlength-strings... yes checking if gcc supports -fvisibility=hidden... yes checking for __int128... no checking for __builtin_expect... yes checking for x86_64 assembly availability... no checking gmp.h usability... no checking gmp.h presence... no checking for gmp.h... no checking for CRYPTO... yes checking for main in -lcrypto... yes checking for EC functions in libcrypto... yes checking whether byte ordering is bigendian... no configure: Using assembly optimizations: no configure: Using field implementation: 32bit configure: Using bignum implementation: no configure: Using scalar implementation: 32bit configure: Using endomorphism optimizations: no configure: Building ECDSA pubkey recovery module: yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating libsecp256k1.pc config.status: creating src/libsecp256k1-config.h config.status: executing depfiles commands config.status: executing libtool commands make[1]: Entering directory '/home/pi/masternodecoin/src/secp256k1' gcc -I. -g -O2 -Wall -Wextra -Wno-unused-function -c src/gen_context.c -o gen_context.o gcc gen_context.o -o gen_context ./gen_context CC src/libsecp256k1_la-secp256k1.lo CCLD libsecp256k1.la /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U') CC src/tests-tests.o src/tests.c: In function ‘test_ecdsa_der_parse’: src/tests.c:3561:52: error: dereferencing pointer to incomplete type ‘ECDSA_SIG {aka struct ECDSA_SIG_st}’ valid_openssl = !BN_is_negative(sig_openssl->r) && !BN_is_negative(sig_openssl->s) && BN_num_bits(sig_openssl->r) > 0 && BN_num_bits(sig_openssl->r) <= 256 && BN_num_bits(sig_openssl->s) > 0 && BN_num_bits(sig_openssl->s) <= 256; ^~ Makefile:933: recipe for target 'src/tests-tests.o' failed make[1]: *** [src/tests-tests.o] Error 1 make[1]: Leaving directory '/home/pi/masternodecoin/src/secp256k1' 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 2 pi@raspberrypi:~/masternodecoin $
you should look at the dependencies, do everything that indicated the dev a few back, and what a user did that also gave an error, and the error persisted, so I went to https://github.com/masternodecoin/masternodecoin/blob/master/doc/build-unix.md and install all the dependencies for ubuntu, both the minimas like the others, and I could compile without problems THX but i always have problems with secp256k1make[1]: Entering directory '/home/pi/masternodecoin/src/secp256k1' CC src/tests-tests.o src/tests.c: In function ‘test_ecdsa_der_parse’: src/tests.c:3561:52: error: dereferencing pointer to incomplete type ‘ECDSA_SIG {aka struct ECDSA_SIG_st}’ valid_openssl = !BN_is_negative(sig_openssl->r) && !BN_is_negative(sig_openssl->s) && BN_num_bits(sig_openssl->r) > 0 && BN_num_bits(sig_openssl->r) <= 256 && BN_num_bits(sig_openssl->s) > 0 && BN_num_bits(sig_openssl->s) <= 256; ^~ Makefile:933: recipe for target 'src/tests-tests.o' failed make[1]: *** [src/tests-tests.o] Error 1 make[1]: Leaving directory '/home/pi/masternodecoin/src/secp256k1' 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 2
|
|
|
|
ideaupdater (OP)
Sr. Member
Offline
Activity: 630
Merit: 252
Masternodecoin Team
|
|
September 05, 2017, 05:16:57 AM |
|
-->Secp256k1 ./autogen.sh ./configure --enable-module-recovery make make install
THX but i'm in the right folder: pi@raspberrypi:~/masternodecoin/src/secp256k1 $ ./autogen.sh ./autogen.sh: 3: ./autogen.sh: autoreconf: not found pi@raspberrypi:~/masternodecoin/src/secp256k1 $ regards Try sudo apt-get install autoconf autogen THX so the next step, but the next error pi@raspberrypi:~/masternodecoin/src/secp256k1 $ ./autogen.sh Can't exec "libtoolize": No such file or directory at /usr/share/autoconf/Autom4te/FileUtils.pm line 345, <GEN3> line 5. autoreconf: failed to run libtoolize: No such file or directory autoreconf: libtoolize is needed because this package uses Libtool Have you installed all of the dependencies from the README file on Github? sudo apt-get install libtool-bin Hi, sorry to say but yet follow error: pi@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" libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'. libtoolize: copying file 'build-aux/ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'build-aux/m4'. libtoolize: copying file 'build-aux/m4/libtool.m4' libtoolize: copying file 'build-aux/m4/ltoptions.m4' libtoolize: copying file 'build-aux/m4/ltsugar.m4' libtoolize: copying file 'build-aux/m4/ltversion.m4' libtoolize: copying file 'build-aux/m4/lt~obsolete.m4' configure.ac:10: installing 'build-aux/compile' configure.ac:9: installing 'build-aux/missing' Makefile.am: installing 'build-aux/depcomp' checking build system type... armv7l-unknown-linux-gnueabihf checking host system type... armv7l-unknown-linux-gnueabihf checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... no checking for mawk... mawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking how to print strings... printf checking for style of include used by make... GNU checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking dependency style of gcc... gcc3 checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert armv7l-unknown-linux-gnueabihf file names to armv7l-unknown-linux-gnueabihf format... func_convert_file_noop checking how to convert armv7l-unknown-linux-gnueabihf file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for mt... mt checking if mt is a manifest tool... no checking how to run the C preprocessor... gcc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking whether make supports nested variables... (cached) yes checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for ar... /usr/bin/ar checking for ranlib... /usr/bin/ranlib checking for strip... /usr/bin/strip checking for gcc... gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... (cached) none needed checking whether gcc understands -c and -o together... (cached) yes checking dependency style of gcc... (cached) gcc3 checking how to run the C preprocessor... gcc -E checking for gcc option to accept ISO C89... (cached) none needed checking if gcc supports -std=c89 -pedantic -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wstrict-prototypes -Wno-unused-function -Wno-long-long -Wno-overlength-strings... yes checking if gcc supports -fvisibility=hidden... yes checking for __int128... no checking for __builtin_expect... yes checking for x86_64 assembly availability... no checking gmp.h usability... no checking gmp.h presence... no checking for gmp.h... no checking for CRYPTO... yes checking for main in -lcrypto... yes checking for EC functions in libcrypto... yes checking whether byte ordering is bigendian... no configure: Using assembly optimizations: no configure: Using field implementation: 32bit configure: Using bignum implementation: no configure: Using scalar implementation: 32bit configure: Using endomorphism optimizations: no configure: Building ECDSA pubkey recovery module: yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating libsecp256k1.pc config.status: creating src/libsecp256k1-config.h config.status: executing depfiles commands config.status: executing libtool commands make[1]: Entering directory '/home/pi/masternodecoin/src/secp256k1' gcc -I. -g -O2 -Wall -Wextra -Wno-unused-function -c src/gen_context.c -o gen_context.o gcc gen_context.o -o gen_context ./gen_context CC src/libsecp256k1_la-secp256k1.lo CCLD libsecp256k1.la /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U') CC src/tests-tests.o src/tests.c: In function ‘test_ecdsa_der_parse’: src/tests.c:3561:52: error: dereferencing pointer to incomplete type ‘ECDSA_SIG {aka struct ECDSA_SIG_st}’ valid_openssl = !BN_is_negative(sig_openssl->r) && !BN_is_negative(sig_openssl->s) && BN_num_bits(sig_openssl->r) > 0 && BN_num_bits(sig_openssl->r) <= 256 && BN_num_bits(sig_openssl->s) > 0 && BN_num_bits(sig_openssl->s) <= 256; ^~ Makefile:933: recipe for target 'src/tests-tests.o' failed make[1]: *** [src/tests-tests.o] Error 1 make[1]: Leaving directory '/home/pi/masternodecoin/src/secp256k1' 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 2 pi@raspberrypi:~/masternodecoin $
you should look at the dependencies, do everything that indicated the dev a few back, and what a user did that also gave an error, and the error persisted, so I went to https://github.com/masternodecoin/masternodecoin/blob/master/doc/build-unix.md and install all the dependencies for ubuntu, both the minimas like the others, and I could compile without problems THX but i always have problems with secp256k1make[1]: Entering directory '/home/pi/masternodecoin/src/secp256k1' CC src/tests-tests.o src/tests.c: In function ‘test_ecdsa_der_parse’: src/tests.c:3561:52: error: dereferencing pointer to incomplete type ‘ECDSA_SIG {aka struct ECDSA_SIG_st}’ valid_openssl = !BN_is_negative(sig_openssl->r) && !BN_is_negative(sig_openssl->s) && BN_num_bits(sig_openssl->r) > 0 && BN_num_bits(sig_openssl->r) <= 256 && BN_num_bits(sig_openssl->s) > 0 && BN_num_bits(sig_openssl->s) <= 256; ^~ Makefile:933: recipe for target 'src/tests-tests.o' failed make[1]: *** [src/tests-tests.o] Error 1 make[1]: Leaving directory '/home/pi/masternodecoin/src/secp256k1' 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 2
delete the fold secp256k1 then download from masternodecoin source then copy , paste secp256k1. re complie secp256k1 again
|
|
|
|
ideaupdater (OP)
Sr. Member
Offline
Activity: 630
Merit: 252
Masternodecoin Team
|
|
September 05, 2017, 05:18:02 AM |
|
30,000 MNTC for making a video for Masternodecoin? If this is true,... i will start working now for a promotion explainer video for MTNC thank you ,if you be our team partner then yes.
|
|
|
|
ideaupdater (OP)
Sr. Member
Offline
Activity: 630
Merit: 252
Masternodecoin Team
|
|
September 05, 2017, 05:19:31 AM |
|
The second around airdrop coming, here we go. Link == > submit here
|
|
|
|
testadimerlo
|
|
September 05, 2017, 05:47:57 AM |
|
Great dev, building trust!
|
|
|
|
seyola89
|
|
September 05, 2017, 05:57:33 AM |
|
Thanks! I PM'd you about the 'Promoter bounty' as I want to take part in this as well, I have a tonne of stuff planned such as more videos and articles on how to setup nodes and where to get a cheap VPS etc and noticed there is still a spot free for that! Also, you've said 'making video will get 30000 MTNC for additional reward.' Do i need to do anything additional for that? As I have created one Hi please, can you share the links tol your tutorial videos. I'm a novice in this setting up of masternode thingy and VPS ish..Your video should really help me.. I may also want to participate in MTNC promotional bounties too Thanks
|
|
|
|
degel_x
|
|
September 05, 2017, 06:04:01 AM |
|
Hi dev, nice job but your site is down Also i have problems with mega (Dinacmic IP quota exceded) is there another link for the Windows wallet?, i want to join to the project, i have strong hands
|
| ..................... ........What is C?......... .............. | ...........ICO Dec 1st – Dec 30th............ ............Open Dec 1st- Dec 30th............ ...................ANN thread Bounty....................
|
|
|
|
pv94420
|
|
September 05, 2017, 06:04:42 AM |
|
Hi ! Joined 2nd airdrop
|
|
|
|
fanten
Full Member
Offline
Activity: 266
Merit: 101
The Future of Global Copyright Registration
|
|
September 05, 2017, 06:13:26 AM |
|
Going to join but dont have my pc with me now.. wait till i go back i will join the airdrop.
|
|
|
|
Koal-84
Legendary
Online
Activity: 2688
Merit: 1163
|
|
September 05, 2017, 06:19:05 AM |
|
THX for the Airdrop, i have join it, i hope i will accept, and in the future i can install my first "Masternode" with the masternodecoin The signature campaigne are closed already? regards
|
|
|
|
Crumo
Newbie
Offline
Activity: 45
Merit: 0
|
|
September 05, 2017, 06:26:42 AM |
|
I'd like to join the airdrop but theres no way I'm ever going to keep up with posting requirements. Oh well, i'll keep my eyes open for future developments.
|
|
|
|
snodo
|
|
September 05, 2017, 06:33:53 AM |
|
This time I joined in. Let's see if I can accumulate the 50,000 MTNC to run the masternode
|
|
|
|
deepcryptomine
|
|
September 05, 2017, 06:34:14 AM |
|
I have applied for the airdrop and have started following you on a twitter as well. I will try to promote you on a twitter as much as I can.
|
|
|
|
deepcryptomine
|
|
September 05, 2017, 06:37:17 AM |
|
I'd like to join the airdrop but theres no way I'm ever going to keep up with posting requirements. Oh well, i'll keep my eyes open for future developments.
You should join it anyways. The more you read about it and the more you get involved, the more you will be able to take part in conversation and help yourself and the crypto community.
|
|
|
|
Crumo
Newbie
Offline
Activity: 45
Merit: 0
|
|
September 05, 2017, 06:41:36 AM |
|
I'd like to join the airdrop but theres no way I'm ever going to keep up with posting requirements. Oh well, i'll keep my eyes open for future developments.
You should join it anyways. The more you read about it and the more you get involved, the more you will be able to take part in conversation and help yourself and the crypto community. You know, you're right. Thanks for the advice!
|
|
|
|
Trofo
Legendary
Offline
Activity: 2702
Merit: 2740
Join the world-leading crypto sportsbook NOW!
|
|
September 05, 2017, 06:45:00 AM |
|
I have applied for second aidrop. Too bad the amount is so much smaller then in first airdrop but I can get in at least so thank you for that. I will watch this topic for further news about Masternodecoin.
|
|
|
|
seyola89
|
|
September 05, 2017, 06:51:06 AM |
|
Hi dev ..please I am confused. My name is in the twitter sheet, I am eligible for 300 mtnc but I discovered that my mtnc address is not in the sheet. I can vividly remember that I updated my application with my mtnc address when you posted it on Twitter that everyone should update their application with their wallet address. I did this immediately. Infact I even retweeted the post to remind my friends on Twitter. Pls you have to do something about this. my twitter profile link is: twitter.com/seyola9 my mtnc wallet address: MP6hGCkVjtqnkDdkq3p3PxqyEMWUDZv9yX
|
|
|
|
pynetx
|
|
September 05, 2017, 07:09:44 AM |
|
Is it weekly airdrop? I've filled the form to apply but don't understand few things:
1. Do I need to apply for each round of the airdrop? 2. Why will you burn 10M MTNC after the airdrop? 3. Do I need to put the signature for the airdrop?
|
|
|
|
pinoycash
|
|
September 05, 2017, 07:21:36 AM |
|
30,000 MNTC for making a video for Masternodecoin? If this is true,... i will start working now for a promotion explainer video for MTNC thank you ,if you be our team partner then yes. Great, Atleast there are some rewards for making a video presentation. And also joined your 2nd airdrop done submitting my details on your google form.
|
|
|
|
snodo
|
|
September 05, 2017, 07:25:39 AM |
|
Is it weekly airdrop? I've filled the form to apply but don't understand few things:
1. Do I need to apply for each round of the airdrop? 2. Why will you burn 10M MTNC after the airdrop? 3. Do I need to put the signature for the airdrop?
1. As far as i understand: No 2nd round = 1 application but 4 airdrops 2. I think it has nothing to do directly with the airdrop - it's just burning some coins in the beginning of a project - but maybe someone else can explain better 3. ofc not - it's an airdrop, not a sig campaign!
|
|
|
|
|