Hi to all!
The new wallet is pre-released in our github repository
https://github.com/mooncoincore/wallet !
The pre-release has windows installers for x86_64(64bit) and i686(32bit) machines and also has embedded pooler's cpuminer!
There are 3 themes: Blue Moon, Discord and Original Yellow.
When wallet started will you see a new toolbar button "start mining". When you press it, a dialog will appear with 3 inputs pool, address/username and password.
I have a preset to mine in P2Pool, which not require registration for mining.
So, anyone can mine with only input his wallet address(password is blank).
After you press in dialog the "OK" button, you will see in Overview page a toggled "Miner monitor" with all infos from miner!
That's it you are ready to keep your mooncoins and mine in 3 steps!
Technical Review
--------------------------------------------------
The wallet syncing in ~30-40 minutes (depends on machine)
The Warp syncing and segWit implemented and stay untouched by Barry.
Removed BalloonHash functionality.
Add 2 more checkpoints for 51% attack(against fork) at #1'150'000 and #1'170'000 blocks.
Hard coded more nodes.
Embedded cminer(pooler's cpu miner).
Fix the issues/presets: "no tray icon" and the window borders.
Added guide in readme file for manual compilation. For cminer go to pooler's github repository or in our forked repository
https://github.com/mooncoincore/mooncoinScryptMiner(there is also a guide).
The Fork is scheduled at #1'250'000 block with Scrypt Algo. In this point changed the nSubsidy(block reward). check
https://github.com/mooncoincore/rewardSchedule for the future blocks rewards.
Next step is linux/mac support, and new features in the wallet.
Mooncoin Reward Schedule
--------------------------------------------------
block: 1100000 reward: 17906
block: 1200000 reward: 16414
block: 1250000 reward: 4847
block: 1300000 reward: 4474
block: 1400000 reward: 4154
block: 1500000 reward: 3877
block: 1600000 reward: 3635
block: 1700000 reward: 3421
block: 1800000 reward: 3231
block: 1900000 reward: 3061
block: 2000000 reward: 2908
block: 2100000 reward: 2769
block: 2200000 reward: 2643
block: 2300000 reward: 2529
block: 2400000 reward: 2423
block: 2500000 reward: 2326
block: 2600000 reward: 2237
block: 2700000 reward: 2154
block: 2800000 reward: 2077
block: 2900000 reward: 2005
block: 3000000 reward: 1938
block: 3100000 reward: 1876
block: 3200000 reward: 1817
block: 3300000 reward: 1762
block: 3400000 reward: 1710
block: 3500000 reward: 1661
block: 3600000 reward: 1615
block: 3700000 reward: 1572
block: 3800000 reward: 1530
block: 3900000 reward: 1491
block: 4000000 reward: 1454
block: 4100000 reward: 1418
block: 4200000 reward: 1384
block: 4300000 reward: 1352
block: 4400000 reward: 1321
block: 4500000 reward: 1292
block: 4600000 reward: 1264
block: 4700000 reward: 1237
block: 4800000 reward: 1211
block: 4900000 reward: 1187
Integrity
--------------------------------------------------
Scanned with virustotal.com (links for each one you will find in github in release notes)
mooncoinWallet.exe (0 / 66)
mooncoind.exe (0 / 67)
mooncoin-tx.exe (0 / 67)
mooncoin-cli.exe (0 / 67)
setup.exe without miner(all setups are the same script and files with different theme/icons) (0 / 67)
setup.exe with miner(all setups are the same script and files with different theme/icons) (12 / 67)
minerd.exe(32bit) (45 / 68)
minerd.exe(64bit) (19 / 67)
The warnings in virustotal.com in installer with miner are normal!
Virustotal.com treats most miner software as a trojan engine. For example, sgminer 5.1.1 (34 / 67)
If you don't trust the installer with miner you can use the installer without miner!Also you can download the mooncoinWallet.exe only!Download
--------------------------------------------------
Release 0.13.9
https://github.com/mooncoincore/wallet/releases/tag/0.13.9-segwitBlue Moon Theme Wallet
Discord Theme Wallet
Original Yellow Theme Wallet
Themes without miner pre-installed (
You need to create a directory "miner" in your wallet installed directory with your cpuminer("minerd.exe") inside. For example, mooncoinWallet\miner\minerd.exe . You can find binaries in creator's forum posts https://bitcointalksearch.org/topic/an-even-more-optimized-version-of-cpuminer-poolers-cpuminer-cpu-only-55038)
Blue Moon Theme Wallet
Discord Theme Wallet
Original Yellow Theme Wallet
Feedback
--------------------------------------------------
It's very important your feedback...
If you have any wallet, theme/icons, architecture, etc issues, please, report here or in github issues tab
https://github.com/mooncoincore/wallet/issues, or both!
If you find a bug (no matter how small) report it!
For new comers!
--------------------------------------------------
1. After your installation/download of wallet, wait about 30 - 40 minutes until full sync.
2. Encrypt your wallet. Go to Menu Settings > Encrypt wallet and insert a strong passphrase. Be sure that you keep somewhere safe your passphrase - No one can access your wallet without the passphrase.
3. After wallet restart, backup your wallet. Go to Menu File > Backup Wallet.
4. Backing up and importing your private key.
Go to Help > Debug window > Console.
First you need to unlock your wallet with your password.
Enter:
walletpassphrase yourpassword 10
yourpassword representing the password you set up previously. The 10 represents the amount of seconds you wish to have your wallet unlocked.
Now enter:
dumpprivkey yourwalletaddress
yourwalletaddress is the address for receiving Bitcoin you want to get the private key for.
You find your wallet address by going to File > Receiving addresses. Copy the address (right click, “copy address”). You can then paste the address into the console.
This command will display your private key. Uour private key is the universal key to move your Bitcoin away from your Bitcoin address with any wallet, it is needed to also back this up.
5. If you have install the setup with miner or you already create in wallet directory, the directory "miner" and copy in your "minerd.exe", go to Overview page and press "Start mining" Button.
6. In the dialog just enter your address(You find your wallet address by going to File > Receiving addresses) and leave password blank. Press OK.
7. That's it!
P.S.
- If you need any help or you have any question please ask me!