Author

Topic: Help with my tiny wallet? (Read 128 times)

copper member
Activity: 2856
Merit: 3071
https://bit.ly/387FXHi lightning theory
February 20, 2018, 08:59:06 AM
#4
Since my coding abilities are very limited, I want to hire a professional coder who can teach me how to code a simple SPV wallet generating the QR code of a raw unsigned transaction composed of:
. One Sending Address
. Three Receiving Addresses
. Modular mining fees.

Anyone interested?

It's probably something that's very simple to try and do yourself.
If you use a language like Python, you only really need the blockchain.info API (to pull input scripts) and the bitcointools library to generate addresses, sign and broadcast transactions also. Unless you're hoping to use segwit in which case, it becomes a bit more difficult as a lot of systems are now out of date but can still deal with legacy transactions.
full member
Activity: 378
Merit: 197
February 20, 2018, 07:42:15 AM
#3
Since my coding abilities are very limited, I want to hire a professional coder who can teach me how to code a simple SPV wallet generating the QR code of a raw unsigned transaction composed of:
. One Sending Address
. Three Receiving Addresses
. Modular mining fees.

The hardest part in making a light wallet is that it needs to get the needed info of current blockchain from somewhere. Electrum solves this by having servers that maintain a copy of the full blockchain

Here is some info of how to make the unsigned transaction and signing it.
http://www.righto.com/2014/02/bitcoins-hard-way-using-raw-bitcoin.html

for generating QR-codes you can use qrencode. It is a simple interface for generating QR-codes.
HCP
legendary
Activity: 2086
Merit: 4318
February 20, 2018, 03:21:30 AM
#2
Maybe go and browse through the "Services" board (https://bitcointalk.org/index.php?board=52.0) and see if you can find any suitable coders there looking for work...

Failing that, I'd suggest trying one of the "freelancer" type websites like freelancer.com, upwork.com etc.
newbie
Activity: 18
Merit: 2
February 19, 2018, 10:23:35 PM
#1
Since my coding abilities are very limited, I want to hire a professional coder who can teach me how to code a simple SPV wallet generating the QR code of a raw unsigned transaction composed of:
. One Sending Address
. Three Receiving Addresses
. Modular mining fees.

Anyone interested?
Jump to: