Bitcoin Forum
May 21, 2024, 11:52:44 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 [2]  All
  Print  
Author Topic: Cuda scripts for point addition , multiplication etc  (Read 693 times)
brainless (OP)
Member
**
Offline Offline

Activity: 316
Merit: 34


View Profile
October 06, 2022, 07:55:35 AM
 #21

some one running at their own local electrumx server ?
i need to check 1m addresses with their balances and used before addressses
i will give you addresses and python script for check, if you have local installed and running electrumx server

13sXkWqtivcMtNGQpskD78iqsgVy9hcHLF
brainless (OP)
Member
**
Offline Offline

Activity: 316
Merit: 34


View Profile
October 06, 2022, 12:30:18 PM
 #22

some one running at their own local electrumx server ?
i need to check 1m addresses with their balances and used before addressses
i will give you addresses and python script for check, if you have local installed and running electrumx server

I don't run ElectrumX server. But you could download list of all funded address[1], then create script which load both files (your 1M address and list of all funded address) and perform the check. Using library which have efficient filter/data structure (such as bloom filter or trie) is recommended.

[1] http://addresses.loyce.club/
i already have his used addresses listed dated dec 2021
new list download required 33gb data download, time required...
anyway i have 2nd option to use it

13sXkWqtivcMtNGQpskD78iqsgVy9hcHLF
brainless (OP)
Member
**
Offline Offline

Activity: 316
Merit: 34


View Profile
October 06, 2022, 12:49:19 PM
 #23

--snip--
i already have his used addresses listed dated dec 2021
new list download required 33gb data download, time required...

33GB? I'm not sure we're looking at same file/website. The list sorted by balanced is only about 1.1GB[1], while list sorted by alphabetical is only about 991MB[2].

anyway i have 2nd option to use it

I see, good to see you found different way to perform check on 1M address.

[1] http://addresses.loyce.club/blockchair_bitcoin_addresses_and_balance_October_06_2022.tsv.gz
[2] http://addresses.loyce.club/Bitcoin_addresses_October_06_2022.txt.gz

http://alladdresses.loyce.club/
[   ]   all_Bitcoin_addresses_ever_used_in_order_of_first_appearance.txt.gz   2022-10-04 01:59   26G   
[   ]   all_Bitcoin_addresses_ever_used_sorted.txt.gz   2022-10-04 01:59   23G   

its compressed, when uncompress, will take more then 33gb  Smiley

13sXkWqtivcMtNGQpskD78iqsgVy9hcHLF
brainless (OP)
Member
**
Offline Offline

Activity: 316
Merit: 34


View Profile
October 07, 2022, 10:24:10 AM
 #24

Pls come and see my an other thread, and try experiment of halving,

you will understand, why i asked basic add/sub/mul in cuda tools, pure cuda or pycuda,

https://bitcointalk.org/index.php?topic=5416296.new#new

13sXkWqtivcMtNGQpskD78iqsgVy9hcHLF
Pages: « 1 [2]  All
  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!