Skip to content

Antimony is a free open source peer-to-peer electronic cash system that is completely decentralized, without the need for a central server or trusted parties. Users hold the crypto keys to their own money and transact directly with each other, with the help of a P2P network to check for double-spending. Made as a product demo of a blockchain

License

Notifications You must be signed in to change notification settings

lawsonM525/antimony

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Antimony P2P Crypto

This is an Experimental Software purposely for my School Personal Project.

Copyright (c) 2009-2014 Bitcoin Developers
Copyright (c) 2011-2014 Litecoin Developers
Copyright (c) 2020-2022 Antimony Developers

What is Antimony?

Antimony is a lite version of Bitcoin using scrypt as a proof-of-work algorithm.

  • 2 minute block targets
  • subsidy halves in 240k blocks (~4 years Approx)
  • ~5 million total coins
  • 25 coins per block
  • 2016 blocks to retarget difficulty

For more information, as well as an immediately useable, binary version of the Antimony client sofware, send me an email at aremeyaw_a@soshgic.edu.gh

HOW TO INSTALL for Windows OS

Release steps and Precautions:

  1. NOTE: Antimony.exe has an inbuilt miner that may be detected by your system as a silent miner. So make sure you disable your Antivirus or add an exclusion for the folder.

  2. Windows Smart Screen May appear saying "Ah! ah! I Blocked a terrible app from destroying your system!" but this is just a result of me not getting or buying a Windows publishing Certificate.

  3. Last but compulsory thing to setup will be the antimony.conf file in your package folder., this contains active nodes on the network that I couldn't hard code into the application.

  4. Last but compulsory thing to set up will be the antimony.conf file in your package folder. This contains active nodes on the network that I couldn't hard code into the application. Just copy and paste the .conf file in the C:\Users\${Your username}\AppData\Roaming\Antimony. It's a hidden folder so just paste this in your file explorer path.

  5. I will be updating a new file called activenodes with new ip's that are active nodes on the network. So if you are not getting connected just copy the new nodes in the activenodes.txt file and paste the contents into your configuration files or the antimony.conf file. In the path of where previous option showed you. That is the C:\Users\${Your username}\AppData\Roaming\Antimony\antimony.conf

To start Mining the coin after starting the application, just open help then debug. Choose console and type in this setgenerate true hit Enter

Boom you have started mining your own ANTYs.

To stop mining just type in the console setgenerate false

Thats it! We just made our own Blockchain and Virtual Currency. Don't be greedy after mining your coins. Make sure to send me some ANTY donations at this address AQXpFQRZ49wwJJsdYuWqS3FjSNLSNmYTyB it will be much appreciated. Linux or specifically Ubuntu Building instructions coming soon. Stay tuned. Thanks Have a nice day.

License

Antimony is released under the terms of the MIT license. See COPYING for more information or see http://opensource.org/licenses/MIT.

Development process

Developers work in their own trees, then submit pull requests when they think their feature or bug fix is ready.

If it is a simple/trivial/non-controversial change, then one of the Antimony development team simply pulls it.

If it is a more complicated or potentially controversial change, then the patch submitter will be asked to start a discussion with the devs and community.

The patch will be accepted if there is broad consensus that it is a good thing. Developers should expect to rework and resubmit patches if the code doesn't match the project's coding conventions (see doc/coding.txt) or are controversial.

The master branch is regularly built and tested, but is not guaranteed to be completely stable. Tags are created regularly to indicate new official, stable release versions of Antimony.

Testing

Testing and code review is the bottleneck for development; we get more pull requests than we can review and test. Please be patient and help out, and remember this is a security-critical project where any mistake might cost people lots of money.

Automated Testing

Developers are strongly encouraged to write unit tests for new code, and to submit new unit tests for old code.

Unit tests for the core code are in src/test/. To compile and run them:

cd src; make -f makefile.unix test

Unit tests for the GUI code are in src/qt/test/. To compile and run them:

qmake BITCOIN_QT_TEST=1 -o Makefile.test bitcoin-qt.pro
make -f Makefile.test
./antimony-qt_test

About

Antimony is a free open source peer-to-peer electronic cash system that is completely decentralized, without the need for a central server or trusted parties. Users hold the crypto keys to their own money and transact directly with each other, with the help of a P2P network to check for double-spending. Made as a product demo of a blockchain

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 92.1%
  • Python 2.4%
  • HTML 1.8%
  • C 1.1%
  • Roff 0.6%
  • Shell 0.6%
  • Other 1.4%