Pages:
Author

Topic: [Closed] Looking for a several users to mediate during Rein's alpha (Read 1314 times)

legendary
Activity: 1102
Merit: 1014
I would be glad to apply for 0.03 BTC
I'm ready!
Nice job...looks like a fee market is forming Smiley PM me your address.
legendary
Activity: 2450
Merit: 1008
legendary
Activity: 2450
Merit: 1008
Application accepted!
Thank you!

I should be active in 1 or 2 days.

Quote
Going to close this now, though so you are the last.
Cheesy

Quote
I would like to hear about what you were thinking about so long ago
Nothing defined: I hoped to use a decentralized version of [lots of websites].

Quote
and if there were any snags that stopped you from pursuing it then.
Only one: I have some skills in software development, but I'm not a professional programmer, so I considered it over my limits.
legendary
Activity: 1102
Merit: 1014
I would be glad to apply for 0.03 BTC; are you still looking for other mediators?

I've just discovered this project and I'm very excited: I dreamed something similar years ago, and now I find a working prototype!

Ciao!
Application accepted! Going to close this now, though so you are the last.

If you'd care to, I would like to hear about what you were thinking about so long ago and if there were any snags that stopped you from pursuing it then.
legendary
Activity: 2450
Merit: 1008
I would be glad to apply for 0.03 BTC; are you still looking for other mediators?

I've just discovered this project and I'm very excited: I dreamed something similar years ago, and now I find a working prototype!

Ciao!
legendary
Activity: 1102
Merit: 1014
Huh, looks like I'm the only mediator. It wasn't really that hard to set up at all.


Code:
root@bdf33d694ffb:~/python-rein# rein post
0 - bitspill - Fee: 1.0% - Public key: 025a19c3aa027e9114a2f79b6e2f76d85c5b3fb59723ea9dba97e019f1f751d0eb
Choose a mediator (q to quit): ^CAborted!



To recover an account is it as easy as running setup again with the same address/keys or are there any other critical files saved locally to backup?
At least for the first identity a file called backup-rein.json is created but that was one of the first things I built. It's probably better to backup the file ~/.rein/local.db as that's where all client-side information is stored.

Is it possible to change the mediator fee after setup or is it locked in, for the time being?
Locked in or indeterminate. In order to allow replacement, a client needs to be able to put enrollments in time-order. Since there is no time in the enrollment and a timestamp can't be trusted, it's not in there yet. Later, we'll include a block hash and the Causeway servers will be able to help provide that by having a local copy of Core running or the option for python-rein to talk to a local Bitcoin Core node would be even better.

Running `rein resolve/workerdispute/creatordispute` should exit after printing "None found" skipping the prompt to quit, in the way `rein accept/bid/deliver` already do.
I thought I fixed this but just saw your pull request. It probably makes sense to merge that, do testing and tag a second alpha this weekend since there have been some other improvements like a testnet mode.

Backspace doesn't seem to behave properly displaying `^H` instead, unless my terminal is acting up... If it's a known issue I'm not going to bother explaining, if it's questionable let me know and I'll detail it further.
This is just terminal behavior. I just hit Ctrl-C if I run into any problems like that.

If I create a job and saved the file locally is it possible to delete it and not sync it to the network?
To do this, you'd need to fire up an sqlite3 client.
Code:
sqlite3 ~/.rein/local.db
Then find the document you want to remove with
Code:
sqlite> select id, doc_type, contents from document;
The output would show you something like
Code:
49|enrollment|-----BEGIN BITCOIN SIGNED MESSAGE-----
Rein User Enrollment.....
And you could use the number where the 49 is (before the document type which is in this case an enrollment) in the following command.
Code:
sqlite> delete from document where id = 49 limit 1;
Before you attempt this, backup that local.db file in case anything goes wrong.
I guess this is a feature request! Smiley

I created a job, bid on it, but now `rein accept` doesn't show it. I'm the poster, bidder, and mediator, probably not ideal Tongue
Yeah, very inventive Tongue. I'm not sure whether this should be fixed.

Is it correct that I am both the only mediator and only job postings right now or am I not syncing properly?
This is correct. Congratulations and thank you for being the first!
legendary
Activity: 2088
Merit: 1015
Huh, looks like I'm the only mediator. It wasn't really that hard to set up at all.


Code:
root@bdf33d694ffb:~/python-rein# rein post
0 - bitspill - Fee: 1.0% - Public key: 025a19c3aa027e9114a2f79b6e2f76d85c5b3fb59723ea9dba97e019f1f751d0eb
Choose a mediator (q to quit): ^CAborted!



To recover an account is it as easy as running setup again with the same address/keys or are there any other critical files saved locally to backup?

Is it possible to change the mediator fee after setup or is it locked in, for the time being?

Running `rein resolve/workerdispute/creatordispute` should exit after printing "None found" skipping the prompt to quit, in the way `rein accept/bid/deliver` already do.

Backspace doesn't seem to behave properly displaying `^H` instead, unless my terminal is acting up... If it's a known issue I'm not going to bother explaining, if it's questionable let me know and I'll detail it further.

If I create a job and saved the file locally is it possible to delete it and not sync it to the network?

I created a job, bid on it, but now `rein accept` doesn't show it. I'm the poster, bidder, and mediator, probably not ideal Tongue

Is it correct that I am both the only mediator and only job postings right now or am I not syncing properly?


