Search content
Sort by

Showing 6 of 6 results by aseio6668
Post
Topic
Board Announcements (Altcoins)
Re: ANN: Paradigm : ML(ai) Contribution (compute) rewards, self-governed network
by
aseio6668
on 02/09/2025, 22:23:44 UTC
There are pipeline problems which Github messaged me about; this problem is being fixed and im going to post again when this is done, with github's main branch updated.
Post
Topic
Board Announcements (Altcoins)
Re: ANN: Paradigm : ML(ai) Contribution (compute) rewards, self-governed network
by
aseio6668
on 26/08/2025, 01:07:58 UTC
This is a test.

Ok, The network and genesis and 'start' is designed so that a developer can do everything with just 1 computer, or device; So I did that; The GitHub should build (I can only test windows , though GitHub is awesome enough to run ubuntu tests by itself to check for Linux errors , so I can manage that to) ;

If you know how to build a rust project, you need rust and cargo, and you run in your terminal (any OS) cargo build --release in the main folder. that should produce a ./target/release with a bunch of stuff.

The directory 'data-dir' is pretty much the directory which should be like 'blockchain data' for bitcoin.  The network should use that to synchronize you with other peers, and those peers with other peers. peers should broadcast to other peers nodes to be stored locally.

At the moment it's just me, So i can provide this ip to connect to, it has a core running .  if you don't want to read the guides (they should be fairly updated) in the GitHub , then you simply use ./paradigm-core --add-node 45.47.177.140

Optionally if you have other IP's you can make a text file then use ./paradigm-core --addnodefile file.txt  > it should try
Now, to get things going, you'll basically need (either from source, or easier, from the GitHub release section of Paradigm , the zip, which should contain paradigm-core.exe , paradigm-wallet.exe, and paradigm-contributor.exe

paradigm-core basically just needs to run to be connected and do things with the wallet (like a bitcoin client running in the background)

paradigm-core wallet has cli functions to check balance, add a wallet, list addresses ( at the moment it loads your last "wallet") which is a combo of your addresses and keys. you can use this also to send to another address, import and export the wallet and private keys

paradigm-miner simply needs to be ran in terminal , and it does its thing. if core is running, and all is well, it should start contributing. its like a miner but it does not solve hashes, it simply helps the network in a lot of ways. so work is constantly being needed by the ai of the network and contributors will be assigned work nonstop.  we can use options (check ./paradigm-miner help ) such as --cpu only, --cpu  - amd metal and nvidia (opencl, cuda) GPU acceleration IS IN THE CONTRIBUTOR - but i cant test them all i only have an Nvidia card.

Optionally you can hook up rigs and more, and there should be ASIC options but i can't test that at all either.

If you want to see the 'logo' and 'banner' i made, and a transparent one for Paradigm, they are in the GitHub's 'media' folder.


Again, this is a real wing at a live release, so you are all my test subject's, or Paradigms test's subjects.


NOTES ON BUILDING: the three core components will build, though if you build everything there should be errors for the paradigm-sdk ; this is a placeholder with some features that I did not expand on but it's basically for developers to make things for PAR ; i

or
  try
  cargo build --release --bin paradigm-core --bin paradigm-wallet --bin paradigm-contributor        

WHAT SHOULD WORK BUT MAY NOT:
./paradigm-core (in term window)
./paradigm-contributor (in term window)
./paradigm-wallet (run once to check things)

THIS REALLY SHOULD WORK AND PROBABLY WILL:
./paradigm-core --addnode 45.47.177.140:8080 --data-dir data-dir (in term window)
./paradigm-contirbutor (in term window)
./paradigm-wallet (run once to check things)

If you want to just connect to yourself, use:
./paradigm-core --addnode 127.0.0.1:8080 --data-dir data-dir (in term window)

Rundown of What you can do:

download release files from GitHub(it should be now paradigm-2.00live.zip , the older ones wont work for this;
(or build them, its the same version) main == 2.00live as of now

Use terminal or whatever method to keep paradigm-core --addnode 45.47.177.140 --data-dir data-dir  .. alive, and if you want to contribute (earn!) , do the same to keep paradigm-contributor running. it will need a --wallet-address argument to know which address to send earned funds to (this is near instant) -> so ./paradigm-wallet to make, check the address you want to use, then ./paradigm-contributor.exe --wallet-address <that PAR address> and it should kickoff.

From there I don't know what will happen.

Also I added deep transparency and security to the chain.  There should be no way for a block explorer, for example; The README.md at GitHub should explain a lot, it should be updated for this version, to.









Post
Topic
Board Announcements (Altcoins)
Re: ANN: Paradigm : ML(ai) Contribution (compute) rewards, self-governed network
by
aseio6668
on 25/08/2025, 18:57:19 UTC
I took a lot of time today to work on updating this project: As of now ->

The source, built, (rust) and the output windows apps, can successfully run the paradigm-core, run the paradigm-contributor (like a miner would work)  and run wallet commands while cores running -> The network to stay alive needs running cores that compare and agree on the correct data-directory (kind of like how bitcoin works) .

Before I launch my own release, If i can ( I do not have access to cloud computers. ) , I want to make some things better;  I should take the time to improve foundation aspects and features before its needed too late; So Security is my main thought, and once I finish that and other stuff, I can try and run a Test network here (though there is no test-net)

If this single launch goes failproof then it could be 'Paradigm PAR' and done.

Though what is working more now is not in 'release' form the Github, I should post next on a final and ready to test (to anyone here at least) to connect to:


Post
Topic
Board Announcements (Altcoins)
Re: ANN: Paradigm : ML(ai) Contribution (compute) rewards, self-governed network
by
aseio6668
on 25/08/2025, 13:02:47 UTC
Much of output of contributor was and may still be for testing (placeholder) . I have been working on different projects but this one as well. Those messages do not distribute the work to anywhere.. yet, you're correct, we would need the 'chain' or an instance of the chain to be live.

 and I am finalizing things still for a instanced launch' Seeing If I can get this done today I may be able to host 2 clients which others will connect to by adding node addresses to the clients , this should kickstart the network provided all testing is finished. 

As pre-mines are always a worry and a suspicion,  I have implemented that the ai governs the max supply and needed coin generation over time so there is no holder of all coins;  This idea actually just came to be and I have some work to do, though We'll see how this goes. My small vision for this is to make this run itself and making things more decentralized.

Although, as of now, the Github is updated , it should be updated again and I can post instructions provided there are no issues until I can launch a working p2p instance. Smiley

Sorry for any misleads or confusion.  Huh

Post
Topic
Board Announcements (Altcoins)
UPDATES!
by
aseio6668
on 22/08/2025, 18:59:03 UTC
Some features in update:

🤖 AI-Powered Governance - Autonomous network decisions and smart contract optimization
🔒 Quantum-Resistant Security - Future-proof cryptography and post-quantum algorithms
⚡ ML Task Processing - Earn PAR tokens by contributing machine learning compute power
🌐 Cross-Chain Interoperability - Bridge to Bitcoin, Ethereum, and other networks
📊 Real-Time Analytics - Comprehensive network monitoring and insights

Also SDK Development; Windows binary releases for demonstration (The wallet, the core, the contributor (like miner but for network/compute work with rewards) ) and guides.
I cannot run my own "Genesis" or startup network of this as a live crypto; So.. I guess you can call this a 'source-code release'.

Repo is still at https://github.com/aseio6668/Paradigm
Post
Topic
Board Announcements (Altcoins)
Topic OP
ANN: Paradigm : ML(ai) Contribution (compute) rewards, self-governed network
by
aseio6668
on 12/08/2025, 01:04:50 UTC
Not a controlled launch however I posted the source on Github.com:
https://github.com/aseio6668/Paradigm

'Paradigm is a revolutionary cryptocurrency that replaces traditional mining with machine learning-based consensus and computational contributions. The network incentivizes users to contribute computational power for ML tasks, autonomous agents, and oracle services.'