You are here

Portable Peercoin?

3 posts / 0 new
Last post
sprite1308
Offline
Last seen: 10 years 4 months ago
Joined: 2014-07-04 06:41
Portable Peercoin?

This is something I know probably will not happen for some time. If I was a coder I'd do it myself, however, but I can be taught. Can someone walk me through building a sample program? Also. The request is as follows:

Peercoin

Peercoin.exe from peercoin.net

If there existed something to the tune of multi bit for this coin, I could see this happening. The block chain as of this point is not as big as bitcoin, so that is a plus. Building one with the block chain included each round would be something I could put some time into, if someone was to let me know how difficult it is to do/what steps are involved etc. The open source files are available on github at:

https://github.com/ppcoin/ppcoin

I also realize this can't be done for each coin that pops up, however peer coin is well known and in the top 5 coins at the moment. Again I am a good learner, so please let me know what is involved, thank you.

bill_gagliardi
bill_gagliardi's picture
Offline
Last seen: 7 months 3 weeks ago
Joined: 2008-11-05 22:44
Food for thought

As I understand it, all of the e-currencies (Bitcoin, Litecoin, Peercoin, Dogecoin, etc.) are pretty much cloned off the original Bitcoin client. They usually (but not always) only have a few differences (like changing Bitcoin to Peercoin or whatever coin in the source).

Several people here have done the official Bitcoin client a while back. It is outdated, but is simple to update. I know this is not what you want, but bear with me. I get long winded. Smile Just download the latest Bitcoin ZIP and extract it into \PortableApps\BitCoinPortable\App\BitCoin overwriting what is there. If you can't find the PAF versions floating around, let me know. I have 2 from 2 different devs. I've also taken one and undated it myself to the current version.

Usually, when you want to swap Bitcoin for another official client, you would need to do the following.

  1. Rename \PortableApps\BitCoinPortable to \PortableApps\PeerCoinPortable
  2. Rename \PortableApps\PeerCoinPortable\App\BitCoin to \PortableApps\PeerCoinPortable\App\PeerCoin
  3. Rename\PortableApps\PeerCoinPortable\App\AppInfo\Launcher\BitCoinPortable.ini to \PortableApps\PeerCoinPortable\App\AppInfo\Launcher\PeerCoinPortable.ini and open it with a text editor
  4. in the text editor, change all references to Bitcoin to Peercoin, save it and exit.
  5. Open up \PortableApps\PeerCoinPortable\App\AppInfo\appinfo.ini in a text editor. Change all references to Bitcoin to Peercoin.
  6. In the section that says [Version], change both lines to the current version of Peercoin (or whatever coin you are using), save and exit
  7. Replace the contents of \PortableApps\PeerCoinPortable\App\PeerCoin with the Peercoin client
    Rename \PortableApps\PeerCoinPortable\Data\BitCoinWallet to \PortableApps\PeerCoinPortable\Data\PeerCoinWallet, delete everything in here, and copy your Peercoin wallet into this directory. You can skip copying your wallet if you plan on sharing that PAF file
  8. You will need to run the PA Launcher, to create the portable launcher, then PA Installer, if you want to create a PAF of your work, in that order.

One thing to keep in mind is that there will probably be some additional changes that *may* need to be taken into account because of the POS (Proof of Stake) of this coin. I would have no idea what would need to be done, or how to do that. The above process does work for Bitcoin or Altcoin variants. A few of the coin developers have made extensive modifications to their source code, so a few coins may need more done.

I hope this reply helps, and is clear enough. Feel free to ask if I need to explain more. Good luck, and peace...

Bill G.
Frozen St. Paul, MN
land of the frozen mosquito

Timelord2067
Offline
Last seen: 8 years 6 months ago
Joined: 2012-02-14 18:37
ONLY RUN THE BAT FILE - peercoin-qt.exe -datadir=%~dp0

Just posted this over in another forum post...

Found this : http://worldcoin.global/blog/guide-to-creating-a-usb-stick-worldcoin-wal... ages ago (link broken and Archive.Org missed trawling it)

Basically, copy all the exe dir and the C:\Users\(blah)\AppData\Roaming\PeerCoin into one directory (ie combine the two directories)

and then add a bat file thus:

PeerCoin.bat

peercoin-qt.exe -datadir=%~dp0

Then ONLY RUN THE BAT FILE (clicking on the EXE will cause a new wallet to be created) which can be launched from FreeCommander XE .

Log in or register to post comments