Bitcoin Forum
May 06, 2024, 08:16:14 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 [2]  All
  Print  
Author Topic: Bitcoin Address Utility I made (Visual C#, Source Only)  (Read 11715 times)
dextronomous
Full Member
***
Offline Offline

Activity: 428
Merit: 105


View Profile
June 12, 2020, 07:29:05 PM
 #21

when doing generate, can one choose comp. or uncomp.
currently it is uncompressed. so hope to have an updatet version
This is just a code snippet here, I don't think OP maintains it. I wouldn't expect an update.
You should try using active projects that can be found on GitHub (https://github.com/search?q=bitcoin+language%3Ac%23).

Feel free to take a look at my project Bitcoin.Net, it is in beta.
Examples of creating some addresses:
Code:
var addrBuilder = new Address();

string p2pkh = addrBuilder.GetP2pkh(pubKey, useCompressed: false, netType: NetworkType.TestNet);
string p2sh = addrBuilder.GetP2sh(script);
string nestedSegWit = addrBuilder.GetP2sh_P2wpkh(pubkey, witVer: 0, netType: NetworkType.MainNet);
https://github.com/Autarkysoft/Denovo/blob/642103ca8e7693c02c1867202c3cc1a8fa31ab50/Src/Autarkysoft.Bitcoin/Encoders/Address.cs

YES thank you,

but is cascasius present at forum, or reading this, i would love to have his app, with options like comp or uncomp. so it would suit some of us better.
thanks
You can see the statistics of your reports to moderators on the "Report to moderator" pages.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714983374
Hero Member
*
Offline Offline

Posts: 1714983374

View Profile Personal Message (Offline)

Ignore
1714983374
Reply with quote  #2

1714983374
Report to moderator
Coding Enthusiast
Legendary
*
Offline Offline

Activity: 1039
Merit: 2783


Bitcoin and C♯ Enthusiast


View Profile WWW
June 13, 2020, 04:16:04 AM
 #22

but is cascasius present at forum, or reading this,
Barely. Last activity on bitcointalk was 2019-12-29. Last activity on GitHub was 2013-02.

Projects List+Suggestion box
Donate: 1Q9s or bc1q
|
|
|
FinderOuter(0.19.1)Ann-git
Denovo(0.7.0)Ann-git
Bitcoin.Net(0.26.0)Ann-git
|
|
|
BitcoinTransactionTool(0.11.0)Ann-git
WatchOnlyBitcoinWallet(3.2.1)Ann-git
SharpPusher(0.12.0)Ann-git
dextronomous
Full Member
***
Offline Offline

Activity: 428
Merit: 105


View Profile
June 27, 2020, 01:29:33 PM
 #23

but is cascasius present at forum, or reading this,
Barely. Last activity on bitcointalk was 2019-12-29. Last activity on GitHub was 2013-02.

ok, ty

the thing is when manually added the address with balance. it shows 0 btc,
the same when generating,
when the app gonna scan the balance? do you need internet doh? but always show 0?
is there some secret setting that turned this stuff off, to be turned on soon>? or never.

Coding Enthusiast
Legendary
*
Offline Offline

Activity: 1039
Merit: 2783


Bitcoin and C♯ Enthusiast


View Profile WWW
June 29, 2020, 12:29:29 PM
 #24

the thing is when manually added the address with balance. it shows 0 btc,

Possibly because blockexplorer.com no longer works.

Projects List+Suggestion box
Donate: 1Q9s or bc1q
|
|
|
FinderOuter(0.19.1)Ann-git
Denovo(0.7.0)Ann-git
Bitcoin.Net(0.26.0)Ann-git
|
|
|
BitcoinTransactionTool(0.11.0)Ann-git
WatchOnlyBitcoinWallet(3.2.1)Ann-git
SharpPusher(0.12.0)Ann-git
dextronomous
Full Member
***
Offline Offline

Activity: 428
Merit: 105


View Profile
July 08, 2020, 12:22:02 AM
 #25

the thing is when manually added the address with balance. it shows 0 btc,

Possibly because blockexplorer.com no longer works.
well i guess the question remains, could you make the change in there, so we could use it with blockchain. or btc

thanks again
iquantrix
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
April 04, 2021, 08:20:21 AM
 #26

I have made several attempts at compiling and rebuilding this bitcoin address utility too many times with the same errors every time. The BTC address conversions are not happening as supposed to and am not sure if I am correctly compiling the program or not.
Could someone please reach out and offer some assistance on exactly what is the proper method to compile the project and all the required steps?

Please and Thanks!
dextronomous
Full Member
***
Offline Offline

Activity: 428
Merit: 105


View Profile
April 04, 2021, 07:43:07 PM
Last edit: April 04, 2021, 07:55:54 PM by dextronomous
 #27

Hi there mr Casascius,

is it possible, if you have some spare time, to give this program an update,.
right now it shows 0 balance for everything, manually added addresses, generated ones,
and always show firstly uncompressed addresses, and generates the uncompressed ones first,

this is probably something you already know, during these times, corona thing, have some spare time,
so my question would be actually to give it this upgrade, new version number, and compressed ones first,
and or option to it, and a working explorer, json is unlimited access to blockchain api, so if you could do this,

so when added an address with balance it hasn't scanned it for balance or it shows 0.00 always,

this would be really great, thanks in advance sir,.
or to let it generate addresses from a certain range, bits, thanks anyway.

seems i got the compressed out of my way, i got that part, still not seeing balance if manually added or any generated key?
awaiting your responses sir.. Shocked
NotATether
Legendary
*
Offline Offline

Activity: 1596
Merit: 6728


bitcoincleanup.com / bitmixlist.org


View Profile WWW
April 05, 2021, 09:16:02 AM
 #28

Could someone please reach out and offer some assistance on exactly what is the proper method to compile the project and all the required steps?

Maybe you didn't add the BouncyCastle assembly to the Visual Studio project's property sheet?

This is a Windows.Forms program, I vaguely remember tinkering with that framework and some other assemblies to make screensavers several months ago so it would be easier on you if I published a VS .sln of Mike Caldwell's tool on Github, right?

.
.BLACKJACK ♠ FUN.
█████████
██████████████
████████████
█████████████████
████████████████▄▄
░█████████████▀░▀▀
██████████████████
░██████████████
████████████████
░██████████████
████████████
███████████████░██
██████████
CRYPTO CASINO &
SPORTS BETTING
▄▄███████▄▄
▄███████████████▄
███████████████████
█████████████████████
███████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
███████████████████████
█████████████████████
███████████████████
▀███████████████▀
█████████
.
Pages: « 1 [2]  All
  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!