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
16
Technical Support / Can bitshares_client run on Raspberry Pi 2?
« on: August 07, 2015, 03:33:04 pm »
Is it possible to build/run bitshares_client (cli) on Raspberry pi 2?

bitshares_client 0.9.2 on raspbian:

doesnot start

Code: [Select]
-bash: ./bitshares_client: cannot execute binary file

17
Возможно ресурсов компьютера не хватает.

RAM 8GB, средний CPU (i3 и выше) хватает (на linux).

18
есть смысл дождаться когда клиент полностью синхронизируется (с сетью).

19
3620 votes were sitting there for quite a while,
according to the voting address, since 2015-03-29 16:38:38
https://blockchain.info/address/1BkKKu1y1yq4rTWe1uXhG93GXRLf5exM9n

20
General Discussion / Re: NXT is better than BitShares?
« on: March 30, 2015, 05:20:27 pm »
NXT produces block in under a minute (they want to reduce this to an 'instance').
A decentralized exchange with the current confirmation times isn't very appealing.

Unless there's a bigger plan, their recent spinning off a variety of DACs/implementations reminds what BitShares eventually had to move away from to focus on BTS.
With the funding they've got, may be they can do something about that.

At a casual glance it seemed that NXT had more work done with the supporting ecosystem: wallets, web-wallets, supporting sites.


21
Technical Support / Re: Account problems with funds
« on: March 30, 2015, 04:55:36 pm »
If you run
Code: [Select]
wallet_list_accounts
Does it say that your account is registered?

There is a key for each account in the KEY column, you can use this key to send
funds to the account. Try to use the following command either to send funds to cover fees or try to move the funds out. Do it with small amount first

Code: [Select]
wallet_transfer_to_address
Here is the 'help wallet_transer_to_address' output
Code: [Select]
Do a simple (non-TITAN) transfer to an address

Parameters:
  amount_to_transfer (real_amount, required): the amount of shares to transfer
  asset_symbol (asset_symbol, required): the asset to transfer
  from_account_name (account_name, required): the source account to draw the shares from
  to_address (string, required): the address or pubkey to transfer to
  memo_message (string, optional, defaults to ""): a memo to store with the transaction
  strategy (vote_strategy, optional, defaults to "vote_recommended"): enumeration [vote_none | vote_all | vote_random | vote_recommended]

Returns:
  transaction_record

In the receiving account you should see the balance change. But there is no record in the 'transaction history'. The transaction record is visible in history only for the sending account.
Make sure your wallet and the account are synched:
in the
Code: [Select]
get_info
output you should see

"blockchain_head_block_age": "<anything under 10 seconds>",
...
"wallet_open": true,
"wallet_unlocked": true,
...
"wallet_scan_progress": "100.00 %",

22
Technical Support / Re: Account problems with funds
« on: March 30, 2015, 11:55:40 am »

Try running console command
Code: [Select]
wallet_get_account <your_account_name>

is there a line in the output reading
Code: [Select]
"is_my_account": false,
or
Code: [Select]
"is_my_account": true,

23

Before your wallet is synchronized with the network, this output is meaningless.
Quote
in console get_info
shows this
 "blockchain_average_delegate_participation": "0.02 %",
You need to finish synchronizing to read "blockchain_average_delegate_participation"  output.
If you're synched and get this reading, you are on a fork and should resynch.

"get_info" console command should tell you if your wallet is synchronized.
You may try "blockchain_is_synched" command.


24
Technical Support / Re: Should I get 8GB or 16GB on my iMAC?
« on: March 30, 2015, 05:43:22 am »
I'm quite happy with my 8GB RAM running linux debian.
3d generation average i3 intel CPU. It does take more than an hour to compiling the client or synchronizing the blockchain.

25
from  https://moonstone.io/
Quote
We will launch our crowdfunding campaign on Tue, 7 April 2015
[/qoute]

I can guess that they will start delegates if the fundraiser is successful (if they raise the targeted sum).


These links could be of interest:

https://bitsharestalk.org/index.php?topic=14327.0
http://bitsapphire.com/Bitshares-Delegate/

26
Voted.

Voting ends 15 April, 2015.

27
General Discussion / Re: Wiki Wesnesday - Starts 2PM EST
« on: March 26, 2015, 09:43:04 pm »
Be sure to update the wiki to note that Bitshares is an MLM scam now.

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

lol, will make it top of the page. That should earn us some trust. May be the idea is so great we don't really need the wiki.

28
General Discussion / Re: Wiki Wesnesday - Starts Tomorrow 1PM EST
« on: March 26, 2015, 08:31:05 pm »
If you don't mind,

I will continue updating/editing http://wiki.bitshares.org/index.php/BitShares/Howto  (Getting Started)

Planned edits/updates:
1) Updates graphics/text for the latest client.

Planned additions

1) Starting with a webwallet, as in https://wallet.bitshares.org/#/unlockwallet

2) Starting with a light client (I've got no experience with light clients yet)

I should complete most of the edits tomorrow (when I have time).
Awesome job!
http://wiki.bitshares.org/index.php/BitShares/Howto

Could add a description to add private keys manually (best would be a link to a different article) for early investors to show how to claim their genesis stake?

Thanks, I've put some structure to the page. Would review, add later.

I'm not sure I understand enough about.
Quote
Could add a description to add private keys manually (best would be a link to a different article) for early investors to show how to claim their genesis stake?
So, I might let someone else add it.
 

29
General Discussion / Re: Wiki Wesnesday - Starts Tomorrow 1PM EST
« on: March 25, 2015, 06:51:32 am »
If you don't mind,

I will continue updating/editing http://wiki.bitshares.org/index.php/BitShares/Howto  (Getting Started)

Planned edits/updates:
1) Updates graphics/text for the latest client.

Planned additions

1) Starting with a webwallet, as in https://wallet.bitshares.org/#/unlockwallet

2) Starting with a light client (I've got no experience with light clients yet)

I should complete most of the edits tomorrow (when I have time).

30
I have installed the version v0.8.1.
I run bitshares_client and I get this.

Not starting RPC server, use -server to enable the RPC interface
<wallet closed> >>>

Great, you are halfway there. Type after '>>>'
Code: [Select]
get_info

You will see the state of your client.

Type in the commands mentioned in the previous posts.

You can learn new commands with 'help', for example:
Code: [Select]
help wallet_open

You can see all available with
Code: [Select]
help

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