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

Pages: 1 ... 32 33 34 35 36 37 38 [39] 40
571
General Discussion / Re: Initial delegates, let's get ready!
« on: June 08, 2014, 03:00:39 am »
I am not entirely sure which data directory needs to be removed. I deleted

~/local/bitshares_toolkit/programs/client$ rm ../../data/ -rf
rm ~/.BitSharesXTS/ -rf

sfinder, try
$ rm -rf ~/.BitSharesXTS


i did remove data dir but did not fix the problem

latest git pull.


Code: [Select]

~/local/bitshares_toolkit/programs/client$ rm ../../data/ -rf

./bitshares_client
================================================================
=                                                              =
=             Welcome to BitShares XTS                         =
=                                                              =
=  This software is in alpha testing and is not suitable for   =
=  real monetary transactions or trading.  Use at your own     =
=  risk.                                                       =
=                                                              =
=  Type 'help' for usage information.                          =
================================================================
Logging to file "/home/slava/.BitSharesXTS/default.log"
Logging RPC to file "/home/slava/.BitSharesXTS/rpc.log"
Loading config "/home/slava/.BitSharesXTS/config.json"
{
  "rpc": {
    "rpc_user": "",
    "rpc_password": "",
    "rpc_endpoint": "127.0.0.1:0",
    "httpd_endpoint": "127.0.0.1:0",
    "htdocs": "./htdocs"
  },
  "default_peers": [
    "107.170.30.182:8764"
  ],
  "ignore_console": false
}
Loading blockchain from "/home/slava/.BitSharesXTS/chain"
Using genesis block from file "/home/slava/local/bitshares_toolkit/programs/client/genesis.json"
Initializing genesis state
------------ error --------------
10
total_votes == total.amount:
    {"total_votes":999999999999994,"total_shares":{"amount":1999999999999988,"asset_id":0}}
    th_a  chain_database.cpp:1681 sanity_check

    {}
    th_a  chain_database.cpp:1688 sanity_check

    {}
    th_a  chain_database.cpp:1442 initialize_genesis

    {"data_dir":"/home/slava/.BitSharesXTS/chain"}
    th_a  chain_database.cpp:864 open

    {"data_dir":"/home/slava/.BitSharesXTS","genesis_dat":"/home/slava/local/bitshares_toolkit/programs/client/genesis.json"}
    th_a  client.cpp:325 open

Did you wipe your data dir?
Did you "git submodule update"?

572
General Discussion / Re: Initial delegates, let's get ready!
« on: June 08, 2014, 02:28:55 am »
latest git pull.


Code: [Select]

~/local/bitshares_toolkit/programs/client$ rm ../../data/ -rf

./bitshares_client
================================================================
=                                                              =
=             Welcome to BitShares XTS                         =
=                                                              =
=  This software is in alpha testing and is not suitable for   =
=  real monetary transactions or trading.  Use at your own     =
=  risk.                                                       =
=                                                              =
=  Type 'help' for usage information.                          =
================================================================
Logging to file "/home/slava/.BitSharesXTS/default.log"
Logging RPC to file "/home/slava/.BitSharesXTS/rpc.log"
Loading config "/home/slava/.BitSharesXTS/config.json"
{
  "rpc": {
    "rpc_user": "",
    "rpc_password": "",
    "rpc_endpoint": "127.0.0.1:0",
    "httpd_endpoint": "127.0.0.1:0",
    "htdocs": "./htdocs"
  },
  "default_peers": [
    "107.170.30.182:8764"
  ],
  "ignore_console": false
}
Loading blockchain from "/home/slava/.BitSharesXTS/chain"
Using genesis block from file "/home/slava/local/bitshares_toolkit/programs/client/genesis.json"
Initializing genesis state
------------ error --------------
10
total_votes == total.amount:
    {"total_votes":999999999999994,"total_shares":{"amount":1999999999999988,"asset_id":0}}
    th_a  chain_database.cpp:1681 sanity_check

    {}
    th_a  chain_database.cpp:1688 sanity_check

    {}
    th_a  chain_database.cpp:1442 initialize_genesis

    {"data_dir":"/home/slava/.BitSharesXTS/chain"}
    th_a  chain_database.cpp:864 open

    {"data_dir":"/home/slava/.BitSharesXTS","genesis_dat":"/home/slava/local/bitshares_toolkit/programs/client/genesis.json"}
    th_a  client.cpp:325 open

573
Stakeholder Proposals / Re: Candidate Billboards
« on: June 06, 2014, 07:53:34 am »
I have been following this project since last year, fascinated by the concept and it's potential. Actively participating in discussions and testing. Hosting a delegate node on VPS server, rented from bitvps.com.

Code: [Select]
wallet_set_delegate_trust_level bitcoiners     1
 wallet_set_delegate_trust_level bitcoiners-1  1
 wallet_set_delegate_trust_level blockchainer 1

I will likely migrate delegate nodes onto cloud hosting servers in diverse geographical locations.

574
I would like to be an initial Delegate.

Can host in California, or elsewhere if makes sense.

575
General Discussion / Re: TITAN Test Net for XTS Open for Savvy Users
« on: June 02, 2014, 11:34:07 pm »

You should run "./bitshares_client" from bitshares_toolkit/programs/client

Thanks. That worked.

576
General Discussion / Re: TITAN Test Net for XTS Open for Savvy Users
« on: June 02, 2014, 11:06:22 pm »
getting an error after latest git pull

Code: [Select]
./bts_xt_client
================================================================
=                                                              =
=             Welcome to BitShares XT                          =
=                                                              =
=  This software is in alpha testing and is not suitable for   =
=  real monetary transactions or trading.  Use at your own     =
=  risk.                                                       =
=                                                              =
=  Type 'help' for usage information.                          =
================================================================
Logging to file /home/slava/.BitSharesXTS/default.log
Logging RPC to file /home/slava/.BitSharesXTS/rpc.log
Creating default config file /home/slava/.BitSharesXTS/config.json
Loading blockchain from /home/slava/.BitSharesXTS/chain
Using genesis block from file "genesis.dat"
Initializing genesis state
------------ error --------------
assert
fc::exists( genesis_file ): Genesis file 'genesis.dat' was not found.
    {"file":"genesis.dat"}
    th_a  chain_database.cpp:1151 initialize_genesis

    {"data_dir":"/home/slava/.BitSharesXTS/chain"}
    th_a  chain_database.cpp:736 open
unable to open blockchain from /home/slava/.BitSharesXTS/chain
    {"data_dir":"/home/slava/.BitSharesXTS/chain"}
    th_a  main.cpp:242 load_and_configure_chain_database

577
General Discussion / Gitshares: Gitchain based on Bitshares
« on: May 26, 2014, 09:31:54 am »
There is an interesting project proposed on kickstarter called Gitchain
"Decentralized, peer-to-peer Git repositories aka "Github meets Bitcoin""

https://www.kickstarter.com/projects/612530753/gitchain

It would be great if this project was implemented based on Bitshares toolkit.

578
General Discussion / Re: Testing BitShares XT Launch...
« on: May 06, 2014, 10:25:29 pm »
Having problems sending..

Code: [Select]
>>> getbalance
180499303231
>>> sendtoaddress BvoktQoKdxB6AjZabBkxGret12rMUsJ2s 180499303231
assert
!"Unable to collect sufficient unspent inputs":
    {"requested_amount":{"amount":180499304884,"unit":0},"total_collected":{"amount":180499303231,"unit":0}}
    th_a  wallet.cpp:315 collect_inputs
{"amount":180499303231,"unit":0} to BvoktQoKdxB6AjZabBkxGret12rMUsJ2s
    {"amnt":{"amount":180499303231,"unit":0},"to":"BvoktQoKdxB6AjZabBkxGret12rMUsJ2s"}
    th_a  wallet.cpp:771 send_to_address

579
General Discussion / Re: Testing BitShares XT Launch...
« on: May 04, 2014, 12:52:02 pm »
problem importing pts wallet..

Code: [Select]
> import_bitcoin_wallet ~/.bitshares-pts/wallet.dat xxx
spending passphrase:
std

    {}
    th_a  import_bitcoin_wallet.cpp:339 import_bitcoin_wallet
Unable to import bitcoin wallet ~/.bitshares-pts/wallet.dat
    {"wallet_dat":"~/.bitshares-pts/wallet.dat"}
    th_a  wallet.cpp:555 import_bitcoin_wallet

Try to input the absolute path...

 tried with absolute path.

Code: [Select]
unspecified
error durring aes 256 cbc decrypt final
    {"s":"error:06065064:digital envelope routines:EVP_DecryptFinal_ex:bad decrypt"}
    th_a  aes.cpp:244 aes_decrypt
unable to decrypt key
    {}
    th_a  import_bitcoin_wallet.cpp:176 decrypt

    {}
    th_a  import_bitcoin_wallet.cpp:339 import_bitcoin_wallet
Unable to import bitcoin wallet /home/slava/.bitshares-pts/wallet.dat
    {"wallet_dat":"/home/slava/.bitshares-pts/wallet.dat"}
    th_a  wallet.cpp:555 import_bitcoin_wallet

580
General Discussion / Re: Testing BitShares XT Launch...
« on: May 04, 2014, 10:30:38 am »
problem importing pts wallet..

Code: [Select]
> import_bitcoin_wallet ~/.bitshares-pts/wallet.dat xxx
spending passphrase:
std

    {}
    th_a  import_bitcoin_wallet.cpp:339 import_bitcoin_wallet
Unable to import bitcoin wallet ~/.bitshares-pts/wallet.dat
    {"wallet_dat":"~/.bitshares-pts/wallet.dat"}
    th_a  wallet.cpp:555 import_bitcoin_wallet

581
General Discussion / Re: drltc's Trustee Technical Discussion Thread
« on: March 31, 2014, 07:18:18 pm »

I dislike the trustee concept. 

Me too.

Also, I just found this on http://nakamotoinstitute.org/

Quote
I've been working on a new electronic cash system that's fully peer-to-peer, with no trusted third party. Satoshi Nakamoto, 2008

582
General Discussion / Re: BitShares X Status Update
« on: February 25, 2014, 12:20:12 am »
I have spent the past few days thinking about exploits and designing solutions to them.  This has required some changes to the code that I am working on to do the following:

1) Increase initial margin to 10x rather than 2x to prevent manipulation by triggering short squeezes.  This will reduce leverage in the system and make it very unlikely for a short position to be blown out by a short squeeze.
2) Track market depth and limit trading to a percent of the market depth every block.  This will prevent whales from pushing the price around too much.   
3) Require minimal market depth before the first trade can occur.
4) Figure out how to test all of this :)

are these changes that can be tweaked as bitshares evolves, like bitcoin fees are tweaked, or are they more or less permanent to the XT chain?

...  Voting is not an option ...

How about a Proof of Stake based voting mechanism for major changes to blockchain rules?

583
General Discussion / Re: Some Opinions on the Default Unit of BTSX
« on: February 22, 2014, 06:54:07 pm »
4,000,000,000

 +5%

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

585
BitShares PTS / Re: fast AMD OpenCL PTS miner released
« on: February 13, 2014, 03:00:17 am »
I am getting an error when trying to run this miner.

Code: [Select]
[...]
spawning 2 worker threads
[b]error while opening the file gpuhash_0. Exiting...
[/b]
[...]
Are the files gpuhash_x in the same directory as the binary? I guess that the application cannot find the file.

you are right, I had to cd to the directory as the binary before it started working. Thanks.

Now I get a different error:


Code: [Select]
Internal error: Input OpenCL binary is not for the target!
Code: [Select]
dpkg -l|grep fgl
ii  fglrx                                         2:13.200-0ubuntu1                          amd64        Video driver for the AMD graphics accelerators
ii  fglrx-amdcccle                                2:13.200-0ubuntu1                          amd64        Catalyst Control Center for the AMD graphics accelerators
ii  fglrx-dev 

Pages: 1 ... 32 33 34 35 36 37 38 [39] 40