Bitcoin Forum
May 23, 2024, 12:12:09 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 [13] 14 15 16 17 18 19 20 21 22 23 24 25 26 »
241  Economy / Lending / Re: 0.12 BTC - 7 Days @ 120% Return on: November 19, 2015, 02:22:25 PM
But this message was sent by you? Right??

Hey!
Thanks for approving my loan! Take your time to send the loan.
Whenever you are ready, you can send the loan to 1NLMfc5kdczTdaEqPFVDzLwxgwz3p3xp5n .
Also, instead of replying me here with the transaction hash, please post the transaction id on my loan thread(so that everyone can see it).

Thanks

242  Economy / Lending / Re: 0.12 BTC - 7 Days @ 120% Return on: November 19, 2015, 02:13:28 PM
Okay, someone's hacked my password but I've changed it just now.

THIS IS A SCAMMER/HACKER'S ADDRESS DO NOT SEND:
19xizH52pkbahxkxnjGzMr9LzFn1xukUHY



Sorry Emerge, this all sounds very suspicious. I am OUT and can not fund the loan. If i wasn't careful with you, i would have already lost money..


p.s. it has been the first time i came into this lending section. And out of a helping mind, i nearly lost money. This is not good. This section seems to be very unserious and not well-minded. I will not come again.
243  Economy / Lending / Re: 0.12 BTC - 7 Days @ 120% Return on: November 19, 2015, 02:11:59 PM
CAUTION! don't trade until resolved
be very careful.



1CwNNNES1WcZfiM7pjAGcuRqUptxstSFah - this one is still under your control - right??

Yes that is correct Smiley
Coins.PH Wallet

alright. if still needed i will fund the loan in the next hours.

Thanks,
please post the TX in the loan thread for everyone to see
I'd like to be transparent with this Smiley
Also, if you can then please send the loan amount to
19xizH52pkbahxkxnjGzMr9LzFn1xukUHY. This is the more handy address I have at the moment.

Regards,
Jm Erestain


alright. i just got home and will send within minutes. can you please post this address in the thread. just to quote it for reference.

THAT WAS FUCKING HACKED

WTF?Huh?
I DIDn'T SEND THAT ADDRESS

so you didn't send this address??? strange thing man. this all sounds fishy to me. so what was going up??
244  Bitcoin / Project Development / Re: [ANN] cryptoparrot.com - realtime twitter bitcoin tracker on: November 19, 2015, 01:32:52 PM
Interesting project, but there are a lot of tweets every second. Would be better if we can choose wich #hashtag want to filter, to see less tweets. And will be interesting to have a ranking of tweet more retweeted today, or hashtag with more comments.

the good thing about cryptoparrot. Its not using the hashtag for tracking (like many other trackers). It really scans the text of each tweet and checks if "bitcoin" occurs. The reason why so many tweets appear is that cryptoparrot is realtime. Just test it: Use your twitter account to make a tweet and put the word "bitcoin" in it. When you click "Tweet" then it already is shown on cryptoparrot.com.

but the raking thing (most popular tweets based on retweets, etc.) and custom keyword is on the milestones and will be added in the future.
245  Bitcoin / Bitcoin Technical Support / Re: JSON-RPC validation error on: November 19, 2015, 11:06:57 AM
I'm trying to make connection to my JSON RPC via python script. I've tried several different libraries, the one I got most success gives me that message:
Code:
Traceback (most recent call last):
  File "test_conn_btc.py", line 6, in <module>
    x = server.request('getinfo')
  File "/usr/local/lib/python3.4/dist-packages/jsonrpcclient/server.py", line 98, in request
    return self.handle_response(self.send_message(request), True)
  File "/usr/local/lib/python3.4/dist-packages/jsonrpcclient/server.py", line 133, in handle_response
    json_validator.validate(response_dict)
  File "/usr/local/lib/python3.4/dist-packages/jsonschema/validators.py", line 123, in validate
    raise error
jsonschema.exceptions.ValidationError: 'jsonrpc' is a required property

