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

Pages: 1 2 3 4 [5] 6 7 8 9 10 11 12 ... 20
61
General Discussion / Re: [ANN] LimeWallet - Beta
« on: October 12, 2015, 08:34:42 am »
Tomorrow 12 Oct / 23:00 GMT we will be stopping the API service.

You will be able to claim your balance in the account created with the beta1 in the updated version that we working on.
Anyway, If anyone wants to transfer their money out please do it before tomorrow 23:00GMT or you will need to wait until we release the newer version.

62
General Discussion / Re: [ANN] LimeWallet - Beta
« on: October 12, 2015, 08:31:28 am »
1) The UI looks broken in your tablet, can you give me your tablet's specs.

2) You can test again the registration.
     a) Open slide menu.
     b) Click on the account "logo".
     c) Register your account.

3) To test the QR code.
     a) In home screen tap "Receive"
     b) Enter the amount / tap "Request payment"
 

63
General Discussion / Re: October 5 Test Network
« on: October 09, 2015, 06:45:08 am »
elmato updated to latest master

64
I think it's possible but it will require more work on your side.

You will need to keep track of every transfer operation to know if they are "confirmed" or not.

65
General Discussion / Re: [ANN] LimeWallet - Beta
« on: October 08, 2015, 09:14:51 pm »
Sure! That will be ready for the next update (bts2).

BTW: I don't know if the URI scheme changed for the BTS2 version, need to check that also.

66
General Discussion / Re: [ANN] LimeWallet - Beta
« on: October 08, 2015, 09:08:21 pm »
Ken, Qr code scanning is already there.

But localtrader/AirTM functionality requires a little more than just QR scanning.

At the very minimum you need to:
* A way to publish your offer/location/contact info.
* A search
* A rating system

67
General Discussion / Re: October 5 Test Network
« on: October 08, 2015, 08:57:11 pm »
dele-puppy will be intermittently missing  blocks as I am testing a failover script.
Im interested in that script, will you make it public?

68
General Discussion / Re: October 5 Test Network
« on: October 08, 2015, 08:56:17 pm »
I got a couples of:
getObjects without subscribe callback??
What is it?
Don't worry with that message.

The witness node logs that when there is no subscription and a getobject requirements comes in.

69
General Discussion / Re: [ANN] LimeWallet - Beta
« on: October 08, 2015, 06:45:55 pm »
@KenCode, we are aiming at having the same wallet functionality working with the 2.0 backend.
The localtrader/AirTM is in the blackboard as many other things, but this is first prio.

70
I think CFB is working on "a crypto without blocks" similar in concept to Sergio's DagCoin that it's well suited for micropayments.

https://bitslog.wordpress.com/2015/09/11/dagcoin/

PS: micropayments channels are doable in BTS 2.0 similar to what streamiun/Faraday is doing.

(I'm working on a proof of concept)

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

71
General Discussion / Re: October 5 Test Network
« on: October 08, 2015, 06:22:55 am »
I suggest to everyone stuck to double check if his witness is updated to the latest master commit.

Then to remove the witness data and object db folders and start again.

72
General Discussion / Re: October 5 Test Network
« on: October 08, 2015, 02:13:25 am »
I was at this commit fe552a42d0e6a29f48c39dfca44d02a9a2548698 (removing unnecessary assert)
but there is a new one bfef440968e98219612a9bbd24e715e8835ad975 (fork_database.cpp: Fix overflow)

I will update and see if it goes back to the main chain.

After upgrading to latest master  (bfef440968e98219612a9bbd24e715e8835ad975)

I tried.

Quote
./witness_node -d oct5 --genesis-json oct5-genesis.json -s "104.236.51.238:2005" --rpc-endpoint 127.0.0.1:8090 --witness-id '"1.6.39"' --private-key '["GPH7TrF5cDX66egLWPLJ7YCnZD5vHeFTgNbPChV8MDQnVKMzDfPrK","51111111111111111111111111111"]' --replay-blockchain

without success .. then

Quote
./witness_node -d oct5 --genesis-json oct5-genesis.json -s "104.236.51.238:2005" --rpc-endpoint 127.0.0.1:8090 --witness-id '"1.6.39"' --private-key '["GPH7TrF5cDX66egLWPLJ7YCnZD5vHeFTgNbPChV8MDQnVKMzDfPrK","51111111111111111111111111111"]' --resync-blockchain

without success .. then

Quote
rm -rf oct5 object_database
./witness_node -d oct5 --genesis-json oct5-genesis.json -s "104.236.51.238:2005" --rpc-endpoint 127.0.0.1:8090 --witness-id '"1.6.39"' --private-key '["GPH7TrF5cDX66egLWPLJ7YCnZD5vHeFTgNbPChV8MDQnVKMzDfPrK","51111111111111111111111111111"]' --resync-blockchain

And i'm finally on track again.


73
General Discussion / Re: October 5 Test Network
« on: October 08, 2015, 01:54:58 am »
I was at this commit fe552a42d0e6a29f48c39dfca44d02a9a2548698 (removing unnecessary assert)
but there is a new one bfef440968e98219612a9bbd24e715e8835ad975 (fork_database.cpp: Fix overflow)

I will update and see if it goes back to the main chain.

74
General Discussion / Re: October 5 Test Network
« on: October 07, 2015, 10:37:44 pm »
It seems that a lot of witnesses that were working ok during the flood are now out of sync.
https://graphene.bitshares.org/#/explorer/witnesses

75
General Discussion / Re: October 5 Test Network
« on: October 07, 2015, 10:30:47 pm »
It seems we both are stuck on the same block.

Quote
info
{
  "head_block_num": 63389,
  "head_block_id": "0000f79d286062943a634c0fc401d4204fa2187b",
  "head_block_age": "22 minutes old",
  "next_maintenance_time": "30 minutes in the future",
  "chain_id": "60e21871125ea9995fe498b7f68a87a85c6583725ea5448f6fd969c59a37df83",
  "participation": "93.75000000000000000",
  "active_witnesses": [


Pages: 1 2 3 4 [5] 6 7 8 9 10 11 12 ... 20