Giter VIP home page Giter VIP logo

adcoin-old's Introduction

AdCoin integration/staging tree

Build Status

https://www.getadcoin.com

What is AdCoin?

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

Summary of AdCoin:

    • Coin abbreviation ACC

For more information, as well as an immediately useable, binary version of the AdCoin client sofware, see http://www.getadcoin.com.

For more information, as well as an immediately useable, binary version of the AdCoin software, see https://www.getadcoin.com.

License

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

Development Process

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 AdCoin.

The contribution workflow is described in CONTRIBUTING.md.

The developer mailing list should be used to discuss complicated or controversial changes before working on a patch set.

Developer IRC can be found on Freenode at #adcoin-dev.

Testing

Testing and code review is the bottleneck for development; we get more pull requests than we can review and test on short notice. Please be patient and help out by testing other people's pull requests, 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 can be compiled and run (assuming they weren't disabled in configure) with: make check. Further details on running and extending unit tests can be found in /src/test/README.md.

There are also regression and integration tests of the RPC interface, written in Python, that are run automatically on the build server. These tests can be run (if the test dependencies are installed) with: qa/pull-tester/rpc-tests.py

The Travis CI system makes sure that every pull request is built for Windows, Linux, and OS X, and that unit/sanity tests are run automatically.

Manual Quality Assurance (QA) Testing

Changes should be tested by somebody other than the developer who wrote the code. This is especially important for large or high-risk changes. It is useful to add a test plan to the pull request description if testing the changes is not straightforward.

Translations

We only accept translation fixes that are submitted through Bitcoin Core's Transifex page. Translations are converted to AdCoin periodically.

Translations are periodically pulled from Transifex and merged into the git repository. See the translation process for details on how this works.

Important: We do not accept translation changes as GitHub pull requests because the next pull from Transifex would automatically overwrite them again.

adcoin-old's People

Contributors

anned20 avatar getadcoin avatar iliaselmatani avatar peterwilli avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

adcoin-old's Issues

CTRL + H

Guys,

The code and other files in this repository should be reviewed. What is see is a quick and dirty search and replace work (code forked from LiteCoin). References to dead links such as adcoin.org in stead of getadcoin.com. Even the new issue template (see below) should be modified. Enough work for you guys. I started to help you out by some PR's.

Keep on going.

-Ilias

Personal ; can you please remove me from the banlist on telegram (@adcoinacc)? Not sure why you banned me.

--

This issue tracker is only for technical issues related to adcoin-core.

General adcoin questions and/or support requests and are best directed to the adcointalk.io forums.

For reporting security issues, please contact the AdCoin developers on the #adcoin-dev Freenode IRC channel or alternatively you can email us at [email protected].

Describe the issue

Can you reliably reproduce the issue?

If so, please list the steps to reproduce below:

Expected behaviour

Tell us what should happen

Actual behaviour

Tell us what happens instead

Screenshots.

If the issue is related to the GUI, screenshots can be added to this issue via drag & drop.

What version of adcoin-core are you using?

List the version number/commit ID, and if it is an official binary, self compiled or a distribution package such as PPA.

Machine specs:

  • OS:
  • CPU:
  • RAM:
  • Disk size:
  • Disk Type (HD/SDD):

Any extra information that might be useful in the debugging process.

This is normally the contents of a debug.log or config.log file. Raw text or a link to a pastebin type site are preferred.

Not able to build AdCoin from source

Hi folks, I am unable to compile AdCoin from source. Any support will be appreciated.

Steps to Reproduce

  1. :/AdCoin-master/$: cd src; make -f makefile.unix adcoind

Environment
Operating system: BunsenLabs GNU/Linux 8.9 (Hydrogen)

Error

g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/home/ilias/Downloads/AdCoin-master/src -I/home/ilias/Downloads/AdCoin-master/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -I/home/ilias/Downloads/AdCoin-master/src/leveldb/include -I/home/ilias/Downloads/AdCoin-master/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -MMD -MF obj/alert.d -o obj/alert.o alert.cpp
In file included from alert.h:13:0,
                 from alert.cpp:11:
util.h:245:22: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
     return strprintf("%"PRI64d, n);
                      ^
In file included from alert.cpp:13:0:
net.h:376:20: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
             printf("askfor %s   %"PRI64d" (%s)\n", inv.ToString().c_str(), nRequestTime, DateTimeStrFormat("%H:%M:%S", nRequestTime/1000000).c_str());
                    ^
alert.cpp:54:9: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
         "    nRelayUntil  = %"PRI64d"\n"
         ^
alert.cpp:55:9: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
         "    nExpiration  = %"PRI64d"\n"
         ^
alert.cpp:258:1: fatal error: opening dependency file obj/alert.d: No such file or directory
 }
 ^

Adcoin walled/payment

Hello,

My adcoin walled is doing weard. I download it from getadcoin.com. it won't sync with the network. It says 2 hours left for a day. I closed the walled and re opened it and know it's 9 hours left for a while.

My seccond problem is that I payed 50 euro to receieve some coins but didn't get anything. It's more then 24 hours ago.

Could somebody help me?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.