Otherwise it looks like a cool project so far!
legendary
Activity: 1102
Merit: 1014
I agree that mediators should be trusted but you have to start somewhere. Right now there are no mediators so in the market, you have no competition. Actually I can't stop you from signing up to be one but I'm only considering to pay bid amounts if they have some rep.

If you want to be able to charge more for your mediation of jobs, you would probably want to prove that you are trusted by connecting your profile with your trusted ID on other platforms. Keybase shows how this is done. Post signed statement to BitcoinTalk claiming that "you're such and such user on Rein and TheGrimm on BitcoinTalk". This would be signed by your Rein master address and as long as that post is up somewhere the link is established.

I think a lot of reputation stuff can be in the Rein client python-rein but it'll take some time.
full member
Activity: 238
Merit: 100
★YoBit.Net★ 350+ Coins Exchange & Dice
Hi there,

This sounds like a interesting project, I am truly interested, I understand this is basically in "alpha" mode but do mediator get paid in bitcoin for each "task" ? Also I can easily start up 10 vps with my cloud account, are you paying for servers deployed for this project too?

I can not do this RIGHT now but I can start tomorrow.
Yes, mediators get their percentage of each job for which they are chosen even in the alpha. While the software is immature, I fully intend to get real economic activity running through it asap. If you put in a fee of 5% and I choose you on a 0.25 btc job, you'd get 0.0125 btc and likely the most you'll have to do is sign the transaction paying yourself. Worst case you have to investigate then build and sign the transaction paying the winning party(ies).

I'm running the first two servers and another couple would be great! The server doesn't have any payment processing built in yet but that will come so it's charity (or because you will extract some value from the platform) until then. Here's the best server setup doc so far https://github.com/ReinProject/causeway/blob/master/doc/server_setup.md

Ok I am interested and I will have a go at it tomorrow, the only thing that has me peeved is having to install bitcoin core :-/, but no worries if you approve me for this I will do a fresh install from a VPS and will provide a more in dept install guide seem this does seem like a pretty neat idea.

But as others mentioned, shouldn't the mediator be trusted first? maybe I missed a post - I am half asleep .
legendary
Activity: 1102
Merit: 1014
Hi there,

This sounds like a interesting project, I am truly interested, I understand this is basically in "alpha" mode but do mediator get paid in bitcoin for each "task" ? Also I can easily start up 10 vps with my cloud account, are you paying for servers deployed for this project too?

I can not do this RIGHT now but I can start tomorrow.
Yes, mediators get their percentage of each job for which they are chosen even in the alpha. While the software is immature, I fully intend to get real economic activity running through it asap. If you put in a fee of 5% and I choose you on a 0.25 btc job, you'd get 0.0125 btc and likely the most you'll have to do is sign the transaction paying yourself. Worst case you have to investigate then build and sign the transaction paying the winning party(ies).

I'm running the first two servers and another couple would be great! The server doesn't have any payment processing built in yet but that will come so it's charity (or because you will extract some value from the platform) until then. Here's the best server setup doc so far https://github.com/ReinProject/causeway/blob/master/doc/server_setup.md
full member
Activity: 238
Merit: 100
★YoBit.Net★ 350+ Coins Exchange & Dice
Hi there,

This sounds like a interesting project, I am truly interested, I understand this is basically in "alpha" mode but do mediator get paid in bitcoin for each "task" ? Also I can easily start up 10 vps with my cloud account, are you paying for servers deployed for this project too?

I can not do this RIGHT now but I can start tomorrow.
legendary
Activity: 1102
Merit: 1014
0.03BTC + whatever fees you might make seems not to have done it so I am now accepting bids. Previously approved users are welcome to submit bids as well.
legendary
Activity: 1102
Merit: 1014
Thank you Gildarts. You are approved.
sr. member
Activity: 390
Merit: 250

I want to apply  Smiley

Kinda confuse what exactly i need to do for .03BTC  Huh

Edit : After reading the Thread now i understand.

I want to do this if you accept ! i want people to use this.
legendary
Activity: 1102
Merit: 1014
so a decentralized microhosting network will connect freelancers with clients,where freelancer can earn btc for their work.
i want to apply  Smiley
Approved. To you and anyone else who is getting started, please PM me or post here if you have any questions. I'm working on a text guide which will be quite comprehensive, and needs to be since generating some Bitcoin addresses securely and being able to get their private keys is necessary for the setup.
legendary
Activity: 1102
Merit: 1014
Is there a Linux version of this? It does sound like a good idea if you can get mediators who are honest.
Reputation will come with time, which is why I want to get this going asap. The software is Python so should run on any platform. I've been developing it on Ubuntu and OS X so I can say it works on those at least.
legendary
Activity: 1102
Merit: 1014
If this can run on mac then I would like to apply as well.
I've been developing on Mac and Ubuntu about 50/50% of the time so I'm sure it works on OS X. Approved.
legendary
Activity: 1102
Merit: 1014
Hello,

I have watched your videos about Rein, and I find your project interesting. I would definitely try to use a decentralized labor market, mainly because of multisig and decentralization.
I would like to apply.
Although I'm not very tech savvy but I'm sure that you can guide me if needed.

Have a great day
Thanks. Approved.
full member
Activity: 322
Merit: 102
so a decentralized microhosting network will connect freelancers with clients,where freelancer can earn btc for their work.
i want to apply  Smiley
Pages:
Jump to: