Pages:
Author

Topic: [ANN] [XMG] MAGI | CPU mining | mPoW | mPoS | [MagiPay] - page 97. (Read 2375603 times)

newbie
Activity: 36
Merit: 0
i don't even know how to set up solo mining lol

I've started using cpuminer-opt on my Windows computer, and I love it. It tells me when the stratum difficulty changes, when and why my shares are being rejected, and the hashrate of my 4 threads. I hate to sound like an advertisement, but if you're still using m-minerd, I'd recommend giving cpuminer-opt (or cpuminer-multi for 32-bit processors) a try.
Windoze only or a Linux version out there?  The features sound nice, but how is hashrate compared to m-minerd?

OK what wizardry is this!!

been using "m-minerd" on my 4 rpi's and my desktop since the split on the test wallet and block chain.

Not a single solo block mined in that time! (not a single block ever in solo i might add but only solo'd for a few days!)

Now in the past 2 hours I've already found 3 blocks on my desktop running at 52khs

That's me with an extra 3.6XMG in my test wallet.

it's just a pity it doesn't compile in ARM based cpus Sad
member
Activity: 133
Merit: 15
I've started using cpuminer-opt on my Windows computer, and I love it. It tells me when the stratum difficulty changes, when and why my shares are being rejected, and the hashrate of my 4 threads. I hate to sound like an advertisement, but if you're still using m-minerd, I'd recommend giving cpuminer-opt (or cpuminer-multi for 32-bit processors) a try.
Windoze only or a Linux version out there?  The features sound nice, but how is hashrate compared to m-minerd?

OK what wizardry is this!!

been using "m-minerd" on my 4 rpi's and my desktop since the split on the test wallet and block chain.

Not a single solo block mined in that time! (not a single block ever in solo i might add but only solo'd for a few days!)

Now in the past 2 hours I've already found 3 blocks on my desktop running at 52khs

That's me with an extra 3.6XMG in my test wallet.

it's just a pity it doesn't compile in ARM based cpus Sad
member
Activity: 133
Merit: 15
any one know why i cant solo mine? i got it working on my windows machine  but my linux desk top it well not work no matter what setting i use i got the firewall set fot port 3232  got it port forwards and all i get is
[steve@Dell-Server cpuminer]$ ./minerd --url http://127.0.0.1:8232 --user myusername --pass mypass
[2018-05-11 19:50:59] Binding thread 0 to cpu 0
[2018-05-11 19:50:59] Binding thread 2 to cpu 2
[2018-05-11 19:50:59] Binding thread 3 to cpu 3
[2018-05-11 19:50:59] Binding thread 4 to cpu 4
[2018-05-11 19:50:59] Binding thread 5 to cpu 5
[2018-05-11 19:50:59] Binding thread 8 to cpu 8
[2018-05-11 19:50:59] 16 miner threads started, using 'm7mhash' algorithm.
[2018-05-11 19:50:59] Binding thread 1 to cpu 1
[2018-05-11 19:50:59] Binding thread 10 to cpu 10
[2018-05-11 19:50:59] Binding thread 11 to cpu 11
[2018-05-11 19:50:59] Binding thread 12 to cpu 12
[2018-05-11 19:50:59] Binding thread 6 to cpu 6
[2018-05-11 19:50:59] Binding thread 7 to cpu 7
[2018-05-11 19:50:59] Binding thread 9 to cpu 9
[2018-05-11 19:50:59] Binding thread 14 to cpu 14
[2018-05-11 19:50:59] Binding thread 15 to cpu 15
[2018-05-11 19:50:59] Binding thread 13 to cpu 13
not sure what else i am doing wroung  got my wallet sync and running and this is all i get
 oh heres my conf and i an running linux manjaro 17.05
You must set rpcuser and rpcpassword to secure the JSON-RPC api
rpcuser=myusername
rpcpassword=mypass
# Listen for RPC connections on this TCP port:
rpcport=8232
# server=1 to accept JSON-RPC commands
server=1
# listen=1 to accept connections from outside
listen=1
# RPC connection from localhost allowed
rpcallowip=127.0.0.1
# Add nodes to connect to specific peers
addnode=104.128.225.215
addnode=45.35.251.73
# posii=1 to enable PoS staking; default = 0
posii=1
staking=1
# Transaction under stake with a value greater than the threshold is being splitted
stakesplitthreshold=259
# Transactions with values less than the threshold will combine into one
stakecombinethreshold=100



I think minerd has a debug option Try running :

    ./minerd -D --url http://127.0.0.1:8232 --user myusername --pass mypass

the -D should put out more info to see if their is an issue
newbie
Activity: 21
Merit: 0
any one know why i cant solo mine? i got it working on my windows machine  but my linux desk top it well not work no matter what setting i use i got the firewall set fot port 3232  got it port forwards and all i get is
[steve@Dell-Server cpuminer]$ ./minerd --url http://127.0.0.1:8232 --user myusername --pass mypass
[2018-05-11 19:50:59] Binding thread 0 to cpu 0
[2018-05-11 19:50:59] Binding thread 2 to cpu 2
[2018-05-11 19:50:59] Binding thread 3 to cpu 3
[2018-05-11 19:50:59] Binding thread 4 to cpu 4
[2018-05-11 19:50:59] Binding thread 5 to cpu 5
[2018-05-11 19:50:59] Binding thread 8 to cpu 8
[2018-05-11 19:50:59] 16 miner threads started, using 'm7mhash' algorithm.
[2018-05-11 19:50:59] Binding thread 1 to cpu 1
[2018-05-11 19:50:59] Binding thread 10 to cpu 10
[2018-05-11 19:50:59] Binding thread 11 to cpu 11
[2018-05-11 19:50:59] Binding thread 12 to cpu 12
[2018-05-11 19:50:59] Binding thread 6 to cpu 6
[2018-05-11 19:50:59] Binding thread 7 to cpu 7
[2018-05-11 19:50:59] Binding thread 9 to cpu 9
[2018-05-11 19:50:59] Binding thread 14 to cpu 14
[2018-05-11 19:50:59] Binding thread 15 to cpu 15
[2018-05-11 19:50:59] Binding thread 13 to cpu 13
not sure what else i am doing wroung  got my wallet sync and running and this is all i get
 oh heres my conf and i an running linux manjaro 17.05
You must set rpcuser and rpcpassword to secure the JSON-RPC api
rpcuser=myusername
rpcpassword=mypass
# Listen for RPC connections on this TCP port:
rpcport=8232
# server=1 to accept JSON-RPC commands
server=1
# listen=1 to accept connections from outside
listen=1
# RPC connection from localhost allowed
rpcallowip=127.0.0.1
# Add nodes to connect to specific peers
addnode=104.128.225.215
addnode=45.35.251.73
# posii=1 to enable PoS staking; default = 0
posii=1
staking=1
# Transaction under stake with a value greater than the threshold is being splitted
stakesplitthreshold=259
# Transactions with values less than the threshold will combine into one
stakecombinethreshold=100


full member
Activity: 239
Merit: 100
Ack, just found out that cpuminer-multi doesn't work with Magi. cpuminer-opt specifically added m7m to it's list after the fact.

...shit.

huu??
https://github.com/tpruvot/cpuminer-multi/tree/m7m
member
Activity: 98
Merit: 11
Ack, just found out that cpuminer-multi doesn't work with Magi. cpuminer-opt specifically added m7m to it's list after the fact.

...shit.
newbie
Activity: 41
Merit: 0
Downloaded and compiled for Linux.  m-minerd was reporting ~46 kh/s and the pool was reporting ~52.  CPUMiner-opt is reporting ~53 kh/s and the pool reports ~62.  I'll let it run a while and see if it stays like that.
newbie
Activity: 36
Merit: 0
yes, it's running on my windows server and it's a normal bat file config.

I've been using it for a while now Smiley

http://i68.tinypic.com/2wn72ud.png

I've started using cpuminer-opt on my Windows computer, and I love it. It tells me when the stratum difficulty changes, when and why my shares are being rejected, and the hashrate of my 4 threads. I hate to sound like an advertisement, but if you're still using m-minerd, I'd recommend giving cpuminer-opt (or cpuminer-multi for 32-bit processors) a try.

Are you running it on Windows?   Did you have to make you own .bat flie to get it to run?
member
Activity: 98
Merit: 11
Are you running it on Windows?   Did you have to make you own .bat flie to get it to run?

I didn't have to. I just used the following on my linux box:
cpuminer --algo=m7m --url=stratum+tcp://xmg.minerclaim.net:3333 --userpass=jonathin-r.user:pass

And this on my Windows machine:
cpuminer-avx2.exe --algo=m7m --url=stratum+tcp://xmg.minerclaim.net:3333 --userpass=jonathin-r.user:pass
member
Activity: 98
Merit: 11
I've started using cpuminer-opt on my Windows computer, and I love it. It tells me when the stratum difficulty changes, when and why my shares are being rejected, and the hashrate of my 4 threads. I hate to sound like an advertisement, but if you're still using m-minerd, I'd recommend giving cpuminer-opt (or cpuminer-multi for 32-bit processors) a try.
Windoze only or a Linux version out there?  The features sound nice, but how is hashrate compared to m-minerd?

I compiled a Linux binary on my Amazon EC2 box, and from what I can tell, the hashrate is much better. I used to get 8-12 Kh/s, but now I'm getting about 14-18 Kh/s. I'm trying to get a binary that works with all my VPS boxes, but keep getting caught up on some cURL SSL3 issues.
newbie
Activity: 118
Merit: 0
I've been using it for a while now Smiley

http://i68.tinypic.com/2wn72ud.png

I've started using cpuminer-opt on my Windows computer, and I love it. It tells me when the stratum difficulty changes, when and why my shares are being rejected, and the hashrate of my 4 threads. I hate to sound like an advertisement, but if you're still using m-minerd, I'd recommend giving cpuminer-opt (or cpuminer-multi for 32-bit processors) a try.

Are you running it on Windows?   Did you have to make you own .bat flie to get it to run?
newbie
Activity: 36
Merit: 0
I've been using it for a while now Smiley

http://i68.tinypic.com/2wn72ud.png

I've started using cpuminer-opt on my Windows computer, and I love it. It tells me when the stratum difficulty changes, when and why my shares are being rejected, and the hashrate of my 4 threads. I hate to sound like an advertisement, but if you're still using m-minerd, I'd recommend giving cpuminer-opt (or cpuminer-multi for 32-bit processors) a try.
newbie
Activity: 41
Merit: 0
I've started using cpuminer-opt on my Windows computer, and I love it. It tells me when the stratum difficulty changes, when and why my shares are being rejected, and the hashrate of my 4 threads. I hate to sound like an advertisement, but if you're still using m-minerd, I'd recommend giving cpuminer-opt (or cpuminer-multi for 32-bit processors) a try.
Windoze only or a Linux version out there?  The features sound nice, but how is hashrate compared to m-minerd?
newbie
Activity: 21
Merit: 0
well i just did thats and lost most of my coins i had 215.06035522 XMG  now i only have 49.84823902 XMG most of wich i paid for at the exchane. thanks

do repair wallet procedure
thanks thats worked i got my coins back
member
Activity: 98
Merit: 11
I've started using cpuminer-opt on my Windows computer, and I love it. It tells me when the stratum difficulty changes, when and why my shares are being rejected, and the hashrate of my 4 threads. I hate to sound like an advertisement, but if you're still using m-minerd, I'd recommend giving cpuminer-opt (or cpuminer-multi for 32-bit processors) a try.
newbie
Activity: 168
Merit: 0
well i just did thats and lost most of my coins i had 215.06035522 XMG  now i only have 49.84823902 XMG most of wich i paid for at the exchane. thanks

do repair wallet procedure
newbie
Activity: 168
Merit: 0
I've updated a windows version here if one wants to test the testnet: https://m-core.org/bin/m-wallet-1.4.6.3-test/m-wallet-1.4.6.3-test.zip

We'll make out a fix to the issue by a new version soon (about weekend I expect).


All beta testers, please update your wallets to 1.4.6.3 and point your miners to it to find atleast one POW block in testnet to reduce difficulty.


Just to clarify. OK to mine to tet wallet even though its says not to in the wallet itself?

It is only for test. It is not real XMG will be mined.
sr. member
Activity: 770
Merit: 264
my wallet not syncing
which wallet is official?
pool is making paying out
but to which chain?
which chain is primary?

https://poolinfo.systms.org/ primary

should i update my wallet? or just wait out the fork?


replace chain with this and resync:

well i just did thats and lost most of my coins i had 215.06035522 XMG  now i only have 49.84823902 XMG most of wich i paid for at the exchane. thanks

The dev is working on testnet trying to come up with a solution. A new wallet binary won't be released until that is completed and the last I heard was the dev said he was hoping for maybe sometime this weekend but you can't hold him to that it may take longer.

Just my opinion but I would recommend sitting tight until the new binary is released with a much needed fix/update....
newbie
Activity: 43
Merit: 0
I really hope that this coin can grow rapidly, because I see that this coin is very promising for a long time, after the coin is widely known to the public.
newbie
Activity: 21
Merit: 0
well i just did thats and lost most of my coins i had 215.06035522 XMG  now i only have 49.84823902 XMG most of wich i paid for at the exchane. thanks
Pages:
Jump to: