Bitcoin Forum
May 02, 2024, 01:36:57 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Addocoin Wallet and website is live now  (Read 697 times)
addocoin (OP)
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
October 28, 2017, 03:58:43 PM
 #1

What is Addocoin?
----------------

Addocoin is an experimental new digital currency that enables instant payments to
anyone, anywhere in the world. Addocoin uses peer-to-peer technology to operate
with no central authority: managing transactions and issuing money are carried
out collectively by the network. Addocoin is also the name of the open source
software which enables the use of this currency.

For more information, as well as an immediately useable, binary version of
the Addocoin client software, see http://www.addocoin.com

License
-------

Addocoin 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 Addocoin
development team members simply pulls it.

If it is a *more complicated or potentially controversial* change, then the patch
submitter will be asked to start a discussion (if they haven't already) on the
[mailing list](http://sourceforge.net/mailarchive/forum.php?forum_name=addocoin-development).

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.md`) or are
controversial.

The `master` branch is regularly built and tested, but is not guaranteed to be
completely stable. [Tags](https://github.com/addocoin/addocoin/tags) are created
regularly to indicate new official, stable release versions of Addocoin.

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 addocoin-qt.pro
    make -f Makefile.test
    ./addocoin-qt_test

Every pull request is built for both Windows and Linux on a dedicated server,
and unit and sanity tests are automatically run. The binaries produced may be
used for manual QA testing — a link to them will appear in a comment on the
pull request posted by [AddocoinPullTester](https://github.com/AddocoinPullTester). See https://github.com/TheBlueMatt/test-scripts
for the build/test scripts.

### Manual Quality Assurance (QA) Testing

Large changes should have a test plan, and should be tested by somebody other
than the developer who wrote the code.

See https://github.com/addocoin/QA/ for how to create a test plan.
1714657017
Hero Member
*
Offline Offline

Posts: 1714657017

View Profile Personal Message (Offline)

Ignore
1714657017
Reply with quote  #2

1714657017
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714657017
Hero Member
*
Offline Offline

Posts: 1714657017

View Profile Personal Message (Offline)

Ignore
1714657017
Reply with quote  #2

1714657017
Report to moderator
1714657017
Hero Member
*
Offline Offline

Posts: 1714657017

View Profile Personal Message (Offline)

Ignore
1714657017
Reply with quote  #2

1714657017
Report to moderator
1714657017
Hero Member
*
Offline Offline

Posts: 1714657017

View Profile Personal Message (Offline)

Ignore
1714657017
Reply with quote  #2

1714657017
Report to moderator
TraderTimm
Legendary
*
Offline Offline

Activity: 2408
Merit: 1121



View Profile
October 28, 2017, 05:29:29 PM
 #2

You forgot date formatting on your PR "article".

But given what you're pushing, its probably for the best.

fortitudinem multis - catenum regit omnia
laiwendersky
Full Member
***
Offline Offline

Activity: 195
Merit: 100


B2B - Find, Connect, Trade


View Profile
October 29, 2017, 06:51:32 AM
 #3

A new coin, i haven't found the specifications for this coin on your site. Total amount of coins, ico, etc?

Rainbloodz
Full Member
***
Offline Offline

Activity: 392
Merit: 101



View Profile
October 29, 2017, 06:58:39 AM
 #4

A new coin, i haven't found the specifications for this coin on your site. Total amount of coins, ico, etc?

Same that's what Im looking for..
fergieman92
Newbie
*
Offline Offline

Activity: 53
Merit: 0


View Profile
October 29, 2017, 07:00:03 AM
 #5

As other people have stated. Info needed. Also, the website hangs when trying to make a wallet.
okan1964
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
October 29, 2017, 07:14:51 AM
 #6

wallet no created.. You have to work on it!
garmin
Hero Member
*****
Offline Offline

Activity: 550
Merit: 501


View Profile
October 29, 2017, 07:22:47 AM
 #7

Line 102  chainparams.cpp  >>  walletbuilders.com  Roll Eyes
fergieman92
Newbie
*
Offline Offline

Activity: 53
Merit: 0


View Profile
October 29, 2017, 07:28:10 AM
 #8

Main.cpp -> int64 GetBlockValue(int nHeight, int64 nFees)
{
    int64 nSubsidy = 200 * COIN;

            if(nHeight == 1)
            {
            nSubsidy = 144000000 * COIN;
            }

// Subsidy is cut in half every 840000 blocks
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!