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

Pages: 1 2 3 4 5 6 7 8 [9] 10 11 12 13 14 15 16
121
General Discussion / Re: Test Net for Advanced Users
« on: August 29, 2015, 10:14:55 pm »
Thanks puppies, will see how far I can get with that & leave 'flood_network' & other network commands until there is one
the vps I'm using for testing graphene is just sitting around right now.  If you need peers to join you let me know.
Yeah same here

122
The synergy I would see would be to allow all users that have a bitshares wallet (hopefully many in the future) to buy storagespace with your application. But no idea how to realize that technically...

The first question is: if we encrypt the wallet with the brain key but the user has their brain key compromised, can we still keep the wallet on Sia safe?

Not an easy question but an answer could seal the deal.

If it helps, it sounds like their new wallets use a seed phrase too. Not sure if they could be compatible.

Quote
Feature: Wallets are now generated and encrypted using a seed phrase. So even if you lose your wallet file, you just need the phrase to recover it.

Description from release page on their github.

123
General Discussion / Re: Code Academy Learning Path?
« on: August 28, 2015, 04:20:04 am »
I would also be interested in joining. I am curious what skills/languages might be the best or easiest to pick up, which could be used to help the community. I have also started looking at http://www.theodinproject.com but haven't gotten past the first few intro lessons.

124
From what I understand, the siacoins are not meant as an investment. For investing purposes I think the siafunds would be what one should look at. These entitle the owner to a percentage of the renting fees in the network. My understanding is that the company nebulous would be profitable by owning the funds and not as much from appreciation of the currency. I think from that standpoint inflation is not as much of a concern. I'm curious if this could lead to less volitality though if less people are hoarding coins due to high inflation. Not sure if storj or maidsafe have something like the funds.

125
General Discussion / Re: Test Net for Advanced Users
« on: August 26, 2015, 01:00:52 pm »
Just got my seed node up and running, the address is 73.182.245.244:32015
If you have any issues, let me know, it is on a raspberry pi, so I am not sure how long it will last, but I will be checking up on it regularly.

126
General Discussion / Re: Test Net for Advanced Users
« on: August 26, 2015, 02:33:47 am »
Yeah it is still the Aug-20 genesis file and afaik the chain-id is d011922587473757011118587f93afcc314fbaea094fc1055574721b27975083 although I have been having some slight problems getting synced and staying on the chain. It was producing blocks earlier though.

127
General Discussion / Re: Test Net for Advanced Users
« on: August 23, 2015, 04:55:24 pm »
Thanks I will try that next.

128
General Discussion / Re: Test Net for Advanced Users
« on: August 23, 2015, 04:28:50 pm »
Has anyone found a way to reduce the log size? Right now I have a loop running to delete the old logs, but I imagine there must be a setting somewhere. I have tried
Code: [Select]
cmake . instead of
Code: [Select]
cmake -DCMAKE_BUILD_TYPE=Debug but that didn't help. Also if it is helpful to anyone the loop is
Code: [Select]
while sleep 1800;do rm p2p.log.*; done and i just have it running in the p2p log folder to delete the archived logs every half hour or so.

129
Follow My Vote / Re: Tongue-in-cheek election global election
« on: August 23, 2015, 01:39:58 pm »
I think this is a good idea, something fun to get people interested and basically give them a vote by verifying with their social media account like with the faucet. I also think you should add Chuck Norris, in case the aliens turn out to be hostile :)

130
General Discussion / Re: Test Net for Advanced Users
« on: August 22, 2015, 04:16:52 pm »
You can get the info on the current testnet here afaik: https://github.com/cryptonomex/graphene/releases/tag/test1
The original conversation is a few pages back here: https://bitsharestalk.org/index.php/topic,17962.330.html

131
General Discussion / Re: Test Net for Advanced Users
« on: August 22, 2015, 02:02:44 pm »
You should be voted in IHashFury. Also what I have found to be easier for importing balances. If you know when the snapshot was taken you can pull up the transaction history for your account and look for a transaction which would have added bts to your account right before the snapshot. Then you can look up the transaction on the blockchain using the ID given in the transaction history(blockchain_get_transaction). From there you can use the listed active key in the json output and dump the private key from that. It should make it easier to find a key with a balance in it at the snapshot. Hope that helps

132
General Discussion / Re: Test Net for Advanced Users
« on: August 22, 2015, 04:45:31 am »
I built using the test1 tag and it seems to eventually crash with something like this:
Code: [Select]
1475279ms th_a       application.cpp:348           handle_block         ] Got block #113022 from network
1475280ms th_a       application.cpp:370           handle_block         ] Error when pushing block:
10 assert_exception: Assert Exception
second_branch_itr != _index.get<block_id>().end():
    {}
    th_a  fork_database.cpp:186 fetch_branch_from

    {"first":"0001b97efde7f8735edf4f0e9a0bf8861bedc272","second":"0001b8e8da3980ecd944f089517017859760d770"}
    th_a  fork_database.cpp:217 fetch_branch_from

    {"new_block":{"previous":"0001b97dcd02515b154d14bee9b4c5a15b05e03c","timestamp":"2015-08-22T03:24:35","witness":"1.6.64","next_secret_hash":"baf2320a0c7779529c41e52ee54e661140034669","previous_secret":"49b271b871ea785fae64cba2f1e10f7bcd218cc2","transaction_merkle_root":"0000000000000000000000000000000000000000","extensions":[],"witness_signature":"201195222d96d0b21529707eb7ae0d3aa7f653da76bbc1495a72e5b0d0c710ac6e66a4cb06502d1649e1b702d8c951c0e0705ad0c89a6a9c1ed0ba52dfb2b62324","transactions":[]}}
    th_a  db_block.cpp:176 _push_block
[....snip....]
1475783ms th_a       application.cpp:443           get_item             ] Request for item {"item_type":1001,"item_hash":"0001ae6ac8e3a8a26cc2aecb308c1150892e7fe4"}
1475783ms th_a       application.cpp:451           get_item             ] Serving up block #110186
1475784ms th_a       application.cpp:443           get_item             ] Request for item {"item_type":1001,"item_hash":"0001ae6bc410e0e184a6d0a024a612b05ce4c01b"}
1475784ms th_a       application.cpp:451           get_item             ] Serving up block #110187
1475784ms th_a       application.cpp:443           get_item             ] Request for item {"item_type":1001,"item_hash":"0001ae6c60d1aec7d5c24446dbf842a4b601033d"}
1475784ms th_a       application.cpp:451           get_item             ] Serving up block #110188
1475784ms th_a       application.cpp:443           get_item             ] Request for item {"item_type":1001,"item_hash":"0001ae6d84528ff70008714ca1ed7977310535ac"}
1475785ms th_a       application.cpp:451           get_item             ] Serving up block #110189
1475785ms th_a       application.cpp:443           get_item             ] Request for item {"item_type":1001,"item_hash":"0001ae6e323f7799e02346474a64e890fa79ab11"}
1475785ms th_a       application.cpp:451           get_item             ] Serving up block #110190
1475785ms th_a       application.cpp:443           get_item             ] Request for item {"item_type":1001,"item_hash":"0001ae6fbc4e341c9d0387ab939ed1d7f99f7497"}
1475785ms th_a       application.cpp:451           get_item             ] Serving up block #110191
1476037ms th_a       witness.cpp:240               block_production_loo ] slot: 166 scheduled_witness: 1.6.1530 scheduled_time: 2015-08-22T03:24:36 now: 2015-08-22T03:24:36
1476037ms th_a       witness.cpp:243               block_production_loo ] Witness 1.6.1530 production slot has arrived; generating a block now...
Segmentation fault (core dumped)

Is this the assert exception issue from https://github.com/cryptonomex/graphene/issues/260? Is there a good way to get around this?
I tried building from master but that ended up crashing differently. Here is the last output if it is helpful.

Code: [Select]
1800055ms th_a       application.cpp:348           handle_block         ] Got block #116582 from network
1800055ms th_a       fork_database.cpp:57          push_block           ] Pushing block to fork database that failed to link.
1800171ms th_a       application.cpp:370           handle_block         ] Error when pushing block:
13 NSt8ios_base7failureE: basic_ios::clear
basic_ios::clear:
    {"new_block":{"previous":"0001c7654456dc221956bf0b1a9f20e686865f97","timestamp":"2015-08-22T04:30:00","witness":"1.6.29","next_secret_hash":"2df6b7104fa19d2c938a9636b5bc6b7eb20b7900","previous_secret":"c55c74f80a07f39dc6996976894c1cf8a507ec78","transaction_merkle_root":"0000000000000000000000000000000000000000","extensions":[],"witness_signature":"20427e5c13761a8923e780808a1b85d32376cc556fb60ef7e828a84a1ae22beefd6c03c2e271ac718573237ffc53a4b97572373ee5c7ce8b553c66a73592ee8e6c","transactions":[]},"what":"basic_ios::clear"}
    th_a  db_block.cpp:176 _push_block
1800336ms th_a       application.cpp:492           get_blockchain_synop ] reference_point: 00018b78f3052a0ce0fbac70df02f31634305dc1 number_of_blocks_after_reference_point: 0 result: ["0000c756375599f45ec17cbbc52a18f31b25abf6","00014756adffcc733dca7791fedaf42573352c9c","000187564a3607bd8feaf45ede04a2a4e44ad83e","0001a7561760fe72f9de51d3a5e3bc4415d3463e","0001b7560bfefc10d57f0a18f4b415bc986e7a16","0001bf56be84f86a5b4bdca2008ffba59c5ce198","0001c35601b57967bf33f286f1b44b7d4646bca0","0001c5569d398257fcd046cfc6c86fc2765fd3e3","0001c656ec0cee80adbf59f139cf19bcd3d598a6","0001c6d69e121f19e81a9d7faace9188ec247291","0001c716a2707e4331683f820f70e9e51abbe1b0","0001c73676aeaf757eb2de7cf6a5b829372e3c9a","0001c746a973f6e9c1871038af253bd6e848ff6d","0001c74ef58f2c455a58a2813fcc566148d9f85c","0001c7521b40eff5ff0e580031c8c3011400103b","0001c7544b407028c1d6456f6cf6648fa9701af6","0001c75594757f5330406d8d237547d13fc4ea32","0001c756f0ba255380208bca3bf6a7e7cd44690f"]
1800500ms th_a       application.cpp:492           get_blockchain_synop ] reference_point: 0001ada79445f13682e34a31fa122cbcbbfba68f number_of_blocks_after_reference_point: 0 result: ["0000c756375599f45ec17cbbc52a18f31b25abf6","00014756adffcc733dca7791fedaf42573352c9c","000187564a3607bd8feaf45ede04a2a4e44ad83e","0001a7561760fe72f9de51d3a5e3bc4415d3463e","0001b7560bfefc10d57f0a18f4b415bc986e7a16","0001bf56be84f86a5b4bdca2008ffba59c5ce198","0001c35601b57967bf33f286f1b44b7d4646bca0","0001c5569d398257fcd046cfc6c86fc2765fd3e3","0001c656ec0cee80adbf59f139cf19bcd3d598a6","0001c6d69e121f19e81a9d7faace9188ec247291","0001c716a2707e4331683f820f70e9e51abbe1b0","0001c73676aeaf757eb2de7cf6a5b829372e3c9a","0001c746a973f6e9c1871038af253bd6e848ff6d","0001c74ef58f2c455a58a2813fcc566148d9f85c","0001c7521b40eff5ff0e580031c8c3011400103b","0001c7544b407028c1d6456f6cf6648fa9701af6","0001c75594757f5330406d8d237547d13fc4ea32","0001c756f0ba255380208bca3bf6a7e7cd44690f"]
1800688ms th_a       application.cpp:492           get_blockchain_synop ] reference_point: 00018b78f3052a0ce0fbac70df02f31634305dc1 number_of_blocks_after_reference_point: 0 result: ["0000c756375599f45ec17cbbc52a18f31b25abf6","00014756adffcc733dca7791fedaf42573352c9c","000187564a3607bd8feaf45ede04a2a4e44ad83e","0001a7561760fe72f9de51d3a5e3bc4415d3463e","0001b7560bfefc10d57f0a18f4b415bc986e7a16","0001bf56be84f86a5b4bdca2008ffba59c5ce198","0001c35601b57967bf33f286f1b44b7d4646bca0","0001c5569d398257fcd046cfc6c86fc2765fd3e3","0001c656ec0cee80adbf59f139cf19bcd3d598a6","0001c6d69e121f19e81a9d7faace9188ec247291","0001c716a2707e4331683f820f70e9e51abbe1b0","0001c73676aeaf757eb2de7cf6a5b829372e3c9a","0001c746a973f6e9c1871038af253bd6e848ff6d","0001c74ef58f2c455a58a2813fcc566148d9f85c","0001c7521b40eff5ff0e580031c8c3011400103b","0001c7544b407028c1d6456f6cf6648fa9701af6","0001c75594757f5330406d8d237547d13fc4ea32","0001c756f0ba255380208bca3bf6a7e7cd44690f"]
1801000ms th_a       witness.cpp:240               block_production_loo ] slot: 18 scheduled_witness: 1.6.1530 scheduled_time: 2015-08-22T04:30:01 now: 2015-08-22T04:30:01
1801000ms th_a       witness.cpp:243               block_production_loo ] Witness 1.6.1530 production slot has arrived; generating a block now...
1801003ms th_a       fork_database.cpp:57          push_block           ] Pushing block to fork database that failed to link.
1801191ms th_a       fork_database.cpp:57          push_block           ] Pushing block to fork database that failed to link.
1801332ms th_a       fork_database.cpp:57          push_block           ] Pushing block to fork database that failed to link.
1801448ms th_a       fork_database.cpp:57          push_block           ] Pushing block to fork database that failed to link.
1801557ms th_a       fork_database.cpp:57          push_block           ] Pushing block to fork database that failed to link.
1801665ms th_a       fork_database.cpp:57          push_block           ] Pushing block to fork database that failed to link.
1801772ms th_a       fork_database.cpp:57          push_block           ] Pushing block to fork database that failed to link.
1801880ms th_a       fork_database.cpp:57          push_block           ] Pushing block to fork database that failed to link.
1801994ms th_a       fork_database.cpp:57          push_block           ] Pushing block to fork database that failed to link.
1802108ms th_a       fork_database.cpp:57          push_block           ] Pushing block to fork database that failed to link.
1802217ms th_a       fork_database.cpp:57          push_block           ] Pushing block to fork database that failed to link.
1802331ms th_a       fork_database.cpp:57          push_block           ] Pushing block to fork database that failed to link.
1802440ms th_a       fork_database.cpp:57          push_block           ] Pushing block to fork database that failed to link.
1802549ms th_a       fork_database.cpp:57          push_block           ] Pushing block to fork database that failed to link.
1802657ms th_a       fork_database.cpp:57          push_block           ] Pushing block to fork database that failed to link.
1802766ms th_a       fork_database.cpp:57          push_block           ] Pushing block to fork database that failed to link.
Segmentation fault (core dumped)

