Bitcoin Forum
May 14, 2024, 03:54:34 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 »
  Print  
Author Topic: [ANN][MGN] | 🚀MAGNA COIN🚀 | MASTERNODES | ZEROCOIN | ATOMIC SWAPS [ANN]  (Read 23935 times)
hoalieuo
Newbie
*
Offline Offline

Activity: 22
Merit: 0


View Profile
December 11, 2017, 03:24:44 AM
 #321

how send coin on wallet linux vps linux?
colinluo
Newbie
*
Offline Offline

Activity: 19
Merit: 0


View Profile
December 11, 2017, 03:46:10 AM
 #322

@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
Blockmunch
Member
**
Offline Offline

Activity: 728
Merit: 19


View Profile WWW
December 11, 2017, 04:29:09 AM
 #323

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!


BlockMasters.co - Auto-Exchange Multi Pool! | Pool Discord: https://discord.gg/RNnVAB4 | Pool bitcointalk forum: https://bitcointalk.org/index.php?topic=2362982.0 | Pool twitter: https://twitter.com/BlockMunchClub
Kastro55
Newbie
*
Offline Offline

Activity: 41
Merit: 0


View Profile
December 11, 2017, 06:16:37 AM
 #324

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<class T1, class ... Args> 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<char>}') to type 'std::ostream& {aka std::basic_ostream<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:902:13: note: candidate: template<class T1, class ... Args> 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<char>}') 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<class T1, class ... Args> 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<class T1, class ... Args> 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<char>}’) to type ‘std::ostream& {aka std::basic_ostream<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:902:13: note: template<class T1, class ... Args> 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<char>}’) 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<class T1, class ... Args> 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]
 }
 ^
intrex
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
December 11, 2017, 08:34:03 AM
 #325

i need someone to help me to make mn  Grin Grin Grin
MagnaCoinDev (OP)
Member
**
Offline Offline

Activity: 105
Merit: 10


View Profile
December 11, 2017, 10:45:37 AM
 #326

i need someone to help me to make mn  Grin Grin Grin

Refer to the masternode guide: https://magnacoin.org/Home/MasternodeGuide
bdkminang
Newbie
*
Offline Offline

Activity: 15
Merit: 0


View Profile
December 12, 2017, 04:26:40 AM
 #327

When i try masternode genkey > get address wallet (ok) but cannot transfer coin that address. Error invalid MagnaCoin address.
CHAOSiTEC
Legendary
*
Offline Offline

Activity: 1358
Merit: 1002


View Profile
December 12, 2017, 07:10:51 AM
 #328

@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

node-vps.com - Tron / Masternode hosting services
nikodreamer
Newbie
*
Offline Offline

Activity: 21
Merit: 0


View Profile
December 12, 2017, 11:15:54 AM
 #329

This coin goes very well till now but we need very soon a biger exchange.
Cryptoforthefuture99
Member
**
Offline Offline

Activity: 160
Merit: 10


View Profile
December 12, 2017, 11:36:55 AM
 #330

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
medamine
Newbie
*
Offline Offline

Activity: 12
Merit: 10


View Profile
December 12, 2017, 04:01:18 PM
 #331

Who knows how and where can i get MN works fine  Huh
MagnaCoinDev (OP)
Member
**
Offline Offline

Activity: 105
Merit: 10


View Profile
December 12, 2017, 07:06:10 PM
 #332

@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
MagnaCoinDev (OP)
Member
**
Offline Offline

Activity: 105
Merit: 10


View Profile
December 13, 2017, 10:26:21 PM
 #333

Magna is officially Nodes-VPS compatible.

You can now use https://node-vps.com/web/ to host your Magna nodes.
hoalieuo
Newbie
*
Offline Offline

Activity: 22
Merit: 0


View Profile
December 14, 2017, 01:19:00 AM
Last edit: December 14, 2017, 01:21:42 PM by hoalieuo
 #334

guide set time zone win7 on vps window ?
serhanni
Full Member
***
Offline Offline

Activity: 686
Merit: 100


View Profile
December 14, 2017, 06:11:27 AM
 #335

Magna wallet is staking very well. I hope to see it in bigger exchanges Smiley
MagnaCoinDev (OP)
Member
**
Offline Offline

Activity: 105
Merit: 10


View Profile
December 14, 2017, 11:34:44 AM
 #336




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/
sigtmerchant
Member
**
Offline Offline

Activity: 182
Merit: 11


View Profile
December 15, 2017, 05:33:44 AM
 #337

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?

Mister.Satan
Member
**
Offline Offline

Activity: 163
Merit: 10


View Profile
December 15, 2017, 06:42:31 AM
 #338

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.
purgs08
Newbie
*
Offline Offline

Activity: 232
Merit: 0


View Profile
December 15, 2017, 08:19:01 AM
 #339

aowesome project but what kind of algo is this Huh
MagnaCoinDev (OP)
Member
**
Offline Offline

Activity: 105
Merit: 10


View Profile
December 15, 2017, 10:24:05 AM
 #340

aowesome project but what kind of algo is this Huh

Quark
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 »
  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!