Bitcoin Forum
April 30, 2024, 12:20:38 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic:    (Read 1086 times)
flibbr (OP)
Newbie
*
Offline Offline

Activity: 25
Merit: 250



View Profile
July 06, 2014, 11:53:12 AM
Last edit: December 10, 2018, 08:52:25 AM by flibbr
 #1

 
1714479638
Hero Member
*
Offline Offline

Posts: 1714479638

View Profile Personal Message (Offline)

Ignore
1714479638
Reply with quote  #2

1714479638
Report to moderator
Even in the event that an attacker gains more than 50% of the network's computational power, only transactions sent by the attacker could be reversed or double-spent. The network would not be destroyed.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
🏰 TradeFortress 🏰
Bitcoin Veteran
VIP
Legendary
*
Offline Offline

Activity: 1316
Merit: 1043

👻


View Profile
July 06, 2014, 11:55:29 AM
 #2

The fact that it's generated in JS is irrelevant, what you actually want to do is get the balances of thousands of Bitcoin addresses.

I suggest running your own bitcoind and building/querying your own tx index.
🏰 TradeFortress 🏰
Bitcoin Veteran
VIP
Legendary
*
Offline Offline

Activity: 1316
Merit: 1043

👻


View Profile
July 06, 2014, 01:57:44 PM
 #3

I was wondering if there was some kind of way I could group addreses into like hierarchical address system or something ?

I don't know..

That exists, but it's not going to help you detect and associate transactions. You will need to be running a node.
jonald_fyookball
Legendary
*
Offline Offline

Activity: 1302
Merit: 1004


Core dev leaves me neg feedback #abuse #political


View Profile
July 06, 2014, 02:58:39 PM
 #4

The security aspect requires only one send per address.
You can still receive many transactions and not weaken
the security.

Abdussamad
Legendary
*
Offline Offline

Activity: 3598
Merit: 1560



View Profile
July 06, 2014, 06:48:46 PM
 #5

Hierachical address system could mean deterministic addresses. The standard for those is BIP32. You can generate unlimited addresses from a single extended public key.

You will still need to feed all the unspent outputs into your send transaction though. No way around that.
dwdoc
Legendary
*
Offline Offline

Activity: 966
Merit: 1000


- - -Caveat Aleo- - -


View Profile
July 07, 2014, 11:45:29 PM
 #6

I was wondering if there was some kind of way I could group addreses into like hierarchical address system or something ?

I don't know..

That exists, but it's not going to help you detect and associate transactions. You will need to be running a node.



What are you still doing here?
Everyone please ignore this douchebag.
He lost thousands of bitcoins others entrusted to him at inputs.io and coinlenders.
jubalix
Legendary
*
Offline Offline

Activity: 2618
Merit: 1022


View Profile WWW
July 09, 2014, 08:14:24 AM
 #7

i happen to have dev'd a js soloution for the first part of this.

how ever its not non blocking, so will jam your browser and may fail for 1000.

i have not had time to refactor. you just shoot of say 10 at a time, JS should easily be able to handle 1000 if done this way.


Watch multiple addresses for PPC, LTC & BTC coins from one page and total amounts without logging in or signing up anywhere or having to re-enter addresses into a block explorer or having to get pivate keys.

This version has no time limit to use.



you can find it here
https://sourceforge.net/projects/coinwatch/files/CoinWatch.zip/download

put you addresses in the coinwatch/addressAndtype.js

press the go button and go!!!!!

Consider Tor Browser for you own addresses.

I have put some random addresses in there already for you to just try and as examples of how to put addresses in

This has no time limit to use.

Admitted Practicing Lawyer::BTC/Crypto Specialist. B.Engineering/B.Laws

https://www.binance.com/?ref=10062065
BawsyBoss
Sr. Member
****
Offline Offline

Activity: 389
Merit: 250


View Profile
July 09, 2014, 09:48:30 AM
 #8

If you know that you can't receive BTC more than once, then you could run a daily script to check with the API the addresses of that day and store them on a separate database/file that does not get checked automaticallu anymore. Other than that, the build up of addresses seems too much to handle, but keep in mind that 1000 addresses is still under the daily limit of blockchain.info. (I can't quite remember the limit, though)

Forever strong.
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!