duyenwong
Member
Offline
Activity: 119
Merit: 10
|
|
December 19, 2017, 07:31:42 AM |
|
Oh gosh, I've been running windows client v1.0.1.2-61402 all along, and staking with it, until I came in here and saw references to 1.2.1.1. Can I be on the wrong chain with the old client? It shows the correct blocks versus cryptoid block explorer. Should I be worried?
|
|
|
|
blockonomy
Member
Offline
Activity: 121
Merit: 15
|
|
December 19, 2017, 07:49:46 AM |
|
Oh gosh, I've been running windows client v1.0.1.2-61402 all along, and staking with it, until I came in here and saw references to 1.2.1.1. Can I be on the wrong chain with the old client? It shows the correct blocks versus cryptoid block explorer. Should I be worried?
If cryptoid block explorer is using the same version as yours then the blocks will match. Check against the official explorer : http://explorer.magnetwork.io1.0.x does not accept PoW blocks after 18000 so you would most likely be on the wrong chain.
|
|
|
|
blockonomy
Member
Offline
Activity: 121
Merit: 15
|
|
December 19, 2017, 07:53:36 AM |
|
guys anybody have problem to instal wallet on linux ? i pas this one cd /wallets/MAG/src/leveldb chmod +x build_detect_platform cd .. sudo make -f makefile.unix and error this one makefile.unix:217: recipe for target 'obj/rpcrawtransaction.o' failed make: *** [obj/rpcrawtransaction.o] Error 1 Hi, You would need to post the full stack of errors (i.e. not just the failed line as it does not say why it failed). This file failing to compile may be related to this: https://github.com/magnetwork/magnet/commit/7811aa60cd973419040257d57f1c37f0b5197972Be sure to sync.
|
|
|
|
blockonomy
Member
Offline
Activity: 121
Merit: 15
|
|
December 19, 2017, 07:55:26 AM |
|
The file is not infected this is a false positive. It was submitted to Microsoft for whitelisting. In the meantime (and if they decide to whitelist it) you would have to either whitelist it on your AV or compile from source if you cannot trust it for any reason.
|
|
|
|
makaveev
Newbie
Offline
Activity: 13
Merit: 0
|
|
December 19, 2017, 08:24:41 AM |
|
Hello,
i need some advices. I created a deposit address in Coinexchange and can i use it to send the coins when i mine and not download a wallet? Also how to configure my ASIC's ? Dont know really what static diff is and which one to use.
|
|
|
|
Nicky_funny
Copper Member
Newbie
Offline
Activity: 104
Merit: 0
|
|
December 19, 2017, 08:37:23 AM |
|
can i use it to send the coins when i mine and not download a wallet?
yes,you can Also how to configure my ASIC's ?
What pool do u use? username=your_wallet_address password=d=90,c=MAG if u use minpool.net Dont know really what static diff is and which one to use.
D3 using diff > 90
|
|
|
|
makaveev
Newbie
Offline
Activity: 13
Merit: 0
|
|
December 19, 2017, 08:43:13 AM |
|
can i use it to send the coins when i mine and not download a wallet?
yes,you can Also how to configure my ASIC's ?
What pool do u use? username=your_wallet_address password=d=90,c=MAG if u use minpool.net Dont know really what static diff is and which one to use.
D3 using diff > 90 Thanks! Im with D3's and how the settings should look like for magnetpool? stratum+tcp://magnetpool.io:3002 Diff: 100 *wallet address* pw?
|
|
|
|
Nicky_funny
Copper Member
Newbie
Offline
Activity: 104
Merit: 0
|
|
December 19, 2017, 09:11:30 AM |
|
can i use it to send the coins when i mine and not download a wallet?
yes,you can Also how to configure my ASIC's ?
What pool do u use? username=your_wallet_address password=d=90,c=MAG if u use minpool.net Dont know really what static diff is and which one to use.
D3 using diff > 90 Thanks! Im with D3's and how the settings should look like for magnetpool? stratum+tcp://magnetpool.io:3002 Diff: 100 *wallet address* pw? like minpool.net,c=MAG,d=90
|
|
|
|
DerkteWinkel
Newbie
Offline
Activity: 7
Merit: 0
|
|
December 19, 2017, 10:36:21 AM |
|
Hello,
i need some advices. I created a deposit address in Coinexchange and can i use it to send the coins when i mine and not download a wallet? Also how to configure my ASIC's ? Dont know really what static diff is and which one to use.
Do you want to solo mine directly into the Coinexchange wallet? I would check this with Coinexchange as they had major problems with people doing this a couple of weeks ago.
|
|
|
|
BartoszN1990
Full Member
Offline
Activity: 218
Merit: 100
https://deeponion.org
|
|
December 19, 2017, 11:06:55 AM |
|
i am doung by steps sudo apt-get update sudo apt-get upgrade sudo apt-get dist-upgrade sudo apt-get install build-essential libssl-dev libboost-all-dev git libdb5.3++-dev libminiupnpc-dev screen cd /wallets/magnet/src/leveldb chmod +x build_detect_platform cd .. sudo make -f makefile.unix /wallets/magnet/src$ sudo make -f makefile.unix /bin/sh ../share/genbuild.sh obj/build.h Building Secp256k1 ... ./autogen.sh: 3: ./autogen.sh: autoreconf: not found /bin/sh: 1: ./configure: not found make[1]: Entering directory '/wallets/magnet/src/secp256k1' make[1]: *** No targets specified and no makefile found. Stop. make[1]: Leaving directory '/wallets/magnet/src/secp256k1' g++ -O2 -pthread -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -Wunused-function -Wunused-variable -fpermissive -Wconversion-null -g -DBOOST_SPIRIT_THREADSAFE -I/wallets/magnet/src -I/wallets/magnet/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -DENABLE_WALLET -I/wallets/magnet/src/secp256k1/include -I/wallets/magnet/src/leveldb/include -I/wallets/magnet/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -o magnetd obj/alert.o obj/allocators.o obj/version.o obj/support/cleanse.o obj/checkpoints.o obj/netbase.o obj/addrman.o obj/base58.o obj/crypter.o obj/key.o obj/pubkey.o obj/ecwrapper.o obj/init.o obj/bitcoind.o obj/keystore.o obj/core.o obj/main.o obj/net.o obj/protocol.o obj/rpcclient.o obj/rpcprotocol.o obj/rpcserver.o obj/rpcmisc.o obj/rpcnet.o obj/rpcblockchain.o obj/rpcrawtransaction.o obj/rpcsmessage.o obj/script.o obj/scrypt.o obj/sync.o obj/txmempool.o obj/util.o obj/hash.o obj/noui.o obj/kernel.o obj/pbkdf2.o obj/chainparams.o obj/stealth.o obj/activemasternode.o obj/darksend.o obj/darksend-relay.o obj/instantx.o obj/masternodeconfig.o obj/masternodeman.o obj/masternode.o obj/masternode-payments.o obj/rpcdarksend.o obj/spork.o obj/crypto/hmac_sha256.o obj/crypto/hmac_sha512.o obj/crypto/ripemd160.o obj/crypto/sha1.o obj/crypto/sha256.o obj/crypto/sha512.o obj/smessage.o obj/cubehash.o obj/luffa.o obj/aes_helper.o obj/echo.o obj/shavite.o obj/simd.o obj/blake.o obj/bmw.o obj/groestl.o obj/jh.o obj/keccak.o obj/skein.o obj/db.o obj/miner.o obj/rpcdump.o obj/rpcmining.o obj/rpcwallet.o obj/wallet.o obj/walletdb.o obj/txdb-leveldb.o secp256k1/src/libsecp256k1_la-secp256k1.o -Wl,-z,relro -Wl,-z,now -Wl,-Bdynamic -Wl,-Bdynamic -l boost_system -l boost_filesystem -l boost_program_options -l boost_thread -l db_cxx -l ssl -l gmp -l crypto -l miniupnpc -Wl,-Bdynamic -l z -l dl -l pthread /wallets/magnet/src/leveldb/libleveldb.a /wallets/magnet/src/leveldb/libmemenv.a g++: error: secp256k1/src/libsecp256k1_la-secp256k1.o: No such file or directory makefile.unix:231: recipe for target 'magnetd' failed make: *** [magnetd] Error 1
|
|
|
|
yetme
Member
Offline
Activity: 174
Merit: 12
|
|
December 19, 2017, 11:42:11 AM |
|
Hello,
i need some advices. I created a deposit address in Coinexchange and can i use it to send the coins when i mine and not download a wallet? Also how to configure my ASIC's ? Dont know really what static diff is and which one to use.
yes you can, but I wouldn't recommend to mine directly to the exchange's wallet. if anything happens to the exchange you are putting your payments at risk. exchanges are regulary loosing payments, or their wallets go offline, or payments get stuck etc . it happens all the time. yesterday they've lost my LTC payment, so it took 6 hours to recover it. the safest way to mine is using your own local wallet.
|
|
|
|
yetme
Member
Offline
Activity: 174
Merit: 12
|
|
December 19, 2017, 12:03:58 PM |
|
I'm a little bit confused. Im running a cold wallet masternode and the funds are on my local wallet. Can anyone tell me what the correct variables should be in magnet.conf
masternodesoftlock= staking=
?
I don't want to mess-up the collateral.
|
|
|
|
blockonomy
Member
Offline
Activity: 121
Merit: 15
|
|
December 19, 2017, 01:14:13 PM |
|
i am doung by steps sudo apt-get update sudo apt-get upgrade sudo apt-get dist-upgrade sudo apt-get install build-essential libssl-dev libboost-all-dev git libdb5.3++-dev libminiupnpc-dev screen cd /wallets/magnet/src/leveldb chmod +x build_detect_platform cd .. sudo make -f makefile.unix /wallets/magnet/src$ sudo make -f makefile.unix /bin/sh ../share/genbuild.sh obj/build.h Building Secp256k1 ... ./autogen.sh: 3: ./autogen.sh: autoreconf: not found /bin/sh: 1: ./configure: not found make[1]: Entering directory '/wallets/magnet/src/secp256k1' make[1]: *** No targets specified and no makefile found. Stop. make[1]: Leaving directory '/wallets/magnet/src/secp256k1' g++ -O2 -pthread -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -Wunused-function -Wunused-variable -fpermissive -Wconversion-null -g -DBOOST_SPIRIT_THREADSAFE -I/wallets/magnet/src -I/wallets/magnet/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -DENABLE_WALLET -I/wallets/magnet/src/secp256k1/include -I/wallets/magnet/src/leveldb/include -I/wallets/magnet/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -o magnetd obj/alert.o obj/allocators.o obj/version.o obj/support/cleanse.o obj/checkpoints.o obj/netbase.o obj/addrman.o obj/base58.o obj/crypter.o obj/key.o obj/pubkey.o obj/ecwrapper.o obj/init.o obj/bitcoind.o obj/keystore.o obj/core.o obj/main.o obj/net.o obj/protocol.o obj/rpcclient.o obj/rpcprotocol.o obj/rpcserver.o obj/rpcmisc.o obj/rpcnet.o obj/rpcblockchain.o obj/rpcrawtransaction.o obj/rpcsmessage.o obj/script.o obj/scrypt.o obj/sync.o obj/txmempool.o obj/util.o obj/hash.o obj/noui.o obj/kernel.o obj/pbkdf2.o obj/chainparams.o obj/stealth.o obj/activemasternode.o obj/darksend.o obj/darksend-relay.o obj/instantx.o obj/masternodeconfig.o obj/masternodeman.o obj/masternode.o obj/masternode-payments.o obj/rpcdarksend.o obj/spork.o obj/crypto/hmac_sha256.o obj/crypto/hmac_sha512.o obj/crypto/ripemd160.o obj/crypto/sha1.o obj/crypto/sha256.o obj/crypto/sha512.o obj/smessage.o obj/cubehash.o obj/luffa.o obj/aes_helper.o obj/echo.o obj/shavite.o obj/simd.o obj/blake.o obj/bmw.o obj/groestl.o obj/jh.o obj/keccak.o obj/skein.o obj/db.o obj/miner.o obj/rpcdump.o obj/rpcmining.o obj/rpcwallet.o obj/wallet.o obj/walletdb.o obj/txdb-leveldb.o secp256k1/src/libsecp256k1_la-secp256k1.o -Wl,-z,relro -Wl,-z,now -Wl,-Bdynamic -Wl,-Bdynamic -l boost_system -l boost_filesystem -l boost_program_options -l boost_thread -l db_cxx -l ssl -l gmp -l crypto -l miniupnpc -Wl,-Bdynamic -l z -l dl -l pthread /wallets/magnet/src/leveldb/libleveldb.a /wallets/magnet/src/leveldb/libmemenv.a g++: error: secp256k1/src/libsecp256k1_la-secp256k1.o: No such file or directory makefile.unix:231: recipe for target 'magnetd' failed make: *** [magnetd] Error 1
Sounds like it could not build secp256k1 because you dont have autoconf. Try this: sudo apt-get install autoconf autogen
|
|
|
|
inzoddwetrust
Newbie
Offline
Activity: 6
Merit: 0
|
|
December 19, 2017, 01:34:11 PM |
|
It is not so good idea to mine strait to exchange wallet.
A lot of disadvantages and unsecured issues and completely not any pluses, except less commission to pay (which is really small). I'm talking now not about MAG and coinexchange.io, but any coin and any SE.
Cmon! Satoshi gave us decentralized fintech, stop to centralize it back!
|
|
|
|
blockonomy
Member
Offline
Activity: 121
Merit: 15
|
|
December 19, 2017, 02:07:54 PM |
|
It is not so good idea to mine strait to exchange wallet.
A lot of disadvantages and unsecured issues and completely not any pluses, except less commission to pay (which is really small). I'm talking now not about MAG and coinexchange.io, but any coin and any SE.
Cmon! Satoshi gave us decentralized fintech, stop to centralize it back!
Indeed well said!
|
|
|
|
yetme
Member
Offline
Activity: 174
Merit: 12
|
|
December 19, 2017, 02:12:04 PM |
|
If You want to have the collateral locked then softlock=1 To prevent Your masternode ranking from resetting everytime you get a staking rewards staking=0
Thank you! does the ranking affect anything? where can I check my mn ranking?
|
|
|
|
blockonomy
Member
Offline
Activity: 121
Merit: 15
|
|
December 19, 2017, 02:52:19 PM |
|
If You want to have the collateral locked then softlock=1 To prevent Your masternode ranking from resetting everytime you get a staking rewards staking=0
Thank you! does the ranking affect anything? where can I check my mn ranking? type masternodelist rank in the console.
|
|
|
|
yetme
Member
Offline
Activity: 174
Merit: 12
|
|
December 19, 2017, 03:28:28 PM |
|
If You want to have the collateral locked then softlock=1 To prevent Your masternode ranking from resetting everytime you get a staking rewards staking=0
Thank you! does the ranking affect anything? where can I check my mn ranking? type masternodelist rank in the console. it's in top100 hmm looks like stacking didn't affect its ranking after all
|
|
|
|
lutche
Newbie
Offline
Activity: 59
Merit: 0
|
|
December 19, 2017, 04:50:00 PM |
|
hello, help, I'm mining in the pool http://blockmunch.club, and it's been a day and a half since my mined coins do not fall on my wallet, is this normal? It's not for me to change pool now.
|
|
|
|
blockonomy
Member
Offline
Activity: 121
Merit: 15
|
|
December 19, 2017, 05:02:41 PM |
|
hello, help, I'm mining in the pool http://blockmunch.club, and it's been a day and a half since my mined coins do not fall on my wallet, is this normal? It's not for me to change pool now. Hi, Not sure the stats are actual but for magnet it says 3 blocks in 8 days, I would suggest you go either official pool or a pool that has more hashrate: Magnet (MAG) 3d ago 59000 100.00025 Confirmed 438894.345 495779.66 17sd8K7... e70d372ddcc324c2c121460b0b49fdad8678a8cadc1a0bf8e6c7b0832f452b56 Magnet (MAG) 8d ago 50385 100 Confirmed 469895.9 803497.678 3MW16mN... 9f54e484d80fea33161869f172e338d87b9262302e7c9f4e502c8eddeccd4dd5 Magnet (MAG) 8d ago 50001 100.00025 Confirmed 241024.635 267067.775 3MW16mN... 5996f0b0b8be5347b6f37e79c406d636141deeb34b754da8ae6a4f48b092a2f4
|
|
|
|
|