Bitcoin Forum
May 24, 2024, 03:09:09 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: How safe is the monero-ecosystem python module?  (Read 36 times)
tokentoker (OP)
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
October 01, 2022, 12:06:47 AM
 #1

https://pypi.org/project/monero/

I'm a beginner programmer and created a simple address generator based on hex dice rolls. How safe is it to put a large amount of money in this? Idk if I'm being paranoid. (I'm using Ubuntu)
emesik
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
October 01, 2022, 04:31:41 PM
 #2

As the main author, I can reassure you that most of the functionality there is a wrapper around RPC of `monero-wallet-rpc`, which you may quickly check in the source.

The main exceptions are:
1. subaddress generation (instantly verifiable with an official wallet),
2. output recognition,
3. seed/wordlist operations.

You may skip the latter two easily. If you're worried about anything particular, just ask.

Cheers,
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!