Bitcoin Forum
April 19, 2024, 07:44:09 PM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Looking for programmer to add Pecunix GAU to bitcoin central  (Read 2467 times)
jgarzik (OP)
Legendary
*
Offline Offline

Activity: 1596
Merit: 1091


View Profile
January 26, 2011, 10:32:49 PM
 #1


I'll offer 500 BTC to the person or group that contributes working Pecunix GAU support to bitcoin-central open source project.


Jeff Garzik, Bloq CEO, former bitcoin core dev team; opinions are my own.
Visit bloq.com / metronome.io
Donations / tip jar: 1BrufViLKnSWtuWGkryPsKsxonV2NQ7Tcj
1713555849
Hero Member
*
Offline Offline

Posts: 1713555849

View Profile Personal Message (Offline)

Ignore
1713555849
Reply with quote  #2

1713555849
Report to moderator
"I'm sure that in 20 years there will either be very large transaction volume or no volume." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713555849
Hero Member
*
Offline Offline

Posts: 1713555849

View Profile Personal Message (Offline)

Ignore
1713555849
Reply with quote  #2

1713555849
Report to moderator
1713555849
Hero Member
*
Offline Offline

Posts: 1713555849

View Profile Personal Message (Offline)

Ignore
1713555849
Reply with quote  #2

1713555849
Report to moderator
Binford 6100
Hero Member
*****
Offline Offline

Activity: 504
Merit: 500


PGP OTC WOT: EB7FCE3D


View Profile
January 26, 2011, 11:39:40 PM
 #2

please specify:

currently BC (bitcoin-central) supports only free trading
if there are matching buy/sell trade orders, they are mutualy satisfied, balances changed and the site operator has 0 % revenue

Q1: do you accept this behavior or how to you want to control transaction fees?
Q2: if fees yes, do you want a global fee applicable to all supported currencies?
Q3: do you want a fee per currency, default fee applicable if currency fee not selected or not known yet (p.ex. after currency added but the fee for transactions in that currency not specified yet)?
Q4: if fees yes, do you want to charge them in BTC or in the currency of transction?

Q5: currently BC only allows funded transactions. how would you update PecGAU balances of funded accounts?
(hint manually, pecunix api)
are you familiar with the fact that there is one wallet per currency and the balances are stored in a database?
is that in line with your imagination of pecunix support?

please discuss

You can't build a reputation on what you are going to do.
jgarzik (OP)
Legendary
*
Offline Offline

Activity: 1596
Merit: 1091


View Profile
January 27, 2011, 12:23:44 AM
 #3

please specify:

currently BC (bitcoin-central) supports only free trading
if there are matching buy/sell trade orders, they are mutualy satisfied, balances changed and the site operator has 0 % revenue

Q1: do you accept this behavior or how to you want to control transaction fees?
Q2: if fees yes, do you want a global fee applicable to all supported currencies?
Q3: do you want a fee per currency, default fee applicable if currency fee not selected or not known yet (p.ex. after currency added but the fee for transactions in that currency not specified yet)?
Q4: if fees yes, do you want to charge them in BTC or in the currency of transction?

Q5: currently BC only allows funded transactions. how would you update PecGAU balances of funded accounts?
(hint manually, pecunix api)
are you familiar with the fact that there is one wallet per currency and the balances are stored in a database?
is that in line with your imagination of pecunix support?

That's over-thinking the problem.  Simply expressed, duplicate existing LRUSD support for Pecunix GAU, using Pecunix's API rather than LR's API.  PGAU balance will appear beside LRUSD, and BTC/PGAU may be traded as BTC/LRUSD are traded now.

Jeff Garzik, Bloq CEO, former bitcoin core dev team; opinions are my own.
Visit bloq.com / metronome.io
Donations / tip jar: 1BrufViLKnSWtuWGkryPsKsxonV2NQ7Tcj
Binford 6100
Hero Member
*****
Offline Offline

Activity: 504
Merit: 500


PGP OTC WOT: EB7FCE3D


View Profile
January 27, 2011, 12:55:13 AM
 #4

That's over-thinking the problem.  Simply expressed, duplicate existing LRUSD support for Pecunix GAU, using Pecunix's API rather than LR's API.  PGAU balance will appear beside LRUSD, and BTC/PGAU may be traded as BTC/LRUSD are traded now.

OK, thanks, that would answer Q1 - no fees, Q2..Q4 n/a,
Q5 - replace LR API with Pecunix's API (to display Pecunix balance)
i won't code it, do not know Ruby yet but someone might start right away.

You can't build a reputation on what you are going to do.
davout
Legendary
*
Offline Offline

Activity: 1372
Merit: 1007


1davout


View Profile WWW
January 27, 2011, 08:36:48 AM
 #5

A challenger appears.

To what precision are gg usually traded ?

ducki2p
Jr. Member
*
Offline Offline

Activity: 34
Merit: 1



View Profile WWW
January 27, 2011, 09:07:50 AM
 #6

Per their API documentation [1]  amounts may be to an accuracy of 4 decimal places.

Keep in mind that Pecunix has disabled its API for outgoing payments since 2008-ish. To automate this you'd have to do some screenscraping and resolve their (simple) Captcha.

[1] http://info.pecunix.com/Pecunix_pri.htm
davout
Legendary
*
Offline Offline

Activity: 1372
Merit: 1007


1davout


View Profile WWW
January 27, 2011, 09:43:03 AM
 #7

Per their API documentation [1]  amounts may be to an accuracy of 4 decimal places.

Keep in mind that Pecunix has disabled its API for outgoing payments since 2008-ish. To automate this you'd have to do some screenscraping and resolve their (simple) Captcha.

[1] http://info.pecunix.com/Pecunix_pri.htm
Do you mean that they don't have an SCI ?

jgarzik (OP)
Legendary
*
Offline Offline

Activity: 1596
Merit: 1091


View Profile
January 27, 2011, 09:54:02 AM
 #8

Per their API documentation [1]  amounts may be to an accuracy of 4 decimal places.

Keep in mind that Pecunix has disabled its API for outgoing payments since 2008-ish. To automate this you'd have to do some screenscraping and resolve their (simple) Captcha.

[1] http://info.pecunix.com/Pecunix_pri.htm
Do you mean that they don't have an SCI ?

PRI == SCI, at Pecunix.

Thus, bitcoin central PGAU deposits can be automated, but bitcoin central PGAU withdrawals require you to manually login to their website and issue payments.

Jeff Garzik, Bloq CEO, former bitcoin core dev team; opinions are my own.
Visit bloq.com / metronome.io
Donations / tip jar: 1BrufViLKnSWtuWGkryPsKsxonV2NQ7Tcj
davout
Legendary
*
Offline Offline

Activity: 1372
Merit: 1007


1davout


View Profile WWW
January 27, 2011, 11:01:14 AM
 #9

Ok, so that just means PGAU withdrawals will be manual

davout
Legendary
*
Offline Offline

Activity: 1372
Merit: 1007


1davout


View Profile WWW
February 01, 2011, 10:09:26 PM
 #10

done!

See here

jgarzik, you should confirm your BC account number so I can credit you the gold I used for testing.

jgarzik (OP)
Legendary
*
Offline Offline

Activity: 1596
Merit: 1091


View Profile
February 01, 2011, 11:43:14 PM
 #11

I consider the bounty paid.  I donated 2 GAU to davout and bitcoin-central, now that Pecunix GAU is supported there for trading.

Jeff Garzik, Bloq CEO, former bitcoin core dev team; opinions are my own.
Visit bloq.com / metronome.io
Donations / tip jar: 1BrufViLKnSWtuWGkryPsKsxonV2NQ7Tcj
davout
Legendary
*
Offline Offline

Activity: 1372
Merit: 1007


1davout


View Profile WWW
February 02, 2011, 10:08:05 AM
 #12

PM sent

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!