Author

Topic: [ANN][MOON] Mooncoin: You know where it's headed! KGW exploit FIXED 4/3/2014 - page 212. (Read 1106889 times)

legendary
Activity: 2254
Merit: 1290
Has anyone else here gotten [...] something similar?

Quote
Please have a look at my new game.

all beta testers will get a free lesson in life


For me it seems like someone wants to get bad code (virus, trojan etc.) onto someone else's computer via bitcointalk-PM ...
Just a warning.

I also received one. I came to the same conclusion. This will become a (very) brief growth area.

Cheers

Graham

P.S. Hiro blagged Silkcoin's blockbrowser to add to Hirocoin (despite moaning about the code quality). I snaffled it in turn and added it to the code in the branch where I'm working on an enhanced Mooncoin wallet for the upcoming anniversary celebration. It works okay, pace Hiro's complaints:



Cheers,

Graham
legendary
Activity: 840
Merit: 1000
and btw i am using them and link them so lets get this coin back on track again ! ;-)
Yes.
sr. member
Activity: 616
Merit: 321
wel guys we have updated our mooncoin wallet with the new one so any donations are welcome and thanks for receivied donations to ,


its all for our project see link in signature

we hope that mooncoin wil revive becouse its a nice coin and like all other altcoins it can become one !
Well, Mooncoin has never been dead, so it does not need to be revived. You just have to USE it. Then it lives.
Buy it, sell it, buy something with it, sell something for it, promote it. That is all what a coin needs, basically.
Everything else are just gimmicks. We have a working wallet, so what keeps you from using MOON?  Wink

and as extra info:  please keep the current logo its magnificent !!
I fully agree to this.


Edit: Just USED the coin.  Smiley
Sent you some MOON for your project to the MOON-address on your page: http://savegreyhound.hol.es/donation-page/
Maybe you should add that Mooncoin-address from the page to your posting here, too.


well oke greatly thankfull here, coins recieved thank you for this great donation !! , and her is our address to : mooncoin Address :  2RHr973Z7RXi9qWzrG7Wko8Ednpbq4KDoU

and btw i am using them and link them so lets get this coin back on track again ! ;-)
legendary
Activity: 840
Merit: 1000
Has anyone else here gotten a PM from user kopakuhoka (has just registered and nothing posted) with the following message or something similar?

Quote
Hello!
Please have a look at my new game. It's a Bitcoin inspired Action-RPG Game where you can earn REAL bitcoins by doing quests. It's still beta, and I really need some feedback! Does it run smoothly on your PC? It won't take you more than 5 minutes! Help us to make this game the best it can be! Thank you in advance!

Link to download deleted


all beta testers will get a free registration key for life


For me it seems like someone wants to get bad code (virus, trojan etc.) onto someone else's computer via bitcointalk-PM ...
Just a warning.
legendary
Activity: 840
Merit: 1000
what do you think, would it be possible to implement some kind of paper-wallet-generator into the Mooncoin-wallet? Maybe a more than useful feature.

I was just reading about that before, same bitcoin wiki page:

Quote
Tips for making paper wallets
  • 1. Disconnecting from the Internet guarantees that that the paper wallet generator is truly self-contained and isn't transmitting your keys online.
  • 2. Verifying the integrity of the code (and the trustworthiness of the author) is important to make sure a hacker hasn't modified the HTML so that it generates predictable addresses instead of truly random keys.
  • 3. Using a very basic printer is advisable since high-end office printers may have WiFi or internal storage that keeps a cache of printed documents.


Practicalities restrict us to simply recommending that Mooncoin holders follow 1. and 3. there isn't much more we can do.


However, it's possible that we could improve the Ux by actually tackling 2 instead of making totally unrealistic demands of users. Apart from the woeful laxity of undefined terms such as "predictable" and "truly random", it blithely ignores the fact that users are not generally in a position to verify the integrity of program code (nor are currency exchange operators, apparently).

But anyway, the codebase has moved on and there are now strong imprecations against creating paper wallets, e.g. this one from Pieter Wuille:

Quote
“As of the 0.8.x series, the reference client does not support paper wallets. You can export individual keys, and print them to paper, but you are very likely to shoot yourself in the foot unless you're familiar with the implementation details.

In particular, change (the difference in value between coins used to create your transaction, and the amount being sent) is sent to a fresh address in order to increase privacy of the system. When you're using a paper wallet, you will likely miss these, as well as key pool entries.

There is support planned for deterministic wallets (BIP32), which means a single backup of a wallet seed will be enough to create the wallet. This may or may not end up in 0.9, though.

The reason why no "Export wallet to PDF" exists, is exactly because in the current model, this would result in many misconceptions and lost coins. Without deterministic key generation, no immutable dump of the wallet can survive (a series of) spends.”

Mooncoin could follow Dogecoin's example and plot a course to migrate to the Bitcoin Core 0.9.x codebase. Then, if/when BIP32 is implemented in the 0.9 series, Mooncoin would be in an excellent position to adopt the tech.

Cheers,

Graham

P.S. Some altcoin devs are offering extended "user-facing" wallet functionality by including additional tabs. For example, Silkcoin has a block explorer built in to the wallet, as does AllAgescoin, although with 8 tabs, I think Mike may have got a bit carried away. I hear he's planning to include a TV guide Smiley.

We could take a sober look at what's available to adapt.

Bellacoin has an expanded set of wallet tabs. Most of them are quite simple, using Qt's webhandler to render http-retrieved content a la browser. However, this is also verging on creeping centralism; control of the remote domain means control over the rendered content of the wallet tab - so it's only really suitable for a trusted, actively-defended remote source such as a well-run Foundation or a currently- favoured exchange.

P.P.S. Bellacoin's website is an excellent example of high-quality altcoin user support, many props.



I agree to all of that. Did read the caveats about creating paper-wallets on the bitcoin-page, too. So the best thing at the moment would simply be to backup wallet.dat to different locations, which are not connected to each other and/or the internet and possibly secure them via encryption, I suppose.
Did not know about the problem with the change not going to the paper-wallet-address and BIP32 being an approach to solve that. So again got a little bit smarter.  Smiley

Regarding adding features in general, I also take the view, that we should not do anything that is not necessary. A TV-guide in a wallet? ...  Huh Cry Shocked
Regarding tabs with content loaded from somewhere in the internet: this really opens the door for trojans, viruses and - not as bad, but as undesirable - advertisements or the likes.
legendary
Activity: 2254
Merit: 1290
what do you think, would it be possible to implement some kind of paper-wallet-generator into the Mooncoin-wallet? Maybe a more than useful feature.

I was just reading about that before, same bitcoin wiki page:

Quote
Tips for making paper wallets
  • 1. Disconnecting from the Internet guarantees that that the paper wallet generator is truly self-contained and isn't transmitting your keys online.
  • 2. Verifying the integrity of the code (and the trustworthiness of the author) is important to make sure a hacker hasn't modified the HTML so that it generates predictable addresses instead of truly random keys.
  • 3. Using a very basic printer is advisable since high-end office printers may have WiFi or internal storage that keeps a cache of printed documents.

Practicalities restrict us to simply recommending that Mooncoin holders follow 1. and 3. there isn't much more we can do.

However, it's possible that we could improve the Ux by actually tackling 2 instead of making totally unrealistic demands of users. Apart from the woeful laxity of undefined terms such as "predictable" and "truly random", it blithely ignores the fact that users are not generally in a position to verify the integrity of program code (nor are currency exchange operators, apparently).

But anyway, the codebase has moved on and there are now strong imprecations against creating paper wallets, e.g. this one from Pieter Wuille:

Quote
“As of the 0.8.x series, the reference client does not support paper wallets. You can export individual keys, and print them to paper, but you are very likely to shoot yourself in the foot unless you're familiar with the implementation details.

In particular, change (the difference in value between coins used to create your transaction, and the amount being sent) is sent to a fresh address in order to increase privacy of the system. When you're using a paper wallet, you will likely miss these, as well as key pool entries.

There is support planned for deterministic wallets (BIP32), which means a single backup of a wallet seed will be enough to create the wallet. This may or may not end up in 0.9, though.

The reason why no "Export wallet to PDF" exists, is exactly because in the current model, this would result in many misconceptions and lost coins. Without deterministic key generation, no immutable dump of the wallet can survive (a series of) spends.”

Mooncoin could follow Dogecoin's example and plot a course to migrate to the Bitcoin Core 0.9.x codebase. Then, if/when BIP32 is implemented in the 0.9 series, Mooncoin would be in an excellent position to adopt the tech.

Cheers,

Graham

P.S. Some altcoin devs are offering extended "user-facing" wallet functionality by including additional tabs. For example, Silkcoin has a block explorer built in to the wallet, as does AllAgescoin, although with 8 tabs, I think Mike may have got a bit carried away. I hear he's planning to include a TV guide Smiley.

We could take a sober look at what's available to adapt.

Bellacoin has an expanded set of wallet tabs. Most of them are quite simple, using Qt's webhandler to render http-retrieved content a la browser. However, this is also verging on creeping centralism; control of the remote domain means control over the rendered content of the wallet tab - so it's only really suitable for a trusted, actively-defended remote source such as a well-run Foundation or a currently- favoured exchange.

P.P.S. Bellacoin's website is an excellent example of high-quality altcoin user support, many props.

legendary
Activity: 840
Merit: 1000
And for sure i'll backup the wallet.dat

I strongly recommend reading the Bitcoin wiki entry on Securing your wallet, there's a potential “gotcha” that you should be aware of.

Cheers

Graham

Hi Graham,

what do you think, would it be possible to implement some kind of paper-wallet-generator into the Mooncoin-wallet? Maybe a more than useful feature.

coinflow
legendary
Activity: 2254
Merit: 1290
And for sure i'll backup the wallet.dat

I strongly recommend reading the Bitcoin wiki entry on Securing your wallet, there's a potential “gotcha” that you should be aware of.

Cheers

Graham
legendary
Activity: 1045
Merit: 1000
Thanks for your opinion. I was keeping them there because i'm buying more. But you are right, i'll move 5billions to a wallet to keep them secure for long time. And for sure i'll backup the wallet.dat

Thanks for your advices.

Kind Regards. Alejandro
legendary
Activity: 840
Merit: 1000
I think now im the high and long time shareholder from Mooncoin

 Grin Grin Grin Grin Grin Grin

5.45 billions of mooncoins



Just don't keep them all in Cryptsy. Transfer them to a wallet of your own. You know what can happen to exchanges, since Mt Gox, Coinex, coinmarket.io and so on.
And don't forget to backup your wallet.dat and keep the backup safe on another computer, an USB-stick and/or in a paper-wallet.
member
Activity: 103
Merit: 10
MOON FAUCET:

goo.gl/gF9wQf

Up to 10k moon per dispense
legendary
Activity: 3108
Merit: 1531
yes
That's more than 1% of all coins to be mined  Shocked

Now go out and promote this coin  Grin
legendary
Activity: 1045
Merit: 1000
I think now im the high and long time shareholder from Mooncoin

 Grin Grin Grin Grin Grin Grin

5.45 billions of mooncoins

legendary
Activity: 3108
Merit: 1531
yes
Its slowly warming up again  Grin
legendary
Activity: 1045
Merit: 1000
With these movements we are the 99 in coinmarketcap

https://coinmarketcap.com/
legendary
Activity: 1045
Merit: 1000
we are at 7 litoshi!

I think we never see again 5 litoshi
legendary
Activity: 3108
Merit: 1531
yes
I started mining again today and look what happens .... Mooncoin can use a hot potato type of game or Moonoshi dice.
legendary
Activity: 1045
Merit: 1000
People tired of this low prices... Im just buying more until the rocket launch 1000%
newbie
Activity: 41
Merit: 0
What happened?Why mooncoin price raise again?
legendary
Activity: 1045
Merit: 1000
I'll go to buy this 184 LTCs at 7 litoshi on cryptsy
Jump to: