xcbtrader

Results 6 comments of xcbtrader

Hi. Is possible sweep with wif key?? Exemple: key1 = PrivateKey() wif = key1.to_wif() destination = 'n1n2YUzwJSNueBsKE6D9kaQGrLFj3Wc3bL' sweep_tx = create_sweep_transaction([wif], destination) # Broadcast the transaction NetworkAPI.broadcast_tx_testnet(sweep_tx)

The program displays an error message. The library from bit.transaction import create_sweep_transaction doesn't exist

What I do is take an image every n frames, see if it is nsfw and if positive I keep it in a directory

I keep them as well, and then I look at the directory to check what was analyzed. In the tests I have done, I have found quite a few false...

Hentai doesn't worry me. What conditions do you recommend?

I do it differently. I put a variable called n_frames that indicates how many frames it analyzes. For example: If n_frames = 10, it reads frame by frame, and every...