133
General Discussion / Re: Test Net for Advanced Users
« on: August 18, 2015, 10:03:55 pm »
I had it producing blocks on the Raspberry pi B (512) earlier with maqifrnswa's build , although it may have been having problems as suggested by puppies diagnosis. I will check when I get home in a few hours. When I looked earlier it was only using 50 MB or so of swap space.

Witness ID: "1.6.1439"
BTS ID: lafona

134
General Discussion / Re: Test Net for Advanced Users
« on: August 17, 2015, 11:51:34 pm »
My test witness missed all blocks since I haven't enabled block production..  ;)

I may have done the same but I don't think I was voted in.

How do you enable block production?

Nothing is needed beyond launching the witness_node with the witness ID and public private key pair.  You can also add them to the config.ini if you prefer.
Doesn't it need the parameter '--enable-stale-production'?
only if you are the initial node starting a stale chain.  If you are joining a live chain it's not needed.
I don't think so.. Without '--enable-stale-production' my witness doesn't produce blocks.
It's really confusing. Maybe it's better to have 2 parameters: '--enable-block-production' and '--enable-stale-production'.
I thought the same last night, but I just set up my node earlier without the stale production and it was producing blocks when I left.

135
General Discussion / Re: Test Net for Advanced Users
« on: August 17, 2015, 02:19:27 pm »
Is setting a checkpoint something any witness could do? Would that have been enough keep the testnet going (at least temporarily)?
Also sorry for the massive amount of missed blocks, tried switching my witness to a rasberrypi and never managed to get it working on the vps after that. Guess I got too excited. It did seem to work fine on the micro AWS instance though.

Pages: 1 2 3 4 5 6 7 8 [9] 10 11 12 13 14 15 16