Bitcoin Forum

Other => Archival => Topic started by: Fiiasco-Exalt on May 03, 2015, 05:04:10 PM



Title: Help Me Plz?
Post by: Fiiasco-Exalt on May 03, 2015, 05:04:10 PM
Can someone give me a  code that will show the number of transactions an address has received   and also update by itself when  it recieves another transaction. 

Also if possible(optional)    if  the counter could stop and say a message when it has  received a certain  amount of  transactions. ex. when a specifi address  reaches  100 transactions  it  stops counting and  the counter  gets  replaced  by  a text  or  something.


Title: Re: Help Me Plz?
Post by: Skunk Fu on May 03, 2015, 05:53:35 PM
Can someone give me a  code that will show the number of transactions an address has received   and also update by itself when  it recieves another transaction. 

Also if possible(optional)    if  the counter could stop and say a message when it has  received a certain  amount of  transactions. ex. when a specifi address  reaches  100 transactions  it  stops counting and  the counter  gets  replaced  by  a text  or  something.

Do you know how to code at all or do you want a ready made solution?


Title: Re: Help Me Plz?
Post by: Fiiasco-Exalt on May 03, 2015, 06:18:39 PM
Can someone give me a  code that will show the number of transactions an address has received   and also update by itself when  it recieves another transaction.  

Also if possible(optional)    if  the counter could stop and say a message when it has  received a certain  amount of  transactions. ex. when a specifi address  reaches  100 transactions  it  stops counting and  the counter  gets  replaced  by  a text  or  something.

Do you know how to code at all or do you want a ready made solution?

I myself am not an expert in coding so if you can give a ready made solution it would be great but anything that would help me in a way would be okay


Title: Re: Help Me Plz?
Post by: Skunk Fu on May 03, 2015, 06:27:00 PM
Can someone give me a  code that will show the number of transactions an address has received   and also update by itself when  it recieves another transaction.  

Also if possible(optional)    if  the counter could stop and say a message when it has  received a certain  amount of  transactions. ex. when a specifi address  reaches  100 transactions  it  stops counting and  the counter  gets  replaced  by  a text  or  something.

Do you know how to code at all or do you want a ready made solution?

I myself am not an expert in coding so if you can give a ready made solution it would be great but anything that would help me in a way would be okay

I can't help you there unfortunately.
Just be careful of any ready made solutions presented to you.
Ask for the source code, not the executable.
Find someone to have a look at the code for you and confirm all is cool.
Then you can compile it your self.
 

A bounty (of course) would help you get results  ;)
No bounty, maybe no results


Title: Re: Help Me Plz?
Post by: PremiumCodeX on May 03, 2015, 07:06:56 PM
The code you are asking for reminds me of someone's request I read somewhere. Even though the one who had requested has paid for it but if I remember correctly, the code has later been made open-source and a simple documentation has been added to it too. I am not an expert but people who seemed to be that tested and have confirmed it as a reliable code. You could look around and update your thread when you find it so others could find it easily.

In other case, you always could offer a certain amount of cash to someone to write it for you or if you have the time, it is something you could personally write with some effort using the information you can get online even if you are not an expert coder.

However, this last option necessitates time and true effort so if you are unsure, I recommend the first one.


Title: Re: Help Me Plz?
Post by: tspacepilot on May 04, 2015, 08:35:36 PM
I can certainly write this for you but at the moment your request is too vague.  Do you want an html page with javascript?  Do you want a command-line program?  Etc ...?

Why not PM me and offer some BTC :)


Title: Re: Help Me Plz?
Post by: hexafraction on May 04, 2015, 08:39:09 PM
If you want a Java solution (GUI, webpage, or CLI), I can do this. I will provide source code and compiled binary (available publicly so that it can be verified to be safe)


Title: Re: Help Me Plz?
Post by: Fiiasco-Exalt on May 04, 2015, 10:19:47 PM
No im fine I found A soloution myself imma move the topic to arcival now


Title: Re: Help Me Plz?
Post by: Vod on May 05, 2015, 01:29:58 AM
No im fine I found A soloution myself imma move the topic to arcival now

Wow - why wouldn't you post the solution to benefit all those who may look for it in the future?   :-\


Title: Re: Help Me Plz?
Post by: Fiiasco-Exalt on May 05, 2015, 01:44:26 AM
No im fine I found A soloution myself imma move the topic to arcival now

Wow - why wouldn't you post the solution to benefit all those who may look for it in the future?   :-\
Oh I Just used Iframe to display the  number which  was  shown  on another site