Search content
Sort by

Showing 4 of 4 results by ruckard
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [XMG] MAGI | CPU mining | mPoW | mPoS | [MagiPay]
by
ruckard
on 09/04/2025, 20:14:08 UTC
Bro, where are you coming from?
Newbie posting a new wallet on a different git page? Who will trust that?


You have been dormant for 11 years then post an updated wallet. Fishy.

I see that jondow's post was removed.

As you might now I worked on magi-retro for more than 100 hours ( you have them in video XD ).
Some of my work has been picked up by jondow by doing some experiments on his own repos.

In addition to that work he is trying to maintain the wallet updated to newer OS such as Ubuntu 22.04, 24.04 and so on.

Look, given what happened with the xzutils backdoor code I wouldn't download any binary wallet.
I would only build it itself checking what the different new git added commits are doing.

So... I don't advise you to download the binaries but to build them yourself. If builds don't work for you because documentation is not good enough please open an issue.

So this is our software fork of the magi codebase.

I know that jondown tried to apply a commit so that private keys are not controlled by anyone. This is different to the old days where joelao95 was on control of these keys. However he saw some problems with that approach and had to remove it. Hopefully he can reapply that in the future.

I might keep you updated about this non official magi codebase from time to time.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [XMG] MAGI | CPU mining | mPoW | mPoS | [MagiPay]
by
ruckard
on 21/04/2024, 09:07:49 UTC
I am forking MagiCoin all the way up from old PeerCoin codebase.

This is a personal project in order to learn what are the differences between PeerCoin, MagiCoin and all of the altcoins from around that time.

After more than 101 hours of work Magi-Retro project is finally complete.

Magi-Retro project original objective is to recreate the history of Magi coin actual repo but coming from its actual older repo which seems to be peercoin.

Topics:

  • Magi history
  • Magi based on crypto projects source code
  • Random rambles about the project
  • About virtual commits
  • How to create virtual commits
  • How to put all of the commits together
  • Advice on resuming Magi development
  • Media

It would be nice if you could point any new future developer that wants to resume Magi development to Magi-Retro so that all of this work is worth of it.

Thank you!

Donations are welcome (check on the description of the videos linked on Media section) but do not expect me to rebase MagiCoin onto newest Peercoin codebase in return.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [XMG] MAGI | CPU mining | mPoW | mPoS | [MagiPay]
by
ruckard
on 08/12/2022, 15:23:13 UTC
I am forking MagiCoin all the way up from old PeerCoin codebase.

This is a personal project in order to learn what are the differences between PeerCoin, MagiCoin and all of the altcoins from around that time.

The current status (need to be read from right to left) is the following one:

Code:
Bitcoin -( )> Peercoin -( )> Novacoin -(V)> BitGems -(V)> BottleCaps coin -(V)> Graincoin -(V)> Mintcoin -(V)> Ghostcoin -(V)> Whitecoin -(V)> BadgerCoin -(V)> zebrains-x11coin -(V)> atcsecure-x11coin -(V)> Magi coin

Explanation:

- -(V)> : Done.
- -(...)> : Work in progress
- -( )> : Not started.
- -(?)> : Doubts about the possible link.

Feel free to watch me crafting many fake/virtual commits and probably some other related Magi development on Youtube:
Ruckard Smith's Magi Development Playlist

Donations are welcome (check on the video descriptions) but do not expect me to rebase MagiCoin onto newest Peercoin codebase in return.
Post
Topic
Board Announcements (Altcoins)
Merits 2 from 1 user
Re: [ANN] [XMG] MAGI | CPU mining | mPoW | mPoS | [MagiPay]
by
ruckard
on 14/02/2021, 21:20:29 UTC
⭐ Merited by The Frisian (2)
m-wallet version v1.4.7.2 (Alternate Community release)

v1.4.7.2
=============
Downloads:

Source code: https://github.com/ruckard/magi
Source code (branch): https://github.com/ruckard/magi/tree/1.4.7.2

https://github.com/ruckard/magi/releases/tag/v1.4.7.2
https://github.com/ruckard/magi/releases


Linux (AMD64): https://github.com/ruckard/magi/releases/download/v1.4.7.2/m-wallet-1.4.7.2.tar.gz

Block chain download: https://mega.nz/folder/g5AHjA4B#Afc6uCWrmiRfYUo-9QOLwQ



=============
Easy Changelog:
- Updated source code so that it builds in modern GNU/Linux distros
- Updated dns and ip seed nodes so that a custom magi.conf is no longer needed to connect to the current chain




=============
Technical Changelog:
- Add ARM64 support for LevelDB
- OpenSSL 1.1.x support
- Added AARCH64 support for unix (magid)
- Boost 1.66+ support
- Remove C++ 11 literal warnings
- Added AARCH64 support for m-wallet
- New Ruckard release process documented
- Updated dns and ip node seeds. Note: DNS test seeds are not actually deployed but they might be deployed in the future.



=============
Disclaimer:
- This is a community release.
- This is not an official release.
- I am also one of the guys that wouldn't trust a newcomer coming to this forum offering a binary to download. If you don't trust the binary release please check its associated source code (git branch), compare it to the one from the former main developer and build it yourself.
- Feedback is welcomed as I consider this release beta.
- Once I have useful feedback I'll consider building the aarch64 (standard) and aarch64 (mini) versions, probably in someone else's RPI.