Coder Social home page Coder Social logo

How to support Feathercoin? about stacks-core HOT 2 CLOSED

cqtenq avatar cqtenq commented on May 21, 2024
How to support Feathercoin?

from stacks-core.

Comments (2)

muneeb-ali avatar muneeb-ali commented on May 21, 2024

You're right that given that FTC has support for OP_RETURN, it's possible to support Blockstore on top of FTC. However, keep in mind that the "virtual blockchain" (see this) on FTC will not be the same as the "virtual blockchain" on BTC (unless everyone is broadcasting the exact same name_ops on the FTC blockchain as well). You can think of this as creating a parallel universe (or a parallel chat channel) that no one is really using because we expect most people to use the BTC blockchain for now.

Are you trying to create new namespace(s) on top of FTC using Blockstore?

On a separate note, it's probably a good idea to start embedding the Merkle tree root hash of the blockstore namespace in other alt-coin blockchains periodically, but this is different from broadcasting all name_ops on an alt-coin.

from stacks-core.

jcnelson avatar jcnelson commented on May 21, 2024

Hi @cqtenq,

The problem you were encountering was due to a now-fixed bug in pybitcoin, whereby pybitcoin did not properly handle compressed WIF-encoded keys. Creating a private key as follows works for me:

>>> import pybitcoin
>>> pybitcoin.BitcoinPrivateKey("N876Ywf8bL5JWMPbHvjHP2AaSF1Ap8Wg4qAn9AAiQbmYFWPh2vqe")
<pybitcoin.privatekey.BitcoinPrivateKey instance at 0x7fc3e8f5de60>
>>> 

I'm closing this issue for lack of activity. Please re-open if you encounter this problem again.

-Jude

from stacks-core.

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.