Code Monkey home page Code Monkey logo

Comments (4)

tarix avatar tarix commented on September 26, 2024

It's non-trivial. Note this is all based on Bitcoin so if the alt-coin fork has moved things you need to ask them.

:magic_head = pchMessageStart in main.cpp
:address_version = PUBKEY_ADDRESS in base58.h
:p2sh_version = SCRIPT_ADDRESS in base58.h
:privkey_version is hidden in CBitcoinSecret (base58.h) -> SetSecret -> SetData( [privkey_version_here!], foo, bar )

from bitcoin-ruby.

indirect avatar indirect commented on September 26, 2024

We got at least some of it working so far, anyway: indirect@36d6ae7#commitcomment-4923865

Thanks for your help, too!

On Sat, Dec 21, 2013 at 10:12 PM, mikem [email protected] wrote:

It's non-trivial. Note this is all based on Bitcoin so if the alt-coin fork has moved things you need to ask them.
:magic_head = pchMessageStart in main.cpp
:address_version = PUBKEY_ADDRESS in base58.h
:p2sh_version = SCRIPT_ADDRESS in base58.h

:privkey_version is hidden in CBitcoinSecret (base58.h) -> SetSecret -> SetData( [privkey_version_here!], foo, bar )

Reply to this email directly or view it on GitHub:
#49 (comment)

from bitcoin-ruby.

mhanne avatar mhanne commented on September 26, 2024

Any progress on this? Somebody got a useable (even if incomplete due to missing scrypt check) version?

from bitcoin-ruby.

mhanne avatar mhanne commented on September 26, 2024

Well, it looks like we support dogecoin now
https://github.com/lian/bitcoin-ruby/blob/master/lib/bitcoin.rb#L697
https://github.com/lian/bitcoin-ruby/blob/master/lib/bitcoin/dogecoin.rb

If there are any problems, please open a new issue.

from bitcoin-ruby.

Related Issues (20)

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.