Bitcoin Forum
May 06, 2024, 02:54:23 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 [76] 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 ... 221 »
1501  Economy / Gambling / Re: Dragon's Tale - a Massively Multiplayer Online RPG/Casino on: June 04, 2015, 04:33:13 PM
I think that what I-am-not-a-mule said is essentially a restating of what I proposed on the previous page. (https://bitcointalk.org/index.php?topic=1392.msg11527966#msg11527966)

Still looking forward to hear about Teppy's "radically new idea".
1502  Economy / Gambling / Re: Dragon's Tale - a Massively Multiplayer Online RPG/Casino on: June 04, 2015, 01:54:13 PM
I have a radically new idea, would like to discuss with anyone that does not care for the "no splits allowed" proposal. Call me at 412-973-7914. If I don't answer it's because I'm already taking to someone else.

Teppy
why you need people to call you can you do deals just here as they might have to pay a lot for it

imram91445, this is a mmorpg casino and the gamemaster is proposing changes to the game, it's not a "deal" that he wants to do.  I'm guessing that he want to talk on the phone because it's easier than typing out a long discussion for an idea which is just emerging.

In any case, I hope he will type it up (either here or in-game) once he's thought on it a little more.
1503  Economy / Auctions / Re: Start Your Own Bitcoin Poker Site - BTC Poker Mavens Integration Script. on: June 04, 2015, 03:54:31 AM
I'm not interested in buying your script, but I do have a few questions (mainly out of curiosity).  If, once you sell the script to someone else, do you still retain the right to sell it again elsewhere?  How do you prevent the people you sell this to from making copies and sharing it (source code or binaries)?  This relates to the auction part, in a normal auction, there's only N of the item for sale (usually N=1 and always N is finite).   This scarcity is what drives the auction mentality, there's only 1 of this item and the seller wants the highest price so the buyers compete.  Where you can copy software, it's not clear why buyers should compete.  They may as well wait for you to sell it to one of them and then share among each other or something like that.

Don't take me as trolling, I'm just quite curious about this.

Scarcity is not the only thing that drives an auction price up.   Normal selling price does.  I am only selling a few copies at auction and the rest will be sold at my normal retail price.   And sharing a script like that is called piracy.   It is copyrighted.

So, here's the follow up question, why would anyone buy at auction what they could buy at a "normal retail price"?  It seems that the only way that makes sense is if the auction price stays below the "normal retail price". 

Anyway, I guess I can leave off here.  I don't want to spoil the fun and I don't really believe in proprietary software so I guess I'm not your target audience.
1504  Bitcoin / Bitcoin Technical Support / Re: Bitcoin Node on: June 04, 2015, 03:47:39 AM
What coin would you actually recommend to mine then?

If you're talking about software, you can use cgminer: https://github.com/ckolivas/cgminer

I think it's the most profitable one and it's the one I've used without an issue.

He's talking about making a quick buck.

cgminer is a miner software and has little to do with profitability. Much more depends on the equipment.

Lol, I think I was having a brain fart when I wrote profitable.  Sorry.   I think I meant to write "popular".  Sheesh on me.
1505  Economy / Speculation / Re: Now that bitlicense is final, all eyes on the Winkies on: June 04, 2015, 12:39:31 AM
it will be interesting to see how much impact their exchange will have. i think very little at the beginning. traders are not reacting on any kind of news anymore.

Frustrated hodlers and dissapointed bulls will dump soon enough! Lot of margin calls, pain and suffering are lying in front of us. There is no need to wait for any statement of the Winkliiis to make the situation even worse.
There won´t be any ETF, ever. Experiment BTC failed. Good night & good luck game over.

Doubtful, if you didn't dump at 1200$, why are you going to dump at 210$ or whatever we're currently at when the price has been holding steady for months now.  Demand for bitcoin hasn't fallen, news on it has been great (I hear lots of press everyday about people giving "blockchain technology" a blowjob).  No where to go but up in my opinion.

Just today, NPR was talking to me about the bitcoin rules in state of ny.  NPR is not slashdot.  This is good stuff.
1506  Alternate cryptocurrencies / Altcoin Discussion / Re: problem for the RPC php curl code: on: June 04, 2015, 12:29:06 AM
$data_string = '{
        "jsonrpc": "1.0",
        "method": "getinfo",
        "id": "curltext",
        "params": {
        }
      }';



$ch = curl_init('http://username:password@MyNodeIPAddress:23741');                                                                     
curl_setopt($ch, CURLOPT_CUSTOMREQUEST, "POST");                                                                     
curl_setopt($ch, CURLOPT_POSTFIELDS, $data_string);                                                                 
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);                                                                     
curl_setopt($ch, CURLOPT_HTTPHEADER, array(                                                                         
'Content-Type: application/json',                                                                               
'Content-Length: ' . strlen($data_string))                                                                       
);                                                                                                                   

$result = curl_exec($ch);

echo $result;


I try to above PHP code, use RPC to call the node IP and getinfo from the NODE of the altcoin, no response, what is the problem?

Just a suggestion: you could simplify the testing by using curl on the command line to make sure the RPC server is up and listening.  Then, if that works, you know the issue is in your PHP module.
1507  Alternate cryptocurrencies / Altcoin Discussion / Re: Peercoin wallet for Linux question on: June 04, 2015, 12:26:33 AM
Hi all I'm setting up a secure Linux machine for my coin collection, and I'm having difficulty finding the debug console in Peerunity. I want to be able to import and dump private keys. Is this possible with Peerunity on Linux? It works just fine with the Windows wallet. Will I have to use the original Peercoin-QT, or will I have the same problem importing keys in the Linux version? Thanks in advance.

I've never used this unity thing, but perhaps your software comes with a command line interface that you can use in a terminal emulator.  See what binaries came with the software and run:

$./BINARYNAME --help

in your terminal to see if you get any help (replace BINARYNAME with the name of some binary in the package you downloaded).
1508  Economy / Auctions / Re: Start Your Own Bitcoin Poker Site - BTC Poker Mavens Integration Script. on: June 04, 2015, 12:24:37 AM
I'm not interested in buying your script, but I do have a few questions (mainly out of curiosity).  If, once you sell the script to someone else, do you still retain the right to sell it again elsewhere?  How do you prevent the people you sell this to from making copies and sharing it (source code or binaries)?  This relates to the auction part, in a normal auction, there's only N of the item for sale (usually N=1 and always N is finite).   This scarcity is what drives the auction mentality, there's only 1 of this item and the seller wants the highest price so the buyers compete.  Where you can copy software, it's not clear why buyers should compete.  They may as well wait for you to sell it to one of them and then share among each other or something like that.

Don't take me as trolling, I'm just quite curious about this.
1509  Economy / Gambling / Re: DaDice.com - Next Generation Social Gambling Dice Experience on: June 03, 2015, 11:59:35 PM
Is there any particular reason when I attempt to login with my own passcode, it says to 'authenticate' as if I ever set up two factor authentication? I can't even login to my account to even try the site out.

I can't tell from your post whether you've already got an account or not.  It sounds like you do have one, but then you say "try the site out" which makes it sound like you don't.

I have an account. I created one--pretty sure by typing in Username, entering the site, then setting the password. It goes fine until I clear cache and try to login again. I enter the username and password, then it asks about 'authentication' even though I never set up two factor authentication.

Send an email to support, or contact dadice via PM.  They straightened out a password issue for me once.
1510  Economy / Gambling / Re: Dragon's Tale - a Massively Multiplayer Online RPG/Casino on: June 03, 2015, 11:56:51 PM
Hello there:)


Hacker here me and some other player agree on a monkey roulet tourny which can help in increasing the newbie incoming and keep them busy with game the idea is

we need a board of monkey which can be playable with tokens so a newbie can practice on it and play for free

i can suggest a 50 btm total tourny 10 btm tourny for each 2 hours

cause of this if all newbie will stick to the game they will eventually end up playing the game and it will help the community as well as di

Hacker, you seem to be talking about how to get new players.  But you haven't shown how this is connected to Teppy's proposal to disallow mentors from sharing with their students.  Take a look at Happy Scamp/Scorp's points 1-5 (post #348 in this thread).  IMO, Teppy really needs to address those points before telling folks that they're not allowed to share money with their students.
1511  Bitcoin / Bitcoin Technical Support / Re: Bitcoin Node on: June 03, 2015, 11:29:11 PM
What coin would you actually recommend to mine then?

If you're talking about software, you can use cgminer: https://github.com/ckolivas/cgminer

I think it's the most profitable one and it's the one I've used without an issue.
1512  Economy / Gambling / Re: DaDice.com - Next Generation Social Gambling Dice Experience on: June 03, 2015, 11:24:56 PM
Is there any particular reason when I attempt to login with my own passcode, it says to 'authenticate' as if I ever set up two factor authentication? I can't even login to my account to even try the site out.

I can't tell from your post whether you've already got an account or not.  It sounds like you do have one, but then you say "try the site out" which makes it sound like you don't.
1513  Other / Meta / Re: Nominate (insert name here) to the default trust list on: June 03, 2015, 11:14:15 PM
you don't need to trade with someone to know how trustworthy they are. I have observed how many people trade and conduct themselves on here and can have a pretty good idea as to how much they should be trusted.

It's the quickseller public masterbation post of the day!  He just can't keep it in his pants.  And it seems that no matter how many times I keep calling him out for "tooting his own horn" (so to speak) in public rather than allowing someone else to offer a compliment, he just doesn't get it.

Quote
There are plenty of people on here when I would say it would absolutely not be safe to trade with despite the fact they technically have not scammed or attempted to scam yet.
Yup, and the fact that you've been ostentatiously wrong on that so many times is the reason that no one could keep you on their trust list for longer than a week or two.  And the masterbation (above) isn't going to convince anyone.  You need to settle down and think before you act if you want to regain your own broken reputation.
Quote

If someone wants to vouch or me or claim that I am a scammer they are free to do that. If they are wrong then their reputation is on the line.
Like what happened to you?
Quote
If you witness someone return funds when theft would have been possible then it should be reasonable to say they are trustworthy, the same goes with several examples.
1514  Alternate cryptocurrencies / Altcoin Discussion / Re: How to install macports on ubuntu server? on: June 03, 2015, 11:06:18 PM
Three questions:

1) Can you use this apple cross-compiler? https://launchpad.net/~flosoft/+archive/ubuntu/cross-apple
2) Are you sure that you can't run the version compiled for ubuntu on OSX?  They should both be able to run ELF binaries, I would think.  Since their both UNIX like, maybe you just need to dynamically link some libraries and have your OSX users use LD_LIBRARY_PATH or something.  It's just a guess.  In either case, if you do have someone try a linux binary on OSX and it fails, I'd be curious to hear what the error was.
3) What wallet?  Is it a fork of bitcoin-core? a personal project?  Just curious here why you need to build for a system that you don't even have.
1515  Economy / Gambling / Re: DaDice.com - Next Generation Social Gambling Dice Experience on: June 03, 2015, 10:52:36 PM
..and your last 50 posts are either shilling DaDice here, or on the PrimeDice thread. Please hurry up and run with peoples funds, so we don't need to see your DaDice spam.
+1

Also so we can have all the DaDice shills (the people who are all the same person as DaDice) can be outed. I think it is pretty clear which accounts that DaDice is behind anyway.

I am pretty tired of DaDice making petty arguments as to why they are the victim here.

Ok, this is fun.  QS is +1ing an account called, literally, "AttackDog" and saying that he wants people to get scammed so that he can be proven right in his hatred?!

QS is funny.

I'll reply in a single post so as not to spam this thread too much more. I'll try to make this my last post as I think everything has already been said...
I think that's the right move.
Quote
As far as I can see you have very little volume on your site. You have a bunch of people betting faucet dust and little more. Just-Dice gets more volume than DaDice and that's after I switched from BTC to CLAM to scale everything down. I don't want huge volume and never advertise whereas you plaster your ads everywhere and still get less volume that JD. What is there to be envious of?

Okay, but at this point there are more haters here plastering their bile on dadice and staff than there are advertizements for dadice (ok, that's an informal estimation, but you get my point, I think).

You talked above about your "gentleman's agreement" between you and RHavar.   I hope you can see that if it's okay for Ryan to trust you and for you to trust Ryan, without, as you say, providing proof of your funds and whatnot that it's also okay for somone out there on the internet to trust dadice enough to deposit some bitcoin and play some games and then withdraw.  They get to make that gentleman's agreement the same way that you and Ryan did.  You've made it more than clear that you don't trust dadice.  And you've attracted a whole cadre of haters who are rocking the echo-chamber like CNN news or something.  I think it's time for you to offer a gentleman's agreement with all of us here that you've had your say and that it's time for everyone to move along---that shout-fests on forum threads don't make the world a better place.
1516  Alternate cryptocurrencies / Altcoin Discussion / Re: How to install macports on ubuntu server? on: June 03, 2015, 10:46:05 PM
Thanks. I think maybe I need to get a mac laptop with osx in order to install macports since macports only works on osx?

From what I know abot macports, it *is* software intended to be run on a mac.  That's not to say that you couldn't find a way to compile it on GNU/Linux.  BTW, why do you want to run macports anyway.  If you have GNU/Linux, you have the GNU tools that (I think) macports is supposed to provide you access to.
1517  Economy / Gambling / Re: Dragon's Tale - a Massively Multiplayer Online RPG/Casino on: June 03, 2015, 10:44:19 PM
The solution I proposed above merely attempts to get at the root of what Di says is a problem in a much more direct way than what he's proposed so far.

In my opinion, Happy Scamp/Scorp's points 1-5 above are basically in dire need of addressing before making any changes. 
1518  Economy / Gambling / Addressing the mid-level mentor problem on: June 03, 2015, 09:59:18 PM
Hi Teppy,

This is tspacepilot from Dragon's Tale Casino. If I understood you correctly in today's chat, the problem you want to address is that students have an incentive to choose the highest mentor possible.  You wish that they would pick mentors closer to their level in order to "improve the culture" and to aid mid-level mentors in finding students.

Right now, the mentor gets the difference between a student's DT rate and her own DT rate so students have an incentive to pick a mentor with a high level so that that difference is high.  My solution is a little like an automatic DT split implementation, but it reverses the incentive a little.  Consider this:

Let d be the percentage difference between the student's DT rate and the mentor's DT rate. 

d=mentor_dt_rate-student_dt_rate

Right now, the mentor gets the entirety of d.  But what if you split d between student and mentor based on the closeness of their level.

Let l=mentor_level-student_level

Distribute d between student and mentor based on l:

   student%of_d | mentor%of_d
l=1:    50%   | 50%
l=2:   40%   | 60%
l=3:   ...   | ...
l=infinity   0 | 100%

This proposal is basically like the DT split scheme that we've been seeing regularly for situations where l=1.  So, if you choose a mentor that's only 1 level higher than you, you get what would currently be known as a 50% DT split automatically.  If you choose a mentor with a level infinitely higher than yours, your mentor gets the entire difference between your DT percentage and her percentage.

This is just an idea, but I thin it addresses your problem directly and avoids making unenforceable rules, it strengthens the incentive to have a mentor and it helps out lower-level and mid-level mentors more than it helps really high-level ones.
1519  Alternate cryptocurrencies / Altcoin Discussion / Re: How to install macports on ubuntu server? on: June 03, 2015, 08:54:53 PM
how much

I'll help you for free on this thread if you actually post your compiler errors here.  You see the guide above.  If you actually started following the steps there and you got stuck then post what happened (in detail) if you want help.

Cheers.
1520  Economy / Gambling / Re: Primedice.com | Most Popular & Trusted Bitcoin Game | Huge Community | Free BTC on: June 03, 2015, 07:24:47 PM
well yeah i have to be on really often on this forum and check news for what i dont have time, its sad that they dont announce them

I doubt that it will be announced beforehand after the recent issue with someone making 30 accounts to claim and abuse the faucet ( you can check few pages back ), even without announcing it beforehand there is still alot of abuser for it. More or less I think it will be hard to tell will there be even a next one considering so many abused for it


Indeed, and FWIW, 98problems probably won't find out by checking this forum.  it seems the annoucements are made on twitter and facebook, for those that use those services.
Pages: « 1 ... 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 [76] 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 ... 221 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!