Bitcoin Forum
July 10, 2024, 11:37:14 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 [24] 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 ... 109 »
461  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XMG] Coin Magi | CPU mining | PoS-II | PoM | Unique BLK reward | [MagiPay] on: December 05, 2015, 03:20:19 PM
Nice words Abiky, thanks.
Joe to save time, if we know the things that needed to fix/change in the wallet to get it work faster there are others who can help you with the improvements.
(Like Wolf) Also would like to see a button: start/stop mining in the wallet. Very easy for newbies to mine Magi.
Welcome back Joe!
I agree with that, and will talk to people, or any ones who are interested to the development, we can communicate to each other. We had feldenthorne and lightsplasher contributions to the current source repo; people interested to improvements are always welcome.

Mining in the wallet is inefficient but I'd think about it.


Mining in the wallet is just fine, you've just got to fix the code.

It will work but it may be less meaningful at the final people will realize. The wallet mining would be less efficient primarily because of cpu consumption by wallet and solo mining:

1) With the present network hash, solo mining would be unlikely, unless we enable pool mining by merging m-cpuminer-qt which is quite feasible.

2) Wallet takes up percentages of cpu, particularly PoS mining enabled as well; the hash of PoS or some things else I'd like to look at to make PoS efficient, however, staking more or less takes more cpu% than no staking.

I think a lightweight wallet with mining is better.

If you do it properly, you shouldn't see any difference between in-wallet mining and a standalone miner with the wallet running. It should simply make communication simpler.

EDIT: Further explanation, in case you need it: Most OS schedulers, including the Windows scheduler, schedule threads for execution - they don't really care what process they belong to, the priority matters a lot more. So, obviously you're going to spawn new miner threads inside the wallet process to mine. Assuming the miner code is the same, there's really little to no difference - except that passing info back to the wallet can be done with a pointer - dropping the overhead of JSON-RPC.

Talking about PoS taking up CPU time is irrelevant because the person would be mining and staking on the same system regardless - whether the wallet is in the miner or not, if there's a performance hit, it's going to happen. But I doubt there will be with staking - especially if the hashing code is done correctly.

The mining is actually working already by issuing setgenerate true, solo mining. I'd like get pool mining enabled as well. If you are saying little / no difference in performance, I doubt it. PoS mining is hashing with SHA256 which does affect.
462  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XMG] Coin Magi | CPU mining | PoS-II | PoM | Unique BLK reward | [MagiPay] on: December 05, 2015, 04:00:59 AM
1) With the present network hash, solo mining would be unlikely, unless we enable pool mining by merging m-cpuminer-qt which is quite feasible.

why solo mining would be unlikely?

I guess this statement is bit harsh; the situation will be the higher the network hash, the more time solo mining finding a block.
463  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XMG] Coin Magi | CPU mining | PoS-II | PoM | Unique BLK reward | [MagiPay] on: December 05, 2015, 03:53:12 AM
how much can be price for XMG in 2017-2020  Huh

This is rather speculative, even btc, but any one believed btc will hit $350 when it was $240; and it will continue rising?  Tongue
464  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XMG] Coin Magi | CPU mining | PoS-II | PoM | Unique BLK reward | [MagiPay] on: December 05, 2015, 03:47:21 AM
Nice words Abiky, thanks.
Joe to save time, if we know the things that needed to fix/change in the wallet to get it work faster there are others who can help you with the improvements.
(Like Wolf) Also would like to see a button: start/stop mining in the wallet. Very easy for newbies to mine Magi.
Welcome back Joe!
I agree with that, and will talk to people, or any ones who are interested to the development, we can communicate to each other. We had feldenthorne and lightsplasher contributions to the current source repo; people interested to improvements are always welcome.

Mining in the wallet is inefficient but I'd think about it.


Mining in the wallet is just fine, you've just got to fix the code.

It will work but it may be less meaningful at the final people will realize. The wallet mining would be less efficient primarily because of cpu consumption by wallet and solo mining:

1) With the present network hash, solo mining would be unlikely, unless we enable pool mining by merging m-cpuminer-qt which is quite feasible.

2) Wallet takes up percentages of cpu, particularly PoS mining enabled as well; the hash of PoS or some things else I'd like to look at to make PoS efficient, however, staking more or less takes more cpu% than no staking.

I think a lightweight wallet with mining is better.
465  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XMG] Coin Magi | CPU mining | PoS-II | PoM | Unique BLK reward | [MagiPay] on: December 04, 2015, 08:58:20 PM
Can somebody do a check-up on the Magi-wallet and find out what is the reason the wallet takes some time to start.
Would be good if Magi speed up the wallet.
Thanks in advance.

fast start is missing

Fast start (QT opens in seconds as compared to mins),

its basical a "improvement" that at startup just check less of blockindex and this way fullfill that part of startup much faster

its no improvement just less startup checks

I didn't hit this thought, this is a quick solution. Thanks.
466  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XMG] Coin Magi | CPU mining | PoS-II | PoM | Unique BLK reward | [MagiPay] on: December 04, 2015, 06:16:17 PM
Nice words Abiky, thanks.
Joe to save time, if we know the things that needed to fix/change in the wallet to get it work faster there are others who can help you with the improvements.
(Like Wolf) Also would like to see a button: start/stop mining in the wallet. Very easy for newbies to mine Magi.
Welcome back Joe!
I agree with that, and will talk to people, or any ones who are interested to the development, we can communicate to each other. We had feldenthorne and lightsplasher contributions to the current source repo; people interested to improvements are always welcome.

Mining in the wallet is inefficient but I'd think about it.

The speed of wallet startup and chain syncing should be faster, that is the number one priority. But, I still think it would be a great idea if one or all of these features would be added into the new and improved wallet (optional):  Grin
 
1. New and Improved UI.
2. Built in market price info and exchanges.
3. Built in chat/messaging
4. Mining button or tab to configure CPU mining right from the wallet.

What kind of UI you like? I'll look into the speeding at the first place. These features are nice; I'd think about a basic wallet as well as another wallet with rich features as mentioned. 
467  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XMG] Coin Magi | CPU mining | PoS-II | PoM | Unique BLK reward | [MagiPay] on: December 04, 2015, 05:49:51 PM
I'm back!

We talked about the wallet for million times, and it's in the to-do list!

Great. Because I will continue to buy more Magi and hold them for new and exciting things that are yet to come. I hope that next year would be a very bright one for Coin Magi.  Cheesy

Thanks for support. I envision my commitment throughout 2016; let's see what we can come up with.
468  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XMG] Coin Magi | CPU mining | PoS-II | PoM | Unique BLK reward | [MagiPay] on: December 04, 2015, 05:01:32 PM
I'm back!

We talked about the wallet for million times, and it's in the to-do list!
469  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XMG] Coin Magi | CPU mining | PoS-II | PoM | Unique BLK reward | [MagiPay] on: December 03, 2015, 02:48:19 PM
Joe is you notice this message here pls restart m-bob in the irc again!
He is offline at the moment.

Sorry for delay, restarted it now, on the way of back.
470  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XMG] Coin Magi | CPU mining | PoS-II | PoM | Unique BLK reward | [MagiPay] on: November 28, 2015, 12:00:02 AM
It seems that I am fianlly able to get over my personal stuffs, and to get the magi stuffs on the track in the following periods (estimate to be weeks or maybe months). It was tough and this happened back to February of this year. I won't be too honest to talk about what happened, but you know that is something like a life change. I still have to finalize my stuffs and then a concrete plan about magi.

A rough plan, 1) the first thing I believe to look at that is very urgent is the PoW mining we talked; I might be able to look into the things in the middle of Dec. or during the Christmas: basically summarize the PoW / PoS discussion, a plan as to what I am going to do, and pushing actual works out (in Jan. or most likely Feb.). The progress will depend on my timing in real job. I am not saying I do have the solutions as to what happened, but I do have energies to push out solutions, and believe the coin deserves such efforts; 2) I like and would like to push the magi-pi project; 3) We have to push XMG towards sort of business and make it appear to be a role that it should be. I am not guaranteeing what I will be done; I felt this is the turning point of my own situation and thus the above updates.

Thanks to all for your patience and efforts by far.


Glad you are back Joe and ready to push Magi forward to new heights. It is nice to see new stuff happen in the Magi community. It is always active and very friendly. A Coin Magi wallet for the Raspberry Pi would be something great to have. Happy Thanksgiving by the way!  Cheesy

An RPi XMG wallet? There's a TON of work that needs to be done on the XMG wallet before that even begins to make sense. It's based on older coin code, and it SERIOUSLY shows it in that it maxes out a core for quite a while on startup, and uses quite a bit of memory by itself. I'm fairly sure that if you tried to load magid on a Pi or a Pi2, it would get OOM killed unless you had swap space to supplement the small RAM capacity - and even then, you'd have to wait a week for it to finish starting up.

This is quite right. I have a desire to adapt the latest bitcoin code to XMG, which, however, is with the lower priority at this moment than what's needs to make changes as to the coin specifications.

Abiky, 111magic, kondiomir, thanks for the compliment, Happy holidays.
471  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XMG] Coin Magi | CPU mining | PoS-II | PoM | Unique BLK reward | [MagiPay] on: November 27, 2015, 05:26:13 PM
@joelao95 thanks for your hard work man, there is lot of people waiting for all those changes that im pretty sure that it will grow up the price of XMG yes or yes.

Thanks. It seems 80% sure that I will get on the stuffs, once I finalized everything I will get my hand rolling. There are a lot backlog to work out.
472  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XMG] Coin Magi | CPU mining | PoS-II | PoM | Unique BLK reward | [MagiPay] on: November 26, 2015, 09:50:57 PM
It seems that I am fianlly able to get over my personal stuffs, and to get the magi stuffs on the track in the following periods (estimate to be weeks or maybe months). It was tough and this happened back to February of this year. I won't be too honest to talk about what happened, but you know that is something like a life change. I still have to finalize my stuffs and then a concrete plan about magi.

A rough plan, 1) the first thing I believe to look at that is very urgent is the PoW mining we talked; I might be able to look into the things in the middle of Dec. or during the Christmas: basically summarize the PoW / PoS discussion, a plan as to what I am going to do, and pushing actual works out (in Jan. or most likely Feb.). The progress will depend on my timing in real job. I am not saying I do have the solutions as to what happened, but I do have energies to push out solutions, and believe the coin deserves such efforts; 2) I like and would like to push the magi-pi project; 3) We have to push XMG towards sort of business and make it appear to be a role that it should be. I am not guaranteeing what I will be done; I felt this is the turning point of my own situation and thus the above updates.

Thanks to all for your patience and efforts by far.
473  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XMG] Coin Magi | CPU mining | PoS-II | PoM | Unique BLK reward | [MagiPay] on: November 16, 2015, 10:25:53 PM

Yes, don't worry, I'm still here, I'm not already dead. This was horrible what happened, I thank you to show compassion for the victims Cry...

Happy to see you are ok Erkallys.

Magi community would like to thank Bauerj.
He did an awesome job! Grin
Well done and Magi is very happy to have you in our awesome community!
Respect!

Thanks Bauerj, loved this app.
474  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XMG] Coin Magi | CPU mining | PoS-II | PoM | Unique BLK reward | [MagiPay] on: November 14, 2015, 05:07:02 AM
I agree with that Joe. See you back here this weekend!
I'm stuck at airport, back tomorrow.
475  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XMG] Coin Magi | CPU mining | PoS-II | PoM | Unique BLK reward | [MagiPay] on: November 09, 2015, 11:15:13 PM
Awesome detailed post joelao95, thanks for taking the time to explain some of the issues we face and how changing one thing could affect other things.  I especially love the idea of a super miner running on solar - that would be a massive game changer for the industry, heck, even a mini miner on solar would be big!

After reading all of this information, I wonder if goldlabel's point below would actually be the ideal solution?  So much to consider, will have to think on this some more.


just a idea, cant the block reward react quicker, so the big miners dont have the change to get alot of coins in a sort time? Huh
I agree, that would be an easy way to limit big miners capacity really quickly, and (hopefully) make it difficult for them to find a workaround - so long as its technically feasible to tweak the algorithm in that way.
I don't know if this is possible. Have to wait for an answer from our dev!

@all, this is the point #2) and #3) in my post, too lengthy to get the idea.  Tongue

I am (super) busy, can't read carefully those posts before mine, and some others. You are of course not ignored; let me pick up points at the weekend.

I just wrote the idea from my point of view (I believed we should hold the baseline); if one doesn't agree / believes those are marginal, feel free to talk.
476  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XMG] Coin Magi | CPU mining | PoS-II | PoM | Unique BLK reward | [MagiPay] on: November 08, 2015, 04:26:45 AM
The recent price variation displays that magi runs the opposite to BTC, unlike those altcoins such as LTC following the same pattern. It is mostly the reason that one may cash out BTC to gain benefits. All altcoins, except those mainstream ones, may not avoid this end. It isn't all about price, but as far as price is concerned, altcoins are more likely pumped high and dumped low. When attention (speculation for example) is shifted off the coin, getting lower price is almost certain. This is awkward but it'll be weird if we talk about rational norms in this land filled with "coins" coming out everyday. A coin with number of coins generated in PoW each day is under the pressure of price lowering; however, diminishing this cause is yet to eliminate the essential reason towards low price. What's matter factoring in this process and stabilizing or pushing the price is wide adoption, by people, though merchants are one of the channels, they are the middle part reaching more people, and mining is the bridge too. In contrast to wide adoption, centralization is obviously the one which needs to be avoided. When cryptocoins are talked in nowadays, decentralisation, which, in certain conditions, is very much a dream, is a need; heading towards a dream directs what's need to be done.

To make magi to be towards a mainstream, legitimate approaches should be followed in my view. What/how those are legitimate? To be frank, I did have naive thinkings and concerns initially on the price; to think of legitmate, we might drop off price factors, or diminish the role of the factors which worry about the price too much. Though people care about the price, one must admit P&D isn't the way we're heading. We can push magi in a formal way. With that in mind, what's happening should not simply cure a symptom, or raise up additional unsettled issues. We may push out technical contributions which are useful in general and are very much needed to this land.

We may hold on a few basic features for magi without compromising for the purpose of curing the things, nor should we eliminate some of them as a remedy to the "brokens". Magi supposes 1) coin distribution among people, 2) low costs in maintaining the network; at the least these two make transformation positively towards the wide adoption. It would be very tough to make a purpose (or sort of) to please the miners. What's need of mining for profits is mostly contrast to the idea, and this isn't the purpose of the way that bitcoin is designed either. Instead how coins are distributed into miners is the crucial process. What's proposed by people in prior posts are not unlikely and doable but we'll need research & verification to make them sounds feasible firmly. In my limited knowledge by far, the following is a to-do list, mostly, which I had ideas coming up time-to-time, so they aren't minutes ideas at this writing. You may not expect perfect solutions which, without more depth research, are barely possible, neither the bitcoin is as well.

Listed are in order of preferences. Don't expect too soon; I am keen to carry on but would not be able to at this time. If one has patience enough, we may see these coming along at some point (I'm not rushing on the coin but more pleased to be with it (plus some personal stuffs as mentioned earlier)).

1) The algo and it'll need a look at possible change in the way how hash is found; however, if the FPGA is supposed to do anything like CPU, nothing special. We'll get the first-hand experience with FPGA or GPU etc for know-how, however. As I pointed out it is nearly impossible to deal with mining farms by any techs, and what needs to be dealt with are their capabilities.

2) Improvement on the difficulty adjustment. The difficulty issue is actually the center of the issues. This will benefit dozen of aspects and thus this improvement is almost a must. The block reward adjustment is based on difficulty; because of its insane variation, difficulty used in the block reward calculation must be averaged out by taking into account many past blocks. For this reason, there is a lag in what's happening in hashrate and what's generated in rewards. A proper adjustment in difficulty will benefit the blocks being generated in an equal time spacing by which we can avoid the 51% attack, and the network is quite secured. Obviously business merchants are pleased by this fact too. The more profound solutions in the difficulty may come out changes in the hash finding. Implementation of this is absolutely a great contribution to this land.

3) A smart adjustment of the reward. I pretty think this is crucial but we need a smart adjustment of the reward to be super responsive. With the improvement of 2), this won't be difficult. There are few situations:

a) big miners are for profits, they will be frustrated by the rewards, and they won't stay long;
b) big miners fire 51% attack, though I suppose the improved block time would resist this to happen, extra works need to be done;
c) big miners abuse the system; for no reasons, they stay. The PoW stops running by i) trivial / zero rewards, ii) shutting down PoW blocks. I need a comprehend thinking on this. Absolutely this would cause critical concerns since generic miners get nothings. These are the remedies:

i) I recalled a post about the idea, one runs a node and gets the rewards; I believe we could implement a thing like masternode or the like; under a (protection) mode, partial of coins turn to the network who run the nodes. I am actually not a fan of enforcing people to have a certain amount of coins to get the right to claim coins but it can be likely.

ii) We have been developing an idea of running cloud mining with the revenue used to buy XMG. I believed a portion of the coins can go to encouraging individual miners. This is yet to be in plan of implementation, and also not a solution of 3).

iii) This might be insane, so weird idea. The magi team build a super miner which comes along and compensates the hashrate because miners' leaving when coming the big miners. This is not a solution of 3).

In my view, the solution to the big miners' abusing is quite passive, and there are no real solutions to that by far to my knowledge. Shutting the PoW down and put the coin in a PoS mode is the way going. This solution is far better than bitcoin, though it is unlikely, but technically if one sets a super miner to control the network, that's the end; if this is not happening to bitcoin, but could happen to other altcoins.

It quite sounds weird by a fact that the big miners takes more than half of the hashrate. When we implement the above, we won't need to worry too much about that, as long as the network is secured. For the business side, it's none of their worries about who is mining, right?

4) This is pretty a plan I mentioned and am actually reluctant to talk it about. I am keen to implement a solar powered miner and make zero mining cost; this is one of the reasons we need PoW and would be great to reach more people. Mining should really go to the casual phase in my view, and should never be taken as a serious business (then I wouldn't order my KnCminer; giving them a chance to abuse or cheat the system), though it is likely a dream, it is a dream I'd like to advocate. Imagining solar powered miners running all over the world 24 hour a day and 7 days a week without interrupts by the costs, no matter how big miners are on or off. You are seeing that one may abuse the system, but I see a fact: coins go to majority hands than minority. Network security isn't an issue once we get improvement on the difficulty; surely security concern should be censored.

5) Any more?




Here's the socialized, partially centralized solution, are you ready comrades? Cheesy

Is it possible to fix the PoW block reward at perhaps 5 xmg and pay it out to only one address in the network, no matter which miner finds it?  Then using an advanced form of PoM rewards we can then pay out miners with equal amounts from funds in this address.

Each miner having at least 2000 XMG could register their address and use it for mining.  PoM payments could automatically go out evenly each day to all miners with at least this minimum balance and a consistent 24 hour hash rate.

Having a certain amount of XMG (2000?) at an address that gets the PoM payments is needed so that people who are not supporting the coin through saving value can't register multiple miners for PoM payments.


I am thinking the reward reduction as fragilefungi mentioned, however it may not sound a right one way to go. Taking the BTC strategy (it may not sound a standard but it was an example), with 50 BTC/block initially, 7200 BTC in a day, which is little high XMG average amount of 5000 coins in a day. Provided rising in XMG's value over time, we will expect more miners and then reduction in the generated coins (plus yearly reduction see https://bitcointalk.org/index.php?topic=735170.msg9991269#msg9991269). Pushing maximum to 5 XMG may frustrates generic miners a lot, though we can hold the price and prevent big miners (they may also abuse the system with no reason), we may reach less people than expected. There exactly exists a balance point, when less coins are being generated in the long run. The mining revenue should be back to similar to level as what is now (suppose) that needs a reduction in the number of miners. If one is to abuse the system without caring about mining, then it's the same end.

Mining to a single address may sound like we make a big premine and distribute into the community as many coins done in the past.

In the long run I feel we need to gradually decrease the PoW block reward and go full PoS.  (I thought this was the original plan)  This will reduce potential issues.  The way things stand right now can you imagine the problem that would happen if XMG was worth $500 a coin?  A large hash rate miner can take almost the entire PoW block rewards for themselves - as a guess maybe over 400 or 500 xmg in a day?  (The low PoS rate by comparison generates maybe one or two XMG per day for large holders.)  That kind of potential would cause many investors and business some issues and I think it is best we do something about it before the coin gets more valuable.  Kudos to people for pointing this out by the way, if there is a problem with the system we should address it, even though it is difficult.

The initial goal is like going towards the full PoS, but I've leaned that to make coins more energetic, we should be PoW/PoS. The original PoS is unsafe as people can fire up attack. Magi's PoS-II is a nice one but can't fully avoid "richer gets rich" which is one of the issues in PoS. For this reason, PoS interest should never go high. For a simple reason, I've seen many PoS coins go to dead end; this issue is very severe at the early stage of coin distribution (low coin value), and yes this will motivate people buying cheap coins, and can easily pile up. It is certain that price is pushed to a higher level, but we won't agree that coins held by few hands is a good sign, right? When few people hold most of coins, they are actually like the big miners; with the higher interest, the worse the situation. I'd not say this is a certain consequence but most likely. Coins going wide adoption which needs more and more people participating and own the coins; coins bough by a few people is really going the opposite. In addition, making people engaging buying as the primary channel to get coins is something. In my view, PoS is better to be an additive, which will take an important role once the PoW is done; while I am little concerning about the inflation by comparing with coins like bitcoin.

I forgot to mention the assumption of coin price. With price rising by 50000 times to be around $500, every one will gain 50000 of profits. Is this a case? No. Following is actually what happened; with the price rising, there will be more miners joining which reduces the amount of coins generated and individual shares as well, mostly ending up the same mining profit as you will get right now, or similar to mining other coins; This is a balance point, so called market.  

By taking a deep looking at above, I believe this won't happen. Let me know any thoughts.

I agree with Lightsplasher and tittiecoiner here.  In just the last few days we've seen nearly the entire block rewards vanish and or go to one large miner, at this point that large miner is single handedly controlling the coin rewards, that day has already come and we really should do something to fix it.

I guess I've covered the most: high interest, low PoW reward. Regarding the big miner, I'd say he is not controlling but prolong the PoW, of course we need an improvement on PoW reward as mentioned.

no, i meant it that way, that not the net hashrate is taken for calculation, but the hashrate of the acutal solver. is this a miner with high hashrate (as a pool for example), the reward should be lower. is it a solominer, the reward should be higher. with an overall cap by the whole nethashrate. that is my idea.

Actually the coin can't see the network, but only the time spent in finding blocks; so it's not likely to distinguish individuals; but I'll take a look at the possibility.

if you want large miner POW frustration, I'll give it to you:

you should kill pools, rework magi daemon to accept up to 250Kh/s - roughly three i7 CPUs
[...]

As some posts pointed out, people can split their hashrate, though we can imagine how difficult it is when speaking of hundreds of miners, I know people can run multiple daemons in one machine. People always have their potentials to do that. But I don't see this is unlikely and I'll take a look at this as well.

Just another example, let's say I would create my own coin using the same algo as Magi does (or another CPU only algo) and need miners. It would be easy t throw some big hashrate for a few days or weeks on Magi to make my own coin look more profitable.

I don't see this maters; they are many other coins out there probably with profits better than magi, and I failed to see really making mining profitable in either PoW or PoS is important though it is to some degree (that's the PoW reward adjustment), but we shouldn't make it as #1. Also I believe people mining XMG are not because mining is profitable.

Scrypt coins have similar problems with multipools. When they switch to a coin, the huge hashrate lets the difficulty go up considerably. The script checks all x minutes if a block has been found. If no block was found, the profit switch leaves the coin that remains with much lower total hashrate and a super high difficulty. In order to prevent this, some coins are using DGW and similar techniques.
Maybe you can adapt something like this to solve the reward problem?

Exactly what I need to look at the difficulty we need to improve, and magi needs a more stable block time.
477  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XMG] Coin Magi | CPU mining | PoS-II | PoM | Unique BLK reward | [MagiPay] on: November 05, 2015, 04:45:45 AM
I must say all posts are appreciated; bit running out of time, must catch up some sleep for early morning tomorrow, bit tough days. ill make some replies/thoughts to the prior posts I haven't yet, but I guess we've spoken many and people wait for fixes. The situation is very much clear to me; my posts seem to reiterate the idea that was there. I guess you all are clear of that. I am running my some own stuffs and have to make it over. This is something.  @Lightsplasher, the post is likely a solution but the actual happening might bring up some other issues, btw the future view on the value is interesting, the issue then is yes but could be likely no (there exists an equilibrium state that is maintained by the number of miners, which is in turn affected by the coin value), I'll post some thoughts.
478  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XMG] Coin Magi | CPU mining | PoS-II | PoM | Unique BLK reward | [MagiPay] on: November 05, 2015, 04:45:34 AM
hey guys,

i like this community and the MAGI coin, i'm here more than a year now and i will stay here a lot more years

do what you know is best for the coin Magic, i do believe Joelao wil find a solution.

greatings

xms

Magi Community Member

Thanks for that friend, but I am neither genius, nor smart. )
479  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XMG] Coin Magi | CPU mining | PoS-II | PoM | Unique BLK reward | [MagiPay] on: November 05, 2015, 04:24:54 AM
@joelao95
"kill" was a bit... hard spoken, but over time it will happen, without changing something.

what we need is something like a calculation of unique hashpower-relation to coin-creation.
means:
if someone (or a pool) comes with high hashing power and solves the block, the reward should be low.
but this is impossible to realize...

This is actually what's happening right now. But yes here is more or less an issue with reward adjustment.

I think the easiest solution to the high hash rate problem is to lower the PoW reward.  I think the biggest problem right now is that hashrate goes down for a couple days before the big miner comes back on, and then they find a bunch of blocks in a row and get a lot of coins.  If the reward never went up so high, there would be less incentive to hitting it with super high hashrate.  Maybe the PoW reward should vary between 0.5 XMG and 5 XMG.  I have seen it go above 20 XMG and that is just too high.  Lowering the PoW rewards will stabilize the price and give those staking more incentive to hold.  Small miners with old cpus can be rewarded through a new PoM campaign that requires miners to hold a minimum of 1000 XMG in their own wallet to qualify.

The ideal adjustment should be done in a much nice way, and this is exactly where we should make a fix at. For example, whenever a big miner comes in, the reward goes down, and back to normal when he is leaving. Lowering the maximum XMG rewards would make frustration to the big miner, but to all others as well; the consequence will take place throughout at this time I can imagine. The issue is all about people mining with less number of coins generated that causes miners leaving until a new equilibrium is created. 
480  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XMG] Coin Magi | CPU mining | PoS-II | PoM | Unique BLK reward | [MagiPay] on: November 05, 2015, 04:09:38 AM
I had to think a while about your post.
I appreciate your opinion and feedback.
I also do understand you are not trying to fud.
Yes Magi indeed have a great community. (Almost 600 pages and no fud but friendly people who are helping eachother and Magi)
and Joe did indeed put forward solutions. (Maybe you missed those posts)
But some improvements have adverse effects and thats is something Magi has to check very good!
Iam not a coder but a marketing man. So maybe you opinion might be difference if you know this.
My job is working on new campaigns, contacting exchanges, other social media, find new investors and promote Magi in different ways.
Hope that no nonsense!
Tell me your ideas about making Magi more robust agains hashpower attacks, generating volume and spreading the word.
Its always good to listen to different opinions!

You're doing good job, mate, bring us Cryptsy, the first thing I'd say, and there are many many others, it's very hard for me to make the list.

...
I'm a bit shocked that critical thoughts are not wanted by this community (or is it only because of me).
No, no, you were wrong, I have enjoyed reading your posts, and appreciate the idea; and I believed others too.

From now on I will remain silent and go on mining, holding and enjoying the giveaways. Peace!
And you don't have to, really.


You guys may have a misunderstanding to each other; what I can see is that each one has tried to come up with an idea or to help magi out in the way he is comfortable with. One must have a sort of way of talking / doing things; I guess this is all about.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 [24] 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 ... 109 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!