Bitcoin Forum
May 14, 2024, 01:25:22 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Economy / Collectibles / Re: [WTS] 2014 Kialara #389 on: October 15, 2020, 10:55:48 PM
The eBay auction for #389 ends in about 24 hours and is currently at $400 shipped (US only)

I'm looking at a house on Saturday that is below my budget, so fingers crossed!
2  Economy / Collectibles / Re: [WTS] 2014 Kialara #389 on: October 13, 2020, 10:39:24 PM
A bump and an update, Kialara #386 has been sold and en route to its new home!

Continuing to post with this account since it's his thread, and I've still got PMs to respond to. Cheesy
3  Other / Meta / Re: Account reactivation timeline? on: October 12, 2020, 12:18:34 PM
Can you sign a message from 14W74ZoGQbMunWcJHgPM5QQJ2Tw7DdGEqS or 1JVfo7NhM18JA5khT5r5q5gFy1sqrFZ89z?
I think Global Mods (@hilariousandco) can unblock you too if you prove ownership here.

Indeed I can!

Code:
Address: 1JVfo7NhM18JA5khT5r5q5gFy1sqrFZ89z

Message: It's a me! bmoconno = bmoconnotoo

Signed Message: H8xnYhEGToABPVg6MuHkRW2QtLZ8cgJPjcH9NPDzez9eA8/3H8jef1pcDPv1zFj3d5m3k2X2Ceaj5IUYgKchLew=

I think that 14W74.. was from a web wallet or something when I was young and stupid(er).

Here is another signed message from the address in my sig as bmoconno:

Code:
Address: 13SZex4uANVrfTeeuFEXGu6W8EVYtWVB53

Message: It's still me! bmoconno = bmoconnotoo

Signed Message: H2AcC/6r09NztWoFzdPZ+JCh4u6iBSatV1UmY80FMeMtLeUvrZmvM+J7a87wgfJx8GdRQ9cAon7n4uCvoBN8lQM=

Thanks for the suggestion, LoyceV

Edit: I just got a response from my email to the reactivation address asking for a similarly signed message! Cheesy
4  Bitcoin / Project Development / Re: Bitcoin Address Balance Checker (Web) - Check balance of addresses in a browser on: October 12, 2020, 10:14:59 AM
Glad you like the idea! Obviously scaling could be an issue (20 random addresses doesn't add a lot of privacy/noise if the user inputs 5000 addresses)
I can use List of all Bitcoin addresses with a balance to get a list of random addresses. I'd like to make one file on my server that gets updated every minute, but I haven't found a method to just grep the addresses without reading the entire file, which is too resource intensive for frequent updates. Putting all data in a database would no doubt be the solution. But if you can pull that off, you're close to getting rid of the external API completely.

You could use shuf to randomly grab n number of rows from your list of all addresses with a balance, I've found it to be fairly quick with large files in the past.

Code:
shuf -n 20 all_addresses_with_balances.txt

Would give you 20 random lines from the file with all addresses.
5  Bitcoin / Project Development / Re: Bitcoin Address Balance Checker (Web) - Check balance of addresses in a browser on: October 12, 2020, 12:47:27 AM
Glad you like the idea! Obviously scaling could be an issue (20 random addresses doesn't add a lot of privacy/noise if the user inputs 5000 addresses) and there's going to be a lot of extra calls to the sochart API which could suck if they limit. I haven't looked at their API but if they give your limits in the response header I guess you could still keep it pretty quick by only adding a setTimeout when you're close to the limit?

I wonder if there's a trusted public API that lets you send a list of address instead of one address at a time? Obviously you could set one up yourself, but then you get back into the issue of sending data to your own server and thus losing trust.  Cry
6  Other / Meta / Re: Account reactivation timeline? on: October 12, 2020, 12:32:04 AM
Some things changed since them.

Try following this procedure, instead: Recovering hacked/lost accounts

Thanks, TryNinja!

I'm wondering if mine falls under the first bolded section there though?

Quote
If you get a message similar to "your account is locked"

You should be given an email address in the error message. Send an email there and you will be given further instructions.

I guess if I still haven't heard anything by tomorrow I'll give that recoveries email address a try.

Thanks again for the heads up!
7  Other / Meta / Account reactivation timeline? on: October 12, 2020, 12:16:01 AM
I tried to log into my old account (bmoconno) and when I do I get a message saying that because it was inactive for a long time and existed when the 2015 password hash dump happened it has been blocked. It provides an email address like reactivate...@bitcointalk.org to get it unlocked. I sent an email the other day (from the email address registered to the account) and haven't heard anything back yet... is this still the correct email address to use? Or does it usually just take some time before someone looks it over?

Any insight here would be greatly appreciated, thanks!
8  Economy / Service Discussion / Re: GAW / Josh Garza discussion Paycoin XPY xpy.io ION ionomy. ALWAYS MAKE MONEY :) on: October 11, 2020, 11:54:33 PM
Man this is a big part of why I got out of crypto, like has been said... I'm glad he went to prison, wish it was longer.

I doubt I did enough record keeping to get anything back from this, but I hope some of you guys can get something back. I had a few big loans that I funded on BTC Lend, would love to get some of that back... but the people would have probably defaulted anyways. Cheesy
9  Bitcoin / Project Development / Re: Bitcoin Address Balance Checker (Web) - Check balance of addresses in a browser on: October 11, 2020, 11:29:49 PM
bitmover what about using a random block to add privacy?

When someone hits the page, you use JS to reach out to an API and grab a random block. Then use addresses from that block to salt the address list the user has provided. Then you get the results back from the sochain API and remove the salted addresses from what is shown to the user.

You can even show the user the block/addresses that will be used to augment the sochain api call so they know it's on the up and up.

Edit: Obviously check that none of their addresses are part of what got salted in before you remove it from what is show in the balance haha, could see that being a weird collision that might not ever happen
10  Other / Meta / Re: Suggestion about newbies on: October 11, 2020, 05:11:00 PM
Buying a copper membership gets your account automatically whitelisted and reduces the PM restriction to an extent, refer to this thread - New PM Limits

Ohh thanks for that, sorta wish all the info was in one spot. Like the page I linked about Copper specifically says that it has no affect on PM limits.

I agree, my circumstances are definitely not the norm. I still think a system where a Newbie can respond to PMs they receive would be better than what is in place. That way they still can't spam, but they can also reply to people who send them PMs without the person who sent the message thinking they are being a jerk or blowing them off.

Guess once I get my activity up, I'll see about buying Copper for this account if I still haven't heard back about my original account.
11  Other / Meta / Re: Suggestion about newbies on: October 11, 2020, 03:55:59 PM
Yes, there might be tons of users that keeps attempting scam related activities or posting malicious links or files through other file-hosting platforms, but that doesn't mean that we must justify the Newbies in general the same as we judge those that do awful things to other users. I've seen a lot of users that really are interested in learning about crypto yet having another standard/barrier to their capability to contribute in this forum. If we really wanted to help stopping such scam activities/attempts, reporting them and tagging them is I guess a better way than having another set of rules and restrictions on the general Newbie rank.

So much this.

I'm a "Newbie", because my old account was part of the password breach and since I've been out of the crypto space for so long I never bothered to get it turned back on. After being a "Newbie" for about a day, I now have an email in to the provided address when I try to log in, but have yet to hear a response.

I absolutely believe that it's important to impose limits on new members to prevent the spread of spam and malicious links, but as someone who is experiencing it right now, the system could use some improvement. For example, I have a post in the market place that is generating a lot of PMs, but I can only send one PM an hour... and a maximum of two PMs per day. This is a ridiculous system, and if I was actually someone new to crypto and trying to learn and become part of this community, I would be quickly discouraged.

Even the "Copper" paid membership doesn't help here, as it really only allows "Newbie" users to post images. Ideally the system would account for incoming PMs and allow the "Newbie" to respond via PM (on a 1:1 basis) without hitting impossible limits.
12  Other / Off-topic / Re: What are some of your favorite PC games? on: October 11, 2020, 12:45:13 PM
I loved the Jonathan Blow game "The Witness", great puzzles in a beautiful world... and I loved finding the quotes/audio messages throughout the game. If you make it far enough into the game, there is a fantastic timed puzzle that you need to complete before "In The Hall of the Mountain King" as performed by the Metropolitan Philharmonic Orchestra is completed (there's also another song, but I don't know that I ever knew the name of it). It really gets your blood pumping as you race the clock to this amazing song to solve the challenge puzzle(s).

I'm also a big fan of the Ninja Theory game "Hellblade: Senua's Sacrifice"... the studio got picked up by Microsoft and I was real worried we wouldn't get a sequel, but then they released a teaser trailer as part of the Xbox Series X announcement at a game convention. I really hope I'll be able to play it on the PC. If you've never played, I highly recommend it. Especially if you're a fan of Celtic and Norse mythology (the story follows a mentally troubled young Celtic woman who's lover has been sacrificed by invading Vikings to their Norse gods).

Edit: Also looking forward to Cyberpunk!
13  Economy / Trading Discussion / Re: Selling items for Bitcoin (US Taxes) on: October 11, 2020, 01:54:09 AM
boyptc,

The link in the first post of the Coinbase/Taxes thread actually has a lot of great information, and I think it basically answers my question.

Thanks!
14  Economy / Trading Discussion / Selling items for Bitcoin (US Taxes) on: October 11, 2020, 12:27:50 AM
I've been out of the game for a few years... ok, like a lot of years. I'm selling some stuff in the marketplace and will likely be taking BTC as payment for some of the items. If I receive Bitcoins at a Coinbase account and immediately sell them for USD, how does this type of transaction affect my taxes?

I'm particularly interested because I intend to use these funds to help with the down payment of a house, and I need everything to be as above board and responsibly done as possible.

Thanks for any input you can provide!

P.S. I hope this is the appropriate section to post in, as I consider this to be "Doing business with Bitcoin".. and I suppose there's an element of trading as I expect to liquidate the BTC immediately.
15  Economy / Collectibles / Re: [WTS] 2014 Kialara #389 on: October 11, 2020, 12:18:03 AM
I will help you out to present the Kialaras better as with the external links. Good luck selling this and with the new house!
However, for more confidence in your offer, it is better to post pictures with your Bitcointalk username and the current date

Thanks for the help -doubleU-

I've added another 2014 Kialara (#387) and a picture with all of them and an OG bitcointalk shirt and sticker along with my username and today's date. Is there any chance you could update your post to show these pictures as well? Since this account is a newbie, it's not allowed to embed images like that... they just show up as the urls. Sad
16  Economy / Collectibles / Re: [WTS] 2014 Kialara #389 on: October 10, 2020, 06:20:14 PM
Sell your collectibles directly here with escrow, people here barely deal users selling outside the forum and that's why this board was created for such kind of deal.

Thanks, I'll consider this for the items I don't already have listed.

---

To the many people who have messaged me: Since I haven't yet been able to get access to my old account (bmoconno), I can only respond to one PM per hour (and apparently only 2 PMs per day), so it's slow going. I'll try to get back to each of you individually, but to generally summarize my response to what most of you have been asking...

I don't have a price for the 2015 Kialara Gold or the other 2014 Kialara Originals in mind yet. My intention is to use the eBay auction as a gauge for the value of the 2014 Originals. I'm not sure what to do about the gold, I've been looking around and haven't seen one go up for sale recently, and those that have, I can't find pricing on.

I'm open to offers on all of these (the three remaining 2014s #386, #387 & #388 and the 2015 gold #31), and I am ok with using an escrow service as bL4nkcode has suggested should you prefer to buy here vs an eBay listing. But first I need to figure out how that would work on my taxes, as I said, I intend to use this money towards a down payment for a house and this means everything needs to be as above board as possible.

I will update the original post with pictures of the remaining items in the next hour or so.

17  Economy / Collectibles / [WTS] 2014 Kialara #389 [SOLD] on: October 10, 2020, 03:41:33 PM
NOTE: I was able to get access to my old account @bmoconno again, if you wish to talk about anything I have for sale please send PMs to that username as this one suffers from newbie-account-syndrome.


I'm trying to get money together to buy a house, so I'm going to be selling off some of my old crypto collectables.

UPDATE 10-18-20: I've placed an offer on a house! If the offer is accepted, I probably won't need to sell off any other collectables... but if it's not, I'll start new postings for the remaining 2014 Kialara Originals and the 2015 Kialara Gold.

Currently I have this 2014 Kialara Original #389/2500 up for sale on eBay at https://www.ebay.com/itm/133542311724 SOLD

In addition to this 2014 Kialara, I will also be selling #386, #387 and #388 and 2015 Kialara Gold #31

Here are images of the other pieces I will be selling. The 2014 Originals are like the one listed on eBay (never funded, but small scratches from being packed/stored together) and the 2015 Gold doesn't have any scratches (because of the sleeve and the move to steel instead of aluminum for the housing).

Since this account is still a "newbie" I can't embed images, so here are links. Also thanks to -doubleU- for the suggestion to add a picture with my username and today's date.

everything with username and date

2014 Kialara Original #386 - UPDATE: Being sold to teeGUMES 10-12-20
386 front
386 back

2014 Kialara Original #387
387 front
387 back

2014 Kialara Original #388
388 front
388 back

2015 Kialara Gold #31
31 front
31 back
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!