flatfly
Legendary
Offline
Activity: 1092
Merit: 1016
760930
|
|
January 29, 2014, 07:14:02 AM |
|
|
|
|
|
empoweoqwj
|
|
January 29, 2014, 10:12:46 AM |
|
What do you mean by "no comment" ? Isn't the fiddle kinda what you're looking for Totally !! Thanks for the hint ! I'll play with that ! Thanks ! I'm totally lost where this thread has headed ...
|
|
|
|
|
Cryptolator (OP)
|
|
January 29, 2014, 04:12:36 PM |
|
What do you mean by "no comment" ? Isn't the fiddle kinda what you're looking for Totally !! Thanks for the hint ! I'll play with that ! Thanks ! I'm totally lost where this thread has headed ... Why ? The solution he gave me is working fine...
|
|
|
|
Cryptolator (OP)
|
|
January 29, 2014, 04:13:44 PM |
|
This option does not work, the value given is not the one I'm looking for...
|
|
|
|
Cryptolator (OP)
|
|
January 29, 2014, 04:14:36 PM |
|
This option does not work, the value given is not the one I'm looking for...
|
|
|
|
bitpop
Legendary
Offline
Activity: 2912
Merit: 1060
|
|
January 29, 2014, 04:17:10 PM |
|
This option does not work, the value given is not the one I'm looking for... Then you need to be more open minded and pay us to work.
|
|
|
|
Cryptolator (OP)
|
|
January 29, 2014, 04:25:41 PM |
|
This option does not work, the value given is not the one I'm looking for... Then you need to be more open minded and pay us to work. In fact, this option is working: http://jsfiddle.net/thinkloop/XW9AF/I'm playing with it right now, but, yes, I'll probably pay someone here if he can do what I want, I've already paid another member here for another project, so I guess that I am already "open minded"
|
|
|
|
bitpop
Legendary
Offline
Activity: 2912
Merit: 1060
|
|
January 29, 2014, 04:30:56 PM |
|
This option does not work, the value given is not the one I'm looking for... Then you need to be more open minded and pay us to work. In fact, this option is working: http://jsfiddle.net/thinkloop/XW9AF/I'm playing with it right now, but, yes, I'll probably pay someone here if he can do what I want, I've already paid another member here for another project, so I guess that I am already "open minded" How exactly is that not working?
|
|
|
|
Cryptolator (OP)
|
|
January 29, 2014, 04:37:57 PM Last edit: January 29, 2014, 04:57:27 PM by Cryptolator |
|
This option does not work, the value given is not the one I'm looking for... Then you need to be more open minded and pay us to work. In fact, this option is working: http://jsfiddle.net/thinkloop/XW9AF/I'm playing with it right now, but, yes, I'll probably pay someone here if he can do what I want, I've already paid another member here for another project, so I guess that I am already "open minded" How exactly is that not working? Like I said, it Is working. But to be clear on what I need I'll be more specific. I want to have a list of address on a website, and you'll have three possible states for each of the address: "not funded" , "partially funded" and "fully funded", those states will be based on a predefined value, for exemple, "1 bitcoin" so it will need a database that will contain the address and value. Ideally I would like to be able to have a search box where I can enter the first 8 char of the address and list the full address and the states. Hope that make my intentions clearer !
|
|
|
|
rnp
Member
Offline
Activity: 65
Merit: 10
Bullish on BitCoins
|
|
January 29, 2014, 04:43:24 PM |
|
I've been playing around trying to make it Client-Side here: http://rabidnerd.com/bitcoin/coinbalance.phpOnly BTC works because the others don't have CORS enabled (even Litecoin)... It's incredibly messy right now with comments and such.. And really is very early. Obviously Bitcoin doesn't exactly work this way, wallet balance is more valuable than address balance, but I was bored. Very cool jsFiddle btw.. For some reason I couldn't get the JSON to work (I think I tried before I put the CORS), so I went old-school and parsed it. I also did the received-sent in order to try to get it to work on other currencies.. But without CORS they're useless.
|
|
|
|
thinkloop
Newbie
Offline
Activity: 41
Merit: 0
|
|
January 29, 2014, 07:08:17 PM Last edit: January 29, 2014, 08:01:32 PM by thinkloop |
|
This option does not work, the value given is not the one I'm looking for... Then you need to be more open minded and pay us to work. In fact, this option is working: http://jsfiddle.net/thinkloop/XW9AF/I'm playing with it right now, but, yes, I'll probably pay someone here if he can do what I want, I've already paid another member here for another project, so I guess that I am already "open minded" How exactly is that not working? Like I said, it Is working. But to be clear on what I need I'll be more specific. I want to have a list of address on a website, and you'll have three possible states for each of the address: "not funded" , "partially funded" and "fully funded", those states will be based on a predefined value, for exemple, "1 bitcoin" so it will need a database that will contain the address and value. Ideally I would like to be able to have a search box where I can enter the first 8 char of the address and list the full address and the states. Hope that make my intentions clearer ! Cryptolator are you trying to spread out your btc in 1 btc increments between differing addresses, and trying to build this system to manage that? Is this for privacy/security?
|
|
|
|
Cryptolator (OP)
|
|
January 30, 2014, 05:34:04 AM |
|
This option does not work, the value given is not the one I'm looking for... Then you need to be more open minded and pay us to work. In fact, this option is working: http://jsfiddle.net/thinkloop/XW9AF/I'm playing with it right now, but, yes, I'll probably pay someone here if he can do what I want, I've already paid another member here for another project, so I guess that I am already "open minded" How exactly is that not working? Like I said, it Is working. But to be clear on what I need I'll be more specific. I want to have a list of address on a website, and you'll have three possible states for each of the address: "not funded" , "partially funded" and "fully funded", those states will be based on a predefined value, for exemple, "1 bitcoin" so it will need a database that will contain the address and value. Ideally I would like to be able to have a search box where I can enter the first 8 char of the address and list the full address and the states. Hope that make my intentions clearer ! Cryptolator are you trying to spread out your btc in 1 btc increments between differing addresses, and trying to build this system to manage that? Is this for privacy/security? Not exactly, but that's close, can't really talk about it right now...
|
|
|
|
|