I'm currently working on a new framework for developing my new altcoin, and it is in the earliest stages. In the meantime, I've been experimenting with the base code from shakezula's "foocoin" to learn the basics of how the current codebase works. I take no credit for the code involved, as this is pretty much a copy-paste coin until I can work in some of the nice additions I have planned.
This coin is testnet-only and should not be used as an actual cryptocurrency!
If you're interested in giving it a spin, throw a few KH/s at it. 50 coins per block, halved approx every 4 years. 1 minute block times, 15 minute difficulty adjustment (working on integrating some of terracoin's "difficulty-attack" prevention code, but it isn't there yet)
Sources:
https://github.com/TrollByFire/TestCoin [EDIT:] Updated release binaries to try to address crash issues.
Windows QT Wallet:
TestCoin.zip (15.9 MB) (MEGA)Windows QT Wallet (Mirror):
TestCoin.zip (15.9 MB)(DropBox)SHA512 checksumsa0a345544b8f300f8e0f9481bcd1d410783ee0f125627579ba1f85dec01b2b187b1d294f098989f7dc072c4e423083c1de0695a98c32e847e88e901e871e7c68 TestCoin.zip
a3ba35f02274849d1e581f99a53615677a950740e5a0ab6a28552e61a41c32e6cbf3b92af7331eabbe94adfc1b7604efa265861450f6661182dc71ff2c0ea59e libgcc_sjlj_1.dll
b0d7c0cffd341e23e64f331e4a741ac9cc9e6b2594d5c387aa3c4c7c179b62e3198d53218ad52eae76e7872ff2bb852e569dc88d234a15264682f65177120b57 libstdc++_sjlj_6.dll
76cae30a0c6a1d9ad8f4aba49e3d2445f714826b3761ca3688f640fe4bf8a638537fe436999d8a732f428fb70f265e40c890b1e8383e41757b4dd477fc563f3e mingwm10.dll
24665f0c1f3445528fcf42e3d8ba8b56122c5c74d678dbc8a5f5006427b09fffdc2dfcf24ff00ce1da83547851e1662f5e10cc568e2bf9872b832e44824fd24d QtCore4.dll
6acf53e82ddef2c1ad1726d999117c877f73e1306f30d97e7b0434ad084ec897d41fdab3578868968d6978b030d3dc7113f983aea5b505c83ac22e7487bec56e QtGui4.dll
e1fafb9e40b915e967d14f0ae25fdf800ff86107232ea66b2e4d405e5de566ef1ea6b7a2eb89aefa6bff1c401e323595bc07252446e27bdd603e1b241edce4e1 TestCoin.conf
8c6aeeccdcb82b2774a681c2874da28e6606206d8dd4aaf18f92af6c25a4cf1db26d51e562bba41a3de6c1782e4628469228d604101dfc561981dad88ebd8bec testcoin-qt.exe
Note: Includes a basic TestCoin.conf to copy into your %APPDATA% folder (change username and password).
P2P port is 20332 (Unused)
Testnet P2P port is 21332
RPC port is 20333
Scrypt-based, low starting difficulty, and testnet is being premined.
Genesis block does not yet exist for main network, and may never be released publicly as this coin is for testing purposes only.
Initial seed node:
addnode=24.199.222.250
If you are looking for a coin to mine at low difficulty and dump on an exchange, this coin is not for you. If you are creating services such as a marketplace, exchange, casino, or otherwise, you can probably get by using the Bitcoin testnet, but you're welcome to give this coin a try. For the most part this coin is for other developers who wish to help improve the state of cryptocurrency by writing bug reports, contributing patches, and by extension creating the next wave of innovation to add to our already diverse crypto economy. Think of it as a testbed for
any major change to Bitcoin/Litecoin that exceeds the capabilities of mining on an established testnet.