Author

Topic: Give me ideas for the Python Bitcoin app I'm building, educational, fun, etc (Read 136 times)

newbie
Activity: 4
Merit: 1
Here are some ideas I've been thinking about right now

This is cool, basically make a bitcoin utility knife library
hero member
Activity: 1120
Merit: 540
Press F for Leo
Here are some ideas I've been thinking about right now:

1 - Generation of mnemonics of 12 to 24 words that show:

  • bip39 seed
  • Bip32 root key
  • Bip32 root key
  • Derivation Paths
  • BIP32 Pub Key
  • Account Extended Private Key
  • Account Extended Public Key

You can base yourself on ZPyWallet from @NotATether, which is the most advanced I've found so far, but I haven't tested it yet.

You can make the tool accept hardened addresses, as some wallets do not support hardened addresses.

2 - Bip85 for generation of child seedphrases, xprivs, WIF privkeys to make seedphrases more secure to use them as Plausible Deniability.

3 - Converter of information entered into wallet file formats (electrum, .db, .json for sparrow, wasabi, etc.)
newbie
Activity: 4
Merit: 1
Should this just be educational about mining? If it can be anything about bitcoin… it would be helpful to flash daily updates about bitcoin so that we really don’t need other apps. Its price mainly and other factors. Maybe have a feature of simulators whether that is investing in btc or mining. It would also be interesting  to be able to communicate with other people in the app itself.

I like the idea of doing trading simulation. Thanks!
full member
Activity: 2492
Merit: 212
Eloncoin.org - Mars, here we come!
Should this just be educational about mining? If it can be anything about bitcoin… it would be helpful to flash daily updates about bitcoin so that we really don’t need other apps. Its price mainly and other factors. Maybe have a feature of simulators whether that is investing in btc or mining. It would also be interesting  to be able to communicate with other people in the app itself.
newbie
Activity: 4
Merit: 1
make new blockchain. just change timestamp from bailout for banks to smth else. you'll need then to mine first block on your own , there's no code for it if you make a fork now

Only drawback is possibly being accused of shitcoinery! Cheesy
member
Activity: 312
Merit: 30
make new blockchain. just change timestamp from bailout for banks to smth else. you'll need then to mine first block on your own , there's no code for it if you make a fork now
full member
Activity: 301
Merit: 132
Cashback 15%
I'm building an educational bitcoin app. It runs on the computer terminal. But although it's on the terminal, it has a UI, buttons, etc.

I'm building this as a hobby but I'm not sure what features to build, so I'm looking for suggestions and help in that area.

I want the app to be fun and educational, serving a purpose like NerdMiner or mempool.space. But I'm also open to adding practical, useful features.

Here are some features I thought about adding:

* Mine bitcoin using the laptop's CPU (impractical but educational)
* Inscribe an image on the blockchain (to understand what that means)
* Filter out image inscriptions from your node or when mining (if you want to combat spam)
* Etc

The app would connect to your running bitcoin node to do its job.

What do you think of these features, do you have suggestions of stuff I should add?
Being that this is for educational purposes, It would be cool if your app has like a feature for interaction among people who would use it. Something like a bitcoin forum where people can asks questions, answer questions, share ideas, do or build some really cool bitcoin stuff together inside of this app.


full member
Activity: 266
Merit: 119
Keep Promises !
I'm building an educational bitcoin app. It runs on the computer terminal. But although it's on the terminal, it has a UI, buttons, etc.

I'm building this as a hobby but I'm not sure what features to build, so I'm looking for suggestions and help in that area.

I want the app to be fun and educational, serving a purpose like NerdMiner or mempool.space. But I'm also open to adding practical, useful features.

Here are some features I thought about adding:

* Mine bitcoin using the laptop's CPU (impractical but educational)
* Inscribe an image on the blockchain (to understand what that means)
* Filter out image inscriptions from your node or when mining (if you want to combat spam)
* Etc

The app would connect to your running bitcoin node to do its job.

What do you think of these features, do you have suggestions of stuff I should add?
The minning  seem impracticable but you've added that already.
Since your app is for educational purpose,
You can add -- How the bitcoin nodes works [from the mining node to the full node].
Good luck .
newbie
Activity: 4
Merit: 1
I'm building an educational bitcoin app. It runs on the computer terminal. But although it's on the terminal, it has a UI, buttons, etc.

I'm building this as a hobby but I'm not sure what features to build, so I'm looking for suggestions and help in that area.

I want the app to be fun and educational, serving a purpose like NerdMiner or mempool.space. But I'm also open to adding practical, useful features.

Here are some features I thought about adding:

* Mine bitcoin using the laptop's CPU (impractical but educational)
* Inscribe an image on the blockchain (to understand what that means)
* Filter out image inscriptions from your node or when mining (if you want to combat spam)
* Etc

The app would connect to your running bitcoin node to do its job.

What do you think of these features, do you have suggestions of stuff I should add?
Jump to: