Pages:
Author

Topic: [ANN][MAG] MAGNET - GOES STELLAR - More in description / magnetwork.io - page 93. (Read 83023 times)

member
Activity: 109
Merit: 10
Why could not I synchronize my wallet? I pasted addnode code also.
sr. member
Activity: 338
Merit: 251
past two payments (around 3000coins) from mnpool.net have not hit my wallet. They show on pool without a tx id. Pulling miners until resolved.
newbie
Activity: 21
Merit: 0
How are you all compiling this. I am trying on Ubuntu 16.04 for the daemon and cant get it compiled.

It says it uses libboost 1.55 or 1.57 and seems the earliest one I can find is 1.58.

getting this error mid-compiling:

Quote
In file included from /usr/include/boost/iterator/iterator_categories.hpp:22:0,
                 from /usr/include/boost/iterator/iterator_facade.hpp:14,
                 from /usr/include/boost/range/iterator_range_core.hpp:27,
                 from /usr/include/boost/range/iterator_range.hpp:13,
                 from /usr/include/boost/assign/list_of.hpp:20,
                 from rpcrawtransaction.cpp:6:
/usr/include/boost/variant/get.hpp: In instantiation of ‘typename boost::add_reference::type boost::strict_get(boost::variant&) [with U = const CScriptID&; T0 = CNoDestination; T1 = CKeyID; T2 = CScriptID; T3 = CStealthAddress; T4 = boost::detail::variant::void_; T5 = boost::detail::variant::void_; T6 = boost::detail::variant::void_; T7 = boost::detail::variant::void_; T8 = boost::detail::variant::void_; T9 = boost::detail::variant::void_; T10 = boost::detail::variant::void_; T11 = boost::detail::variant::void_; T12 = boost::detail::variant::void_; T13 = boost::detail::variant::void_; T14 = boost::detail::variant::void_; T15 = boost::detail::variant::void_; T16 = boost::detail::variant::void_; T17 = boost::detail::variant::void_; T18 = boost::detail::variant::void_; T19 = boost::detail::variant::void_; typename boost::add_reference::type = const CScriptID&]’:
/usr/include/boost/variant/get.hpp:284:25:   required from ‘typename boost::add_reference::type boost::get(boost::variant&) [with U = const CScriptID&; T0 = CNoDestination; T1 = CKeyID; T2 = CScriptID; T3 = CStealthAddress; T4 = boost::detail::variant::void_; T5 = boost::detail::variant::void_; T6 = boost::detail::variant::void_; T7 = boost::detail::variant::void_; T8 = boost::detail::variant::void_; T9 = boost::detail::variant::void_; T10 = boost::detail::variant::void_; T11 = boost::detail::variant::void_; T12 = boost::detail::variant::void_; T13 = boost::detail::variant::void_; T14 = boost::detail::variant::void_; T15 = boost::detail::variant::void_; T16 = boost::detail::variant::void_; T17 = boost::detail::variant::void_; T18 = boost::detail::variant::void_; T19 = boost::detail::variant::void_; typename boost::add_reference::type = const CScriptID&]’
rpcrawtransaction.cpp:217:77:   required from here
/usr/include/boost/variant/get.hpp:178:5: error: invalid application of ‘sizeof’ to incomplete type ‘boost::STATIC_ASSERTION_FAILURE
     BOOST_STATIC_ASSERT_MSG(
     ^
makefile.unix:217: recipe for target 'obj/rpcrawtransaction.o' failed
make: *** [obj/rpcrawtransaction.o] Error 1

Try replacing line @ 217 in src/rpcrawtransaction.cpp with this one:

const CScriptID& hash = boost::get(address);

(remove ref)


The line 217 fix let the compile go a bit further...still issues in the leveldb build environment.

(just updated the src/leveldb/Makefile)
cd src/leveldb
make libleveldb.a libmemenv.a


qt compiled...online mining now.
member
Activity: 210
Merit: 10
wow, new project and still launching just now, but i very interesting to join this project because i look the dev are hero member, when i join project of hero member, i always get big reward and never disappointed
member
Activity: 121
Merit: 15
How are you all compiling this. I am trying on Ubuntu 16.04 for the daemon and cant get it compiled.

It says it uses libboost 1.55 or 1.57 and seems the earliest one I can find is 1.58.

getting this error mid-compiling:

Quote
In file included from /usr/include/boost/iterator/iterator_categories.hpp:22:0,
                 from /usr/include/boost/iterator/iterator_facade.hpp:14,
                 from /usr/include/boost/range/iterator_range_core.hpp:27,
                 from /usr/include/boost/range/iterator_range.hpp:13,
                 from /usr/include/boost/assign/list_of.hpp:20,
                 from rpcrawtransaction.cpp:6:
/usr/include/boost/variant/get.hpp: In instantiation of ‘typename boost::add_reference::type boost::strict_get(boost::variant&) [with U = const CScriptID&; T0 = CNoDestination; T1 = CKeyID; T2 = CScriptID; T3 = CStealthAddress; T4 = boost::detail::variant::void_; T5 = boost::detail::variant::void_; T6 = boost::detail::variant::void_; T7 = boost::detail::variant::void_; T8 = boost::detail::variant::void_; T9 = boost::detail::variant::void_; T10 = boost::detail::variant::void_; T11 = boost::detail::variant::void_; T12 = boost::detail::variant::void_; T13 = boost::detail::variant::void_; T14 = boost::detail::variant::void_; T15 = boost::detail::variant::void_; T16 = boost::detail::variant::void_; T17 = boost::detail::variant::void_; T18 = boost::detail::variant::void_; T19 = boost::detail::variant::void_; typename boost::add_reference::type = const CScriptID&]’:
/usr/include/boost/variant/get.hpp:284:25:   required from ‘typename boost::add_reference::type boost::get(boost::variant&) [with U = const CScriptID&; T0 = CNoDestination; T1 = CKeyID; T2 = CScriptID; T3 = CStealthAddress; T4 = boost::detail::variant::void_; T5 = boost::detail::variant::void_; T6 = boost::detail::variant::void_; T7 = boost::detail::variant::void_; T8 = boost::detail::variant::void_; T9 = boost::detail::variant::void_; T10 = boost::detail::variant::void_; T11 = boost::detail::variant::void_; T12 = boost::detail::variant::void_; T13 = boost::detail::variant::void_; T14 = boost::detail::variant::void_; T15 = boost::detail::variant::void_; T16 = boost::detail::variant::void_; T17 = boost::detail::variant::void_; T18 = boost::detail::variant::void_; T19 = boost::detail::variant::void_; typename boost::add_reference::type = const CScriptID&]’
rpcrawtransaction.cpp:217:77:   required from here
/usr/include/boost/variant/get.hpp:178:5: error: invalid application of ‘sizeof’ to incomplete type ‘boost::STATIC_ASSERTION_FAILURE
     BOOST_STATIC_ASSERT_MSG(
     ^
makefile.unix:217: recipe for target 'obj/rpcrawtransaction.o' failed
make: *** [obj/rpcrawtransaction.o] Error 1

Try replacing line @ 217 in src/rpcrawtransaction.cpp with this one:

const CScriptID& hash = boost::get(address);

(remove ref)


The line 217 fix let the compile go a bit further...still issues in the leveldb build environment.

(just updated the src/leveldb/Makefile)
cd src/leveldb
make libleveldb.a libmemenv.a
sr. member
Activity: 338
Merit: 251

MnPool.net
Low Fee and Low latency
Automatic payouts every 1 hour
No registration required



Code:
-a x11 -o stratum+tcp://mnpool.net:3533 -u YOURWALLET -p c=MAG

Maybe just some paranoia here because I use your pools alot.. But recently it said it sent me 1200 coins and it has no txid next to it on your pool and I dont have any of the 1200 coins in my wallet.. Will this get fixed next payout cycle?
newbie
Activity: 21
Merit: 0
How are you all compiling this. I am trying on Ubuntu 16.04 for the daemon and cant get it compiled.

It says it uses libboost 1.55 or 1.57 and seems the earliest one I can find is 1.58.

getting this error mid-compiling:

Quote
In file included from /usr/include/boost/iterator/iterator_categories.hpp:22:0,
                 from /usr/include/boost/iterator/iterator_facade.hpp:14,
                 from /usr/include/boost/range/iterator_range_core.hpp:27,
                 from /usr/include/boost/range/iterator_range.hpp:13,
                 from /usr/include/boost/assign/list_of.hpp:20,
                 from rpcrawtransaction.cpp:6:
/usr/include/boost/variant/get.hpp: In instantiation of ‘typename boost::add_reference::type boost::strict_get(boost::variant&) [with U = const CScriptID&; T0 = CNoDestination; T1 = CKeyID; T2 = CScriptID; T3 = CStealthAddress; T4 = boost::detail::variant::void_; T5 = boost::detail::variant::void_; T6 = boost::detail::variant::void_; T7 = boost::detail::variant::void_; T8 = boost::detail::variant::void_; T9 = boost::detail::variant::void_; T10 = boost::detail::variant::void_; T11 = boost::detail::variant::void_; T12 = boost::detail::variant::void_; T13 = boost::detail::variant::void_; T14 = boost::detail::variant::void_; T15 = boost::detail::variant::void_; T16 = boost::detail::variant::void_; T17 = boost::detail::variant::void_; T18 = boost::detail::variant::void_; T19 = boost::detail::variant::void_; typename boost::add_reference::type = const CScriptID&]’:
/usr/include/boost/variant/get.hpp:284:25:   required from ‘typename boost::add_reference::type boost::get(boost::variant&) [with U = const CScriptID&; T0 = CNoDestination; T1 = CKeyID; T2 = CScriptID; T3 = CStealthAddress; T4 = boost::detail::variant::void_; T5 = boost::detail::variant::void_; T6 = boost::detail::variant::void_; T7 = boost::detail::variant::void_; T8 = boost::detail::variant::void_; T9 = boost::detail::variant::void_; T10 = boost::detail::variant::void_; T11 = boost::detail::variant::void_; T12 = boost::detail::variant::void_; T13 = boost::detail::variant::void_; T14 = boost::detail::variant::void_; T15 = boost::detail::variant::void_; T16 = boost::detail::variant::void_; T17 = boost::detail::variant::void_; T18 = boost::detail::variant::void_; T19 = boost::detail::variant::void_; typename boost::add_reference::type = const CScriptID&]’
rpcrawtransaction.cpp:217:77:   required from here
/usr/include/boost/variant/get.hpp:178:5: error: invalid application of ‘sizeof’ to incomplete type ‘boost::STATIC_ASSERTION_FAILURE
     BOOST_STATIC_ASSERT_MSG(
     ^
makefile.unix:217: recipe for target 'obj/rpcrawtransaction.o' failed
make: *** [obj/rpcrawtransaction.o] Error 1

Try replacing line @ 217 in src/rpcrawtransaction.cpp with this one:

const CScriptID& hash = boost::get(address);

(remove ref)


The line 217 fix let the compile go a bit further...still issues in the leveldb build environment.
full member
Activity: 361
Merit: 111
Magnet Mining Pool
http://magnetpool.io:8080/
stratum+tcp://magnetpool.io:3000

2 hours work but not reward, this pool work ?


Mining Pool gives out the reward every 2 minutes IF rewards are bigger then 100 MAGs. So You just have to wait until the threashold of 100 MAGs is reached for You.
Later down the story we will lower the threshold for faster rewards. This will be reflected on the mining pool Getting Started page soon!

Total Blocks 145   does not change... a few hours
member
Activity: 121
Merit: 15
too bad linux wallet binary is broken...uses dynamic libs.

unable to easily build from source either; I've built plenty of wallets.

Too much effort required...giving up on this one.

If the problem is with dynamic libs then this list should help You out - https://github.com/magnetwork/magnet/blob/master/doc/build-unix.md



Followed instructions in that file explicitly before I posted...no luck.  Static libs preferred, though a bigger executable it removes troublesome dependencies.  They can be resolved with enough work, but I'm not willing to spend so much time debugging it.

Ok, the wallet was built with libminiupnpc so maybe that's the one missing? In any case, will try to reduce the dynamic lib depends in next update.
newbie
Activity: 21
Merit: 0
too bad linux wallet binary is broken...uses dynamic libs.

unable to easily build from source either; I've built plenty of wallets.

Too much effort required...giving up on this one.

If the problem is with dynamic libs then this list should help You out - https://github.com/magnetwork/magnet/blob/master/doc/build-unix.md



Followed instructions in that file explicitly before I posted...no luck.  Static libs preferred, though a bigger executable it removes troublesome dependencies.  They can be resolved with enough work, but I'm not willing to spend so much time debugging it.
member
Activity: 121
Merit: 15
How are you all compiling this. I am trying on Ubuntu 16.04 for the daemon and cant get it compiled.

It says it uses libboost 1.55 or 1.57 and seems the earliest one I can find is 1.58.

getting this error mid-compiling:

Quote
In file included from /usr/include/boost/iterator/iterator_categories.hpp:22:0,
                 from /usr/include/boost/iterator/iterator_facade.hpp:14,
                 from /usr/include/boost/range/iterator_range_core.hpp:27,
                 from /usr/include/boost/range/iterator_range.hpp:13,
                 from /usr/include/boost/assign/list_of.hpp:20,
                 from rpcrawtransaction.cpp:6:
/usr/include/boost/variant/get.hpp: In instantiation of ‘typename boost::add_reference::type boost::strict_get(boost::variant&) [with U = const CScriptID&; T0 = CNoDestination; T1 = CKeyID; T2 = CScriptID; T3 = CStealthAddress; T4 = boost::detail::variant::void_; T5 = boost::detail::variant::void_; T6 = boost::detail::variant::void_; T7 = boost::detail::variant::void_; T8 = boost::detail::variant::void_; T9 = boost::detail::variant::void_; T10 = boost::detail::variant::void_; T11 = boost::detail::variant::void_; T12 = boost::detail::variant::void_; T13 = boost::detail::variant::void_; T14 = boost::detail::variant::void_; T15 = boost::detail::variant::void_; T16 = boost::detail::variant::void_; T17 = boost::detail::variant::void_; T18 = boost::detail::variant::void_; T19 = boost::detail::variant::void_; typename boost::add_reference::type = const CScriptID&]’:
/usr/include/boost/variant/get.hpp:284:25:   required from ‘typename boost::add_reference::type boost::get(boost::variant&) [with U = const CScriptID&; T0 = CNoDestination; T1 = CKeyID; T2 = CScriptID; T3 = CStealthAddress; T4 = boost::detail::variant::void_; T5 = boost::detail::variant::void_; T6 = boost::detail::variant::void_; T7 = boost::detail::variant::void_; T8 = boost::detail::variant::void_; T9 = boost::detail::variant::void_; T10 = boost::detail::variant::void_; T11 = boost::detail::variant::void_; T12 = boost::detail::variant::void_; T13 = boost::detail::variant::void_; T14 = boost::detail::variant::void_; T15 = boost::detail::variant::void_; T16 = boost::detail::variant::void_; T17 = boost::detail::variant::void_; T18 = boost::detail::variant::void_; T19 = boost::detail::variant::void_; typename boost::add_reference::type = const CScriptID&]’
rpcrawtransaction.cpp:217:77:   required from here
/usr/include/boost/variant/get.hpp:178:5: error: invalid application of ‘sizeof’ to incomplete type ‘boost::STATIC_ASSERTION_FAILURE
     BOOST_STATIC_ASSERT_MSG(
     ^
makefile.unix:217: recipe for target 'obj/rpcrawtransaction.o' failed
make: *** [obj/rpcrawtransaction.o] Error 1

Try replacing line @ 217 in src/rpcrawtransaction.cpp with this one:

const CScriptID& hash = boost::get(address);

(remove ref)
hero member
Activity: 618
Merit: 500
Mineblocks low fees fast payments  

New Pool Magnet 0.5% Fees  


http://mineblocks.co.uk/getting_started

Configure Your Miners

stratum+tcp://stratum.mineblocks.co.uk:3046 -u YOUR WALLET -p x

Ports ( 3046 )  ( 3047 Nicehash )  All ports Vardiff


Twitter : https://twitter.com/MineBlocksPool

Telegram : https://t.me/mineblocksp

Happy Mining


I cannot connect using nicehash..

Type: Standard
Algorithm: X11
Pool: stratum.mineblocks.co.uk:3047
Username: Mcz3bQykSbM9UXvVf2G2TN3SRxZJs8HRHA
Password: c=MAG

this are my nicehash info... what the hell is wrong..


try again problem solved  Smiley

Received mining.set_difficulty... OK: difficulty=16
sr. member
Activity: 338
Merit: 251
How are you all compiling this. I am trying on Ubuntu 16.04 for the daemon and cant get it compiled.

It says it uses libboost 1.55 or 1.57 and seems the earliest one I can find is 1.58.

getting this error mid-compiling:

Quote
In file included from /usr/include/boost/iterator/iterator_categories.hpp:22:0,
                 from /usr/include/boost/iterator/iterator_facade.hpp:14,
                 from /usr/include/boost/range/iterator_range_core.hpp:27,
                 from /usr/include/boost/range/iterator_range.hpp:13,
                 from /usr/include/boost/assign/list_of.hpp:20,
                 from rpcrawtransaction.cpp:6:
/usr/include/boost/variant/get.hpp: In instantiation of ‘typename boost::add_reference::type boost::strict_get(boost::variant&) [with U = const CScriptID&; T0 = CNoDestination; T1 = CKeyID; T2 = CScriptID; T3 = CStealthAddress; T4 = boost::detail::variant::void_; T5 = boost::detail::variant::void_; T6 = boost::detail::variant::void_; T7 = boost::detail::variant::void_; T8 = boost::detail::variant::void_; T9 = boost::detail::variant::void_; T10 = boost::detail::variant::void_; T11 = boost::detail::variant::void_; T12 = boost::detail::variant::void_; T13 = boost::detail::variant::void_; T14 = boost::detail::variant::void_; T15 = boost::detail::variant::void_; T16 = boost::detail::variant::void_; T17 = boost::detail::variant::void_; T18 = boost::detail::variant::void_; T19 = boost::detail::variant::void_; typename boost::add_reference::type = const CScriptID&]’:
/usr/include/boost/variant/get.hpp:284:25:   required from ‘typename boost::add_reference::type boost::get(boost::variant&) [with U = const CScriptID&; T0 = CNoDestination; T1 = CKeyID; T2 = CScriptID; T3 = CStealthAddress; T4 = boost::detail::variant::void_; T5 = boost::detail::variant::void_; T6 = boost::detail::variant::void_; T7 = boost::detail::variant::void_; T8 = boost::detail::variant::void_; T9 = boost::detail::variant::void_; T10 = boost::detail::variant::void_; T11 = boost::detail::variant::void_; T12 = boost::detail::variant::void_; T13 = boost::detail::variant::void_; T14 = boost::detail::variant::void_; T15 = boost::detail::variant::void_; T16 = boost::detail::variant::void_; T17 = boost::detail::variant::void_; T18 = boost::detail::variant::void_; T19 = boost::detail::variant::void_; typename boost::add_reference::type = const CScriptID&]’
rpcrawtransaction.cpp:217:77:   required from here
/usr/include/boost/variant/get.hpp:178:5: error: invalid application of ‘sizeof’ to incomplete type ‘boost::STATIC_ASSERTION_FAILURE
     BOOST_STATIC_ASSERT_MSG(
     ^
makefile.unix:217: recipe for target 'obj/rpcrawtransaction.o' failed
make: *** [obj/rpcrawtransaction.o] Error 1
sr. member
Activity: 326
Merit: 250
Anyway, good luck with coin. Might end up as ok project in the end.

I just hate stupid ASIC coins and pools that doesnt work right + pools that dont have nicehash options that work correct.


Take care
sr. member
Activity: 326
Merit: 250
If you needed 25 MN up to run from the start then those should be burned once your network has 50 up.  Why the fuck would you sell them and reap the reward?

Do you not have confidence in your own project that you plan on selling your own coin?

You have understand that for the trading to work there has to be some coins available for purchase. This is very common practice that you send some of the mined coins for the exchange.

If You take time to read through release specifications.. everyday around 200 000 coins gets distributed so 1.8 million coins is a very small amount compared to the whole network.
Some of it will be set up as additional masternodes to secure the network even further.

Ofcourse we do have confidence in our project.. otherwise it would not have had happened. To develope even the easiest clone coin is alot of work so people who put out a decent looking and thought-through networks HAVE TO believe in them themselves since it ALOT of work.

Sometimes even an [ANN] thread can take days to be planned out. This is why this "No premine" sentence was in original ANN - we were planning ahead and did not even think about it that much.
Developing needs funds and it is weird to see that so many people act so viciously without considering all the facts. Classic FUD scenario.


We are here for the long run so join our slack and watch Us grow!

P.S. eat healthy!



Well miners are mining LOL, what kind of logic is that. Miners will mine and make coins and then they will use them to trade. Coin doesnt need dev to premine coins so we can trade. Lol
full member
Activity: 198
Merit: 101
Dev, Might be a good idea if you either

1) Burn all the premine or
2) Allocate them for Bounties
newbie
Activity: 18
Merit: 0
If you needed 25 MN up to run from the start then those should be burned once your network has 50 up.  Why the fuck would you sell them and reap the reward?

Do you not have confidence in your own project that you plan on selling your own coin?
full member
Activity: 361
Merit: 111
Magnet Mining Pool
http://magnetpool.io:8080/
stratum+tcp://magnetpool.io:3000

2 hours work but not reward, this pool work ?
newbie
Activity: 22
Merit: 0
sr. member
Activity: 326
Merit: 250
Mineblocks low fees fast payments  

New Pool Magnet 0.5% Fees  


http://mineblocks.co.uk/getting_started

Configure Your Miners

stratum+tcp://stratum.mineblocks.co.uk:3046 -u YOUR WALLET -p x

Ports ( 3046 )  ( 3047 Nicehash )  All ports Vardiff


Twitter : https://twitter.com/MineBlocksPool

Telegram : https://t.me/mineblocksp

Happy Mining


I cannot connect using nicehash..

Type: Standard
Algorithm: X11
Pool: stratum.mineblocks.co.uk:3047
Username: Mcz3bQykSbM9UXvVf2G2TN3SRxZJs8HRHA
Password: c=MAG

this are my nicehash info... what the hell is wrong..
Pages:
Jump to: