Author

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

newbie
Activity: 78
Merit: 0
ATM:

XMG - LTC
==============
Highest Ask in Cryptopia is 0.00888159 at the moment!
Lowest Bid is at 0.0062004
Last Price on 0.01
xms
full member
Activity: 223
Merit: 100
Hello everyone!

I was syncing my wallet when suddenly my computer crashed and I had to force restart. Now when I try to open the wallet I get a message saying 'error loading block database'. I think it got corrupted or something.  Undecided

Is there anyway to recover the block database? I was at 80%, it took days to reach there.

Thanks.
are you using the new wallet released yesterday?

for savety delete everything but NOT wallet.dat (backup),
download the chain (1,2gb), copy and paste and start again

gr xms

Thank you, xms!


Merry Christmas and Happy New Year!

remember NOT delete wallet.dat and back it up somewhere safe, (usb stick)!

Merry Christmas and Happy New Year all!
member
Activity: 137
Merit: 10
xpoolx.com appears to be down?

for me also, but only the website. stratum servers are still available...
newbie
Activity: 5
Merit: 0
Hello everyone!

I was syncing my wallet when suddenly my computer crashed and I had to force restart. Now when I try to open the wallet I get a message saying 'error loading block database'. I think it got corrupted or something.  Undecided

Is there anyway to recover the block database? I was at 80%, it took days to reach there.

Thanks.
are you using the new wallet released yesterday?

for savety delete everything but NOT wallet.dat (backup),
download the chain (1,2gb), copy and paste and start again

gr xms

Thank you, xms!

Merry Christmas and Happy New Year!
newbie
Activity: 5
Merit: 0
xpoolx.com appears to be down?
full member
Activity: 284
Merit: 100
there is a typo in the first post: v1.4.3 - (08/24/2018)

no problem for now but soon it might get confusing for people as the date will approach slow Wink
change 2018 to 2017 Smiley
newbie
Activity: 18
Merit: 0
I have also updated the wallet, it shows the current amount of XMG correctly, but the price in $ is 0, whereas the previous wallet showed the $ price as well. Is this a bug?

i found same issue. but if you double click on the usd/xmg price it will update.

Nice catch, thank you.
xms
full member
Activity: 223
Merit: 100
Hello everyone!

I was syncing my wallet when suddenly my computer crashed and I had to force restart. Now when I try to open the wallet I get a message saying 'error loading block database'. I think it got corrupted or something.  Undecided

Is there anyway to recover the block database? I was at 80%, it took days to reach there.

Thanks.
are you using the new wallet released yesterday?

for savety delete everything but NOT wallet.dat (backup),
download the chain (1,2gb), copy and paste and start again

gr xms
newbie
Activity: 5
Merit: 0
Hello everyone!

I was syncing my wallet when suddenly my computer crashed and I had to force restart. Now when I try to open the wallet I get a message saying 'error loading block database'. I think it got corrupted or something.  Undecided

Is there anyway to recover the block database? I was at 80%, it took days to reach there.

Thanks.
are you using the new wallet released yesterday?

Yes.
member
Activity: 150
Merit: 11
Hello everyone!

I was syncing my wallet when suddenly my computer crashed and I had to force restart. Now when I try to open the wallet I get a message saying 'error loading block database'. I think it got corrupted or something.  Undecided

Is there anyway to recover the block database? I was at 80%, it took days to reach there.

Thanks.
are you using the new wallet released yesterday?
newbie
Activity: 5
Merit: 0
Hello everyone!

I was syncing my wallet when suddenly my computer crashed and I had to force restart. Now when I try to open the wallet I get a message saying 'error loading block database'. I think it got corrupted or something.  Undecided

Is there anyway to recover the block database? I was at 80%, it took days to reach there.

Thanks.
legendary
Activity: 1022
Merit: 1010
Price moving back up. Above 10000 currently on Bittrex off it's low.  Grin

Cheers to the Dev Team and Happy New Years!

Strato
newbie
Activity: 9
Merit: 0
I would research the device more, i couldnt find to much information on it, but from what ive read the m7m algo goes off the cache in the processor and mining actually uses very little memory hence why its possible on pi's, i doubt its impossible to get one to mine xmg but you would probably have to write your own miner or heavily modify one of the current ones to run on the xtensia 32bit processor and would expect 0.5h's, and it depends which version the esp32 uses, when looking on the xtensia chip each one is customised to the manufacturers specifications. It's all open source so you can see all the code at https://github.com/magi-project/magi. I think the xtensia chip could actually be quite use full to mine xmg and aeon when looking on the custom order section for the chips, but for someone who is prepared to custom order 100+ chips and build their own usb or asic type miner.

