Bitcoin Forum
May 13, 2024, 11:00:43 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Give me ideas for the Python Bitcoin app I'm building, educational, fun, etc  (Read 136 times)
kas21e6 (OP)
Newbie
*
Offline Offline

Activity: 4
Merit: 1


View Profile
March 18, 2024, 05:24:20 AM
 #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?
The forum was founded in 2009 by Satoshi and Sirius. It replaced a SourceForge forum.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715598043
Hero Member
*
Offline Offline

Posts: 1715598043

View Profile Personal Message (Offline)

Ignore
1715598043
Reply with quote  #2

1715598043
Report to moderator
1715598043
Hero Member
*
Offline Offline

Posts: 1715598043

View Profile Personal Message (Offline)

Ignore
1715598043
Reply with quote  #2

1715598043
Report to moderator
1715598043
Hero Member
*
Offline Offline

Posts: 1715598043

View Profile Personal Message (Offline)

Ignore
1715598043
Reply with quote  #2

1715598043
Report to moderator
promise444c5
Full Member
***
Offline Offline

Activity: 280
Merit: 143

Keep Promises !


View Profile
March 18, 2024, 05:57:18 AM
 #2

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 .
Alphakilo
Full Member
***
Offline Offline

Activity: 336
Merit: 134


Cashback 15%


View Profile
March 18, 2024, 07:36:13 AM
 #3

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.



alexeyneu
Member
**
Offline Offline

Activity: 312
Merit: 30


View Profile
March 18, 2024, 08:33:32 AM
 #4

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
kas21e6 (OP)
Newbie
*
Offline Offline

Activity: 4
Merit: 1


View Profile
March 18, 2024, 06:05:58 PM
Last edit: March 18, 2024, 06:26:00 PM by kas21e6
 #5

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
btc78
Full Member
***
Offline Offline

Activity: 2492
Merit: 212


Eloncoin.org - Mars, here we come!


View Profile
March 18, 2024, 06:53:38 PM
 #6

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.

kas21e6 (OP)
Newbie
*
Offline Offline

Activity: 4
Merit: 1


View Profile
March 19, 2024, 04:30:21 AM
 #7

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!
Forsyth Jones
Hero Member
*****
Offline Offline

Activity: 1162
Merit: 626


Press F for Leo


View Profile WWW
March 19, 2024, 09:56:52 PM
Merited by ABCbits (1), apogio (1)
 #8

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.)

▄▄███████████████████▄▄
▄█████████▀█████████████▄
███████████▄▐▀▄██████████
███████▀▀███████▀▀███████
██████▀███▄▄████████████
█████████▐█████████▐█████
█████████▐█████████▐█████
██████████▀███▀███▄██████
████████████████▄▄███████
███████████▄▄▄███████████
█████████████████████████
▀█████▄▄████████████████▀
▀▀███████████████████▀▀
Peach
BTC bitcoin
Buy and Sell
Bitcoin P2P
.
.
▄▄███████▄▄
▄████████
██████▄
▄██
█████████████████▄
▄███████
██████████████▄
███████████████████████
█████████████████████████
████████████████████████
█████████████████████████
▀███████████████████████▀
▀█████████████████████▀
▀██████████████████▀
▀███████████████▀
▀▀███████▀▀

▀▀▀▀███▀▀▀▀
EUROPE | AFRICA
LATIN AMERICA
▄▀▀▀











▀▄▄▄


███████▄█
███████▀
██▄▄▄▄▄░▄▄▄▄▄
████████████▀
▐███████████▌
▐███████████▌
████████████▄
██████████████
███▀███▀▀███▀
.
Download on the
App Store
▀▀▀▄











▄▄▄▀
▄▀▀▀











▀▄▄▄


▄██▄
██████▄
█████████▄
████████████▄
███████████████
████████████▀
█████████▀
██████▀
▀██▀
.
GET IT ON
Google Play
▀▀▀▄











▄▄▄▀
kas21e6 (OP)
Newbie
*
Offline Offline

Activity: 4
Merit: 1


View Profile
March 20, 2024, 05:48:39 PM
Merited by Forsyth Jones (1)
 #9

Here are some ideas I've been thinking about right now

This is cool, basically make a bitcoin utility knife library
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!