Deleted user

Results 141655 comments of Deleted user

Seems that \[HKEY\_CLASSES\_ROOT\pysFile\Shell\Open\] and \[HKEY\_CLASSES\_ROOT\pysFile\Shell\Open2\] keys need to be set in the pywin32\com\win32comext\axscript\client\pyscript.py DllRegisterServer\(\) function. The following registry file works for me on Windows 7: REGEDIT4 \[HKEY\_CLASSES\_ROOT\pysFile\] @="Python Script File"...

Just to be sure: "wscript //h:wscript" must be run as administrator to succeed. Original comment by: cjgohlke

>Just to be sure: "wscript //h:wscript" must be run as administrator to succeed. yes sure. I run it as local administrator Now, I've removed pywin32-214.win32-py25 from my computer and I...

Hi, Great\! The registry changes did the trick. Many thanks\! Cyrille PS: I let you close the bug ======================== What I did: \------------- Installed python-2.6 Installed http://downloads.sourceforge.net/project/pywin32/pywin32/Build%20214/pywin32-214.win32-py2.6.exe wscript //h:wscript =>...

I still can't find a solution to this. FWIW, the note below about changing the registry is simply a workaround to the problem - it manually sets wscript as the...

That's strange. wscript //h: and cscript //h: commands do succeed for me after manually merging the registry file \(Windows 7 Pro 64 bit\). Maybe another registry key is incomplete on...

@Theuaredead I totally agree with you.

@jolestar The number of UTXOs is growing very fast in newer blocks. Nearly 100,000 blocks of UTXO are more than the previous 700,000 blocks

I've observed that the disk's write io is idle most of the time, and the import program should keep the writes as busy as possible

slow down issue much better after: #2401 #2332 total cost: 50,000s -> 19,000s with even more data ``` rooch statedb genesis --utxo-source ~/joe/btc_dump/utxo/utxo_dump_859000/utxo_859000 --ord-source ~/joe/btc_dump/ord/859000/ord_859000 --ord-stats ~/joe/btc_dump/ord/859000/ord_859000.stats --utxo-batch-size 2000000 --ord-batch-size...