Pages:
Author

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

member
Activity: 174
Merit: 12
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.
full member
Activity: 218
Merit: 100
https://deeponion.org
i am doung by steps

Quote
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade

Quote
sudo apt-get install build-essential libssl-dev libboost-all-dev git libdb5.3++-dev libminiupnpc-dev screen

Quote

Quote
cd /wallets/magnet/src/leveldb
chmod +x build_detect_platform
cd ..
sudo make -f makefile.unix

Quote
/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
newbie
Activity: 7
Merit: 0
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.
copper member
Activity: 104
Merit: 0
can i use it to send the coins when i mine and not download a wallet?
yes,you can

Quote
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
Quote
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 Smiley
newbie
Activity: 13
Merit: 0
can i use it to send the coins when i mine and not download a wallet?
yes,you can

Quote
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
Quote
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?
copper member
Activity: 104
Merit: 0
can i use it to send the coins when i mine and not download a wallet?
yes,you can

Quote
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
Quote
Dont know really what static diff is and which one to use.
D3 using diff > 90
newbie
Activity: 13
Merit: 0
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.
member
Activity: 121
Merit: 15
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.
member
Activity: 121
Merit: 15
guys anybody have problem to instal wallet on linux ?

i pas this one
Quote
cd /wallets/MAG/src/leveldb
chmod +x build_detect_platform
cd ..
sudo make -f makefile.unix

and error this one

Quote
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/7811aa60cd973419040257d57f1c37f0b5197972
Be sure to sync.
member
Activity: 121
Merit: 15
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.io
1.0.x does not accept PoW blocks after 18000 so you would most likely be on the wrong chain.
member
Activity: 119
Merit: 10
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?
newbie
Activity: 7
Merit: 0


Quote
makefile.unix:217: recipe for target 'obj/rpcrawtransaction.o' failed
make: *** [obj/rpcrawtransaction.o] Error 1

Did you use $ sudo apt-get install li

bboost-all-dev?
full member
Activity: 218
Merit: 100
https://deeponion.org
guys anybody have problem to instal wallet on linux ?

i pas this one
Quote
cd /wallets/MAG/src/leveldb
chmod +x build_detect_platform
cd ..
sudo make -f makefile.unix

and error this one

Quote
makefile.unix:217: recipe for target 'obj/rpcrawtransaction.o' failed
make: *** [obj/rpcrawtransaction.o] Error 1
newbie
Activity: 7
Merit: 0

Hoi, waarom is registratie disabled?

Maybe I should have said why registration is not enabled in the first post... I didn't have time to build that part of the website yet. But besides that everything is up and running
jr. member
Activity: 131
Merit: 2
hello
i already have masternode running and i need to add more
can you i use same VPS ans Same cold windows wallet ?
or must setup new ?


You will have to set up another one, or set a secondary IP. One daemon per 17177 port.

For everyone else: check-out my freshly registered company: http://MagnetMaster.nl

Offering 2.5% buy-ins into MasterNodes. No fee over buy-in, 90% profit pay-out.

Officially registered with the Dutch authorities (KvK) today, official registration number is coming soon. Also see my Linked-in link on the website (Facebook is empty of friends as I just started that on...).

Hoi, waarom is registratie disabled?
newbie
Activity: 7
Merit: 0
hello all!

I have a question for the devs ...

after reading the whitepaper it talks about a "Budget Vote". Can have a extended explanation about it? Actually, the reserved budget what is for? How will be expended? Who decides it?

Thanks in advance for the reply and the amazing work you are doing.
newbie
Activity: 10
Merit: 0
last two days i did't received any mag although i setup new MN and i received from yesterday till today 400 mag
both MN in same windows wallet

https://i.imgsafe.org/81/8110af38c6.png
https://imgur.com/a/oyCfg
newbie
Activity: 7
Merit: 0
hello
i already have masternode running and i need to add more
can you i use same VPS ans Same cold windows wallet ?
or must setup new ?


You will have to set up another one, or set a secondary IP. One daemon per 17177 port.

For everyone else: check-out my freshly registered company: http://MagnetMaster.nl

Offering 2.5% buy-ins into MasterNodes. No fee over buy-in, 90% profit pay-out.

Officially registered with the Dutch authorities (KvK) today, official registration number is coming soon. Also see my Linked-in link on the website (Facebook is empty of friends as I just started that on...).
newbie
Activity: 10
Merit: 0
hello
i already have masternode running and i need to add more
can you i use same VPS ans Same cold windows wallet ?
or must setup new ?
sr. member
Activity: 434
Merit: 250

can you share your settings? mine are in this link https://imgur.com/a/JuLok but I can't mine

It says dead on the status page

try this one:

Code:
stratum+tcp://magnetpool.io:3002
walletaddr
x




It worked! Thank you!

i have one 750ti card ,may i join to pool to mine ,is it late to mine this coin ?
Pages:
Jump to: