Bitcoin Forum
June 21, 2024, 11:12:02 AM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 127 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 ... 1454 »
2601  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [PASC] PascalCoin, deletable blockchain & bank account system [PASA] on: January 27, 2017, 08:26:43 PM
Hey everyone, updated the CUDA GPU miner with some of KlausT's improvements: https://github.com/Vorksholk/PascalCoin-CUDA/releases/tag/v1.04

No promise that the new miner can actually mine blocks, but if anyone gets a block with this, please let the rest of us know. About 360% performance improvements, I'm getting around 900 MH/s on an overclocked 1080.

I've also seen some people worried about the PascalCoin wallet saying "Error: Proof of work is higher than target payload." This isn't a problem--the way my miner works (and presumably some others that are floating around now, although I haven't looked at the code for them) is by submitting shares that meet a target of 24000000. Note that we are currently on track for a target of 31000000 soon, which is 8192 times higher, so you should expect to see, on average, 8192 of those errors per actual block mined. The miner is submitting shares to the wallet, effectively. These shares don't count for anything unless they meet the target.

you say that this error is not really an error, but just how it work, but why you are saying that "no promise that the new miner can actually mine blocks"? if it work it should eventually find one

I'm saying that the error isn't necessarily an indicator of any problem (in fact, it's 100% expected), but that doesn't mean something else couldn't be wrong with the miner. Smiley

mmh ok...btw can you fix the multiple instance thing with the nvidia miner, amd can run all the gpu with one instances but nvidia still not...
2602  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [PASC] PascalCoin, deletable blockchain & bank account system [PASA] on: January 27, 2017, 08:23:38 PM
Hey everyone, updated the CUDA GPU miner with some of KlausT's improvements: https://github.com/Vorksholk/PascalCoin-CUDA/releases/tag/v1.04

No promise that the new miner can actually mine blocks, but if anyone gets a block with this, please let the rest of us know. About 360% performance improvements, I'm getting around 900 MH/s on an overclocked 1080.

I've also seen some people worried about the PascalCoin wallet saying "Error: Proof of work is higher than target payload." This isn't a problem--the way my miner works (and presumably some others that are floating around now, although I haven't looked at the code for them) is by submitting shares that meet a target of 24000000. Note that we are currently on track for a target of 31000000 soon, which is 8192 times higher, so you should expect to see, on average, 8192 of those errors per actual block mined. The miner is submitting shares to the wallet, effectively. These shares don't count for anything unless they meet the target.

you say that this error is not really an error, but just how it work, but why you are saying that "no promise that the new miner can actually mine blocks"? if it work it should eventually find one

2603  Alternate cryptocurrencies / Mining (Altcoins) / Re: CCminer(SP-MOD) Modded NVIDIA Maxwell / Pascal kernels. on: January 27, 2017, 08:02:56 PM
so it was just bad luck, the miner is working as intended, it make sense because few members found block with the nvidia miners espeically in the early stage
2604  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [PASC] PascalCoin, deletable blockchain & bank account system [PASA] on: January 27, 2017, 06:52:23 PM

not ready yet, still some special things need to be fixed

no cuda miner?
2605  Alternate cryptocurrencies / Mining (Altcoins) / Re: PascalCoin OpenCL mining on: January 27, 2017, 04:54:39 PM
As KlausT mentioned, CUDA JSON-RPC issues are caused by Pascalproxyv2, it doesn't send "target" param to the miner.

Now we need that shitty proxy source... or a completely new miner  Grin

Or if somebody has time he can read proxy console output and replace headeroutXX.txt with correct value for "target", currently it's 000000000 for every round...

you mean the final numbers of zero with target "809473025"?

2606  Alternate cryptocurrencies / Mining (Altcoins) / Re: Anyone find PasalCoin Blocks Yet? No luck with 50GPUs (36 hours mining) on: January 27, 2017, 11:45:56 AM
I found in total 5 Blocks with 10 GPUs.


What the ?!?!

In how many days ??
2 since yesterday 12pm GMT+1

The other days before

with the nvidia or amd miner?
2607  Alternate cryptocurrencies / Mining (Altcoins) / Re: CCminer(SP-MOD) Modded NVIDIA Maxwell / Pascal kernels. on: January 27, 2017, 11:12:32 AM
I don't think the nvidia miner works.

I get this from the PascalCointWallet.log every time there's a share found:

TID:00001074 [Debug] <TBufferedNetTcpIpClientThread> Sent 158 bytes
TID:00001074 [Debug] <TBufferedNetTcpIpClientThread> Received 116 bytes. Buffer length: 116 bytes
TID:000019C4 [Error] <TJSONRPCTcpIpClient> Sending Error JSON RPC id () : Invalid payload (bathr00804). Need start with: New Node 1/25/2017 7:31:35 - Pascal Coin Wallet & Explorer Build:1.4.1

Based on the "how to develop a GPU miner" guide it shouldn't happen:

https://github.com/PascalCoin/PascalCoin/blob/master/HOWTO_DEVELOP_GPU_MINER_FOR_PASCALCOIN.txt#L44

v3 work this guy have the proof

https://ip.bitcointalk.org/?u=https%3A%2F%2Fi.imgur.com%2F3W0YArv.png&t=573&c=-Ol1FlhPzRC1GQ

Of course Vorksholk's CUDA miner works, we've been mining hundreds of blocks with our cards in the early days.
KlausT's fork has some minor modifications, so should not create any issues.

minor modification can lead to a bug, but if he optimized only the speed like it say on github, then it might be the same exact build

the only thing is that discovering servers, it can find block when there is no "running" in the node status?

If you use the proxy miner you need to set your miner name to 8 chars in wallet (options). After that start the proxy, then the miner and when it asks about miner prefix just put the 8 chars from the wallet.
They proxy will append 00, 01, etc on each GPU so you will always have 10 chars miner name.

My assumption is that you use bathr008 in miner and forgot to set same name in wallet.

mine is pascalri as a name and i used that in the miner when it ask for it, but i have the same error
2608  Alternate cryptocurrencies / Mining (Altcoins) / Re: CCminer(SP-MOD) Modded NVIDIA Maxwell / Pascal kernels. on: January 27, 2017, 11:01:10 AM
I don't think the nvidia miner works.

I get this from the PascalCointWallet.log every time there's a share found:

TID:00001074 [Debug] <TBufferedNetTcpIpClientThread> Sent 158 bytes
TID:00001074 [Debug] <TBufferedNetTcpIpClientThread> Received 116 bytes. Buffer length: 116 bytes
TID:000019C4 [Error] <TJSONRPCTcpIpClient> Sending Error JSON RPC id () : Invalid payload (bathr00804). Need start with: New Node 1/25/2017 7:31:35 - Pascal Coin Wallet & Explorer Build:1.4.1

Based on the "how to develop a GPU miner" guide it shouldn't happen:

https://github.com/PascalCoin/PascalCoin/blob/master/HOWTO_DEVELOP_GPU_MINER_FOR_PASCALCOIN.txt#L44

v3 work this guy have the proof

https://ip.bitcointalk.org/?u=https%3A%2F%2Fi.imgur.com%2F3W0YArv.png&t=573&c=-Ol1FlhPzRC1GQ
2609  Alternate cryptocurrencies / Mining (Altcoins) / Re: CCminer(SP-MOD) Modded NVIDIA Maxwell / Pascal kernels. on: January 27, 2017, 09:30:39 AM
1346156 mh,

that is just the nethash not your hash
2610  Alternate cryptocurrencies / Mining (Altcoins) / Re: CCminer(SP-MOD) Modded NVIDIA Maxwell / Pascal kernels. on: January 27, 2017, 08:34:13 AM
it work there is a guy that have found two block with it, on 750 and 1070, ignore the error on the log, it doesn't mean anything

this error in the log file?

Error: Proof of work is higher than target payload

yes it's false, the miner work, you just need luck, the diff retarget is bugged because some times you get 5 block in less than the block time and other time you need 1 hour or more
2611  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [PASC] PascalCoin, deletable blockchain & bank account system [PASA] on: January 27, 2017, 08:13:33 AM
Can somebody post the download link of Pascal miner v4

Thanks a bunch!  Smiley
releas from klausT

https://github.com/KlausT/PascalCoin-CUDA/releases

can someone confirm to have found a block with this miner?
2612  Alternate cryptocurrencies / Mining (Altcoins) / Re: CCminer(SP-MOD) Modded NVIDIA Maxwell / Pascal kernels. on: January 27, 2017, 08:10:32 AM

it work there is a guy that have found two block with it, on 750 and 1070, ignore the error on the log, it doesn't mean anything
2613  Alternate cryptocurrencies / Speculation (Altcoins) / Re: Which crytpocurrencies is now best to buy and sell later? on: January 27, 2017, 08:03:29 AM
there are soem good alt here and there that you can trade for good profit, those best one are the one with the most interest from the community

usually if you see a new coin with a new algo that is forgotten and still no pool etc.. it can be pumped later to a great extent

i see a good potential on lbry for another pump and now pascalcoin which is pumped to 5x already

you can trade on poloniex and bittrex, which are the bst exchange now for altcoin
2614  Economy / Trading Discussion / Re: BitCoin Users, Does this make any sense please help before I buy this on: January 27, 2017, 08:00:44 AM
Ok, so I just want to make sure I'm doing this right, I been using bitcoins for years but I usually just bought off someone in person, If you look at the picture it says price is.... 1201.53 ..   in the price section I changed it to a lower price. 811.00 as shown in the picture, does that mean someone is willing to sell me bitcoins at 811.00..   so If i buy the BTC for 800 dollars worth thats 0.657.. but why does the total say 538.26...   so if i buy 800 dollars worth am i only paying 538 to get about 800 worth

There's not nearly enough info in this post to actually help you... I don't see any pictures, nor any links to the site you're using to buy BTC.
Nevertheless, i can defenatly tell you that nobody will sell you $800 worth of BTC for $538... If you think you're going to make this kind of deal, you're either mistaking or you're being scammed.

EDIT:
You seem to have edited your post, and added this image:


It's pretty clear: i think you're confusing the sell and buy orders.
This  image shows that some people placed a CAD 800/BTC bid. This means that there is a person out there who's only willing to pay CAD 800 for 1 BTC (who wouldn't). Chances are VERY slim he'll find somebody to sell him BTC for this price, unless the price plummets in the future and he keeps his bid open.

You can make any bid you want to, but if you want to buy BTC right now, you should make your bid equal than the cheapest price somebody is offering BTC for. You didn't include this column in your screenshot tough.


let me ask u something for example the site says the price is  1201.53 cad   but why does someone in the trade have it at 811.00.. wouldn't i wanna buy the one that says 811.00   thanks for help im just a  noob

don't confuse the actual value of bitcoin with what they are willing to sell, if they are selling more than 1 btc of course you will see an amount greater than the current bitcoin value

so 811 might because he is sellind less than one bitcoin
2615  Economy / Economics / Re: On what way would you know that your investing on the right business? on: January 27, 2017, 07:55:12 AM
first i only invest in mining and some good alt to dump them later, and only when you see a good amount of hype around it, i only invest when i see that the pump that might occur have a great chance to occur

you see pascalcoin was recently pumped and there was a very high hype around it, it was bound to happen almost no risk, the hardest part is when you go out after you enter in play, no onw know the top of the pump
2616  Bitcoin / Mining / Re: Where else can we use ASIC machines? on: January 27, 2017, 07:51:39 AM
Well if you are an engineer you can actually recycle some components of the asic, to build something else

but since the chip is not reprogrammable you are stuck with an useless thing
2617  Bitcoin / Bitcoin Discussion / Re: Bitcoin needs altcoins because ... on: January 27, 2017, 07:49:42 AM
BTC could die tomorrow, some Alts would continue on.  Wink

One of Alts would take over as the main conversion between crypto & fiat.
And Life goes on.

 Cool




i highly doubt any alt would take on bitcoin, but perhpas it's true that some alt will work side by side with bitcoin, because people need alternative, need more anonymity

there was someone comparing the crypto world to fiat, with bitcoin being the usd and the other coin being all the other currency, there is no reason to not have a great amount of other currency
2618  Bitcoin / Bitcoin Discussion / Re: As it turns out, Craig Wright actually is Satoshi! on: January 27, 2017, 07:45:54 AM
franky1 is now also an enemy of fungiblity and not just decentralization? color me surprised.

FWIW, rumor I'm hearing is that Wright is going to be the marketing face for some a new altcoin.   If anyone is selling futures on it, I'm interested in shorting it. Tongue

well you are either an enemy of scaling or decentralization, if no solution will ever come bitcoin will lose one of those aspect

while decentralization is the point of bitcoin, without scaling bitcoin will remain a niche market and thus centralized...oh the irony...
2619  Bitcoin / Bitcoin Discussion / Re: Safety measures in case of huge profit on: January 27, 2017, 07:43:13 AM
There are two way, one is to forget about fiat and go with bitcoin to buy what you need, you can re-invest them quite easily here

the other is to dump low amount if you really need the euro, these amount always below 1000 euro to avoid money laundering transmission from your bank
2620  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [PASC] PascalCoin, deletable blockchain & bank account system [PASA] on: January 27, 2017, 07:40:40 AM
V3 have same error......... and I heard maybe from just one miner he managed to find block, which still mean nothing

well no.. it mean that is work

I found two blocks, two days back with V3 miner

[img]https://i.imgur.com/3W0YArv.png[img]

[img]https://i.imgur.com/abRc9RL.png[img]


tnx for the screen, the v4 only enhanced the speed, so it should work too
Pages: « 1 ... 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 127 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 ... 1454 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!