Pages:
Author

Topic: [ANN][MGN] | 🚀MAGNA COIN🚀 | MASTERNODES | ZEROCOIN | ATOMIC SWAPS [ANN] - page 17. (Read 23932 times)

member
Activity: 163
Merit: 10
Magna is officially Nodes-VPS compatible.

You can now use https://node-vps.com/web/ to host your Magna nodes.
Okay, that's very easy way to setup a node.
member
Activity: 182
Merit: 11
The coin is almost one month old. There's still no PR and only one shitty exchange (even if there were all 3 promised they are all shitty anyway). When are we going to see any progress?
member
Activity: 105
Merit: 10



A countdown timer has been added for the Magna BURN!! Less than 72hrs until 160,000 MGN are removed from the circulating supply forever.


https://magnacoin.org/
full member
Activity: 686
Merit: 100
Magna wallet is staking very well. I hope to see it in bigger exchanges Smiley
newbie
Activity: 22
Merit: 0
guide set time zone win7 on vps window ?
member
Activity: 105
Merit: 10
Magna is officially Nodes-VPS compatible.

You can now use https://node-vps.com/web/ to host your Magna nodes.
member
Activity: 105
Merit: 10
@dev - what is the correct RPC port?

web site says 57821 but this is the p2p port

in code i found 57473 which is not an open port

magnacoin has been added to node-vps - but will show as offline until i get the right rpc port

You made a mistake with one digit.

nRPCPort = 51473
newbie
Activity: 12
Merit: 10
Who knows how and where can i get MN works fine  Huh
member
Activity: 160
Merit: 10
This coin goes very well till now but we need very soon a biger exchange.

Yes, coin is doing very nicely. Masternodes running smoothly and price growing to almost 900sat
newbie
Activity: 21
Merit: 0
This coin goes very well till now but we need very soon a biger exchange.
legendary
Activity: 1358
Merit: 1002
@dev - what is the correct RPC port?

web site says 57821 but this is the p2p port

in code i found 57473 which is not an open port

magnacoin has been added to node-vps - but will show as offline until i get the right rpc port
newbie
Activity: 15
Merit: 0
When i try masternode genkey > get address wallet (ok) but cannot transfer coin that address. Error invalid MagnaCoin address.
member
Activity: 105
Merit: 10
newbie
Activity: 7
Merit: 0
i need someone to help me to make mn  Grin Grin Grin
newbie
Activity: 41
Merit: 0
Code:
init.cpp: In function 'std::__cxx11::string LicenseInfo()':
init.cpp:514:91: error: no matching function for call to 'format(std::__cxx11::string)'
 raph(strprintf(_("Copyright (C) 2017 The MagnaCoin Core Developers"))) + "\n" +
                                                                     ^
In file included from chain.h:11:0,
                 from main.h:17,
                 from masternode.h:12,
                 from activemasternode.h:11,
                 from init.cpp:15:
tinyformat.h:895:6: note: candidate: template void tinyformat::format(std::ostream&, const char*, const T1&, const Args& ...)
 void format(std::ostream& out, const char* fmt, const T1& v1, const Args&... ar
      ^
tinyformat.h:895:6: note:   template argument deduction/substitution failed:
init.cpp:514:39: note:   cannot convert '_(const char*)()' (type 'std::__cxx11::string {aka std::__cxx11::basic_string}') to type 'std::ostream& {aka std::basic_ostream&}'
            FormatParagraph(strprintf(_("Copyright (C) 2017 The MagnaCoin Core D
                                       ^
In file included from chain.h:11:0,
                 from main.h:17,
                 from masternode.h:12,
                 from activemasternode.h:11,
                 from init.cpp:15:
tinyformat.h:902:13: note: candidate: template std::__cxx11::string tinyformat::format(const char*, const T1&, const Args& ...)
 std::string format(const char* fmt, const T1& v1, const Args&... args)
             ^
tinyformat.h:902:13: note:   template argument deduction/substitution failed:
init.cpp:514:39: note:   cannot convert '_(const char*)()' (type 'std::__cxx11::string {aka std::__cxx11::basic_string}') to type 'const char*'
            FormatParagraph(strprintf(_("Copyright (C) 2017 The MagnaCoin Core D
                                       ^
In file included from chain.h:11:0,
                 from main.h:17,
                 from masternode.h:12,
                 from activemasternode.h:11,
                 from init.cpp:15:
tinyformat.h:910:13: note: candidate: template std::__cxx11::string tinyformat::format(const string&, const T1&, const Args& ...)
 std::string format(const std::string& fmt, const T1& v1, const Args&... args)
             ^
tinyformat.h:910:13: note:   template argument deduction/substitution failed:
init.cpp:514:91: note:   candidate expects at least 2 arguments, 1 provided
 raph(strprintf(_("Copyright (C) 2017 The MagnaCoin Core Developers"))) + "\n" +
                                                                     ^
Makefile:3866: recipe for target 'libbitcoin_server_a-init.o' failed
make[2]: *** [libbitcoin_server_a-init.o] Error 1
make[2]: Leaving directory '/root/MagnaCoin/src'
Makefile:7033: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/root/MagnaCoin/src'
Makefile:595: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1


Get this error?

I also have errors when compiling

Code:
init.cpp: In function ‘std::string LicenseInfo()’:
init.cpp:514:91: error: no matching function for call to ‘format(std::string)’
            FormatParagraph(strprintf(_("Copyright (C) 2017 The MagnaCoin Core Developers"))) + "\n" +
                                                                                           ^
init.cpp:514:91: note: candidates are:
In file included from chain.h:11:0,
                 from main.h:17,
                 from masternode.h:12,
                 from activemasternode.h:11,
                 from init.cpp:15:
tinyformat.h:895:6: note: template void tinyformat::format(std::ostream&, const char*, const T1&, const Args& ...)
 void format(std::ostream& out, const char* fmt, const T1& v1, const Args&... args)
      ^
tinyformat.h:895:6: note:   template argument deduction/substitution failed:
init.cpp:514:91: note:   cannot convert ‘_(const char*)()’ (type ‘std::string {aka std::basic_string}’) to type ‘std::ostream& {aka std::basic_ostream&}’
            FormatParagraph(strprintf(_("Copyright (C) 2017 The MagnaCoin Core Developers"))) + "\n" +
                                                                                           ^
In file included from chain.h:11:0,
                 from main.h:17,
                 from masternode.h:12,
                 from activemasternode.h:11,
                 from init.cpp:15:
tinyformat.h:902:13: note: template std::string tinyformat::format(const char*, const T1&, const Args& ...)
 std::string format(const char* fmt, const T1& v1, const Args&... args)
             ^
tinyformat.h:902:13: note:   template argument deduction/substitution failed:
init.cpp:514:91: note:   cannot convert ‘_(const char*)()’ (type ‘std::string {aka std::basic_string}’) to type ‘const char*’
            FormatParagraph(strprintf(_("Copyright (C) 2017 The MagnaCoin Core Developers"))) + "\n" +
                                                                                           ^
In file included from chain.h:11:0,
                 from main.h:17,
                 from masternode.h:12,
                 from activemasternode.h:11,
                 from init.cpp:15:
tinyformat.h:910:13: note: template std::string tinyformat::format(const string&, const T1&, const Args& ...)
 std::string format(const std::string& fmt, const T1& v1, const Args&... args)
             ^
tinyformat.h:910:13: note:   template argument deduction/substitution failed:
init.cpp:514:91: note:   candidate expects 3 arguments, 1 provided
            FormatParagraph(strprintf(_("Copyright (C) 2017 The MagnaCoin Core Developers"))) + "\n" +
                                                                                           ^
init.cpp:522:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
member
Activity: 728
Merit: 19
BlockMunch.CLUB has added MagnaCoin to it's Multi-Pool!  Only 0.25% Fee's!
We are now a Multi-Pool!  We mine the most profitable coin always, and maximize your return!
Choose your payout style.  We pay out in this coin, BTC, LTC, and any coin we currently have listed on the pool!

You can also use your ASIC's in our SHA256, X11, & Scrypt ports and get paid in this coin or BTC!  Just change the algo and the port number in the example belows!

Example Config is Below for MagnaCoin Pay:
Code:
-a quark -o stratum+tcp://blockmunch.club:4033 -u DM6YHbfH9qL3FUWf6rNDYB8pQDmqPnKSZ6 -p c=MGN

Example Config Below for BTC Pay
Code:
-a quark -o stratum+tcp://blockmunch.club:4033 -u 1JFx3fE462vMsTeYkNK5yvdWeg2wpmxvBD -p c=BTC

Example Config Below for LTC Pay
Code:
-a quark -o stratum+tcp://blockmunch.club:4033 -u LRgQk63NRnJQ8PBTU8yyHAm5aGfNjzhMZu -p c=LTC
Block Explorer Link:
Code:
blockmunch.club/explorer/MGN

Peer List:
Code:
blockmunch.club/explorer/peers?id=2089

Welcome to the Block Munch Club!

newbie
Activity: 19
Merit: 0
@Dev  I have PM your team and Done the translation in Chinese, but no one respond!
Links:https://bitcointalk.org/index.php?topic=2503982.msg25608350#msg25608350
newbie
Activity: 22
Merit: 0
how send coin on wallet linux vps linux?
member
Activity: 105
Merit: 10
Hello everyone, there will be a coin burn of all the rewards gained from developer masternodes + POS next week.

Over 160,000 coins will be burned, which reduces the supply by nearly 10%.

More updates coming soon, including a countdown timer for the upcoming burn on the website.
newbie
Activity: 155
Merit: 0
Hello, mnrank.com shows as 122 coin each masternode for today. Is it true?

that's a daily reward for the masternode... approximately yes and sometimes a little bit higher because of the rewards I am getting from POS...
Pages:
Jump to: