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 - fundomatic

Pages: 1 2 3 4 5 [6] 7 8 9 10
76
General Discussion / Re: Bter suspended
« on: February 15, 2015, 08:16:44 pm »
Shapeshift just twitted

https://twitter.com/ShapeShift_io/status/567047121208360960

Quote
Due to BTER being hacked, #ShapeShift will not be able to do NBT, BTS or BitUSD transactions at this time. Stay tuned for updates.

77
Technical Support / Re: Generating multiple addresses
« on: February 15, 2015, 08:58:39 am »
I believe bitcoin core wallet (bitcoin-qt) is a

Quote
Type-0 nondeterministic wallet. For example, the Bitcoin Core client pregenerates 100 random private keys when first started and generates more keys as needed, using each key only once. This type of wallet is nicknamed "Just a Bunch Of Keys," or JBOK, ...

Quoted from Mastering Bitcoin by Andreas Antonopoulos

So, with bitcoin-qt, you could generate as many private-public key pairs and associated addresses as you wish.

Mind that as you spend generated 100 keys and start next 100 key batch, you need to back up the wallet again.

78
General Discussion / Re: Looking for Stuff to Do
« on: February 12, 2015, 07:29:30 am »
Your help would be greatly appreciated.

http://wiki.bitshares.org/index.php/Requesting_Wiki_Write_Access

Quote
Requesting Wiki Write Access

Currently user "gamey" on bitsharestalk.org is the person to send a private message if you would like to contribute.

The reason this wiki is not public is because there is not enough manpower to prevent it from being defaced. We welcome anyone who wishes to give accurate info.

79

Code: [Select]
sudo apt-get install libcanberra-gtk3-module

Из вашего сообщения
Code: [Select]
    "rpc_user": "randomuser",
    "rpc_password": "69ac7a72e10fde94b1c00a27eb4ee4b02a9ce91b026561424ed52c67049a1f73",

Желательно не показывать (нужно поменять).

80
Technical Support / Re: BitShares for non-developers?
« on: February 08, 2015, 11:17:55 am »
Poloniex was mentioned quite a few times with regard to BTS withdrawals, deposits.

Sorry to hear it hasn't been sorted.

81
Для debian wheezy можно попробовать:

добавить след. в файл /etc/apt/sources.list
Code: [Select]
# Testing repository - main, contrib and non-free branches
deb http://http.us.debian.org/debian testing main non-free contrib
deb-src http://http.us.debian.org/debian testing main non-free contrib

затем:

Code: [Select]
sudo apt-get update
sudo apt-get install libc6-dev=2.17-7

Edit:
больше здесь:
http://unix.stackexchange.com/questions/85505/need-to-install-glibc-2-14-on-wheezy
http://forums.debian.net/viewtopic.php?f=17&t=118262

82
В debian wheezy 'libc6' (2.13-38+deb7u6) устарел для 'bitshares_client' 

Code: [Select]

$ lsb_release -a

No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux 7.7 (wheezy)
Release: 7.7
Codename: wheezy

$ apt-cache policy libc6
libc6:
  Installed: 2.13-38+deb7u6
  Candidate: 2.13-38+deb7u6
  ...

для сравнения:

Code: [Select]
$ lsb_release -a

No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux 8.0 (jessie)
Release: 8.0
Codename: jessie

$ apt-cache policy libc6
libc6:
  Installed: 2.19-13
  Candidate: 2.19-13

Какой debian установлен?
Что след. соманды выдают?

Code: [Select]
lsb_release -a

Code: [Select]
apt-cache policy libc6

83
Нужно установить "libc6",
детали:
Code: [Select]
ram@farm:$ apt-cache search libc6
debian-policy - Debian Policy Manual and related documents
libc6 - Embedded GNU C Library: Shared libraries
libc6-amd64 - Embedded GNU C Library: 64bit Shared libraries for AMD64
libc6-dbg - Embedded GNU C Library: detached debugging symbols
libc6-dev - Embedded GNU C Library: Development Libraries and Header Files
libc6-dev-amd64 - Embedded GNU C Library: 64bit Development Libraries for AMD64
libc6-i686 - Embedded GNU C Library: Shared libraries [i686 optimized]
libc6-pic - Embedded GNU C Library: PIC archive library
libc6-prof - Embedded GNU C Library: Profiling Libraries
libc6-xen - Embedded GNU C Library: Shared libraries [Xen version]
libcompfaceg1 - Compress/decompress images for mailheaders, libc6 runtime
libcompfaceg1-dev - Compress/decompress images for mailheaders, libc6 devel
libtext-iconv-perl - converts between character sets in Perl
manpages-ja-dev - Japanese version of the manual pages (for developers)
manpages-pt-dev - Portuguese Versions of the Manual Pages (dev sections)

должно быть достаточно:

Code: [Select]
$ sudo apt-get install libc6

84
Как установить клиент на Debian не собирая из исходников?

https://github.com/BitShares/bitshares/releases

Download bitsharesGUI-0.6.0-linux-x86_64.tar.gz

tar xzvf bitsharesGUI-0.6.0-linux-x86_64.tar.gz\

cd bitsharesGUI-0.6.0-linux-x86_64

start the client

./bitshares_client



GUI (BitShares) отсутсвует в этой версии.

85
Technical Support / Re: Comming from NXT and confused.
« on: February 08, 2015, 08:43:44 am »
I'm afraid the delegates would not share their rewards with you directly.

If you look at https://bitsharesblocks.com/delegates, the 'pay rate' they allocate themselves is between 3% and 100%. In case of 3%, the delegates burn the rest of the rewards and thus decrease the dilution of the BTS (increasing the value of your stock). 100% paid delegates contribute something useful to the BitShares ecosystem, for example, developers and marketing. Again you get something back indirectly for you wise voting.

Quote
It appears every member of the "approved subset" gets 100% of your stake.

I think the correct way to phrase it would be: delegates that you chose (with thumb up and "all") get votes equivalent to 100% of your stake.
 

86
Technical Support / Re: Delete Account
« on: February 07, 2015, 11:01:13 pm »
You can create a new wallet using the 'console'.
The 'console' option should be available on the right side of GUI client or via 'advanced' option.

Either way, here is the command to type into console.

>> wallet_create <wallet_name> <new_passphrase>

87
Technical Support / Re: Unable to register username in BS app for Windows
« on: February 07, 2015, 08:22:47 pm »

Seems like there's been an error on the web page side.

It has been reported fixed.

https://bitsharestalk.org/index.php?topic=14083.msg183310#msg183310

So, You can try to register your account again.

88
Technical Support / Re: BitShares for non-developers?
« on: February 07, 2015, 08:15:26 pm »
Quote
How do I get BTS from place A (ploniex) to place B (my account)

Last time I moved funds from Poloniex, I didn't used any memo. So, I left memo field empty.
Mind though, it was a while ago.
So, try using your registered BitShares account name when you withdraw BTS from Poloniex.

Quote
what is a memo? why do I need it?

A memo is a short message that you can send along with the funds. Some, exchanges would you ask you to include a specific memo so that they could identify your payment(deposit).

As for PTS, you would probably want to read
https://bitsharestalk.org/index.php?topic=14019.0
to appreciate it (or not).

89
General Discussion / Re: Stan's post on the Origin of Bitshares - Awesome!
« on: February 05, 2015, 02:51:34 pm »
Much needed read, clears a lot.

90
used capital B lately.

Pages: 1 2 3 4 5 [6] 7 8 9 10