Zibri
Zibri
At the moment I am using simdht with pypy... check it out. But I still think C is the way... Inviato dal mio dispositivo Samsung -------- Messaggio originale -------- Da:...
I am checking dht in go… I see the output: link: magnet:?xt=urn:btih:49a2afaa0a3bb5e1eb45cb2cc598c7ed6cd9c2c5 node: 2.136.205.155:58236 peer: 2.136.205.155:58236 How to include the announced FILE NAME (if present in the announcement)? What I...
Hmm Even if I never coded in go I did this: for announce := range dht.Announce { rawa := announce.Raw["a"].(map[string]interface{}) fmt.Println(fmt.Sprintf("link: magnet:?xt=urn:btih:%v\nraw: %s\n", announce.InfohashHex, rawa["name"], )) And now it writes...
By the way, as of now my crawler (modified simDHT running multithreaded is doing: (20494 hashes / min) (8019 unique hashes /min) Bandwidth: 11834.47 / 6569.03 Kbit/s But I think...
I did some testing.. Even putting 1500 friends/sec the speed is ridiculous.. pid 1217 speed 27 running time 29:51 Total speed: 27 Top speed: 75 Top speed 75? After half...
thanks! I missed that!
any news on this?
Yep.. I meant in the GUI...
And check my optimized code at https://github.com/zibri/rand2
Or also: ``` #ifndef ZIBRI192_H #define ZIBRI192_H /* Modified by D. Lemire, August 2017 */ #include "splitmix64.h" #include // state for zibri192 uint64_t zibri192_s[3]; static inline uint64_t rotr(const uint64_t x,...