2424
Discussion about Bitcoin development http://bitcoincore.org http://github.com/bitcoin/bitcoin http://twitter.com/BitcoinCoreOrg List in: @Crypto @CryptoCurrencies Rules: All participants require username & image set No altcoin/ICO discussion or promo
Why would it be hard, who would be against such an "improvement"? does it take away from Satoshi's pure code if we make it more appealing/user friendly?
Читать полностью…
i think core itself kinda wants to be a an industrial piece of software - of course that doesn't mean the ui needs to be ugly, but i would asume it would be an uphill battle to get full integration for new UI
Читать полностью…
once its fully featured you might go back and seek its full integration
Читать полностью…
So you are basically saying, it would indeed be a good idea to make a fork, and then make that fork the normie fork (But still full node, non custodial like core)
Читать полностью…
Hi everyone, I have an idea that will help the bitcoin community and all its users. I want to build a much more user friendly interface for bitcoin core. Some people would call it "normie" but really is so bitcoin core can compete with all other wallets (while remaining the best non custodial). I do not want to fork bitcoin core, ideally it should allow people to choose whether to use the "New UI" or "Classic UI" (today's).
I will use my connections and everything to do it, and at first I will make a test version and post it here and github and see what you think. Ideally we should integrate it inside bitcoin core and NOT fork it. I am open to all suggestions and here for feedback before I go ahead with it
https://cryptodaily.co.uk/2021/01/bitcoin-miners-blackouts-iran
Читать полностью…
Don't know how that's relevant though, no one's looking for a contractor for documentary
Читать полностью…
Warning about an individual operating within the bitcoin community who scammed the DASH Treasury out of a significant amount of money to produce a documentary that never materialised and then went on to sell the footage he had filmed for the documentary to other outlets such as bloxlive
Search for "Tom Mckerrow Bitcointalk"
before I implement and fail a few times is there a suggested python package for the needs above? maybe jgarzik/python-bitcoinrpc ?
Читать полностью…
You can also go here @crypto for other coins including bitshares and @litecoin
Читать полностью…
you are a new user, bots don't like new users pasting links
Читать полностью…
hi, I'm litepresence. I've been involved in crypto scene since mtgox days. I'm a python dev. most of my early work was algo trading bots / exchange connectivity and such. recently I began dev'ing a gateway for BitShares.
Читать полностью…
It is ugly right now. That's exactly what I meant, to make a NICE industrial design
Читать полностью…
Okay, this fork would have:
- Hardware wallet integration
- Max speed throttling
- cold storage multisig BlueMachine 😂
- Secure auto-updates
bitcoin core needs to add cold storage multisig into the GUI, that is the most important thing.
Читать полностью…
Not sure what the process would be to convince core devs to have alternative ui as first class citizen; you probably need code first before they would take you seriously.
If we are talking normie core version, i would like to see one installed over stores (more secure binary delivery for normies to not miss the update links or get phished into updating via malware site)
Second i would like to see UI exposed setting to reduce network resources (i guess reduce the number of peers, if there is no better way), because currently core just kills the net for many people, if they run it in the background like they do with torrent software.
Third, a good hardware wallets integration.
haha yes indeed there are so many bitcoin documentaries now !
Читать полностью…
btw you can find my gateway at github litepresence/Graphene-Python-Gateway
Читать полностью…
to begin with I've done a cursory overview of some of the python packages already available. What I need is to make RPC to the bitcoind node and get current block number then be able to read the block and parse the data. I also need to be able to send a tx and potentially create new accounts all via python.
Читать полностью…
hence hi, I'm here... and may have some questions
Читать полностью…
The deposit gateway is a 24/7 falconframework(dot)org API server, which the client will approach via JSON. Upon request for a deposit address, it launches an foreign chain block operation listener. The listener will await an incoming transfer of foreign chain coins from the client, until timeout. Upon "hearing" the transfer, the BitShares/Graphene side auto issues a respective UIA.
The withdrawal side is a 24/7 BitShares/Graphene block operation listener, which upon hearing an incoming UIA deposit - with a memo containing a withdrawal address, it automatically withdraws the matching foreign chain asset to the client's account.
Both Deposit and Withdrawal functions for all gateway assets run concurrently in a single terminal leveraging python multiprocessing and are thus built to handle multiple clients simultaneously.
Currently gateway tokenization of the following coins are supported:
EOSIO - EOS
Ripple - XRP
and its cost ensures there is no multiple valid histories, making nodes job quite easy to pick a chain that would most probably win
Читать полностью…