Bitcoin Forum
May 05, 2024, 03:13:43 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 33 34 35 36 37 38 »
481  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]Faircoin - The First Fairly Distributed coin. MULTIPOOL We added 5% bonus on: April 09, 2014, 06:59:09 AM
Exciting stuff...

Multipool > 150 MH/s
Price > 1500 sat

I love this  Grin

no MAC wallet?  Huh

I also compiled a Mac wallet with OpenSSL 1.0.1g.  You can download it from this link

http://fac.blockx.info/faircoin-0.9.0.1-macosx.dmg
482  Alternate cryptocurrencies / Announcements (Altcoins) / Re: HoboNickels - HBN - Fast High Yield Stake - Advanced Wallet - Fun Community on: April 09, 2014, 06:34:32 AM

Mac Wallet is also updated with OpenSSL 1.0.1g.   get the download link from the discussion link above 
483  Alternate cryptocurrencies / Altcoin Discussion / Re: HBN Investment Journal - 2% returns every ten days - 80,000+ HBN Porfolio on: April 09, 2014, 06:29:32 AM
Just wanted to let the thread know the newest version 1.4 is now ready. This fixes many key issues, and has been compiled with the newest version of open ssl.

https://cryptocointalk.com/topic/9803-hbn-version-14/

Also upgraded the Mac client, download link can be found at the discussion link above
484  Bitcoin / Project Development / Re: [ANNOUNCE] Abe 0.7: Open Source Block Explorer Knockoff on: April 09, 2014, 12:23:59 AM
Anyone know how to have Abe show top wallet balances?  If not already built in, how could I query the mysql DB for this info?

No, Abe does not have this feature built in, and the addresses are not store in the database.

What you have is the public keys.  So the way to go would be to query the database for all the public keys, transform the public keys to the network address, then ask Abe to give you the balance for that specific address.

You do that in a loop and then show the results with descending by top address
485  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [RESURRECTION] Bringing Life to Growthcoin (GRW) , Community Backed Development! on: April 08, 2014, 05:11:29 AM
(I never actually used reservebalance so I don't know if you can send a reserved balance, if you can't just do that in multiple tries)

Yep, you most certainly can send the reserved balance, in fact that is the whole idea. Smiley To reserve the balance for transactions, rather than being held (unusable) for staking.

well thanks, I didn't know that  Wink
486  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [RESURRECTION] Bringing Life to Growthcoin (GRW) , Community Backed Development! on: April 08, 2014, 03:04:44 AM
my wallet doesn't sync anymore.

This happened after stake got generated.

Any idea how to fix this?


I tried  deleting and re downloading blockchain but same thing happens.



did you try deleting the peers.dat file ?

you could try these nodes

Code:
addnode=14.127.234.120:31427
addnode=62.152.13.242:28938
addnode=78.26.93.122:59217
addnode=78.26.93.122:58405
addnode=69.165.161.242:53070
addnode=195.91.216.170:39783
addnode=92.23.27.73:50026
addnode=24.133.37.175:55525
addnode=75.152.1.226:52597
addnode=24.102.90.154:61694
addnode=24.6.21.198:48915
addnode=184.107.73.243:20149
addnode=188.226.155.94:17177
addnode=185.36.72.65:57605
addnode=203.20.114.252:28746

Thx not helping.

I think it is because my wallet has lots of dust and about 2500 transactions.

Devs should fix this in next release now my coins are not usable at all.

Will get much bigger stake later if this gets fixed.

well if you have a lot of blocks in your wallet trying to stake, it will be a problem.

Number of transactions are irrelevant, I have over 10k transactions and my wallet responds in a snap.

so I would recommend combining your balance into bigger blocks.

1. start your wallet with reservebalance so the client doesn't try to stake those small blocks.
2. send all your balance to a new address in bigger chunks.  For instance, if you have 10000 GRW, well I'd send 10 transaction of 1000 GRW each.  This will reset the coin age on your wallet and will keep your client happy when staking.(I never actually used reservebalance so I don't know if you can send a reserved balance, if you can't just do that in multiple tries)

Ideally we'd have coin control to see witch block are optimal for transfer, but we don't right now so this is your best bet.

If you don't want to move all your GRW, well start your wallet with reservebalance with about 50-80 % of your total balance as reserve. that way not all your blocks will try to stake at the same time.
487  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]Faircoin - The First Fairly Distributed coin. MULTIPOOL READY! on: April 08, 2014, 02:28:08 AM
unick can you try to pow mine?


I don't have access to my rigs for now... I will try later if it's still stuck

thanks
i fixed a problem but i can't be sure that everything is ok until we see a block Smiley



we got blocks, all is good Smiley

please direct all the people who complain about no sync etc to download latest version

we are moving again  Grin
488  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]Faircoin - The First Fairly Distributed coin. MULTIPOOL READY! on: April 08, 2014, 01:53:15 AM
unick can you try to pow mine?


I don't have access to my rigs for now... I will try later if it's still stuck
489  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]Faircoin - The First Fairly Distributed coin. MULTIPOOL READY! on: April 08, 2014, 01:33:30 AM
Sort of worrying the http://fac.blockx.info/get/chain/FairCoin?hi=3521&count=8 farcoin block explorer isn't showing blocks newer than 3 and a half hours for me....

Edit: Looking at the difficulty it looks like someone has spiked the shit out of the diff and so we aren't finding more blocks because of that Huh




The client has been updated on

http://fac.blockx.info/


the version is now 80401
490  Bitcoin / Project Development / Re: [ANNOUNCE] Abe 0.7: Open Source Block Explorer Knockoff on: April 07, 2014, 08:50:42 PM


Can you connect with the built-in webserver?

did you follow this guide ? https://github.com/bitcoin-abe/bitcoin-abe/blob/master/README-FASTCGI.txt

you could try to make a new config file with only these parameters

Code:
default-loader=no-serve
dbtype = sqlite3
connect-args {"user":"YOURDBUSER","db":"YOURDBNAME","passwd":"YOURDBPASSWORD"}
datadir=[]

and make sure you follow the guide in the previous link.  and that you point your FastCGI script to this newly created config file

check line 92 on that link, where it says

Code:
-config /home/USER/abe.conf --static-path static/ --watch-pid="$1"

replace /home/USER/abe.conf with the path of your new config file

essentially, you want that your fastcgi script reads the database and prints out it's content.  you will need to run another instance of ABE to update the database.
491  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [RESURRECTION] Bringing Life to Growthcoin (GRW) , Community Backed Development! on: April 07, 2014, 08:22:44 PM
my wallet doesn't sync anymore.

This happened after stake got generated.

Any idea how to fix this?


I tried  deleting and re downloading blockchain but same thing happens.



did you try deleting the peers.dat file ?

you could try these nodes

Code:
addnode=14.127.234.120:31427
addnode=62.152.13.242:28938
addnode=78.26.93.122:59217
addnode=78.26.93.122:58405
addnode=69.165.161.242:53070
addnode=195.91.216.170:39783
addnode=92.23.27.73:50026
addnode=24.133.37.175:55525
addnode=75.152.1.226:52597
addnode=24.102.90.154:61694
addnode=24.6.21.198:48915
addnode=184.107.73.243:20149
addnode=188.226.155.94:17177
addnode=185.36.72.65:57605
addnode=203.20.114.252:28746
492  Bitcoin / Project Development / Re: [ANNOUNCE] Abe 0.7: Open Source Block Explorer Knockoff on: April 07, 2014, 06:45:44 PM
Any help with the following error when trying to run abe from apache?

Code:
<class 'sqlite3.ProgrammingError'>: SQLite objects created in a thread can only be used in that same thread.The object was created in thread id 140731607066368 and this is thread id 140731448555264 
      args = ('SQLite objects created in a thread can only be u...31607066368 and this is thread id 140731448555264',)
      message = 'SQLite objects created in a thread can only be u...31607066368 and this is thread id 140731448555264'


Screen shot of the error when I try to visit abe via apache web browser fastcgi.




can you paste your config file for your fast cgi setup?

I've setup the default loader to

Code:
default-loader=no-serve

I make the fastcgi script only read the database and I use another instance of abe to update the database.
493  Alternate cryptocurrencies / Announcements (Altcoins) / Re: HoboNickels - HBN - Fast High Yield Stake - Advanced Wallet - Fun Community on: April 07, 2014, 03:25:22 PM
I have been holding HBN for over 6 months now, and the staking was working quite well (always a few orphans while synching up) until about a week ago. Since then my wallet has attempted to stake over 40 blocks, with only one having been accepted on the network. I noticed that there was frequently one confirmation, with the stake block being transferred into unconfirmed, only to be transferred out again, and the stake lost, rather strange.

I was using Windows QT 1.3.0, then 1.3.1, and have also tried 1.3.6 .. Synching seems very slow as well (taken 28 hours to download the whole blockchain). I am opening the wallet for long periods, but shut down every now and then (at least once a day).

Any suggestions welcomed !



Have you tried coin control yet to combine your blocks? If you never did and been staking for 6 months, you might be up for the job.  You might have too many/too small blocks and when they compete on the network they just don't have enough weight against other mature blocks.  So even if they will eventually stake, you get a few orphans along the way.

http://wiki.hobonickels.info/index.php?title=Coin_Control
494  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [RESURRECTION] Bringing Life to Growthcoin (GRW) , Community Backed Development! on: April 07, 2014, 04:23:15 AM
I was just looking at the new logo and if we choose to change the name and go with GrowthBond, we could slightly alter the logo to have a B appear behind the G... I don't know who made the logo or even if he/she would be up to modify it, but it could be kinda of cool  Smiley
495  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [RESURRECTION] Bringing Life to Growthcoin (GRW) , Community Backed Development! on: April 07, 2014, 04:14:45 AM
any chance of changing the name?. it seems like everything is somethingcoin. I suggest we call it GrowthNote or GrowthBond and still keep the GRW ticker.

+1

the name is important and I feel like a new coin is cheap (like in bad, not inexpensive) when in it's name you have the *coin suffix.

I'm not sure about GrowthNote or GrowthBond, but I find them better then GrowthCoin.

Maybe GrowthNote is cooler

What you guys think ?  Any other suggestions?
496  Alternate cryptocurrencies / Announcements (Altcoins) / Re: HoboNickels - HBN - Fast High Yield Stake - Advanced Wallet - Fun Community on: April 07, 2014, 04:10:41 AM
nice talk,

This is why I like HBN, I love the nice and steady PoS income... It will be interesting to see how all this is going to unfold as more people join the HBN club
497  Alternate cryptocurrencies / Announcements (Altcoins) / Re: HoboNickels - HBN - Fast High Yield Stake - Advanced Wallet - Fun Community on: April 06, 2014, 10:32:31 PM
Guys, you should do some research. PoW and PoS have their own difficulties, 1st depends on hashrate, and 2nd on stakeweight of the network.

Yes they do have their own difficulty, but they are related in some way.  And the reason why I mentioned about PoS, is because I believe the hash rate reading is influenced by those spike... But I might be mistaken on that one, It might have been a bug or non related to HBN, I don't remember.

Maybe Tranz can clarify if the nethashrate reading is influenced by PoS spikes or it's pure PoW.
498  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [RESURRECTION] Bringing Life to Growthcoin (GRW) , Community Backed Development! on: April 06, 2014, 04:54:40 PM
I had the thought to add coin control and it was also suggested by another member here , will include that on the next major update.

Regards,
~SoopY~

Would you like to use the same logo I created for the site?

I can change the background colour if preferred?





As the wallet uses different colours, can do another in blue?




Just thought I'd ask seeing as a wallet update is on the cards.


I vote for changing the logo in the client, I like this new logo.  And 2 colors like in the current wallet would be nice too  Wink
499  Alternate cryptocurrencies / Announcements (Altcoins) / Re: HoboNickels - HBN - Fast High Yield Stake - Advanced Wallet - Fun Community on: April 06, 2014, 03:20:30 PM
Who is raping this coin recently? The hashrate fluctuates between 500 and 1000 Mh/s now!  Fucking multipools? Even more fucking ASICs? Angry

I can't say for sure, but it happened in the past, some big stakeholder opened their wallet and it made a huge spike in the diff on the network. check here around week 11 http://hobonickels.info/charts.php

but this looks more like an increase in PoW hashing power, IMO
500  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [RESURRECTION] Bringing Life to Growthcoin (GRW) , Community Backed Development! on: April 06, 2014, 06:04:24 AM
I had the thought to add coin control and it was also suggested by another member here , will include that on the next major update.

Regards,
~SoopY~

That's great news Smiley
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 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!