Failed validating 'required' in schema['allOf'][0]:
    {'properties': {'id': {'oneOf': [{'type': 'string'},
                                     {'type': 'integer'},
                                     {'type': 'null'}]},
                    'jsonrpc': {'enum': ['2.0'], 'type': 'string'}},
     'required': ['jsonrpc', 'id'],
     'type': 'object'}

On instance:
    {'error': None,
     'id': 1,
     'result': {'balance': 1.89,
                'blocks': 598181,
                'connections': 8,
                'difficulty': 7150.92333102,
                'errors': 'WARNING: abnormally high number of blocks '
                          'generated, 11409 blocks received in the last '
                          '4 hours (24 expected)',
                'keypoololdest': 1447081146,
                'keypoolsize': 104,
                'paytxfee': 0.0,
                'protocolversion': 70002,
                'proxy': '',
                'relayfee': 5e-05,
                'testnet': True,
                'timeoffset': -1,
                'version': 110100,
                'walletversion': 60000}}

Here is the code of script:

Code:
from jsonrpcclient.http_server import HTTPServer
import json
# docs at https://jsonrpcclient.readthedocs.org/http.html
server = HTTPServer('http://127.0.0.1:18332', auth=('user', 'password'))

x = server.request('getinfo')
print(x)
What may be the problem?

looks like json validation error. why not use the python library from Peter Todd? You may have a look. Its very mighty and
you can do lots more than only using a standard rpc interface for communication with btc-core.

https://github.com/petertodd/python-bitcoinlib


p.s. jgarzik also has a python-lib for btc. https://github.com/jgarzik/python-bitcoinrpc
246  Bitcoin / Bitcoin Technical Support / Re: building bitcoin qt OSX on: November 19, 2015, 10:57:51 AM

i 've been building various wallets using .pro files and qtcreator.
and have used the autogen.sh process for compiling coinds.

but how do i go about building the newer clients on OSX ?

looking at latest bitcoin source i have no idea how to start Tongue
i assume it's possible not using gitian Smiley


latest rc build on osx:
https://github.com/bitcoin/bitcoin/blob/v0.11.2rc1/doc/build-osx.md


latest rc gitian building:
https://github.com/bitcoin/bitcoin/blob/v0.11.2rc1/doc/gitian-building.md
247  Bitcoin / Project Development / Re: [ANN] cryptoparrot.com - realtime twitter bitcoin tracker on: November 19, 2015, 10:41:28 AM
Hey,

Just had an idea. You could expand your website out of the realm of bitcoin and have users being able to type their own word to search in so they can filter down twitter to their own requirements.

You could monetize it by allowing say a feed of 25 tweets at one time and if the user pays X amount they can upgrade their feed to 100 at one time and the 7d, day statistics etc

Offering "premium accounts" with extended functionality is from the economic view genius and profitable. I for myself prefer to allow any user to use full functionality regardless of financial status and wealth. Advertising and partnerships (collaborations) are "better" for monetizing in my opinion. I don't like the "class society" and the "making money from anything"-ideology... Capitalism is not good because it furthers a lot of bad things. To be precise it causes more bad on this planet than good.

But i may port cryptoparrot to an separate server and name it something like "twittertracker" or "twitteranalyiser" or something like this and let user type in the keyword(s) for tracking... I also thought about my r-scan project and how it would be if i made a online application for scanning btc-keys.

As always, thank you very much for your thoughts and feedback!
248  Economy / Auctions / Re: ❎ Lealana Auction 0.000BTC Start Bid on: November 18, 2015, 08:39:09 PM
/snip

Quote
"The coins will be valued at the price paid plus the bitcoin that is loaded on to them."

so i have to implicate that they will likely not be declared as "Novelty Token".
249  Economy / Auctions / Re: ❎ Lealana Auction 0.000BTC Start Bid on: November 18, 2015, 08:36:44 PM
shipping is not too expensive to europe. The problem why i have stopped bidding before others on most (outside EU) auctions are the costs which you have to pay for customs. This is the problem. The declaration of the coins and import-fees. This always put another 10%-20% on it depending on declaration class. 

