Giter Club home page Giter Club logo

Comments (7)

limpbrains avatar limpbrains commented on June 8, 2024

Hi
You need to create Wallet

from cc.models import Wallet

wallet = Wallet.objects.create(
    currency=currency
)

address = wallet.get_address()

This will give you an address to which you can send funds

from django-cc.

nakul-narayanan avatar nakul-narayanan commented on June 8, 2024

Hi @limpbrains , i have already created wallet using django. but i don'nt know how to do transfer. i found a celery task cc.tasks.process_deposit_transacation. but it requires some params like transaction id, how can i get the transaction id . please point ' i'm new to bitcoin :)

from django-cc.

limpbrains avatar limpbrains commented on June 8, 2024

You need to send bitcoins to address, celery will find this new deposit transaction for you and increase the balance
You don't need to create deposit transaction by hands, it will be created automatically

from django-cc.

nakul-narayanan avatar nakul-narayanan commented on June 8, 2024

How to can i send the bitcoin to that address ? through django or bitcoin qt ?

from django-cc.

limpbrains avatar limpbrains commented on June 8, 2024

bitcoin qt, or any other bitcoin wallet

from django-cc.

nakul-narayanan avatar nakul-narayanan commented on June 8, 2024

can i send the bitcoin using django? i can see some methods in Wallet model

from django-cc.

limpbrains avatar limpbrains commented on June 8, 2024

Yes, you can use wallet.withdraw
But it doesn't make sense, deposit transaction should income outside of django app
Imagine you are building web wallet app for users. They can create a wallet, deposit funds using their local bitcoin wallet. And withdraw them, when needed.

from django-cc.

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.