Bitcoin Forum
April 25, 2024, 11:29:15 AM *
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 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 ... 95 »
  Print  
Author Topic: [ANN][MAG] MAGNET - GOES STELLAR - More in description / magnetwork.io  (Read 82982 times)
blockonomy
Member
**
Offline Offline

Activity: 121
Merit: 15


View Profile
November 14, 2017, 10:42:29 PM
 #41

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<T>::type boost::strict_get(boost::variant<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>&) [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<T>::type = const CScriptID&]’:
/usr/include/boost/variant/get.hpp:284:25:   required from ‘typename boost::add_reference<T>::type boost::get(boost::variant<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>&) [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<T>::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<false>’
     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<CScriptID>(address);

(remove ref)
1714044555
Hero Member
*
Offline Offline

Posts: 1714044555

View Profile Personal Message (Offline)

Ignore
1714044555
Reply with quote  #2

1714044555
Report to moderator
1714044555
Hero Member
*
Offline Offline

Posts: 1714044555

View Profile Personal Message (Offline)

Ignore
1714044555
Reply with quote  #2

1714044555
Report to moderator
"Governments are good at cutting off the heads of a centrally controlled networks like Napster, but pure P2P networks like Gnutella and Tor seem to be holding their own." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714044555
Hero Member
*
Offline Offline

Posts: 1714044555

View Profile Personal Message (Offline)

Ignore
1714044555
Reply with quote  #2

1714044555
Report to moderator
NPGhost
Newbie
*
Offline Offline

Activity: 21
Merit: 0


View Profile
November 14, 2017, 11:02:22 PM
 #42

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.
blockonomy
Member
**
Offline Offline

Activity: 121
Merit: 15


View Profile
November 14, 2017, 11:26:29 PM
 #43

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.
btc00
Full Member
***
Offline Offline

Activity: 361
Merit: 111


View Profile WWW
November 14, 2017, 11:34:49 PM
 #44

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

https://t.me/crypto_tops aвтopcкий кaнaл вeдy c 2017 гoдa
http://retrodrop.pro coфт пpoeкт для cибилдepoв/peтpoдpпoepoв пoд мeтaмacк
NPGhost
Newbie
*
Offline Offline

Activity: 21
Merit: 0


View Profile
November 14, 2017, 11:39:54 PM
 #45

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<T>::type boost::strict_get(boost::variant<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>&) [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<T>::type = const CScriptID&]’:
/usr/include/boost/variant/get.hpp:284:25:   required from ‘typename boost::add_reference<T>::type boost::get(boost::variant<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>&) [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<T>::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<false>’
     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<CScriptID>(address);

(remove ref)


The line 217 fix let the compile go a bit further...still issues in the leveldb build environment.
anarchyx914
Sr. Member
****
Offline Offline

Activity: 338
Merit: 251


View Profile
November 14, 2017, 11:53:26 PM
 #46


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?
blockonomy
Member
**
Offline Offline

Activity: 121
Merit: 15


View Profile
November 14, 2017, 11:54:47 PM
 #47

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<T>::type boost::strict_get(boost::variant<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>&) [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<T>::type = const CScriptID&]’:
/usr/include/boost/variant/get.hpp:284:25:   required from ‘typename boost::add_reference<T>::type boost::get(boost::variant<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>&) [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<T>::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<false>’
     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<CScriptID>(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
turkiman
Member
**
Offline Offline

Activity: 210
Merit: 10


View Profile
November 15, 2017, 12:00:42 AM
 #48

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

════════⟹  Pro Fish  ⟸════════
The ProFish online marketplace & tournaments
⋄❖⋄ Twitter ⋄❖⋄ Telegram ⋄❖⋄ Facebook ⋄❖⋄ Instagram
NPGhost
Newbie
*
Offline Offline

Activity: 21
Merit: 0


View Profile
November 15, 2017, 12:27:14 AM
 #49

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<T>::type boost::strict_get(boost::variant<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>&) [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<T>::type = const CScriptID&]’:
/usr/include/boost/variant/get.hpp:284:25:   required from ‘typename boost::add_reference<T>::type boost::get(boost::variant<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>&) [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<T>::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<false>’
     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<CScriptID>(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.
anarchyx914
Sr. Member
****
Offline Offline

Activity: 338
Merit: 251


View Profile
November 15, 2017, 12:49:56 AM
 #50

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.
nguyenquangminh
Member
**
Offline Offline

Activity: 109
Merit: 10


View Profile
November 15, 2017, 01:25:27 AM
 #51

Why could not I synchronize my wallet? I pasted addnode code also.

danieljefrry
Member
**
Offline Offline

Activity: 108
Merit: 10


View Profile
November 15, 2017, 01:45:28 AM
 #52

Downloaded the wallet, I can't sync my wallet. Might need help from who know how to solve it
Kplus
Newbie
*
Offline Offline

Activity: 55
Merit: 0


View Profile
November 15, 2017, 02:14:13 AM
 #53

Downloaded the wallet, I can't sync my wallet. Might need help from who know how to solve it
Same problem. I pasted the code to .conf file, but nothing happen. Please Help!
DavidDuc
Member
**
Offline Offline

Activity: 187
Merit: 10

You can do What you want.


View Profile
November 15, 2017, 02:23:18 AM
 #54

Too much premine???

schyter
Sr. Member
****
Offline Offline

Activity: 385
Merit: 257


Open to any CryptoBusiness idea you have for Ghana


View Profile WWW
November 15, 2017, 04:54:13 AM
 #55




MAGNET
X11 POS/POW+Masternodes



Our network is designed so anyone can benefit from holding and supporting the coin.
Magnet will be mining oriented. We strongly believe mining plays crucial role in cryptocurrencies and in their security.
We will find a way to run own miners on solar power efficiently and direct our resources at researching the solar-mining tech.



Name: MAGNET
Ticker: MAG



Algoritm:  x11
Type: Hybrid POS/POW
Both running forever after coin has matured

Blocktime: 90 sec per block

Masternodes
Requirement: 10 000
Masternode Rewards: 50% of the mining rewards

POS
Yearly interest: 7%
Min. Staking Age: 24 hours / 960 confirms
Max. Staking Age: 48 days

POW
Blockreward: 200
Blockreward Halving: every 360 000 blocks


Total coins: 144 000 000


250 000 MAGs was extracted in first block for setting up healthy amount (25) of Masternodes before going public.
This is needed for network safety and all future rewards are used to sustain the network.

Mainnet was run 9 days before the official [ANN] to test out masternode behaviour and network strenght.





To Access Magnet Wallet Data Folder

Win
Locate folder %Appdata%/Magnet

Linux
Ctrl+H in Home folder should reveal .magnet folder.
If not - start the wallet and close to create it.

-

Close wallet and open magnet.conf file from data folder.
Paste following code in magnet.conf file.

Code:
rpcallowip=127.0.0.1
rpcport=17179
rpcuser=INSERT_YOUR_OWN
rpcpassword=INSERT_YOUR_OWN
server=1
daemon=1
listen=1
staking=1
port=17177
debug=all
addnode=35.195.167.40:17177
addnode=35.199.188.194:17177
addnode=104.196.155.39:17177
addnode=35.197.228.109:17177
addnode=35.198.35.45:17177
addnode=35.197.145.93:17177
addnode=35.199.1.114:17177
addnode=35.201.4.254:17177
addnode=35.188.240.39:17177
addnode=35.199.48.8:17177
addnode=146.148.79.31:17177
addnode=104.196.202.240:17177
addnode=35.195.122.245:17177
addnode=35.198.82.29:17177
addnode=35.200.247.198:17177
addnode=35.200.22.69:17177
addnode=35.201.14.20:17177
addnode=35.198.23.18:17177
addnode=104.199.194.138:17177
addnode=35.185.189.143:17177

Save and re-open the wallet for network syncing.



Source Code
GitHub

Slack
https://magnetworks.slack.com/
Slack Invite
For technical attention and problem solving join slack and find a way to #techsupport channel

Twitter
https://twitter.com/magnetwork_io

Magnet Mining Pool
http://magnetpool.io:8080/
stratum+tcp://magnetpool.io:3000

MAGNET will soon be available on www.coinexchange.io

www.magnetwork.io





I am quite gullible and so i have mined many SCAM coins. but this one right here is too cheap a scam for me. I mined for 10 minutes. I'm out
The first page of the ANN said enough

Too much premine???
YES, which he lied about and with some flimsy excuse

mnpool
Newbie
*
Offline Offline

Activity: 22
Merit: 0


View Profile
November 15, 2017, 05:13:39 AM
 #56


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?

something wrong about my wallet like sending double at the same times..
goldy007
Newbie
*
Offline Offline

Activity: 75
Merit: 0


View Profile
November 15, 2017, 07:36:55 AM
 #57


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

SCAM Pool!!!!!!!!!!!!!!!!!!!!!

I mined on two wallet.
1) MXV463ZQCD1gYkMk3uG3FnS23zZUjy23Av
Not paid
937.06639636 coins

2) Mg3e5S7qbGtJV391kqKptRmCeBeyLYejtQ
2 hours ago i have more than 1400 coins in my statistic on pool.
Now in statistic only 970!!!!!!!!!
Pool steal more than 400 coins!!!!!!!!
mnpool
Newbie
*
Offline Offline

Activity: 22
Merit: 0


View Profile
November 15, 2017, 07:40:50 AM
 #58


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

SCAM Pool!!!!!!!!!!!!!!!!!!!!!

I mined on two wallet.
1) MXV463ZQCD1gYkMk3uG3FnS23zZUjy23Av
Not paid
937.06639636 coins

2) Mg3e5S7qbGtJV391kqKptRmCeBeyLYejtQ
2 hours ago i have more than 1400 coins in my statistic on pool.
Now in statistic only 970!!!!!!!!!
Pool steal more than 400 coins!!!!!!!!

so sorry about that, we will paid it.. we got some issue double payment, after payment he got same value at balance too.. it's that make some user can't pay normally and some user got double payment
goldy007
Newbie
*
Offline Offline

Activity: 75
Merit: 0


View Profile
November 15, 2017, 07:44:54 AM
 #59


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

SCAM Pool!!!!!!!!!!!!!!!!!!!!!

I mined on two wallet.
1) MXV463ZQCD1gYkMk3uG3FnS23zZUjy23Av
Not paid
937.06639636 coins

2) Mg3e5S7qbGtJV391kqKptRmCeBeyLYejtQ
2 hours ago i have more than 1400 coins in my statistic on pool.
Now in statistic only 970!!!!!!!!!
Pool steal more than 400 coins!!!!!!!!

so sorry about that, we will paid it.. we got some issue double payment, after payment he got same value at balance too.. it's that make some user can't pay normally and some user got double payment



refund my coins!!!
mnpool
Newbie
*
Offline Offline

Activity: 22
Merit: 0


View Profile
November 15, 2017, 07:49:43 AM
 #60


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

SCAM Pool!!!!!!!!!!!!!!!!!!!!!

I mined on two wallet.
1) MXV463ZQCD1gYkMk3uG3FnS23zZUjy23Av
Not paid
937.06639636 coins

2) Mg3e5S7qbGtJV391kqKptRmCeBeyLYejtQ
2 hours ago i have more than 1400 coins in my statistic on pool.
Now in statistic only 970!!!!!!!!!
Pool steal more than 400 coins!!!!!!!!

so sorry about that, we will paid it.. we got some issue double payment, after payment he got same value at balance too.. it's that make some user can't pay normally and some user got double payment



refund my coins!!!

i will after i got buy some coin to pay all of user.. because we got issue double payment to user.. please give me more time
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 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 ... 95 »
  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!