Bitcoin Forum
July 04, 2024, 03:08:20 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 27 28 29 30 31 32 »
461  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][Q2C] QubitCoin secure hashing (NEW) Update 0.11.2.2 on: December 07, 2016, 06:24:23 PM

I'm unable to do anything, i get the spinning beachball constantly and if i try to send or receive the wallet just hangs.
I was solo mining for a long time and each reward seems to have generated a new address. So my wallet has hundreds of unique addresses.  I don't have much hope this can be sorted.

Many thanks for your help but none of the above worked. I spent all day sunday on this but to no avail.
Maybe if the new wallet is updated it might right itself as there was never a problem with the old wallet.

The only thing you can try and do is send your entire balance to yourself (so it's combined into 1 input). It will hang for a LONG LONG time, i had 50k some inputs that took hours sitting frozen. If your mining at a pool I would suggest raising your payout threshold. Or at least enabling coin control & combining small inputs occasionally.(DONT use coin control right now, youll freeze for hours just to freeze again when you start selecting from your inputs)  if your on linux you could always compile the daemon and issue the sendtoaddress command to the daemon through command line, may help on resources and not take so long to send...

Depending on your system combining/sending a huge amount of inputs could take days. You got popcorn and some good cable tv its gonna take a while Sad
The wallet just freezes when I try to send anything.  I barely have to click on 'send' for this to happen. It doesn't matter what amount or whether the address is generated by the wallet.
462  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][Q2C] QubitCoin secure hashing (NEW) Update 0.11.2.2 on: December 07, 2016, 06:22:12 PM

Many thanks for your help but none of the above worked. I spent all day sunday on this but to no avail.
Maybe if the new wallet is updated it might right itself as there was never a problem with the old wallet.

sorry i couldnt help :p

do you see anything in your debug.log taht might shed any light ??
should be in your data directory with your wallet etc.

No worries!

I've had a look at the debug.log but it makes no sense to me.
The previous wallet had been fine. Maybe the next one will be too. Smiley
463  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][Q2C] QubitCoin secure hashing (NEW) Update 0.11.2.2 on: December 06, 2016, 01:21:33 PM

I'm unable to do anything, i get the spinning beachball constantly and if i try to send or receive the wallet just hangs.
I was solo mining for a long time and each reward seems to have generated a new address. So my wallet has hundreds of unique addresses.  I don't have much hope this can be sorted.

no idea if this will help.
increasing your maxconnections
.
either edit the QubitCoins.conf (i dont know the correct file name la capital letters)

maxconnections=1000

or open the qt using a terminal window and add arguments
(can drag/drop qt onto terminal window to get file location)
open terminal (applications/utilities)
>open /file/location/qubitcoin-qt.app --args -maxconnections=1000

..

try not to let your computer be doing anything else Smiley
seems like it needs full attention

another possible is using ulimit.
it sets system limits on processes, so you'd raise the limit, then open qt

i'm not that familiar with it, but on OSX 10.8

terminal window
> sudo ulimit -n 10000
password : [enter your user password here]
> open /file/location/qubitcoin-qt.app --args -maxconnections=1000


note: this only effects processes done within this session (terminal window), so you need to open qt within the window, and when you close window that setting will disappear (except for the qt that might still be running - until you close that too).


..
in case you're wondering why maxconnections might help, when maxconnections seems related to how many network connections it has,
maxconnections is tied to file descriptors, which seem to be related to number of processes that can be handled.
https://github.com/qubitcoin/QubitCoin/blob/1c616605f0f63e69983754a114d21eebddbb8710/src/init.cpp#L541
Many thanks for your help but none of the above worked. I spent all day sunday on this but to no avail.
Maybe if the new wallet is updated it might right itself as there was never a problem with the old wallet.
464  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][Q2C] QubitCoin secure hashing (NEW) Update 0.11.2.2 on: December 02, 2016, 10:58:57 AM
Thanks Bumbacoin but that didn't work, i had been using coin control and turning if off didn't make a difference.  
Having done a lot of solo mining I think the number of transactions is the problem.

can you do anything?
maybe sending smaller amounts? this would reduce yr number of inputs.

could be painful though painstakingly repeat transactions,

a daemon is handy cos you can set up an auto transaction using crontab, and it would do it in the background ..
(actually you can apparently do that to a qt, but i'm not sure how. something I've always wanted to do so i'm currently syncing, but will look at it later)

..
how many addresses are the coins on, more than one?
do you have the privkeys?

if you have more than one address, you could import them one by one into a new wallet which would reduce # of tx.
if you do not have the privkeys there are tools to extract them from yr wallet.dat

or,
you could delete yr blockchain, so the wallet would have zero transactions when you run it, then you should be able to export yr privkeys easily enough.

to run client with different empty data directory,
from command line
open /location/Qubitcoin-Qt.app --args -datadir=/location/alternativedirectory

*(you can drag drop locations onto command line)*
I'm unable to do anything, i get the spinning beachball constantly and if i try to send or receive the wallet just hangs.
I was solo mining for a long time and each reward seems to have generated a new address. So my wallet has hundreds of unique addresses.  I don't have much hope this can be sorted.
465  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][Q2C] QubitCoin secure hashing (NEW) Update 0.11.2.2 on: November 29, 2016, 09:20:07 PM
Thanks Bumbacoin but that didn't work, i had been using coin control and turning if off didn't make a difference. 
Having done a lot of solo mining I think the number of transactions is the problem.
466  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][Q2C] QubitCoin secure hashing (NEW) Update 0.11.2.2 on: November 29, 2016, 07:01:53 AM
Harry, can you do some of your magic to get the mac wallet working?
467  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ★★★ GameCredits - The future of in-game monetization ★★★ on: November 18, 2016, 10:02:11 PM
I have unzipped the file and double clicked the dmg, but when i open the qt nothing happens.

I don't know what might be the culprit, i know it works on lot of Macs and El Capitan particularly. I'm no Mac user so i can't help more. Anyway, there's a webwallet, it's browser based.

No worries, I'll keep my GameCredits on the browser based wallet for now and maybe the next mac wallet release will be compatible with my setup.
468  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ★★★ GameCredits - The future of in-game monetization ★★★ on: November 18, 2016, 05:55:12 PM
I have unzipped the file and double clicked the dmg, but when i open the qt nothing happens.
469  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ★★★ GameCredits - The future of in-game monetization ★★★ on: November 18, 2016, 07:47:35 AM
I've downloaded the Mac wallet but can't get it to open.
I'm on El Capitan 10.11.6, any ideas?
Where did you get the download? I just want to be sure that it's not out of date, or no longer in use.
Did you get it from here? https://onlinegames.credit/downloads/paperwallet/
Hope I can help sort out the problem! Our webwallet is also available here: https://wallet.gamecredits.org/
I downloaded the mac wallet from the first page here.
So i have opened an account at the official page with the link you sent but how can i keep my Gamecredits on my home computer?
470  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ★★★ GameCredits - The future of in-game monetization ★★★ on: November 17, 2016, 09:30:05 PM
I've downloaded the Mac wallet but can't get it to open.
I'm on El Capitan 10.11.6, any ideas?
471  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][Q2C] QubitCoin secure hashing (NEW) Update 0.11.2.1 on: October 22, 2016, 08:55:47 PM
When I try to send some Qubits my wallet freezes i.e. spinning beachball of death.
Any ideas what I can do, it's the mac wallet v0.11.2.1

I tried sending on OSX 10.11 and it worked on my setup. Which version of OSX are you using? Does it always happen? Maybe try reindex or redownloading the blockchain.

El Capitan 10.11.5
How do I re-index?, I guess it's quicker than redownloading the blockchain
I have redownloaded the blockchain.  It's up to date, I can add nodes but when I try to send the wallet just hangs.  Any ideas much appreciated.
472  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][Q2C] QubitCoin secure hashing (NEW) Update 0.11.2.1 on: October 19, 2016, 09:09:15 PM
When I try to send some Qubits my wallet freezes i.e. spinning beachball of death.
Any ideas what I can do, it's the mac wallet v0.11.2.1

I tried sending on OSX 10.11 and it worked on my setup. Which version of OSX are you using? Does it always happen? Maybe try reindex or redownloading the blockchain.

El Capitan 10.11.5
How do I re-index?, I guess it's quicker than redownloading the blockchain
473  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][Q2C] QubitCoin secure hashing (NEW) Update 0.11.2.1 on: October 19, 2016, 05:06:48 PM
When I try to send some Qubits my wallet freezes i.e. spinning beachball of death.
Any ideas what I can do, it's the mac wallet v0.11.2.1
474  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][Q2C] QubitCoin new secure hashing (CPU/GPU) (NEW) Update 0.8.4.1 on: October 16, 2016, 08:47:41 PM
Can somebody make pool for this?
Checkout the new thread, it's referenced in the post above yours
475  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][Q2C] QubitCoin secure hashing (NEW) Update 0.11.2.1 on: October 16, 2016, 05:36:31 PM
The different block chains is due to the new 0.11 clients starting to enforce the soft-forks from Bitcoin (BIP34, BIP65, etc).

These are enforced if a certain number of blocks are mined on the new wallet.

Since the majority seems to be on the new wallet, I suggest everyone upgrade to the new version to remain compatible.

To get the fork info on the new wallet you can type:

getblockchaininfo



I've been running 0.8.4.1 on a mac since April 2014, the last couple of days I get the message
'Warning: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.'
As there is no new mac wallet available, what do I do? 
Type in the above commands in Debug Window/Console?

Here's a Mac build I created from the 0.11.2.1 source. Give it a try:

https://github.com/willowrose/QubitCoin/releases/download/v0.11.2.1/q2c-0.11.2.1-osx.dmg

New mac wallet works a treat.
Many thanks!
476  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][Q2C] QubitCoin secure hashing (NEW) Update 0.11.2.1 on: October 15, 2016, 08:57:04 PM
The different block chains is due to the new 0.11 clients starting to enforce the soft-forks from Bitcoin (BIP34, BIP65, etc).

These are enforced if a certain number of blocks are mined on the new wallet.

Since the majority seems to be on the new wallet, I suggest everyone upgrade to the new version to remain compatible.

To get the fork info on the new wallet you can type:

getblockchaininfo


{
"chain" : "main",
"blocks" : 2010486,
"headers" : 2010486,
"bestblockhash" : "00000006a0f46da556779ea27b0ae43054ab294500ea1bfbe5a97871a8c35eed",
"difficulty" : 0.13478134,
"verificationprogress" : 1.00000026,
"chainwork" : "000000000000000000000000000000000000000000000000001dc91cf4f3258c",
"pruned" : false,
"softforks" : [
{
"id" : "bip34",
"version" : 2,
"enforce" : {
"status" : true,
"found" : 8000,
"required" : 750,
"window" : 8000
},
"reject" : {
"status" : true,
"found" : 8000,
"required" : 950,
"window" : 8000
}
},
{
"id" : "bip66",
"version" : 3,
"enforce" : {
"status" : true,
"found" : 8000,
"required" : 750,
"window" : 8000
},
"reject" : {
"status" : true,
"found" : 8000,
"required" : 950,
"window" : 8000
}
},
{
"id" : "bip65",
"version" : 4,
"enforce" : {
"status" : true,
"found" : 8000,
"required" : 750,
"window" : 8000
},
"reject" : {
"status" : true,
"found" : 8000,
"required" : 950,
"window" : 8000
}
}
]
}


I've been running 0.8.4.1 on a mac since April 2014, the last couple of days I get the message
'Warning: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.'
As there is no new mac wallet available, what do I do? 
Type in the above commands in Debug Window/Console?
477  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][Q2C] QubitCoin new secure hashing (CPU/GPU) (NEW) Update 0.8.4.1 on: September 13, 2016, 04:36:45 PM
The new website looks great!
478  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][Q2C] QubitCoin new secure hashing (CPU/GPU) (NEW) Update 0.8.4.1 on: September 01, 2016, 06:16:37 PM
Sounds good.
What can we do to get things rolling?
479  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][Q2C] QubitCoin new secure hashing (CPU/GPU) (NEW) Update 0.8.4.1 on: August 01, 2016, 05:41:25 AM
195.154.113.176
217.173.184.63

480  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][PRT] Particle | CPU/GPU, Fast, Easy Mine, * NO PREMINE * | Official Thread on: July 11, 2016, 10:06:20 AM
The dev Moonmoon was last seen on page 214.
Gone AWOL since then.
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 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!