redjedievolution
Legendary
Offline
Activity: 1045
Merit: 1000
|
 |
September 02, 2014, 02:16:09 PM |
|
another 400millions bought at 6 litoshi.
DEFINITIVELY THIS IS THE BEST MOMENT TO BUY IN... LAST OPORTUNITY WAS 2 WEEKS AGO WHICH WE WAS AT 4-5 LITOSHI, RIGHT NOW YOU ONLY CAN BUY AT 6 AND THE ASK IS GETTING BURNED FAST!!!!!
YIIIHAAAAAAAAAAAAAAAAAAAAA
TO THE MOOOOOONNNNNNNN
|
All is an illusion, there is only energy flowing
|
|
|
agswinner
Legendary
Offline
Activity: 1375
Merit: 1010
|
 |
September 02, 2014, 06:25:04 PM |
|
Thank you Peme for add coinspot web wallet on mooncoin.rocks! This mobile multi wallet is Super sicure (2FA). https://www.coinspot.com.au/I asked to set an option to scan qr code.
|
|
|
|
peme
|
 |
September 02, 2014, 08:36:19 PM |
|
I have finished the Mooncoin section. It will be in the book called Cryptocurrency "The Alt-ernative" (A historical reference book). Here is the preliminary cover (a better cover is currently being worked on):  The plan is to get the book published before Christmas 2014. Here is the Mooncoin preview section: https://i.imgur.com/rjAp96D.pngAny donations towards this future publication are highly welcome. I would love to see this book become a reality. 2THQ74iskgoTXSWEEZZ9R1tkFa9575aDhu Main Book Bitcointalk.org Thread is:https://bitcointalk.org/index.php?topic=483187.0Any further points which the community would like to be included in the MOON section need to be messaged to me ASAP. Thanks for the Mooncoin section in your book. It would be great if you could remove the coinex-exchange, that doesn't exist anymore and also coined up, they seem to give up. Please have a look at http://mooncoin.rocks/about-mooncoin/. There you can find actual details about exchanges (please add SwissCex and Cryptoine), mining pools etc. It would be very nice if you could also mention the mooncoin special facts (block number based on the lunar cycle will be awarded a 2x payout bonus, apollo 11 phase, ...also mentioned at mooncoin.rocks) Thanks a lot. 
|
|
|
|
peme
|
 |
September 02, 2014, 08:49:43 PM |
|
|
|
|
|
agswinner
Legendary
Offline
Activity: 1375
Merit: 1010
|
 |
September 02, 2014, 09:05:49 PM |
|
I think it's a good idea to have available a wallet ultra fast ! Great work Peme
|
|
|
|
Tyke
Legendary
Offline
Activity: 1526
Merit: 1210
|
 |
September 02, 2014, 09:44:20 PM |
|
I have finished the Mooncoin section. It will be in the book called Cryptocurrency "The Alt-ernative" (A historical reference book). Here is the preliminary cover (a better cover is currently being worked on):  The plan is to get the book published before Christmas 2014. Here is the Mooncoin preview section: https://i.imgur.com/rjAp96D.pngAny donations towards this future publication are highly welcome. I would love to see this book become a reality. 2THQ74iskgoTXSWEEZZ9R1tkFa9575aDhu Main Book Bitcointalk.org Thread is:https://bitcointalk.org/index.php?topic=483187.0Any further points which the community would like to be included in the MOON section need to be messaged to me ASAP. Thanks for the Mooncoin section in your book. It would be great if you could remove the coinex-exchange, that doesn't exist anymore and also coined up, they seem to give up. Please have a look at http://mooncoin.rocks/about-mooncoin/. There you can find actual details about exchanges (please add SwissCex and Cryptoine), mining pools etc. It would be very nice if you could also mention the mooncoin special facts (block number based on the lunar cycle will be awarded a 2x payout bonus, apollo 11 phase, ...also mentioned at mooncoin.rocks) Thanks a lot.  OK I will take all your comments into account 
|
|
|
|
coinflow
Legendary
Offline
Activity: 840
Merit: 1000
|
 |
September 02, 2014, 11:55:55 PM Last edit: September 03, 2014, 12:07:56 AM by coinflow |
|
Most probably the information in peers.dat is outdated in a few hrs or days again, so it is questionable, whether posting it would be of great help. I don't know the code of the wallet exactly, but it could be that a now missing seed-node, that deaconboogie coded, prevents the wallet from finding new peers immediately. So if the wallet is installed from scratch, it does not find an active seed-node (maybe it is simply the mooncoin.info-server, which is offline now, as we know). So the only real solution would then be, to issue an updated wallet with a new seed-node, which is always on. Advising to use a mooncoin.conf like this: addnode=5.45.105.66 addnode=37.120.168.233 addnode=multipool.us addnode=moon.bitember.com ... could be the better idea meanwhile (until the new wallet with one or more updated seed-nodes is available) ... (The first IP of the above list is from the P2Pool-node and the second one is the IP-address of the now working blockchain-explorer, so all of these addresses should be online most of the time) Could you check, whether your compiled wallet is connecting, using a mooncoin.conf of that kind? Otherwise just check the result of the command getpeerinfo in your working wallet's console, to see the current peers of your wallet. --> Help/Debug/Console Check out http://devtome.com/doku.php?id=scrypt_altcoin_cloning_guide to find this: -- You can also set an initial “seed node” or always on system that the new coin wallets coming online will check for additional addresses: src/net.cpp: LINE 1000 {"some website name", "somewebsite.org or ip x.x.x.x"}, -- which translates to this in the code of the Mooncoin-wallet: https://github.com/realmooncoin/mooncoin/blob/master/src/net.cpp#L1198... and because of mooncoin.info being down, the newly installed wallet without addnodes is not finding anything ...
|
|
|
|
peme
|
 |
September 03, 2014, 12:17:17 AM |
|
Most probably the information in peers.dat is outdated in a few hrs or days again, so it is questionable, whether posting it would be of great help. I don't know the code of the wallet exactly, but it could be that a now missing seed-node, that deaconboogie coded, prevents the wallet from finding new peers immediately. So if the wallet is installed from scratch, it does not find an active seed-node (maybe it is simply the mooncoin.info-server, which is offline now, as we know). So the only real solution would then be, to issue an updated wallet with a new seed-node, which is always on. Advising to use a mooncoin.conf like this: addnode=5.45.105.66 addnode=37.120.168.233 addnode=multipool.us addnode=moon.bitember.com ... could be the better idea meanwhile (until the new wallet with one or more updated seed-nodes is available) ... (The first IP of the above list is from the P2Pool-node and the second one is the IP-address of the now working blockchain-explorer, so all of these addresses should be online most of the time) Could you check, whether your compiled wallet is connecting, using a mooncoin.conf of that kind? Otherwise just check the result of the command getpeerinfo in your working wallet's console, to see the current peers of your wallet. --> Help/Debug/Console Check out http://devtome.com/doku.php?id=scrypt_altcoin_cloning_guide to find this: -- You can also set an initial “seed node” or always on system that the new coin wallets coming online will check for additional addresses: src/net.cpp: LINE 1000 {"some website name", "somewebsite.org or ip x.x.x.x"}, -- which translates to this in the code of the Mooncoin-wallet: https://github.com/realmooncoin/mooncoin/blob/master/src/net.cpp#L1198... and because of mooncoin.info being down, the newly installed wallet without addnodes is not finding anything ... thanks for the detailed infos, coinflow...I will check all of this and will report if a changed mooncoin.conf will connect fast and how a changed wallet with a new seed node in net.cpp will work.  ... give me some time until weekend 
|
|
|
|
coinflow
Legendary
Offline
Activity: 840
Merit: 1000
|
 |
September 03, 2014, 10:22:04 AM |
|
 ... give me some time until weekend  Of course. Better be safe than sorry. 
|
|
|
|
Winner
Legendary
Offline
Activity: 1190
Merit: 1000
Look ARROUND!
|
 |
September 03, 2014, 10:30:25 AM |
|
another 400millions bought at 6 litoshi.
DEFINITIVELY THIS IS THE BEST MOMENT TO BUY IN... LAST OPORTUNITY WAS 2 WEEKS AGO WHICH WE WAS AT 4-5 LITOSHI, RIGHT NOW YOU ONLY CAN BUY AT 6 AND THE ASK IS GETTING BURNED FAST!!!!!
YIIIHAAAAAAAAAAAAAAAAAAAAA
TO THE MOOOOOONNNNNNNN
Back at 5 litoshi, might buy in this time 
|
......................................... █████████████████ ███ ██ █ ██ ███ ██ █████ █ █████ ██ ███ █ █ █████ █ █ ███ ███ █ ███ █ ███ █ ███ ██ ███ ██ ███ █ ███ ██ ███ ██ ██ ████ █ █████ ██ ███ ██ █ ███ █ ███ █ ██ ███ █ █ ██ █ ██ █ ██ █ ██ █ █ █████ █ █████ █ █████ █ █ ██ █ ████ █ ████ █ ██ █ █ ███ ████ ██ █ ██ ████ ███ ██ █ █████ █ █████ █ ██ ██ ██ ██ ████ █ ████ ██ ██ ██ ██ █ ██████ █ ███ ████ █ ██████████ █ ████ ██ █████ █ ██████ ██ ███ ██ █ ███ ███ █████████████████ | ARROUND
| | █ █ █ █ █ █ █ █
| .
| | █ █ █ █ █ █ █ █
| | . • Telegram • ANN Thread • Bounty Thread • Whitepaper |
|
|
|
redjedievolution
Legendary
Offline
Activity: 1045
Merit: 1000
|
 |
