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

Pages: 1 2 3 4 [5]
61
Hi, I have a question regarding migration to BitShares 2.0:

On the following blogpost:
https://bitshares.org/blog/2015/06/08/migrating-to-bitshares-2.0/

I found this:
“Update: All account names registered on or after 2015-06-18 (US Eastern time) will be migrated if and only if they were registered using the BitShares Faucet.”

Is this really true? Let's assume I register an account today using the Linux command-line client and transfer funds to it. Will this account and its funds not be migrated to BitShares 2.0?

62
DevShares / Re: DevShares 0.9.0 Feedback
« on: August 10, 2015, 01:47:05 pm »
It's an issue with leveldb chaing their github refs:
https://github.com/BitShares/bitshares/issues/1490

You can either wait for the devs to merge this change into 'master' or try to fiddle around it by manually checking out that particular submodule .. I'd not prefer the latter ..

I did
Code: [Select]
git cherry-pick 4c8928d09a9b2cb3acae287ce693213a1ef05e80
after checking out dvs/0.9.0

Not sure if that's all it takes, but it is at least compiling.

63
General Discussion / Re: Yet Another Price Feed Mod
« on: July 29, 2015, 09:39:48 pm »
I'm trying to run the script connecting to a wallet that is not the wallet of the delegate. The wallet has a 50BTS balance right now, so that should be enough.
So it seem your delegate is "running" on a different machine then?

Yes. The delegate with block production enabled is running on a different machine.

Quote
Quote
Does it mean that the script must connect to the delegate wallet itself and draw funds from that? If so, how can I do that without providing the delegate wallet password in cleartext in 'config.py'?
If you want to provide continuous updates for the feed, then you can only put the password in cleartext into the config. BUT, you should create a wallet that only contains the most recent active key and signing key of the delegate in it .. and no other account ...
Then you can do a rescan of the blockchain to catch up with the balance and run the script again

Ok, so I guess there's not much point to running blocks and script on different machines then... it's more a question of protecting the delegate block production environment by not revealing owner keys?

I'm gonna take the opportunity to read up on owner keys, active keys and sign keys. I found a couple of your guides on the subject, i will follow these.
https://bitsharestalk.org/index.php?topic=14344.0
https://bitsharestalk.org/index.php?topic=14360.0

Thanks for the help! :)

64
General Discussion / Re: Yet Another Price Feed Mod
« on: July 29, 2015, 06:29:17 pm »
I'm trying to run the script connecting to a wallet that is not the wallet of the delegate. The wallet has a 50BTS balance right now, so that should be enough.

Does it mean that the script must connect to the delegate wallet itself and draw funds from that? If so, how can I do that without providing the delegate wallet password in cleartext in 'config.py'?

65
General Discussion / Re: Yet Another Price Feed Mod
« on: July 29, 2015, 04:46:09 pm »
Hi guys, I have a few questions about price feeds that I was hoping to get help with...

I'm using a wallet with some funds (not the delegate wallet) to try to post feeds for the 'bitspace-clains' delegate.

I'm using xeroc's bitshares-pytools, and think I managed to get the dependencies right. At first run, I would always get the message 'no update required' and -1% change on all assets in the table, so I edited 'main.py' to remove the required update test (is that ok for first time running feed script?). Now it runs, and I get the following output:

Code: [Select]
Update required! Forcing now!
Unlocking wallet
publishing feeds for delegate: bitspace-clains
Traceback (most recent call last):
  File "main.py", line 473, in <module>
    update_feed(rpc,asset_list_final)
  File "main.py", line 273, in update_feed
    result = rpc.wallet_publish_feeds(delegate, assets)
  File "/home/manuel/.local/lib/python3.4/site-packages/bitsharesrpc/client.py", line 135, in method
    "id": 0
  File "/home/manuel/.local/lib/python3.4/site-packages/bitsharesrpc/client.py", line 78, in rpcexec
    raise RPCError(ret['error']['detail'])
bitsharesrpc.client.RPCError: 20010 insufficient_funds: insufficient funds
    {"from_account_name":"bitspace-clains","amount_to_withdraw":{"amount":50000,"asset_id":0},"balance_records":[]}
    th_a  wallet.cpp:68 withdraw_to_transaction

Do I understand correctly that the script is trying to draw funds from the delegate account? I'm guessing that means that a feed must be published from the delegate account itself...?

If so, how do you avoid inserting the wallet password into 'config.py' in cleartext?

Also, how much funds is required to post the delegate feeds?

66
DevShares / Re: New DVS Delegate: dvs1.bitspace
« on: February 11, 2015, 11:16:49 pm »
 +5%

67
DevShares / Re: New DVS Delegate: dvs1.bitspace
« on: February 11, 2015, 10:45:43 pm »
The delegate is up, 47 blocks produced so far. Exciting times! :)

Thanks for the votes and the warm welcome everyone. Being new here is certainly a nice experience. And thanks to Xeldal for patiently answering my newbie questions :)


68
DevShares / Re: New DVS delegate.liondani
« on: February 11, 2015, 10:32:56 pm »
Thanks for the vote, liondani. Will vote for your delegate when I have the DVS to make it count.

69
DevShares / Re: New DVS Delegate: dvs1.bitspace
« on: February 10, 2015, 12:02:58 am »
Thanks! I will launch a delegate with 100% pay when I get some more experience.

70
DevShares / New DVS Delegate: dvs1.bitspace
« on: February 09, 2015, 11:31:58 pm »
Hi guys,

This is my first post here on bitsharestalk, and it's also my first attempt at the entering the bitshares community by running a DevShares delegate.

My goal with this delegate is to learn about DevShares and BitShares, and become an active contributor to this platform. For this reason, I've decided to go for a relatively low pay rate of 20%.

A little bit about myself:
My name is Manuel, and I'm a cryptocurrency enthusiast from Norway. While diving into Bitcoin et alts in 2013 I was introduced to Protoshares via my brother, CLains, who is now a regular here at the forums. I'm an AGS investor from February last year, and I am thoroughly impressed with the DPOS consensus algorithm and the pegging mechanism of the Bitshares platform. I believe it has huge potential.

So, I hope you guys will vote for my delegate and give me a chance to learn more.


-Spectral

Pages: 1 2 3 4 [5]