Bitcoin Forum
June 23, 2024, 06:40:10 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 [178] 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 ... 261 »
3541  Economy / Web Wallets / Re: Reception does not work in BLOCKCHAIN on: August 10, 2017, 06:29:02 AM
Can you help me with this
Hosting told me that the error in the script

Well, without digging in completely, at first sight it looks like a problem that can be solved either by your host (by making sure all dependancies for your script are met), or by you (by rewriting the script so it doesn't use unmet dependancies).

As for your question: i'm afraid i have my hands full with my daytime job and some paying projects, so i don't really have the time to rewrite a script.
3542  Bitcoin / Bitcoin Technical Support / Re: Anyone else having long long confirmation times with payments from Nice Hash? on: August 10, 2017, 05:57:47 AM
If you post the txid, we can have a look...
Alternative, you can use my tool to check the fee yourself: https://www.mocacinno.com/page/feechecker
3543  Economy / Web Wallets / Re: Reception does not work in BLOCKCHAIN on: August 09, 2017, 01:16:40 PM
I received api v 2
Downloaded the code from here
https://github.com/blockchain/receive-payments-demos
Inserted in the include.php api and x pub and database
And not it does not work tell me what could be the problem?
That's what happens http://sexkarta.net/receive_payment_php_demo/

if you look at the sourcecode of that page, you see it uses create.php?invoice_id=9001 and order_status.php?invoice_id=9001 to create an order, or to fetch the status.

however, if you try to load these pages ( http://sexkarta.net/receive_payment_php_demo/create.php?invoice_id=9001 or http://sexkarta.net/receive_payment_php_demo/order_status.php?invoice_id=9001 )
you get a 500 error... I guess you'll have to dive into your apache/nginx/lighthttpd/websphere/... error.log and see what's going wrong.

When I click the payment button in the database
Error log
[Wed Aug 09 09:05:13 2017] [error] [client 172.68.10.73] PHP Fatal error:  Call to undefined method mysqli_stmt::get_result() in /home/sexkarta/public_html/receive_payment_php_demo/order_status.php on line 23

most of these errors are either pretty self-explanatory, or real easy to lookup on google...
For example, if i didn't already know the problem, i could have searched "PHP Fatal error:  Call to undefined method mysqli_stmt::get_result()" on google, and the first hit would have been: https://stackoverflow.com/questions/8321096/call-to-undefined-method-mysqli-stmtget-result

So, if you're running on a dedicated box/VPN you can fix the problem, if not you can ask your shared host to fix the problem for you (but there's no guarantee he'll be willing to help you out).

You can also rewrite order_status.php
3544  Economy / Web Wallets / Re: Reception does not work in BLOCKCHAIN on: August 09, 2017, 12:21:31 PM
I received api v 2
Downloaded the code from here
https://github.com/blockchain/receive-payments-demos
Inserted in the include.php api and x pub and database
And not it does not work tell me what could be the problem?
That's what happens http://sexkarta.net/receive_payment_php_demo/

if you look at the sourcecode of that page, you see it uses create.php?invoice_id=9001 and order_status.php?invoice_id=9001 to create an order, or to fetch the status.

however, if you try to load these pages ( http://sexkarta.net/receive_payment_php_demo/create.php?invoice_id=9001 or http://sexkarta.net/receive_payment_php_demo/order_status.php?invoice_id=9001 )
you get a 500 error... I guess you'll have to dive into your apache/nginx/lighthttpd/websphere/... error.log and see what's going wrong.
3545  Economy / Service Announcements / Re: [ANN] ChipMixer - mixing reinvented on: August 08, 2017, 01:37:11 PM
I have found that the best experience while using this mixer is to use a Blockchain.info wallet
Using web wallet is bad for privacy.

1. Web wallet owner can link your funds.
2. Usually does not support multiple wallets, so your mixed and non-mixed funds may link themselves by mistake.

ChipMixer recommends Electrum. We even made an Electrum plugin for easier mixing process.

And there are electrum nodes running as a hidden service on tor Wink
3546  Bitcoin / Electrum / Re: NEED HELP WITH ELECTRUM WALLET BCC on: August 08, 2017, 11:25:39 AM
i have update my electrum wallet to electrum cash wallet and tha new address is 1PzLpAxMLdCTkSXEWJ9yhgij5o3McztKTc  i can see the transaction on the blockchain but in my wallet it is nothing !


https://blockchair.com/search?q=1PzLpAxMLdCTkSXEWJ9yhgij5o3McztKTc

All unspent outputs controlled by the owner of 1PzLpAxMLdCTkSXEWJ9yhgij5o3McztKTc were spent before the fork. There are no more unspent outputs on either chain
https://blockchair.com/bitcoin/address/1PzLpAxMLdCTkSXEWJ9yhgij5o3McztKTc
https://blockchair.com/bitcoin-cash/address/1PzLpAxMLdCTkSXEWJ9yhgij5o3McztKTc

In other words: there was some balance, but everything was spent before the fork happened...
3547  Bitcoin / Electrum / Re: NEED HELP WITH ELECTRUM WALLET BCC on: August 08, 2017, 11:18:50 AM
i pretty new to all that and im really confused

this is the electrum address 1GwnwtC3XLCYHiSynthWm3iNnTg4rS3jXt

https://blockchair.com/bitcoin-cash/address/1GwnwtC3XLCYHiSynthWm3iNnTg4rS3jXt

So, according to this block explorer, there is no transaction whose output can be spent by the wallet controlling 1GwnwtC3XLCYHiSynthWm3iNnTg4rS3jXt

Compare this, for example to my address.. There were unspent outputs that could have been spent by me at the time of the fork:
https://blockchair.com/bitcoin-cash/address/1MocACiWLM8bYn8pCrYjy6uHq4U3CkxLaa

So, to summarise, there are no funding transactions for this address... Not on the bitcoin blockchain, not on the bitcoincash blockchain...
3548  Bitcoin / Electrum / Re: NEED HELP WITH ELECTRUM WALLET BCC on: August 08, 2017, 10:58:49 AM
i have already try to import it but keep getting massage "No inputs found. (note that inputs need to be confirmed)"

Have you tried looking at the deposit address on a BCC block explorer to confirm there actually is an input?

If you don't care for your anonimity, it might be a good idear to post the address in this thread, so we can have a look Smiley
3549  Bitcoin / Electrum / Re: NEED HELP WITH ELECTRUM WALLET BCC on: August 08, 2017, 10:47:59 AM
Hello

I really need help here ! i use suprnova pool to farm Bcash afte almost a week suprnova manage to comfirm my balance and sent it automaticly to my pre-fork Electrum wallet ! Electrum wallet dont support Bcash and my transaction on suprnova account it is confirmed !
Is there any way to get it back or i lost that balance ??



I haven't looked into BCC myself (yet), but it should be possible to export the private key belonging to the BCC withdraw address from your BTC electrum, and import it in your BCC electrum...
This way, the BCC electrum *should* be able to generate the public key and the address, and the BCC node you're connected to should be able to send you the unspent outputs that can be controlled by the private key...

Be carefull tough.. Once you import the private key from BTC electrum into BCC electrum, you should realise you're importing a private key into a piece of very new (potentially untrusted) software!!!
3550  Bitcoin / Bitcoin Discussion / Re: what would happen if one day the hash rate is so high no miner is profitable ? on: August 08, 2017, 10:04:54 AM
The hashrate is increase exponentially and certainly unsustainable. What will happen if one day, the hashrate is so high, no miners would profit from mining it?

difficulty adjustments

Do you think the bitcoin hashrate will decrease at some point?  Historically, it's been increasing all the time? When do you think it will happen?

That's not completely true... The hashrate has had drops in the past... In this case the diff was adjusted downwards.

To answer your question: for most miners, if they cannot make a profit, they'll shut down their gear... Hashrate drops, diff drops at the next adjustment, the leftover miners can mine at a lower diff (making more profit)...
3551  Economy / Services / Re: escrow services on: August 07, 2017, 07:53:32 PM
Check out btcescrowpro.com

Never heared about that one, are you sure it's legit?
No contact details, made with a free website builder, using a contact form to send an escrow request... Lots of warnings signs...
3552  Bitcoin / Mining speculation / Re: SHOULD I REQUEST A LOAN TO BUILD MINING FARM?? on: August 07, 2017, 12:14:06 PM
Hello guys....before this i have post a thread which says that where suitable place and how to get large amount of miners....and i dont have large modal...should i request a loan??

It's very hard to understand your question to be honest...

If you're asking if you should request a loan in order to buy miners, it's actually a very simple economic calculation:

If the principal plus the intrest of the loan is smaller than the fiat equivalent of BTC (or altcoin) you'll mine in a timeframe you're confortable with, it might be a good idear to request a loan... If not, you shouldn't request one.

It all stands or falls with following parameters:
- how much income will your mining operation produce (mostly dependant on your power cost)
- how much risk are you willing to take ( a longer ROI means bigger risks)
- do you have collateral? You can live in a country where you only pay 0.001 cent/Kwu for power, if you don't have collateral, nobody is going to lend you sufficient funds to setup a decent mining operation. If you're going to go to the bank, the collateral might be physical. If you want a loan from this forum, you should read the "no collateral, no loan" guideline Vod once wrote...
3553  Bitcoin / Bitcoin Technical Support / Re: Address with 770 small transactions, Armory and Electrum can't handle - Help on: August 07, 2017, 07:10:45 AM
you can always try to run
https://github.com/btcsuite/btcwallet

It needs https://github.com/btcsuite/btcd
It's a bit harder to setup than your usual wallet (it's basically an alternative full node, and a cli wallet written in GO that uses json-rpc to connect to this node), but i've tried it in the past, and found it was able to handle big workloads...
3554  Bitcoin / Development & Technical Discussion / Re: new tool: hd-wallet-derive -- for deriving private and public keys. on: August 05, 2017, 06:36:20 AM
Usefull stuff... I'll defenately follow your developments when i'm back at the office.

I quickly browsed part of your code
 At first sight, i couldn't detect any backdoors, just some really clean implementation of the bitwasp librarys Smiley
3555  Economy / Service Announcements / Re: [ANN] ChipMixer - mixing reinvented on: August 03, 2017, 11:37:36 AM
As informed 13 days ago, due to Aug 1 hardfork, ChipMixer will be closed from July 31 till situation get stable.
ChipMixer is now temporary disabled till hard fork situation get stable.

Any word on when things are going to be operational again? given the Forum headline: "News: ALL CLEAR: You can now use Bitcoin as you were previously." it would seem BTC is good to go. Huh

Indeed.. I'm actually waiting to mix, and chipmixer seems like one of the best options since bitmixer dissapeared
3556  Bitcoin / Mining speculation / Re: Newest difficulty contest. 2 ltc plus 1 compac stick as the prize. Picks open! on: August 02, 2017, 08:03:36 PM
1.6 = mocacinno
3557  Economy / Service Discussion / Re: Is mining safe? on: August 02, 2017, 06:47:24 PM
I have heard and also read in various threads that mining is too risky. The invested money can all be gone with a blink of eye. Actually i am not sure wither i should do it or not. If i invest, then is there any chance to loss all the money?

If i invest, then what should be the amount first?

And in which sites would be better to do mining?

You are talking about cloud mining... In this case, yes, 99% of the cloud mining companies are scams. The rest sell you all their risk for a small part of the profits...

Actual mining is completely different: if you do all calculations and risk assesements beforehand, you're reasonably safe
3558  Alternate cryptocurrencies / Mining (Altcoins) / Re: It is worked ? on: August 01, 2017, 07:21:28 PM
Oh thank you for your fast answer !

And, how long to find one ?

You know ? ^^

If you would know the share diff set by the pool, technically you should be able to calculate the average time between two shares (based on said share diff and your hashrate).

Since the share diff is not shown on your screenshot, i can't help you with this average
3559  Alternate cryptocurrencies / Mining (Altcoins) / Re: It is worked ? on: August 01, 2017, 05:43:39 PM
Hi,

I'm a beginner with mining, i'm started to mine ETH !

Can you tell me if it's worked on not on this screen.

I think , he didn't worked !

Thank's in advance  Huh

http://hpics.li/ae08a1a

Im not really an expert on altcoin mining, but everything on that screenshot looks fine to me...

Everything is initialised, you're connected to the pool's statum proxy,  you seem to be hashing, you just didnt find a share yet
3560  Local / Nederlands (Dutch) / Re: bitcoinadressenherkenning on: July 30, 2017, 08:24:37 PM
goedendag, de dag vòòr 1 augustus

is van een bitcoinadres af te lezen of het een adres is van bijvoorbeeld:
a) een exchange
b) blockchain.info
c) litebit.eu
d) monero.org (oke, geen bitcoin, maar de vraag blijft: of aan het bitcoinadres af te lezen is van wat het voor soort wallet is)
e) bitcoin wallet
f) cold storage, bijvoorbeeld op usb of op print




Je kan wel een aantal dingen afleiden: begint het adres met 1 (P2pkh) of met 3 (p2sh). Begint het adres met nog een andere letter/cyfer: geen btc adres.

De kans is groot dat een adres dat met een 3 begint aan een of andere service toebehoort.
Pages: « 1 ... 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 [178] 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 ... 261 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!