Bitcoin Forum
May 07, 2024, 05:08:28 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: sx wallet (command line wallet) [EXPERIMENTAL]  (Read 4320 times)
genjix (OP)
Legendary
*
Offline Offline

Activity: 1232
Merit: 1076


View Profile
September 10, 2013, 12:31:57 PM
 #1



Install:

$ wget http://sx.dyne.org/install-sx.sh
$ sudo bash install-sx.sh

OR

$ wget http://sx.dyne.org/install-sx.sh
$ bash install-sx.sh INSTALLPREFIX/

Create new encrypted wallet:

$ sx newseed > seed
$ ccencrypt seed

Open the wallet:

$ sx wallet $(ccat seed.cpt)

up/down scrolls history. left/right cycles through addresses. type help<enter> to see available commands.

Right side of image is tail -f debug.log.
1715101708
Hero Member
*
Offline Offline

Posts: 1715101708

View Profile Personal Message (Offline)

Ignore
1715101708
Reply with quote  #2

1715101708
Report to moderator
1715101708
Hero Member
*
Offline Offline

Posts: 1715101708

View Profile Personal Message (Offline)

Ignore
1715101708
Reply with quote  #2

1715101708
Report to moderator
Be very wary of relying on JavaScript for security on crypto sites. The site can change the JavaScript at any time unless you take unusual precautions, and browsers are not generally known for their airtight security.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715101708
Hero Member
*
Offline Offline

Posts: 1715101708

View Profile Personal Message (Offline)

Ignore
1715101708
Reply with quote  #2

1715101708
Report to moderator
1715101708
Hero Member
*
Offline Offline

Posts: 1715101708

View Profile Personal Message (Offline)

Ignore
1715101708
Reply with quote  #2

1715101708
Report to moderator
xeroc
Sr. Member
****
Offline Offline

Activity: 345
Merit: 250



View Profile
September 10, 2013, 12:36:32 PM
 #2

very nice .. thanks for the contribution
Deth
Hero Member
*****
Offline Offline

Activity: 518
Merit: 500



View Profile
September 13, 2013, 02:13:39 PM
 #3

How does it connect to blockchain to see balance? What is "ccencrypt" and "ccat"? Also, backspace and del doesn`t work for me in wallet mode (ArchLinux).

Mavi
Member
**
Offline Offline

Activity: 80
Merit: 10



View Profile
September 14, 2013, 02:53:36 PM
 #4

Commenting here so I can find it later.

/Frank
You can add this topic to your watchlist.


How does it connect to blockchain to see balance? What is "ccencrypt" and "ccat"? Also, backspace and del doesn`t work for me in wallet mode (ArchLinux).
I'm wondering too. AFAIK it doesn't use bitcoind.
genjix (OP)
Legendary
*
Offline Offline

Activity: 1232
Merit: 1076


View Profile
September 16, 2013, 12:18:24 PM
 #5

It uses libbitcoin with a blockchain query infrastructure called Obelisk:

https://bitcointalk.org/index.php?topic=30646.0

https://github.com/spesmilo/obelisk/

The cc- commands are encryption commands in all common Linux repos (apt-get install ccencrypt).
genjix (OP)
Legendary
*
Offline Offline

Activity: 1232
Merit: 1076


View Profile
September 16, 2013, 01:01:03 PM
 #6

My host is unreachable for a bit: http://wiki.hetzner.de/index.php/Netzwerkkonfiguration_wegen_Switchanpassung/en

Once my server is available, everything should be working again.
lsparrish
Newbie
*
Offline Offline

Activity: 31
Merit: 0



View Profile
September 21, 2013, 05:05:21 PM
 #7

It uses libbitcoin with a blockchain query infrastructure called Obelisk:

https://bitcointalk.org/index.php?topic=30646.0

https://github.com/spesmilo/obelisk/

The cc- commands are encryption commands in all common Linux repos (apt-get install ccencrypt).
On Arch Linux, these are installed like so:
Code:
pacman -S ccrypt

I get an issue where it displays the following error at the top of the screen, and does nothing when I type help:

Code:
ERROR WITH BROADCASTING SUBSYSTEM!! 

Not sure if it is related, but there's another problem happening where obelisk-obworker exits when I run it after starting obelisk-obbalancer:

Code:
DEBUG [worker]: Connecting: tcp://localhost:9092
INFO [worker]: worker ready
terminate called after throwing an instance of 'boost::interprocess::interprocess_exception'
  what():  No such file or directory
Aborted (core dumped)

At this point, obelisk-obbalancer crashes as well with this error:

Code:
obelisk-obbalancer: balancer/balancer.cpp:130: std::string encode_uuid(const data_chunk&): Assertion `data.size() == 17' failed.
Aborted (core dumped)

Obelisk doesn't seem very well documented at the moment. Does this client depend on Obelisk in some way?

Note: I used makepkg to install libbitcoin-leveldb-git, obelisk-git, and sx-git from AUR.
awesomeami
Member
**
Offline Offline

Activity: 98
Merit: 10



View Profile
September 25, 2013, 04:04:57 AM
 #8

Thank you!  Grin

I love everything CLI. So cli wallet makes me happy  Wink  Cheesy

genjix (OP)
Legendary
*
Offline Offline

Activity: 1232
Merit: 1076


View Profile
September 26, 2013, 10:17:54 PM
 #9

It uses libbitcoin with a blockchain query infrastructure called Obelisk:

https://bitcointalk.org/index.php?topic=30646.0

https://github.com/spesmilo/obelisk/

The cc- commands are encryption commands in all common Linux repos (apt-get install ccencrypt).
On Arch Linux, these are installed like so:
Code:
pacman -S ccrypt

I get an issue where it displays the following error at the top of the screen, and does nothing when I type help:

Code:
ERROR WITH BROADCASTING SUBSYSTEM!! 

Not sure if it is related, but there's another problem happening where obelisk-obworker exits when I run it after starting obelisk-obbalancer:

Code:
DEBUG [worker]: Connecting: tcp://localhost:9092
INFO [worker]: worker ready
terminate called after throwing an instance of 'boost::interprocess::interprocess_exception'
  what():  No such file or directory
Aborted (core dumped)

At this point, obelisk-obbalancer crashes as well with this error:

Code:
obelisk-obbalancer: balancer/balancer.cpp:130: std::string encode_uuid(const data_chunk&): Assertion `data.size() == 17' failed.
Aborted (core dumped)

Obelisk doesn't seem very well documented at the moment. Does this client depend on Obelisk in some way?

Note: I used makepkg to install libbitcoin-leveldb-git, obelisk-git, and sx-git from AUR.

yep it uses obelisk. more info: http://libbitcoin.dyne.org/obelisk/

obelisk (and sx) aren't released yet.

I believe your error is because the worker you start for the server hasn't got a blockchain database setup. The other crash is because I was making changes today but it should be fixed now.

I had a server for people to use, but it got copyright takedowns so now we're searching for a new one.
b!z
Legendary
*
Offline Offline

Activity: 1582
Merit: 1010



View Profile
October 15, 2013, 06:58:24 AM
 #10

Interesting. Thank you for sharing this software. I will take a look at it later.
Amitabh S
Legendary
*
Offline Offline

Activity: 1001
Merit: 1003


View Profile
October 17, 2013, 12:30:54 PM
 #11

How about a windows version?

Coinsecure referral ID: https://coinsecure.in/signup/refamit (use this link to signup)
ADgordo
Member
**
Offline Offline

Activity: 203
Merit: 10

The World’s First Blockchain Core


View Profile
November 11, 2013, 04:10:18 AM
 #12

How about a windows version?

I think it can be compiled for Windows, but the github is now gone...

Is it?

https://github.com/spesmilo/sx/

▄▄▄▄▄▄▄▄▄▄▄ ▄ ■        SKYNET        ■ ▄ ▄▄▄▄▄▄▄▄▄▄▄
▐▬▬▬▬▬▬▬▬▬▬     PRIVATE SALE is LIVE     ▬▬▬▬▬▬▬▬▬▬▌
Whitepaper   Bounty   Bitcointalk  ■  Facebook   Twitter   Telegram
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!