Redrover
|
|
February 08, 2016, 09:09:19 PM |
|
Good news, more places to get the information out there!
|
|
|
|
Abiky
Legendary
Offline
Activity: 3374
Merit: 1405
www.Crypto.Games: Multiple coins, multiple games
|
|
February 08, 2016, 09:14:33 PM |
|
This is very good news for Magi. It might increase awareness of it and thus have a positive effect for mainstream use. Everyday Magi seems to be growing up. Keep it up! P.S. Sometimes I wish that XMG would be worth $0.01 by now.
|
|
|
|
111magic
Legendary
Offline
Activity: 1750
Merit: 1005
|
|
February 08, 2016, 09:19:28 PM Last edit: February 08, 2016, 09:43:42 PM by 111magic |
|
This is very good news for Magi. It might increase awareness of it and thus have a positive effect for mainstream use. Everyday Magi seems to be growing up. Keep it up! P.S. Sometimes I wish that XMG would be worth $0.01 by now. Thats right Abiky. Magi keeps on going. The value has been $0.01 some weeks ago. But at that moment BTC was also $400,- and at the moment BTC is going down and every alts feels that! But i have good faith in the future with Magi! ===================================== EDIT UPDATED SPANISH MAGI THREAD: https://bitcointalk.org/index.php?topic=1164424.msg13819252#msg13819252
|
bitcoin: bc1qyadvvyv29z08ln2ta7g3uqwzkscr7wq4p09wuz
|
|
|
Vin
Legendary
Offline
Activity: 1166
Merit: 1015
|
|
February 08, 2016, 09:42:43 PM |
|
and go on!! as always!!! everything that help XMG to spread his word, are great news without any doubt. and @Vin, welcome to this community, don't forget to use the irc channel too if you like it Thank you for the kind words. But irc, facebook, twitter etc. I don´t use. Being just a miner, holder, staker, believer and so on
|
|
|
|
NeedIfFindIt
|
|
February 09, 2016, 06:42:20 PM |
|
Nearly, if not all, miner tools get flagged as malicious, even from honest and established developers. Seems "big brother" don't like me. I requested unblacklisting few times, always including my e-mail in the request but never got feedback from them. The website has no software hosted (just source code). Unfortunately "safe browsing" became a multi-browser tool for censorship and spying in hand of one company - google. As creator of SweetSpot I can assure you that it is clean (the source code is pretty simple to understand, if you have the tools I can help you compile your own). I cannot guarantee about the miners that are needed since they were not compiled by me, but I'm using the Wolf miners on a machine where I keep few wallets and had no issues for now.
|
|
|
|
xpoolx
|
|
February 09, 2016, 09:50:54 PM |
|
Hi all We need a few more miners in www.xpoolx.com/magindex.php Please consider spreading some miners to make the magi network more stable Thank you all!
|
|
|
|
111magic
Legendary
Offline
Activity: 1750
Merit: 1005
|
|
February 10, 2016, 01:27:00 AM |
|
Hi all We need a few more miners in www.xpoolx.com/magindex.php Please consider spreading some miners to make the magi network more stable Thank you all! I will ask our awesome Magi community members to spread the hashrate by Twitter! Give it some time.
|
bitcoin: bc1qyadvvyv29z08ln2ta7g3uqwzkscr7wq4p09wuz
|
|
|
111magic
Legendary
Offline
Activity: 1750
Merit: 1005
|
|
February 10, 2016, 01:28:43 AM |
|
Nearly, if not all, miner tools get flagged as malicious, even from honest and established developers. Seems "big brother" don't like me. I requested unblacklisting few times, always including my e-mail in the request but never got feedback from them. The website has no software hosted (just source code). Unfortunately "safe browsing" became a multi-browser tool for censorship and spying in hand of one company - google. As creator of SweetSpot I can assure you that it is clean (the source code is pretty simple to understand, if you have the tools I can help you compile your own). I cannot guarantee about the miners that are needed since they were not compiled by me, but I'm using the Wolf miners on a machine where I keep few wallets and had no issues for now. I know amigo. Your sweet-spot is clean! Hope they will adjust it soon!
|
bitcoin: bc1qyadvvyv29z08ln2ta7g3uqwzkscr7wq4p09wuz
|
|
|
jakals
Member
Offline
Activity: 84
Merit: 10
|
|
February 10, 2016, 01:08:31 PM |
|
can i mine magi with a pi ? if yes how to do?
|
|
|
|
jkminkov
|
|
February 10, 2016, 02:51:47 PM |
|
not mentioned pool, empty but updated an synced, seems OK to me http://yiimp.ccminer.org/site/mining
|
.:31211457:. 100 dollars in one place talking - Dudes, hooray, Bitcoin against us just one, but we are growing in numbers!
|
|
|
NeedIfFindIt
|
|
February 10, 2016, 05:18:52 PM Last edit: February 12, 2016, 08:22:48 AM by NeedIfFindIt |
|
can i mine magi with a pi ? if yes how to do?
If you mean Raspberry Pi ... you will get at most 5kh/s (at max stable overclock) which means that you will either need BIG heatsink or small heatsink and fan. Assuming you are using Raspbian. you can try with this (I'm not 100% sure about the second line since I already had everything installed from another project): sudo su apt-get install build-essential m4 libssl-dev libdb++-dev libboost-all-dev libminiupnpc-dev git automake libcurl4-openssl-dev libgmp3-dev
git clone https://github.com/magi-project/m-cpuminer-v2 cd m-cpuminer-v2 ./autogen.sh && ./configure CFLAGS="-O3 -mfpu=neon" CXXFLAGS="-O3" && make
To start the miner: ./m-minerd -o stratum+tcp://pool_url:pool_port -u pool_user.worker -p password -t thread_numbers -e cpu_efficiency
|
|
|
|
111magic
Legendary
Offline
Activity: 1750
Merit: 1005
|
|
February 10, 2016, 05:48:21 PM |
|
|
bitcoin: bc1qyadvvyv29z08ln2ta7g3uqwzkscr7wq4p09wuz
|
|
|
xpoolx
|
|
February 10, 2016, 06:36:01 PM |
|
can i mine magi with a pi ? if yes how to do?
If you mean Raspberry Pi ... you will get at most 5MH/s (at max stable overclock) which means that you will either need BIG heatsink or small heatsink and fan. Assuming you are using Raspbian. you can try with this (I'm not 100% sure about the second line since I already had everything installed from another project): sudo su apt-get install build-essential m4 libssl-dev libdb++-dev libboost-all-dev libminiupnpc-dev git automake libcurl4-openssl-dev
git clone https://github.com/magi-project/m-cpuminer-v2 cd m-cpuminer-v2 ./autogen.sh && ./configure CFLAGS="-O3 -mfpu=neon" CXXFLAGS="-O3" && make
To start the miner: ./m-minerd -o stratum+tcp://pool_url:pool_port -u pool_user.worker -p password -t thread_numbers -e cpu_efficiency
5Mhs with a raspberry pi? Seriously? how?
|
|
|
|
NeedIfFindIt
|
|
February 10, 2016, 06:57:54 PM |
|
can i mine magi with a pi ? if yes how to do?
If you mean Raspberry Pi ... you will get at most 5MH/s (at max stable overclock) which means that you will either need BIG heatsink or small heatsink and fan. Assuming you are using Raspbian. you can try with this (I'm not 100% sure about the second line since I already had everything installed from another project): sudo su apt-get install build-essential m4 libssl-dev libdb++-dev libboost-all-dev libminiupnpc-dev git automake libcurl4-openssl-dev
git clone https://github.com/magi-project/m-cpuminer-v2 cd m-cpuminer-v2 ./autogen.sh && ./configure CFLAGS="-O3 -mfpu=neon" CXXFLAGS="-O3" && make
To start the miner: ./m-minerd -o stratum+tcp://pool_url:pool_port -u pool_user.worker -p password -t thread_numbers -e cpu_efficiency
5Mhs with a raspberry pi? Seriously? how? 5kh/s sorry
|
|
|
|
xinwao
|
|
February 10, 2016, 09:17:40 PM |
|
He amigo,
Magi had a meeting yesterday. Joe will work on a new wallet with more improvements. It will take time. (because of his new Job and moving to another place) In the mean time there will be a temporary new wallet what will be faster. Hope that one will not take much time for launching.
OK. Two questions: - when this new it will be delivered? - whether new wallet (doesn't matter temporary or not) will deliver all binaries compiled? [/quote] please answer my two questions [/quote] 1) Joe did not gave a delivery date yet. He told us hè will develop it but has not much free time because of new job and moving to another house/city. So we have to give him some time. 2) Think yes. For sure Joe noticed your request and hè will deliver those or respond on it. [/quote] Thanks for the info. But it is a little scary. One developer with no time.
|
|
|
|
joelao95 (OP)
Legendary
Offline
Activity: 1190
Merit: 1009
Coin of the Magi!
|
|
February 11, 2016, 03:36:27 AM |
|
He amigo,
Magi had a meeting yesterday. Joe will work on a new wallet with more improvements. It will take time. (because of his new Job and moving to another place) In the mean time there will be a temporary new wallet what will be faster. Hope that one will not take much time for launching.
OK. Two questions: - when this new it will be delivered? - whether new wallet (doesn't matter temporary or not) will deliver all binaries compiled? please answer my two questions [/quote] 1) Joe did not gave a delivery date yet. He told us hè will develop it but has not much free time because of new job and moving to another house/city. So we have to give him some time. 2) Think yes. For sure Joe noticed your request and hè will deliver those or respond on it. [/quote] Thanks for the info. But it is a little scary. One developer with no time. [/quote] Sorry for some uncertainties, seems like that this is the reality, rest assured trying to work out something.
|
|
|
|
tittiecoiner
Full Member
Offline
Activity: 224
Merit: 100
★YoBit.Net★ 350+ Coins Exchange & Dice
|
|
February 11, 2016, 04:38:54 AM |
|
Thanks for the info. But it is a little scary. One developer with no time.
I know how you feel but I don't agree. Sure, there are other coins with more developers, some got funds to work with. But if you check the history, there are only a few that are still alive. XMG has only one core developer who does all the coding stuff in his limited free time. That's not amazing for those, interested in quick results, but long-term holders who support the concept behind don't care about it.
|
|
|
|
111magic
Legendary
Offline
Activity: 1750
Merit: 1005
|
|
February 11, 2016, 04:51:52 AM |
|
Thanks for the info. But it is a little scary. One developer with no time.
I know how you feel but I don't agree. Sure, there are other coins with more developers, some got funds to work with. But if you check the history, there are only a few that are still alive. XMG has only one core developer who does all the coding stuff in his limited free time. That's not amazing for those, interested in quick results, but long-term holders who support the concept behind don't care about it. Thanks Joe & tittiecoiner for your posts. And very well said tittiecoiner, I agree with that for the full 100%.
|
bitcoin: bc1qyadvvyv29z08ln2ta7g3uqwzkscr7wq4p09wuz
|
|
|
111magic
Legendary
Offline
Activity: 1750
Merit: 1005
|
|
February 11, 2016, 09:53:58 PM |
|
Have some hart and blood circulation issues. I can't be online in the irc every evening. But no worries I will check the forums and I hope to recover soon.
|
bitcoin: bc1qyadvvyv29z08ln2ta7g3uqwzkscr7wq4p09wuz
|
|
|
Vin
Legendary
Offline
Activity: 1166
Merit: 1015
|
|
February 11, 2016, 11:06:17 PM |
|
Get well soon!
Vin
|
|
|
|
|