Skip to content

The Trustfree.Market windows GUI companion app that listens for transactions to the Escrow address and alerts the Website in real-time using long-polling or websockets. Also shows incoming transactions to old bitcoin addresses and shows network stats.

Notifications You must be signed in to change notification settings

firepacket/BTCNotifySvc-TrustfreeMarket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BTCNotifySvc the TrustfreeMarket companion Service app!

The Trustfree.Market windows GUI companion app that listens for transactions to the Escrow address and alerts the Website by calling a local-only API causing the site to alert users in real-time using long-polling or websockets. Also shows incoming transactions to old bitcoin addresses and shows network stats.

GUI

When an Escrow is created between two parties, it uses a Named Pipe to send the information to this service which listens to any Bitcoin Node for transactions to the escrow addresss.

When it sees a transaction to the escrow addreess, it will notify the website at the URL provided giving the website user real-time responses.

Payments should be instant!

As soon as the buyer sends their payment, this app will see it and the site will respond to both the buyer and the seller telling them their next steps.

The site can be used without this by using other services, but this is a nice and easy way to keep the site fully responsive if you host your own node.

It is based off BitcoinSharp which is a C# port of BitcoinJ. I have fixed most of the bugs and this app appears to work well for me in testing.

It also allows you to inject fake transactions to simulate payment for website testing.

Please ask any questions you might have about how to use this service with trustfree market! This application WAS working as intended with the open source version of the application posted here! There may have been a few changes since then that no longer make it compatible. If it's not working for you, please let me know and I will fix!

About

The Trustfree.Market windows GUI companion app that listens for transactions to the Escrow address and alerts the Website in real-time using long-polling or websockets. Also shows incoming transactions to old bitcoin addresses and shows network stats.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published