That must discourage some bidders if an item is high value.
All though it's amazing what goes through as a "Novelty Token" valued at $5  Wink

if you know a seller who does this favor for you, well then you are the lucky guy..
250  Economy / Auctions / Re: ❎ Lealana Auction 0.000BTC Start Bid on: November 18, 2015, 03:23:08 PM
sorry, I just realized the costs sending it to Europe. sorry.

Don't be sorry. The shipping price reflects the security involved.
From previous experience, from the moment it leaves smoothie's hands, the parcel is under lock-and-key until it is in your hands.
Small price to pay for Defcon level-3 shipping Cheesy



shipping is not too expensive to europe. The problem why i have stopped bidding before others on most (outside EU) auctions are the costs which you have to pay for customs. This is the problem. The declaration of the coins and import-fees. This always put another 10%-20% on it depending on declaration class. 
251  Economy / Lending / Re: 0.12 BTC - 7 Days @ 120% Interest on: November 18, 2015, 02:49:22 PM
I trust you. And i think the other poster only wanted to warn me as i never gave somebody a loan. So look at it from this perspective: They don't post this to "detrust" you, the do it to prevent scams and losses of others. So it has a positive basal.

Anyway - Looking back your post-history and trust i stick to my decision. Please give me 2-3h for the transaction (@work).

Happy for your decision, won't ruin your trust mate.
Sure, no rush, it's just for pleasure spending on Steam anyway haha.

Regards,
JM Erestain

Alright. Will post tx-id when sent. Can you additionally sign the string "ca333" with 1DwocGE4UgqgvkA3n8zR5QouvWWZQx3dBr ??

Alas I can't, I can sign it with my PGP though,
I only use web wallets (Coins.PH and Coinprism.com) as I'm an entrepreneur on the go

I can show you proof of these wallets if asked for

Okay then i will send the loan to 1DwocGE4UgqgvkA3n8zR5QouvWWZQx3dBr - this proofs ownership too.
252  Economy / Currency exchange / Re: Exchange need 10 btc for £3K on: November 18, 2015, 01:42:27 PM

I think both are same person or what? He is still waiting and there is no confirmation from the other end. I feel some shady activities.
If The other person has not provided bitcoins to op then should have opened a scam thread.

i sent him 214.6 (excluding pppay fees)  for 1 btc. He is probably a scammer thats why not replying me.
Still trying to resolve with him if not solved will make scam report.

Thanks.

I sent you a pm, david fox is a well know scammer is skype id is mon.bux you dindt got back to me but keep posting here pretending he might be a scammer... well guess what ? He is a scammer.

seems he (david fox) is online right now. But how could dariusg send him 2146 pound and offer 3k pound one day later again (without even getting the other BTCs)? This all looks so strange and little unserious (suspicious).
253  Economy / Lending / Re: 0.12 BTC - 7 Days @ 120% Interest on: November 18, 2015, 01:32:50 PM
I trust you. And i think the other poster only wanted to warn me as i never gave somebody a loan. So look at it from this perspective: They don't post this to "detrust" you, the do it to prevent scams and losses of others. So it has a positive basal.

Anyway - Looking back your post-history and trust i stick to my decision. Please give me 2-3h for the transaction (@work).

Happy for your decision, won't ruin your trust mate.
Sure, no rush, it's just for pleasure spending on Steam anyway haha.

Regards,
JM Erestain

Alright. Will post tx-id when sent. Can you additionally sign the string "ca333" with 1DwocGE4UgqgvkA3n8zR5QouvWWZQx3dBr ??
254  Economy / Lending / Re: 0.12 BTC - 7 Days @ 120% Interest on: November 18, 2015, 01:22:37 PM
120% or 20% interest??

120% return

i can do this loan with the below terms:

repayment-date: at the latest 25. November 2015 - 23:59 UTC
repayment-amount: 0.144 BTC (20% interest)

if overdue: additional 10% interest  per day of total overdue amount - passing 23:59 UTC counts new day



I accept these terms.

And as a reply to other comments:

120% or 20% interest??

120% return

i can do this loan with the below terms:

repayment-date: at the latest 25. November 2015 - 23:59 UTC
repayment-amount: 0.144 BTC (20% interest)

if overdue: additional 10% interest  per day of total overdue amount - passing 23:59 UTC counts new day



Giving a loan without collateral could be risky for you
He can easily purchase a full member account again in around 0.04 btc if s/he wanted to
0.12 is a big amount.
Just a suggestion. Think before you lend or Get ready to lose

Emerge I'm not blaming you but what xinzark has said is 100% true. So it is good to get proper collateral before lending because his account is not so much trusted to lend without collateral for 0.12BTC



I understand you, but I've invested so much time and reputation on this account,
even revealing my true name and identities here, and use this account to represent my startups as well.

I'd wish for you guys to put some trust into me.

I trust you. And i think the other users only wanted to warn me as i never gave somebody a loan. So look at it from this perspective: They don't post this to "detrust" you, the do it to prevent scams and losses of others. So it has a positive basal.

Anyway - Looking back your post-history and trust i stick to my decision. Please give me 2-3h for the transaction (@work).
255  Economy / Lending / Re: 0.12 BTC - 7 Days @ 120% Interest on: November 18, 2015, 01:15:45 PM
120% or 20% interest??

120% return

i can do this loan with the below terms:

repayment-date: at the latest 25. November 2015 - 23:59 UTC
repayment-amount: 0.144 BTC (20% interest)

if overdue: additional 10% interest  per day of total overdue amount - passing 23:59 UTC counts new day



Giving a loan without collateral could be risky for you
He can easily purchase a full member account again in around 0.04 btc if s/he wanted to
0.12 is a big amount.
Just a suggestion. Think before you lend or Get ready to lose

Emerge I'm not blaming you but what xinzark has said is 100% true. So it is good to get proper collateral before lending because his account is not so much trusted to lend without collateral for 0.12BTC




so it happened before that somebody which previously used trackable payment-methods for other deals (listed in trust) defaulted a loan??? If so, then i will rethink my decision.

#edit: irrelevant
256  Economy / Lending / Re: 0.12 BTC - 7 Days @ 120% Interest on: November 18, 2015, 01:14:02 PM
120% or 20% interest??

120% return

i can do this loan with the below terms:

repayment-date: at the latest 25. November 2015 - 23:59 UTC
repayment-amount: 0.144 BTC (20% interest)

if overdue: additional 10% interest  per day of total overdue amount - passing 23:59 UTC counts new day



Giving a loan without collateral could be risky for you
He can easily purchase a full member account again in around 0.04 btc if s/he wanted to
0.12 is a big amount.
Just a suggestion. Think before you lend or Get ready to lose

thank you for the suggestion, and if of course it was a user without any trust i would not offer my help. But i did little due diligence before offering the loan to him and don't think Emerge will risk this amount for tracking him back and getting him brandmarked in the internet..

i always live by the rule "never risk more than you can afford to lose".
257  Economy / Lending / Re: 0.12 BTC - 7 Days @ 120% Interest on: November 18, 2015, 11:15:11 AM
120% or 20% interest??

120% return

i can do this loan with the below terms:

repayment-date: at the latest 25. November 2015 - 23:59 UTC
repayment-amount: 0.144 BTC (20% interest)

if overdue: additional 10% interest  per day of total overdue amount - passing 23:59 UTC counts new day

258  Economy / Lending / Re: 0.12 BTC - 7 Days @ 120% Interest on: November 18, 2015, 10:02:14 AM
120% or 20% interest??

#edit: asking because it said "120% interest" in thread title.
259  Economy / Auctions / Re: [Auction] Casascius 2011 Brass Error MS-63 - Starts @ 1BTC on: November 16, 2015, 07:07:43 PM
1.5 BTC
260  Economy / Auctions / Re: [Auction] Casascius 2011 Brass Error MS-63 - Starts @ 1BTC on: November 16, 2015, 05:13:32 AM
1.25 BTC
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 [13] 14 15 16 17 18 19 20 21 22 23 24 25 26 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!