Bitcoin Forum
September 27, 2025, 10:11:42 PM *
News: Latest Bitcoin Core release: 29.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 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 ... 60 »
1  Economy / Goods / Re: I wanna buy on UK Ebay but dont have an account there. on: December 15, 2014, 05:17:20 PM
I need someone to help me buy items on ebay so I can resell them.

Why not open a UK account yourself?
2  Economy / Goods / Re: I wanna buy on UK Ebay but dont have an account there. on: December 15, 2014, 05:16:12 PM
I need someone to help me buy items on ebay so I can resell them.

So do the items have to come to your country at all? Why not have someone in UK who will buy and send on to the final purchaser?
3  Economy / Goods / Re: I wanna buy on UK Ebay but dont have an account there. on: December 15, 2014, 05:14:01 PM
What items are you wanting and are you wanting people to buy them and ship them to you or get them directly sent? You should provide more details and you'll likely get more interest.

im ooking to buy and have them sent to me, I will pay upfront of course, but the issue I need help is getting it here without paying so much import tax, they charge 24 percent tax on items that come in to my country.
Which country is that? Why not save everyone's time and tells us everything now?
4  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] QIBUCK COIN - X13 - POS/POBH - 1st Proof of Baghold on: December 13, 2014, 06:13:00 PM
Both bonuses received, thank you.  Smiley
5  Alternate cryptocurrencies / Altcoin Discussion / Re: If you had any bitcoin addresses with a balance in May, 2014 claim FREE ~0.02BTC on: December 09, 2014, 12:27:32 AM
Is this safe to download? Is it going to steal my wallet.dat?
6  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Storj - Decentralized Storage on: December 01, 2014, 06:15:52 PM
Hi, If i put in the 0.4btc to buy 10,000 storjcoins, what happens after that? I would like early access to the driveshare program, but do we get paid in early access? Also how much do we get paid
http://storj.io/earlyaccess

Payment levels to be decided by the 'the market' IIRC
7  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][GRE] GreenCoin | On Bittrex now! on: November 25, 2014, 08:56:23 PM
Someone stole my bike a few weeks ago  Angry

Have a good ride  Smiley
8  Economy / Computer hardware / Re: [Sell] ASICMiner Prisma x2 on: November 25, 2014, 06:03:31 PM
Where in the world are you? What about shipping and taxes.
9  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Storjcoin X (SJCX) - A Coin for Decentralized Cloud Storage on: November 24, 2014, 05:38:53 PM
Hi everybody. Silly question but I figured I have few SJCX with poloniex exchange. I'd like to do withdrawal but I am not sure how it works. Please correct me if I am wrong but the only thing I need is to send those coins to my bitcoin address and make sure I have private key right? Or does SJCX use different type of addresses like other alt coins?

Thanks for any help!
Wrong. You can't withdraw your SJCX because there isn't a SJCX wallet.
10  Other / Off-topic / Re: hackers can steal data wirelessly from pcs that arent even online on: November 24, 2014, 12:11:43 AM
There is a small battery in the CPU (? - I believe this is where it is) that keeps power so the BOIS settings can be 'remembered'

In reality the simplest solution would be to line the inside of your computer with tinfoil. This would prevent an attacker from being able to receive any signal your computer is transmitting, as well as to prevent you from looking crazy. 

Not in the CPU, it's a separate component on the motherboard.

Lining the case will not help if it is the cable to your monitor that is leaking the RF. So you would have to wrap the foil around that cable, and earth it.

Or you could put another, very noisy, RF setup in the same room.
11  Other / Off-topic / Re: becoming suicidal on: November 23, 2014, 10:58:04 PM
Yes, it may see $1000 again. Don't kill yourself.
12  Bitcoin / Group buys / Re: [Closed] Bitfury miner group buy + hosting (with ESCROW) on: November 23, 2014, 10:49:42 PM
Hi

Thanks for the photo, its nice to see where the money went!

I'm fine with the idea of selling the hardware directly to you.

Thanks for the best organised and run group buy that I've been part of ~ its a shame the difficulty climbed so high, so quickly.
13  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Syscoin - Business on the Blockchain on: November 23, 2014, 10:40:52 PM
Edit: this is way to complicated for the average person just saying.

too
14  Other / Beginners & Help / Re: URGENT QUESTION : How to send from 1 address? on: November 23, 2014, 10:37:44 PM
i'm wondering if it is possible with blockchain to send an amount from 1 address to 100 different addresses?

Many wallets allow you to send different amounts to different addresses all in the same transaction. Bitcoin Core has the "sendmany" command, for example. I use it to fund physical bitcoins and paper wallets (50 at a time). I don't know if its GUI lets you.

If you have access to a qt-wallet, you can do it from the console


sendmany "fromaccount" {"address":amount,...} ( minconf "comment" )

Send multiple times. Amounts are double-precision floating point numbers.
Requires wallet passphrase to be set with walletpassphrase call.

Arguments:
1. "fromaccount" (string, required) The account to send the funds from, can be "" for the default account
2. "amounts" (string, required) A json object with addresses and amounts
{
"address":amount (numeric) The bitcoin address is the key, the numeric amount in btc is the value
,...
}
3. minconf (numeric, optional, default=1) Only use the balance confirmed at least this many times.
4. "comment" (string, optional) A comment

Result:
"transactionid" (string) The transaction id for the send. Only 1 transaction is created regardless of
the number of addresses.

Examples:

Send two amounts to two different addresses:
> bitcoin-cli sendmany "tabby" "{\"1D1ZrZNe3JUo7ZycKEYQQiQAWd9y54F4XZ\":0.01,\"1353tsE8YMTA4EuV7dgUXGjNFf9KpVvKHz\":0.02}"

Send two amounts to two different addresses setting the confirmation and comment:
> bitcoin-cli sendmany "tabby" "{\"1D1ZrZNe3JUo7ZycKEYQQiQAWd9y54F4XZ\":0.01,\"1353tsE8YMTA4EuV7dgUXGjNFf9KpVvKHz\":0.02}" 6 "testing"

As a json rpc call
> curl --user myusername --data-binary '{"jsonrpc": "1.0", "id":"curltest", "method": "sendmany", "params": ["tabby", "{\"1D1ZrZNe3JUo7ZycKEYQQiQAWd9y54F4XZ\":0.01,\"1353tsE8YMTA4EuV7dgUXGjNFf9KpVvKHz\":0.02}", 6, "testing"] }' -H 'content-type: text/plain;' http://127.0.0.1:8332/
(code -1)
15  Bitcoin / Mining support / Re: I want to know how to do solo mining will pay in btc on: November 23, 2014, 10:34:36 PM
What hardware do you have? What OS? What coin do you want to mine? Why solomining?
16  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][Checkcoin] Explore the world using Checkcoin [PR PHASE] on: November 22, 2014, 12:44:54 PM
Had a great afternoon talking about Checkcoin and the future of cryptocurrency with @Geojan.

<snip>

We look forward to meeting with more of you in Arnhem later this month!
Can we get names (real names or forum names) for these guys, and who is on the Checkcoin team?
17  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][GRE] GreenCoin | On Bittrex now! on: November 21, 2014, 11:04:14 PM
Seems to me that you need more producers. Even with the bounty there are not more people joining. Probably need to make more noise in the forums for other green/low-energy forums. Perhaps get some sort of cross-posting agreement? What sort of relationships are there between the different coins?

I thought we were banned from posting address on this forum in a giveaway thread - too much 'spam' for everyone else.
18  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] ☣ EBOLAShares ☣ First DtP Concept ☣ Free&ISO █ LAST DAY █ on: November 21, 2014, 01:42:59 AM
Have you seen the first message of this topic?  Cheesy Cheesy
EBOLAShares is a Proof of Stake Coin (PoS) - No mining phase, coins distributed to community and staking wallet, not minting.

-snip-
Kahir may be asking why his number does not appear in the FREE stakeholders list, since he quotes the latest announcement about it.
19  Other / Off-topic / Re: hackers can steal data wirelessly from pcs that arent even online on: November 21, 2014, 12:47:11 AM
Anyone here want to buy a tin-foil hat? Made to measure. I accept bit-coin.
20  Economy / Service Discussion / Bitcoin Payment Recieved scam on: November 20, 2014, 07:37:32 PM
I've just received an e-mail from no-reply@blokchains.info titled "Bitcoin Payment Recieved" claiming that I've received $2,031.88

Of course it's asking my to log on to my blockchain account.

I'm treating it as a scam because a) mispelling in title b) e-mail is NOT from blockchain address, and c) I don't have a blockchain account.


TREAT AS SUSPECT!
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 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 ... 60 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!