Bitcoin Forum
April 24, 2024, 07:26:36 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Help with my tiny wallet?  (Read 110 times)
ilovecoins2014 (OP)
Newbie
*
Offline Offline

Activity: 18
Merit: 2


View Profile
February 20, 2018, 02:23:35 AM
 #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?
1713943596
Hero Member
*
Offline Offline

Posts: 1713943596

View Profile Personal Message (Offline)

Ignore
1713943596
Reply with quote  #2

1713943596
Report to moderator
1713943596
Hero Member
*
Offline Offline

Posts: 1713943596

View Profile Personal Message (Offline)

Ignore
1713943596
Reply with quote  #2

1713943596
Report to moderator
1713943596
Hero Member
*
Offline Offline

Posts: 1713943596

View Profile Personal Message (Offline)

Ignore
1713943596
Reply with quote  #2

1713943596
Report to moderator
In order to achieve higher forum ranks, you need both activity points and merit points.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713943596
Hero Member
*
Offline Offline

Posts: 1713943596

View Profile Personal Message (Offline)

Ignore
1713943596
Reply with quote  #2

1713943596
Report to moderator
1713943596
Hero Member
*
Offline Offline

Posts: 1713943596

View Profile Personal Message (Offline)

Ignore
1713943596
Reply with quote  #2

1713943596
Report to moderator
HCP
Legendary
*
Offline Offline

Activity: 2086
Merit: 4316

<insert witty quote here>


View Profile
February 20, 2018, 07: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.

█████████████████████████
████▐██▄█████████████████
████▐██████▄▄▄███████████
████▐████▄█████▄▄████████
████▐█████▀▀▀▀▀███▄██████
████▐███▀████████████████
████▐█████████▄█████▌████
████▐██▌█████▀██████▌████
████▐██████████▀████▌████
█████▀███▄█████▄███▀█████
███████▀█████████▀███████
██████████▀███▀██████████
█████████████████████████
.
BC.GAME
▄▄░░░▄▀▀▄████████
▄▄▄
██████████████
█████░░▄▄▄▄████████
▄▄▄▄▄▄▄▄▄██▄██████▄▄▄▄████
▄███▄█▄▄██████████▄████▄████
███████████████████████████▀███
▀████▄██▄██▄░░░░▄████████████
▀▀▀█████▄▄▄███████████▀██
███████████████████▀██
███████████████████▄██
▄███████████████████▄██
█████████████████████▀██
██████████████████████▄
.
..CASINO....SPORTS....RACING..
█░░░░░░█░░░░░░█
▀███▀░░▀███▀░░▀███▀
▀░▀░░░░▀░▀░░░░▀░▀
░░░░░░░░░░░░
▀██████████
░░░░░███░░░░
░░█░░░███▄█░░░
░░██▌░░███░▀░░██▌
░█░██░░███░░░█░██
░█▀▀▀█▌░███░░█▀▀▀█▌
▄█▄░░░██▄███▄█▄░░▄██▄
▄███▄
░░░░▀██▄▀


▄▄████▄▄
▄███▀▀███▄
██████████
▀███▄░▄██▀
▄▄████▄▄░▀█▀▄██▀▄▄████▄▄
▄███▀▀▀████▄▄██▀▄███▀▀███▄
███████▄▄▀▀████▄▄▀▀███████
▀███▄▄███▀░░░▀▀████▄▄▄███▀
▀▀████▀▀████████▀▀████▀▀
aplistir
Full Member
***
Offline Offline

Activity: 378
Merit: 197



View Profile
February 20, 2018, 11: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.

My Address: 121f7zb2U4g9iM4MiJTDhEzqeZGHzq5wLh
jackg
Copper Member
Legendary
*
Offline Offline

Activity: 2856
Merit: 3071


https://bit.ly/387FXHi lightning theory


View Profile
February 20, 2018, 12:59:06 PM
 #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.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!