Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - sva_h4cky0

Pages: [1] 2
1
Just curious... will Dan be working on the Peerplays project now that he has left Steem?

Dan's working on his new project EOS.

where's to find more info about EOS?  :)

2
if i remember correctly...  :D

somehow exporting priv key from gui wallet 0.9.3.c is not working properly, so i have to export them via command line. the encrypted files produce from command line have different file size than via gui.

when i tried to import priv key to bts 2.0, it's took so long to finish (couple hours). actualy i tried several times until it show me correct balance, then im able to claim them.

3
I sent a message through the website of
https://bitsapphire.com/contact-us/

"
Hi,

I am harvey from the bitshares community.

In 2015, by participating the crowdfunding of moonstone, which is a project initialized by bitsapphire, I got 1,000,000 moonfund (check my bts account: dragongroup). 

Since it was promised that all moonfund will be buyback, I put a sell order of 1,000,000 moonfund in the bitshares exchange (moonfund:bts). Hope the project is going well, and moonfund can be buyback as promised. :)

Regards
Harvey
"

If you participated in the crowdfunding of moonstone, you might also want to leave a message here or the on website of bitsapphire.

More information of bitsapphire can be found by following links:
https://www.facebook.com/bitsapphire
https://twitter.com/bitsapphire

any update?  ;D

4
Bahasa Indonesia translations for chapter 1 and 2 is finished,  :D

5
mantap gan  8)  +5%

6
General Discussion / Re: Most secure Linux distro for BTS?
« on: November 14, 2014, 10:51:04 am »

7
I think this was fixed an hour or two ago in hxxps://github.com/dacsunlimited/bitsharesx/commit/f576715a9787a4a4078aab8d524a9e580342f86f
(fc revision was accidentally bumped when it shouldn't have been, this rolls it back a few commits)

yeah, confirm. works now

9
hm maybe you can doing some test, create Linux live cd/dvd/usb any distro from "clean" pc/laptop.
boot using live cd on your pc, login to bter then you can test sending very small amount of btc to your addy.

if same things happen, then bter compromise.
otherwise your pc is compromise.

just my 2btsx, good luck  ;)

10
This is fantastic!!! Would be cool to see the yield/interest number that can be earned in the BTSX wallet next to each asset


I would be surprised if this wasn't going to be in the new client cass is working on. I also wouldn't be surprised if SVK has the graphs on his website ( http://bitsharesblocks.com/home ) soon after.

whoa, nice  +5%  :D

11
Technical Support / Re: BitsharesX - Archlinux
« on: September 23, 2014, 02:05:29 pm »
Is Open Orders and Order history working on archlinux "client_version": "v0.4.16" gui?

im on 0.4.16, i have open orders for days and order history seems fine

12
Technical Support / Re: BitsharesX 0.4.12 - Build error on Archlinux
« on: September 08, 2014, 10:15:29 pm »
based on https://aur.archlinux.org/packages/bitshares-x/

PKGBUILD

Code: [Select]
# Maintainer: Qhor Vertoe <vertoe at qhor dot net>

# Contributor: Noel Maersk <veox at wemakethings dot net>
# Contributor: Mike Lenzen <lenzenmi at gmail dot com>

pkgname=bitshares-x
_gitname=bitsharesx
epoch=1
pkgver=0.4.12
pkgrel=1
pkgdesc="BitShares X is a peer-to-peer network-based digital asset exchange."
arch=('i686' 'x86_64')
url="http://bitshares-x.info/"
license=('MIT')
depends=('qt5-base>=5.3' 'boost-libs>=1.52' 'miniupnpc>=1.6')
makedepends=('git' 'boost' 'gcc' 'make' 'nodejs' 'clang')
provides=('bitshares-x')
source=('git://github.com/dacsunlimited/bitsharesx.git'
'BitSharesX.desktop')
md5sums=('SKIP' 'SKIP')

build() {
  export CC=clang
  export CXX=clang++
  cd "$srcdir/$_gitname"
  rm -rf CMakeFiles

  # Prepare dependencies
  git submodule init
  git submodule update

  # Checkout release
  git checkout $pkgver

  cd $srcdir/$_gitname/programs/web_wallet
  sudo npm install -g lineman
  npm install

  # Configure and compile the wallet
  cd "$srcdir/$_gitname"
  cmake -DINCLUDE_QT_WALLET=ON .
  make $MAKEFLAGS -j $(nproc) buildweb
  make $MAKEFLAGS -j $(nproc) BitSharesX
}

package() {
  # Install BitShares-X Qt-wallet
  install -Dm644 BitSharesX.desktop ${pkgdir}/usr/share/applications/BitSharesX.desktop
 
  install -Dm755 "$srcdir/$_gitname/programs/qt_wallet/bin/BitSharesX" "$pkgdir/usr/bin/BitSharesX"
  install -Dm644 "$srcdir/$_gitname/programs/qt_wallet/images/qtapp64.png" "$pkgdir/usr/share/pixmaps/bitsharesx256.png"

  # Install license
  install -D -m644 "$srcdir/$_gitname/LICENSE.md" "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
}


BitSharesX.desktop
Code: [Select]
[Desktop Entry]
Name=BitSharesX
Comment=A decentralized bank and exchange
Exec=BitSharesX %u
Icon=/usr/share/pixmaps/bitsharesx256.png
Type=Application
Encoding=UTF-8
Categories=Office;
MimeType=x-scheme-handler/btsx;

13
Technical Support / Re: BitsharesX 0.4.12 - Build error on Archlinux
« on: September 07, 2014, 07:48:55 pm »
glad to see fellow Archer here  :)

14
General Discussion / Re: Why are linux users being ignored???
« on: August 24, 2014, 04:18:08 pm »
Arch Linux user here, i dont mind compiling stuff. but from day one i discovered about bitshares and related project, i end up create packages for my own need, like PTS, Keyhotee, and BitShares X.

unfortunately since version 0.7.xx Keyhotee no longger compile, error GetGitRevisionDescription bla bla bla. i cannot figure out solution for this. today im trying to upgrade BitShares X 0.4.7 failed at 98%, ah well maybe i should wait for next version.  :D

end of rant

hehehe, :)

15
you need to recompiling ptsminer and protoshares-qt

Pages: [1] 2