September 03, 2014, 01:45:36 PM |
|
hahah i think 10 bn for me is enough  But with these ltc prices at 3-4eur, buy is very suculent. 1000 eur / 3.5€ = 285LTC
|
All is an illusion, there is only energy flowing
|
|
|
coinflow
Legendary
Offline
Activity: 840
Merit: 1000
|
 |
September 03, 2014, 05:05:57 PM |
|
This is an interesting information by the DOGE-devs: http://www.reddit.com/r/dogecoindev/comments/2f30sb/18_contingency_planning/It shows, what happens and has to be done, when a fork is to be made. This will inevitably be the case for Mooncoin, too, in the not so far future. I thought, I should post the link, so you all can see and inform yourself about the procedure.
|
|
|
|
peme
|
 |
September 03, 2014, 09:07:08 PM |
|
Interesting and very helpful....but I still do not understand the right and wrong fork stuff with releasing a new wallet. I want to understand all the technical details and have to read the bitcoin whitepaper.
|
|
|
|
coinflow
Legendary
Offline
Activity: 840
Merit: 1000
|
 |
September 03, 2014, 11:35:18 PM Last edit: September 03, 2014, 11:54:28 PM by coinflow |
|
Interesting and very helpful....but I still do not understand the right and wrong fork stuff with releasing a new wallet. I want to understand all the technical details and have to read the bitcoin whitepaper. The "right" and "wrong" means the new wallet and the old wallet. We had the same problem the last time deaconboogie released a new wallet. Most of the people updated their wallet to the newest version, but some did not, because they did not know about the update. So they sent MOONs from an old wallet to the network and their Mooncoins never arrived at the wallet they were sent to, because the recipient was already on the new fork with a new wallet and vice versa. Then they came to this thread and were complaining about the coin but simply they weren't informed about the need to update, so they lost coins. This shows why it is crucial to have a long information-period in which we need to communicate, that an update has to be done and everybody needs to upgrade until block XY, if they don't wanna lose their Mooncoins in invalid transactions. We also need to communicate this to the exchanges, as it would be fatal, when the coins sent to and from them will go to digital nirvana, because some are on the old wallet, and some on the new. Communication on this is everything, if we want to avoid confusion and loss of coins. It all depends on how many update to the new wallet, since if there are still a lot of old wallets in the network, we have competing blockchains leading to wallets not syncing correctly or being on different chains, hence even more confusion.
|
|
|
|
coinflow
Legendary
Offline
Activity: 840
Merit: 1000
|
 |
September 04, 2014, 06:51:39 AM |
|
As an addition to my previous posting: we should release the new wallet with a messaging system, that checks, whether the wallet is the latest version and if not, presents a warning to the user.
|
|
|
|
redjedievolution
Legendary
Offline
Activity: 1045
Merit: 1000
|
 |
September 04, 2014, 07:46:50 AM |
|
As an addition to my previous posting: we should release the new wallet with a messaging system, that checks, whether the wallet is the latest version and if not, presents a warning to the user.
Im with you coinflow, this is a very good idea, some kind of message to advice mooners 
|
All is an illusion, there is only energy flowing
|
|
|
coinflow
Legendary
Offline
Activity: 840
Merit: 1000
|
 |
September 04, 2014, 10:45:07 AM Last edit: September 04, 2014, 11:11:17 AM by coinflow |
|
MOON on 1st place: https://bleutrade.com/votingKeep on voting, people!
|
|
|
|
redjedievolution
Legendary
Offline
Activity: 1045
Merit: 1000
|
 |
September 04, 2014, 03:13:55 PM |
|
Now cage is first at 453 points at mooncoin second at 332 points Im moving coins to vote 300 points more to reach 632 jijiji. 
|
All is an illusion, there is only energy flowing
|
|
|
redjedievolution
Legendary
Offline
Activity: 1045
Merit: 1000
|
 |
September 04, 2014, 03:39:28 PM |
|
|
All is an illusion, there is only energy flowing
|
|
|
coinflow
Legendary
Offline
Activity: 840
Merit: 1000
|
 |
September 04, 2014, 03:49:39 PM |
|
COOL!  Have some coins there too, so I can react again, if required ... 
|
|
|
|
|