Bitcoin Forum
April 26, 2024, 05:29:27 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Sibit: simplified Bitcoin command line client  (Read 218 times)
yegor256 (OP)
Member
**
Offline Offline

Activity: 224
Merit: 15

Creator of Zold


View Profile WWW
April 10, 2019, 03:43:52 PM
Last edit: May 03, 2019, 01:56:31 PM by yegor256
Merited by ABCbits (10)
 #1



Hey, I just released my simplified Bitcoin command line client: https://github.com/yegor256/sibit

It's super simple, you can create an address, check the balance, receive bitcoins and send bitcoins (works through Blockchain.info HTTP API).

Also, you can use it from inside your Ruby app.

Creator of Zold / click here to buy a few!
1714109367
Hero Member
*
Offline Offline

Posts: 1714109367

View Profile Personal Message (Offline)

Ignore
1714109367
Reply with quote  #2

1714109367
Report to moderator
If you want to be a moderator, report many posts with accuracy. You will be noticed.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714109367
Hero Member
*
Offline Offline

Posts: 1714109367

View Profile Personal Message (Offline)

Ignore
1714109367
Reply with quote  #2

1714109367
Report to moderator
jasonzhouu
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
April 10, 2019, 05:52:46 PM
 #2

very cool, but it emits error when install in ubuntu 18.10

I submitted an issue just now:
https://github.com/yegor256/sibit/issues/5
yegor256 (OP)
Member
**
Offline Offline

Activity: 224
Merit: 15

Creator of Zold


View Profile WWW
May 03, 2019, 01:27:40 PM
 #3

very cool, but it emits error when install in ubuntu 18.10

I submitted an issue just now:
https://github.com/yegor256/sibit/issues/5


Thanks, resolved already.

Creator of Zold / click here to buy a few!
yegor256 (OP)
Member
**
Offline Offline

Activity: 224
Merit: 15

Creator of Zold


View Profile WWW
May 03, 2019, 01:28:25 PM
 #4

I just released version 0.8.0, which supports --proxy option.

Now you can check your balance and send Bitcoin transactions through an HTTPS proxy.

To update, just say:

gem update sibit

Creator of Zold / click here to buy a few!
Patatas
Legendary
*
Offline Offline

Activity: 1750
Merit: 1115

Providing AI/ChatGpt Services - PM!


View Profile
May 03, 2019, 10:29:17 PM
 #5

Interesting. I was thinking of creating something similar in nodeJs as part of the hobby project. Is the build-failing though? I'm trying to install it on my Linux VPS but the download times out. Not sure if the issue is with my VPS or the remote repository. Either way, I'll create an issue if I'm unable to figure it out.
yegor256 (OP)
Member
**
Offline Offline

Activity: 224
Merit: 15

Creator of Zold


View Profile WWW
May 05, 2019, 10:14:11 AM
 #6

Interesting. I was thinking of creating something similar in nodeJs as part of the hobby project. Is the build-failing though? I'm trying to install it on my Linux VPS but the download times out. Not sure if the issue is with my VPS or the remote repository. Either way, I'll create an issue if I'm unable to figure it out.

Works for me on Ubuntu and MacOS, but I can't figure out what's wrong on Windows. Will check it out later.

Please, submit an issue if you see problems.

Creator of Zold / click here to buy a few!
yegor256 (OP)
Member
**
Offline Offline

Activity: 224
Merit: 15

Creator of Zold


View Profile WWW
May 06, 2019, 07:08:51 AM
 #7

I just released a new version that supports --dry option. Now you don't need to worry about the correctness of your transaction before sending. Just run it with "--dry --verbose" options and see exactly what will be sent to the network.

https://github.com/yegor256/sibit/issues/21

Creator of Zold / click here to buy a few!
yegor256 (OP)
Member
**
Offline Offline

Activity: 224
Merit: 15

Creator of Zold


View Profile WWW
May 07, 2019, 10:27:41 AM
 #8

I published a blog post, explaining how this small command line tool works: https://www.yegor256.com/2019/05/07/sibit-bitcoin-command-line-client.html

Creator of Zold / click here to buy a few!
yegor256 (OP)
Member
**
Offline Offline

Activity: 224
Merit: 15

Creator of Zold


View Profile WWW
May 29, 2019, 06:35:47 AM
 #9

I just released a new version, which makes it possible to check current recommended Bitcoin fees right from the command line:

Code:
$ sibit fees
S: 15000sat / $1.28
M: 45000sat / $3.83
L: 50000sat / $4.26
XL: 50000sat / $4.26

Creator of Zold / click here to buy a few!
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!