Giter Site home page Giter Site logo

aipowergrid / ai-power-grid-core Goto Github PK

View Code? Open in Web Editor NEW
8.0 4.0 9.0 32.41 MB

AI Power Grid is an innovative blockchain project designed to incentivize and reward open source AI participation.

Home Page: https://aipowergrid.io

License: MIT License

Makefile 0.76% Python 8.67% Shell 3.88% M4 1.12% C++ 41.42% C 43.46% HTML 0.13% Objective-C++ 0.04% Sage 0.17% Assembly 0.16% QMake 0.01% Java 0.17%
ai blockchain llm sdxl

ai-power-grid-core's Introduction

AI Power Grid Core integration/staging tree

To see how to run AIPG, please read the respective files in the doc folder

What is AI Power Grid?

AI Power Grid is a revolutionary digital currency that stands at the intersection of blockchain and artificial intelligence. It is designed to democratize access to AI technology and foster open-source AI initiatives. AIPG enables instant payments to anyone, anywhere in the world, and allows the creation of assets (tokens) on its network. These assets can be used for various purposes, including AI generated NFT's.

AIPG operates on a peer-to-peer technology with no central authority, meaning transactions and money or NFT issuance are carried out collectively by the network.

The AIPG protocol is built on principles of fairness, transparency, and decentralization. It uses the ASIC-resistant KawPoW algorithm during the PoW period to ensure a fair launch and encourage widespread participation. A significant evolution in the protocol is the transition to the PoUW system, where miners' computational resources are devoted to tangible tasks.

AIPG introduces a sustainable and balanced economic model. Initially, the protocol capitalizes on a PoW mechanism, granting miners a block reward of 500 AIPG coins for every block. As AIPG evolves, transitioning to the PoUW system and the associated Proof-of-Stake (PoS) mechanisms, there will be a phased reduction in block rewards to encourage early adoption and active participation.

AIPG is more than just a digital currency; it's a platform for AI enthusiasts to experiment, build, and contribute, thereby democratizing AI technology and helping pioneer the next era of open-source AI advancements.

AIPG Coin Information

AIPG Coin Specifications

  • P2P Port: 8865
  • RPC Port: 9788
  • Block Time: 1 minute
  • Block Reward: 500 AIPG (500reward, 25 donation)

License

AI Power Grid Core 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 AIPG Core.

Active development is done in the develop branch. *TODO

The contribution workflow is described in CONTRIBUTING.md.

Please join us on discord in #development. https://discord.gg/XM296xQyXk

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.

Testnet is up and running and available to use during development.

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, written in Python, that are run automatically on the build server. These tests can be run (if the test dependencies are installed) with: test/functional/test_runner.py

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.

ai-power-grid-core's People

Contributors

1nf1n18y avatar gonner22 avatar halfaipg avatar neo250376 avatar seal-clubber avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

ai-power-grid-core's Issues

Cross compilation fail!

Describe the issue

Cross-compilation on Debian Bookkworm lxqt latest version failed with errors.
sudo apt-get install build-essential libtool autotools-dev automake pkg-config bsdmainutils curl nsis
selected the 'posix' variant for both
sudo update-alternatives --config x86_64-w64-mingw32-g++
sudo update-alternatives --config x86_64-w64-mingw32-gcc
sudo apt-get install g++-mingw-w64-x86-64 mingw-w64-x86-64-dev
Then build using:
PATH=$(echo "$PATH" | sed -e 's/:/mnt.*//g') # strip out problematic Windows %PATH% imported var
cd depends
make HOST=x86_64-w64-mingw32 -j5
cd ..
./autogen.sh
contrib/install_db4.sh ../
export BDB_PREFIX=/root/db4
CONFIG_SITE=$PWD/depends/x86_64-w64-mingw32/share/config.site ./configure BDB_LIBS="-L${BDB_PREFIX}/lib -ldb_cxx-4.8" BDB_CFLAGS="-I${BDB_PREFIX}/include" --prefix=/ --enable-cxx --disable-shared --disable-tests --disable-gui-tests --with-pic
make -j5
and I got errors in notificator.cpp

Can you reliably reproduce the issue?

sure

Expected behaviour

I wanted to build an application exe for windows x64 . In the future for x32

Actual behaviour

failed with errors in notificator.cpp

Screenshots.

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

What version of AIPG are you using?

latest version

Machine specs:

  • OS: Debian LXQT
  • CPU: Ryzen 2200G
  • RAM: 32
  • Disk size: 2TB
  • Disk Type (HD/SDD): HDD

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

In the screenshot above

No GUI in aarch64 (e.g. Raspberry Pi) build

The released version of the aarch64 application v1.1.2 (AI-Power-Grid-Core-1.1.2-aarch64-linux-gnu.tar.gz) contains no graphics interface executable (aipg-qt). Probably an error during compilation?

No application exe in win x64 core zip

Describe the issue

Downloaded win x64 from aipowergrid website (and then github), zip contains only bin, include, lib & share folders

Can you reliably reproduce the issue?

Sure

If so, please list the steps to reproduce below:

1.Download x64 win core
2.Unzip
3.

Expected behaviour

Tell us what should happen
I hoped to find an application exe to launch the core in windows

Actual behaviour

Tell us what happens instead
Nothing just an unzipped folder

Screenshots.

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

What version of Ravencoin 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.

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.