Author Topic: Today's wallet seems to be very not smooth  (Read 4567 times)

0 Members and 1 Guest are viewing this topic.


Offline abit

  • Committee member
  • Hero Member
  • *
  • Posts: 4664
    • View Profile
    • Abit's Hive Blog
  • BitShares: abit
  • GitHub: abitmore
BitShares committee member: abit
BitShares witness: in.abit

Offline svk

What are the steps to setting up a wallet?

git clone https://github.com/bitshares/bitshares-2.git
cd bitshares-2
git checkout 2.0.160216
git submodule update --init --recursive
cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DBUILD_TESTS=OFF .
make
cd programs/witness_node
./witness_node

git clone https://github.com/bitshares/bitshares-2-ui.git
cd bitshares-2-ui
cd cli; npm install
cd ../dl; npm install
cd ../ios; npm install
cd ../web; npm install
npm start

Comment if you run into issues, but that's the basic process...
You only need to do npm install in the web and dl folders.
Worker: dev.bitsharesblocks

Offline Troglodactyl

  • Hero Member
  • *****
  • Posts: 960
    • View Profile
What are the steps to setting up a wallet?

git clone https://github.com/bitshares/bitshares-2.git
cd bitshares-2
git checkout 2.0.160216
git submodule update --init --recursive
cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DBUILD_TESTS=OFF .
make
cd programs/witness_node
./witness_node

git clone https://github.com/bitshares/bitshares-2-ui.git
cd bitshares-2-ui
cd cli; npm install
cd ../dl; npm install
cd ../ios; npm install
cd ../web; npm install
npm start

Comment if you run into issues, but that's the basic process...

Offline luckybit

  • Hero Member
  • *****
  • Posts: 2921
    • View Profile
  • BitShares: Luckybit
What are the steps to setting up a wallet?
https://metaexchange.info | Bitcoin<->Altcoin exchange | Instant | Safe | Low spreads

Offline puppies

  • Hero Member
  • *****
  • Posts: 1659
    • View Profile
  • BitShares: puppies
Last I heard the OL server has CPU overheating issues.  The number of active connections is also growing.

The next release should include more options for servers.

The actual network is running fine.
local full client can easy run by local running witness_node +GUI, 
but it need to re-index by every time restart witness_node .  it is there any way to void re-index when restart witness_node
I'd rather like to start with --replay-blockchain every time. It avoids most of strange issues from happening.
It cost about 5 minutes if you're running with Release build.

I agree.  I'm my scripts that start my client I always start with replay.  It is nice to not have to if you don't want to though.  Especially on my ubuntu 15.10 machines.
https://metaexchange.info | Bitcoin<->Altcoin exchange | Instant | Safe | Low spreads

Offline abit

  • Committee member
  • Hero Member
  • *
  • Posts: 4664
    • View Profile
    • Abit's Hive Blog
  • BitShares: abit
  • GitHub: abitmore
Last I heard the OL server has CPU overheating issues.  The number of active connections is also growing.

The next release should include more options for servers.

The actual network is running fine.
local full client can easy run by local running witness_node +GUI, 
but it need to re-index by every time restart witness_node .  it is there any way to void re-index when restart witness_node
I'd rather like to start with --replay-blockchain every time. It avoids most of strange issues from happening.
It cost about 5 minutes if you're running with Release build.
BitShares committee member: abit
BitShares witness: in.abit

Offline puppies

  • Hero Member
  • *****
  • Posts: 1659
    • View Profile
  • BitShares: puppies
I've also got a wallet set up at https://dele-puppy.com or wss://dele-puppy.com/ws  The faucet doesn't seem to be giving referrers the proper percent so please don't use it to refer new users, as you may not get paid.
https://metaexchange.info | Bitcoin<->Altcoin exchange | Instant | Safe | Low spreads

Offline oldmine

  • Jr. Member
  • **
  • Posts: 46
    • View Profile
The number of active connections is also growing.

A great problem to have!  +5%

Offline bytemaster

Last I heard the OL server has CPU overheating issues.  The number of active connections is also growing.

The next release should include more options for servers.

The actual network is running fine.
local full client can easy run by local running witness_node +GUI, 
but it need to re-index by every time restart witness_node .  it is there any way to void re-index when restart witness_node

The reindexing issue has been fixed with the latest release.
For the latest updates checkout my blog: http://bytemaster.bitshares.org
Anything said on these forums does not constitute an intent to create a legal obligation or contract between myself and anyone else.   These are merely my opinions and I reserve the right to change them at any time.

Offline BTSdac

  • Hero Member
  • *****
  • Posts: 1219
    • View Profile
  • BitShares: K1
Last I heard the OL server has CPU overheating issues.  The number of active connections is also growing.

The next release should include more options for servers.

The actual network is running fine.
local full client can easy run by local running witness_node +GUI, 
but it need to re-index by every time restart witness_node .  it is there any way to void re-index when restart witness_node
github.com :pureland
BTS2.0 API :ws://139.196.37.179:8091
BTS2.0 API 数据源ws://139.196.37.179:8091

Offline bytemaster

Last I heard the OL server has CPU overheating issues.  The number of active connections is also growing.

The next release should include more options for servers.

The actual network is running fine.
For the latest updates checkout my blog: http://bytemaster.bitshares.org
Anything said on these forums does not constitute an intent to create a legal obligation or contract between myself and anyone else.   These are merely my opinions and I reserve the right to change them at any time.

Offline noisy

Take a look on: https://bitsharestalk.org/index.php/topic,19625.msg251894.html - I have a crazy idea - lets convince cryptonomex developers to use livecoding.tv


Offline Troglodactyl

  • Hero Member
  • *****
  • Posts: 960
    • View Profile
Finding the reason would be easier if you provided more details.  Are you using a hosted wallet instance, or where are you accessing the wallet?  Are you having issues loading the entire page, or is slow navigation within the wallet the problem, or is it just not updating responsively with data from the chain?