ESP's are very well known by the makers community. There are used for a lot of DIY projects about home-automation, IoT,... They are very cheap and available. Espressif provide a C SDK, and it is supported by many frameworks like Arduino and MicroPython.

I know this project would need a lot of work to port/implement M7M on the device, but I find it interesting (even if it would not be very powerful).
I'll have a look at the code, but I would be interested in any documentation that would help anyone to implement the algo, so that I can see if I have the time/knowledge to try to do it by myself Wink
member
Activity: 150
Merit: 11
Hi,

Yesterday, I read this article : http://everythingesp.com/bitcoin-mining-with-esp8266/. It's about a guy who created a Proof of Concept of a bitcoin miner on an ESP8266 µC. As the ESP8266 is not powerful compared to normal CPU, the hashrate is very low, and this project should be totally useless.

But I was wondering : as Magi targets more energy efficiency, and is already running of SBC (RaspberryPi,...), would it be possible/useful to mine XMG on ESP8266 (single core, 80Mhz, 96KB RAM) or ESP32 (dualcore 240Mhz, 520KB RAM)? These CPU embed Wifi and consome far less energy than SBCs and desktop compuers.
What are the ressources requirements for the M7M hash algorithm? I think RAM would be the bottleneck.
Could you point me to some docs about the algo?

Thanks
I would research the device more, i couldnt find to much information on it, but from what ive read the m7m algo goes off the cache in the processor and mining actually uses very little memory hence why its possible on pi's, i doubt its impossible to get one to mine xmg but you would probably have to write your own miner or heavily modify one of the current ones to run on the xtensia 32bit processor and would expect 0.5h's, and it depends which version the esp32 uses, when looking on the xtensia chip each one is customised to the manufacturers specifications. It's all open source so you can see all the code at https://github.com/magi-project/magi. I think the xtensia chip could actually be quite use full to mine xmg and aeon when looking on the custom order section for the chips, but for someone who is prepared to custom order 100+ chips and build their own usb or asic type miner.
xms
full member
Activity: 223
Merit: 100
magi coin need update his social channel
on coinmarketcap.com
need to add reddit talk
and on twitter
insted of @CoinMagi (that is not active) update to @Coin_Magi_XMG

that way more buzz and people will trust the coin

I suggest other people fill out CM's form too in order to update relevant info. I tried informing them about updating logo, adding novaexchange, obviously ignored. To clarify, @CoinMagi is mainly for announcement, and @Coin_Magi_XMG for multiple info; I agree the social channel on CM should be switched.

hello joelao95,

the wallet shows only fiat in dollars,
is there a posibilty to change this to euro

gr xms
newbie
Activity: 154
Merit: 0
I have also updated the wallet, it shows the current amount of XMG correctly, but the price in $ is 0, whereas the previous wallet showed the $ price as well. Is this a bug?

i found same issue. but if you double click on the usd/xmg price it will update.
newbie
Activity: 18
Merit: 0
I have also updated the wallet, it shows the current amount of XMG correctly, but the price in $ is 0, whereas the previous wallet showed the $ price as well. Is this a bug?
newbie
Activity: 9
Merit: 0
Hi,

Yesterday, I read this article : http://everythingesp.com/bitcoin-mining-with-esp8266/. It's about a guy who created a Proof of Concept of a bitcoin miner on an ESP8266 µC. As the ESP8266 is not powerful compared to normal CPU, the hashrate is very low, and this project should be totally useless.

But I was wondering : as Magi targets more energy efficiency, and is already running of SBC (RaspberryPi,...), would it be possible/useful to mine XMG on ESP8266 (single core, 80Mhz, 96KB RAM) or ESP32 (dualcore 240Mhz, 520KB RAM)? These CPU embed Wifi and consome far less energy than SBCs and desktop compuers.
What are the ressources requirements for the M7M hash algorithm? I think RAM would be the bottleneck.
Could you point me to some docs about the algo?

Thanks
newbie
Activity: 71
Merit: 0
Downloaded the new wallet, will move my coins over after a couple days as its risky now with the fork.
Then i can stake, but can you solo mine directly from wallet with console commands? Hoping for some low hashrate the first days until pool is up so maybe i get lucky Smiley
I tried the solo mining but not working either.
full member
Activity: 462
Merit: 118
Downloaded the new wallet, will move my coins over after a couple days as its risky now with the fork.
Then i can stake, but can you solo mine directly from wallet with console commands? Hoping for some low hashrate the first days until pool is up so maybe i get lucky Smiley
Jump to: