Author

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

member
Activity: 85
Merit: 10

Hm, what do you need? Let me know specs so that I can make a custom API call if you want?

A custom API (json?) that returns the current difficulty and the reward ?

My goal is to add XMG on my site  Smiley
full member
Activity: 155
Merit: 100
did you tried with this or was miner app this ? asking for just being sure
http://sourceforge.net/projects/coinmagi/files/m-miner/wolf-m7m-cpuminer-V2/
full member
Activity: 168
Merit: 100
Can someone share hashrates of the fx9590,8370 with wolf0's v2 miner


9590, 96.5 khs
8370, 92.1 khs

win 8.1 spexx/wolf0 v2 miner

 

full member
Activity: 155
Merit: 100
Can someone share hashrates of the fx9590,8370 with wolf0's v2 miner
legendary
Activity: 1190
Merit: 1009
Coin of the Magi!
Hi,

Who knows the formula to calculate the block reward ?

Ty

 Huh

I missed this too. This is the formula basically:

Code:
50. * pow( (5.55243*(exp(-0.3*rDiff/0.39*M7Mv2_move) - exp(-0.6*rDiff/0.39*M7Mv2_move)))*rDiff, 0.5)
    / (3.02849*exp(-M7Mv2_move / 0.14814) + 1.794*exp(-M7Mv2_move / 0.89044) + 0.74536)
    / (1 + exp(rDiff/(0.16/M7Mv2_move) - 2.2 / M7Mv2_move / (0.16/M7Mv2_move)))

M7Mv2_move is something to move the optimum hashrate (where gets maximum 50 XMG) forward over time. The most important is rDiff which is rather a simple taking of the difficulty, but depends on the history of difficulties. https://github.com/magi-project/magi/blob/master/src/main.cpp#L968 is the actual implementation; a demonstration how it looks is shown in https://bitcointalksearch.org/topic/m.9991269 (the blue curve).

Ty

Ok i can't calculate it myself Undecided

Hm, what do you need? Let me know specs so that I can make a custom API call if you want?
member
Activity: 85
Merit: 10
Hi,

Who knows the formula to calculate the block reward ?

Ty

 Huh

I missed this too. This is the formula basically:

Code:
50. * pow( (5.55243*(exp(-0.3*rDiff/0.39*M7Mv2_move) - exp(-0.6*rDiff/0.39*M7Mv2_move)))*rDiff, 0.5)
    / (3.02849*exp(-M7Mv2_move / 0.14814) + 1.794*exp(-M7Mv2_move / 0.89044) + 0.74536)
    / (1 + exp(rDiff/(0.16/M7Mv2_move) - 2.2 / M7Mv2_move / (0.16/M7Mv2_move)))

M7Mv2_move is something to move the optimum hashrate (where gets maximum 50 XMG) forward over time. The most important is rDiff which is rather a simple taking of the difficulty, but depends on the history of difficulties. https://github.com/magi-project/magi/blob/master/src/main.cpp#L968 is the actual implementation; a demonstration how it looks is shown in https://bitcointalksearch.org/topic/m.9991269 (the blue curve).

Ty

Ok i can't calculate it myself Undecided
legendary
Activity: 1190
Merit: 1009
Coin of the Magi!
Joe, I was asked on Twitter and I'm not sure what about this block:

Generated but not accepted means orphan blocks (he is solo mining). But why does it have a green tick? My orphan PoS blocks have a blue ? instead of a green tick. Or is there a difference between PoW and PoS?

http://prntscr.com/632oq2

What I can see from the image the green tick is transferred amount, not staked; while all those with question mark are PoS; that's weird, none of them accepted, is wallet the latest version?

Yes, he said he's solo mining and found this block.
You mean he's probably on the wrong fork? Last night, he updated from the 1.1.0.1 to v1.2.1.2

EDIT: The PoS blocks were generated with the old wallet, might be the reason they were not accepted.
EDIT2: Now the PoW block has been accepted. Not sure what happened, probably the new wallet wasn't fully synced. PoS works now, too. All fine.
Glad that works.
full member
Activity: 154
Merit: 100
Coin Magi 🙋🙋
full member
Activity: 196
Merit: 100
Joe, I was asked on Twitter and I'm not sure what about this block:

Generated but not accepted means orphan blocks (he is solo mining). But why does it have a green tick? My orphan PoS blocks have a blue ? instead of a green tick. Or is there a difference between PoW and PoS?

http://prntscr.com/632oq2

What I can see from the image the green tick is transferred amount, not staked; while all those with question mark are PoS; that's weird, none of them accepted, is wallet the latest version?

Yes, he said he's solo mining and found this block.
You mean he's probably on the wrong fork? Last night, he updated from the 1.1.0.1 to v1.2.1.2

EDIT: The PoS blocks were generated with the old wallet, might be the reason they were not accepted.
EDIT2: Now the PoW block has been accepted. Not sure what happened, probably the new wallet wasn't fully synced. PoS works now, too. All fine.
legendary
Activity: 1750
Merit: 1005
Just a heads up:

You can sell your personal stuff or buy other people's items and pay / get paid in XMG.

Cointopay marketplace

https://cointopay.com/M_MarketOverview.jsp

Select the item you wish to buy (no matter which currency appears), enter your details and select Magi as payment option.
Or simply create your own offer and sell items you want to get rid of.

Cryptopia marketplace

https://www.cryptopia.co.nz/MarketPlace?categoryId=0¤cyId=30&locationId=0&sortBy=Title&searchTerm=&type=All%20Items

Currently no items are offered. Be the first one who places any orders and sell your stuff for XMG.
Nice! Remember guys Magi already on second page www.socialcrypto.net
But think Magi needs on page one, So if you are not a member there join the Coinmagi-group!
legendary
Activity: 1190
Merit: 1009
Coin of the Magi!
Hi,

Who knows the formula to calculate the block reward ?

Ty

 Huh

I missed this too. This is the formula basically:

Code:
50. * pow( (5.55243*(exp(-0.3*rDiff/0.39*M7Mv2_move) - exp(-0.6*rDiff/0.39*M7Mv2_move)))*rDiff, 0.5)
    / (3.02849*exp(-M7Mv2_move / 0.14814) + 1.794*exp(-M7Mv2_move / 0.89044) + 0.74536)
    / (1 + exp(rDiff/(0.16/M7Mv2_move) - 2.2 / M7Mv2_move / (0.16/M7Mv2_move)))

M7Mv2_move is something to move the optimum hashrate (where gets maximum 50 XMG) forward over time. The most important is rDiff which is rather a simple taking of the difficulty, but depends on the history of difficulties. https://github.com/magi-project/magi/blob/master/src/main.cpp#L968 is the actual implementation; a demonstration how it looks is shown in https://bitcointalksearch.org/topic/m.9991269 (the blue curve).
legendary
Activity: 1190
Merit: 1009
Coin of the Magi!
Joe, I was asked on Twitter and I'm not sure what about this block:

Generated but not accepted means orphan blocks (he is solo mining). But why does it have a green tick? My orphan PoS blocks have a blue ? instead of a green tick. Or is there a difference between PoW and PoS?

http://prntscr.com/632oq2

What I can see from the image the green tick is transferred amount, not staked; while all those with question mark are PoS; that's weird, none of them accepted, is wallet the latest version?
full member
Activity: 196
Merit: 100
Joe, I was asked on Twitter and I'm not sure what about this block:

Generated but not accepted means orphan blocks (he is solo mining). But why does it have a green tick? My orphan PoS blocks have a blue ? instead of a green tick. Or is there a difference between PoW and PoS?

http://prntscr.com/632oq2
full member
Activity: 196
Merit: 100
Hi,

Who knows the formula to calculate the block reward ?

Ty

 Huh

Sorry, I missed your question. Please find the formula and more information in this file (end of first site, beginning of second site)
http://arxiv.org/abs/1409.7948 --> http://arxiv.org/pdf/1409.7948v1.pdf
legendary
Activity: 1190
Merit: 1009
Coin of the Magi!
Don't worry it's there! Wink
BTW Magi is working on online wallets!



Now on 6! Going up!  Grin


Im in too
Nice! More people in that group gives Magi the change to go up in the group list also!

Added to OP.
legendary
Activity: 1190
Merit: 1009
Coin of the Magi!
Every first wednesday of the month there is a bitcoin meeting in Amsterdam.
Magi was presented here also!

http://prntscr.com/61sojs

http://prntscr.com/61sobd

Great to see!

Again, nice done.
full member
Activity: 196
Merit: 100
Just a heads up:

You can sell your personal stuff or buy other people's items and pay / get paid in XMG.

Cointopay marketplace

https://cointopay.com/M_MarketOverview.jsp

Select the item you wish to buy (no matter which currency appears), enter your details and select Magi as payment option.
Or simply create your own offer and sell items you want to get rid of.

Cryptopia marketplace

https://www.cryptopia.co.nz/MarketPlace?categoryId=0¤cyId=30&locationId=0&sortBy=Title&searchTerm=&type=All%20Items

Currently no items are offered. Be the first one who places any orders and sell your stuff for XMG.
legendary
Activity: 1750
Merit: 1005
Just found this site, a nice overview of the exchanges XMG is listed

http://exchangewar.info/coinprice?XMG_BTC
Nice! Good to use! Smiley
legendary
Activity: 1568
Merit: 1000
Twitter @Acimirov
Vary usefull site Jawitech. Thank you!
full member
Activity: 196
Merit: 100
Just found this site, a nice overview of the exchanges XMG is listed

http://exchangewar.info/coinprice?XMG_BTC
Jump to: