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]
16
Other Languages / Re: Indonesia
« on: February 25, 2014, 11:40:23 am »
widih.. Indonesia ga' ada ya?? :-\

ada gan, cuman mojok disudut ruangan... coz ga da temen  :D

17
BitShares PTS / Re: BitShares-PTS 1.0 Release (2.18.2014)
« on: February 19, 2014, 09:54:14 am »
Why no builds for Linux users?
How about setting up a ppa repository to host .deb packages for Ubuntu users?

True Linux users like to compile everything from sources.
Another problem, it's to many Linux and every Linux use self packaging, do we need to make packages for all kind of Linux? http://en.wikipedia.org/wiki/Package_management_system

Bitcoin for Linux has .tgz and .ppa
https://bitcoin.org/en/download

very true. however not every linux user know how to compile. btw is it posible to compile static build for linux? if yes, how?
i have some simple bash trick to run binary that -hopefully- will run on all distro. i'll provide sample later

18
Technical Support / Re: Where's mah QT?
« on: February 04, 2014, 10:26:59 am »
Code: [Select]
git clone https://github.com/InvictusInnovations/ProtoShares
cd Protoshares
qmake-qt4 -makefile protoshares-qt.pro USE_QRCODE=1 USE_UPNP=1
make

 ;D  +5%

19
Keyhotee / Re: Keyhotee Founder ID Registration Process
« on: January 15, 2014, 08:29:07 am »
Let's see how it works in the new Keyhotee alpha release, perhaps as early as tonight...

i cannot find download link for version 0.5.2,can you help

https://bitsharestalk.org/index.php?topic=1433.105

http://invictus.io/bin/keyhotee_0.5.2.zip

20
Keyhotee / Re: Keyhotee Founder ID Registration Process
« on: January 06, 2014, 01:17:27 am »
So in the Alpha I see the green bar saying "Registered" and a gold bar saying "Keyhotee Founder". Does this mean I'm good for registration and you're able to add me to the genesis block?
mine still "Unregistered". is that ok?

21
Keyhotee / Re: Keyhotee Status Update
« on: January 05, 2014, 05:31:12 pm »
yep, qt5, sorry forgot about that. whats your distro?


Mint 15 and I'll also try on Debian jessie
(really appreciate the quick replies)

thats because we both online at same time  ;D

maybe this will help
https://bitsharestalk.org/index.php?topic=1672.0
https://bitsharestalk.org/index.php?topic=1565.0

i think the best way is using latest qt5, not from ubuntu/mint repos

22
Keyhotee / Re: Keyhotee Status Update
« on: January 05, 2014, 05:19:15 pm »
Did someone get this to build under linux?
I don't have any other way to use this...
yes, whats your problem? i manage to compile and run with arch linux.


Can you list the dependencies?
Did you use cmake at all?

afaik 'git' 'boost' 'gcc' 'cmake' 'make' 'openssl', please note name may different on other distro


I have all of these and I installed cmake 2.8.11+ from source, didn't you need QT5 libs for it?
I can't find the right ones...


Thanks

yep, qt5, sorry forgot about that. whats your distro?

23
Keyhotee / Re: Keyhotee Status Update
« on: January 05, 2014, 05:15:01 pm »
Did someone get this to build under linux?
I don't have any other way to use this...
yes, whats your problem? i manage to compile and run with arch linux.


Can you list the dependencies?
Did you use cmake at all?

afaik 'qt5 ''git' 'boost' 'gcc' 'cmake' 'make' 'openssl', please note name may different on other distro

24
Keyhotee / Re: Keyhotee Status Update
« on: January 05, 2014, 03:02:42 pm »
Did someone get this to build under linux?
I don't have any other way to use this...
yes, whats your problem? i manage to compile and run with arch linux.

25
Keyhotee / Re: Post your Alpha Keyhotee Public Key and Be known!
« on: January 04, 2014, 11:03:13 pm »
8VfiUHH3xjnfi5AKMuBykNkPGQCV5iy2NUdTEkmzTJkGBiGqPE

 ;D

26
Keyhotee / Re: Keyhotee Founder ID Registration Process
« on: January 04, 2014, 08:17:16 am »
i have some questions
1. is first/middle/last name case sensitive?
2. can i skip (leave blank) passport and license?
3. do i need to remember brain wallet key?
thanks  :)

27
MemoryCoin / Re: [Giveaway] Happy New Year 2014!
« on: January 01, 2014, 12:03:56 pm »
MEEyp8v32i19jprTQSvfyTg919hsVSW596

happy new year minna-san  :D

28
MemoryCoin / Re: [ANN] MMCPool.com - Win64 / OSX64 - I need your CPU power!
« on: December 27, 2013, 01:15:27 pm »
Anyone compiled mmcminer in Archlinux? could tell me what packages are required?

(64bit only) here's my PKGBUILD https://build.opensuse.org/package/view_file/home:aguswinata/cpuminer-mmcminer/PKGBUILD?expand=1
feels free to modify.
binary available at http://download.opensuse.org/repositories/home:/aguswinata/Arch_Extra/

29
BitShares PTS / Re: ★Giveaway I★ Claim your free PTS - rule inside
« on: December 22, 2013, 04:43:28 pm »
PmFMaWnNXKX7u2DTbE1MkhWcpNRDjdjaxi

 ;D

30
BitShares PTS / Re: Cloud Mining under Debian / DigitalOcean
« on: December 14, 2013, 05:49:01 pm »
Hello r05,

Thanks, that helps a lot.

Another question from a Debian newbie.

When calling the miner, I change to the scr-directory by: cd ~/ptsminer/src
Then I start the miner by ./ptsminer <...> 4

What does the "./" stand for.
Under Windows it is the current directory.
So under windows also :ptsminer <...> 4 will work.

But under Debian I got the message "command not found".

If I type "ls -lh" , there is, beside the sourcefiles, a file called  "-rwxr-xr-x ... ptsminer", without extensions.

But where is the executable?

Sincerly

Hurlie


well that's to avoid path problem
let say, you put ptsminer binary on /home/username/ptsminer/src/
there's several ways to run binary

"/home/username/ptsminer/src/ptsminer <command options>"
similar to
"~/ptsminer/src/ptsminer <command options>"

or
"cd /home/username/ptsminer/src" then "./ptsminer <command options>"
dot (.) here represent /home/username/ptsminer/src

or
copy your binary to /usr/bin/ then run "ptsminer <command options>"

unix binary dont have extension like windows (.exe)

btw im using tmux instead of screen.
login to your vps, run tmux, run your miner, then detach tmux by ctrl+b+d, exit putty
next time you just simply login to your vps then run "tmux attach" to open last session where your miner still running all the time.

Pages: 1 [2]