Joe_Bauers
|
|
April 15, 2014, 10:54:37 PM |
|
Lots of very cool developments in the last 2 pages! I've had some suggestions on the website, and I thought I would make it easier for everyone to contribute, so I added a repo for yacoin.org https://github.com/yacoin/yacoin.org
|
|
|
|
bitcoinvideos
|
|
April 16, 2014, 05:25:38 AM |
|
Am excited to get started mining on this hopefully this weekend when my new graphics card comes in. Any place other than here to chat about yacoin?
|
|
|
|
Beave162
|
|
April 16, 2014, 06:06:41 AM |
|
Am excited to get started mining on this hopefully this weekend when my new graphics card comes in. Any place other than here to chat about yacoin?
forum.yacoin.org perhaps another link to add to the announcement post. I feel like too many links wouldn't really be an issue...
|
YaCoin: YL5kf54wPPXKsXd5T18xCaNkyUsS1DgY7z BitCoin: 14PFbLyUdTyxZg3V8hnvj5VXkx3dhthmDj
|
|
|
fredeq
Legendary
Offline
Activity: 1537
Merit: 1005
|
|
April 16, 2014, 06:39:35 AM |
|
Hello Yacoiners Any eta on block explorer?
|
|
|
|
fredeq
Legendary
Offline
Activity: 1537
Merit: 1005
|
|
April 16, 2014, 05:20:27 PM |
|
Hello Yacoiners Any eta on block explorer? Knock knock, anyone here? Do you guys gpu mine this efficiently? Or only for sports
|
|
|
|
Thirtybird
|
|
April 16, 2014, 05:40:26 PM |
|
Hello Yacoiners Any eta on block explorer? Knock knock, anyone here? Do you guys gpu mine this efficiently? Or only for sports Yes, block explorer - just need to PM sairon. I see it's erroring, which is frustrating sometimes. GPU mine efficiently - two words "hell yes". I'd tell you how profitable it is, but I would rather you be a buyer of it than a miner
|
|
|
|
Beave162
|
|
April 16, 2014, 07:00:43 PM |
|
Hello Yacoiners Any eta on block explorer? Knock knock, anyone here? Do you guys gpu mine this efficiently? Or only for sports Yes, block explorer - just need to PM sairon. I see it's erroring, which is frustrating sometimes. GPU mine efficiently - two words "hell yes". I'd tell you how profitable it is, but I would rather you be a buyer of it than a miner Mine... Hold... Mint stake with CHECKBOX The 1st, 2nd, 3rd place prizes are going up in USD ($85 in USD worth of YAC for 1st place for a meme now). I want more memes! http://forum.yacoin.org/index.php?topic=631.0or https://bitcointalk.org/index.php?topic=561040WindMaster, can we get an update to the main post? At least give ThirtyBird his credit.
|
YaCoin: YL5kf54wPPXKsXd5T18xCaNkyUsS1DgY7z BitCoin: 14PFbLyUdTyxZg3V8hnvj5VXkx3dhthmDj
|
|
|
Groko
Newbie
Offline
Activity: 25
Merit: 0
|
|
April 16, 2014, 09:47:19 PM |
|
I haven't chimed in for a while. This single thread form of communication is ... so ... how should I put it ... primitive! Hehe. I've been busy with an exciting enhancement to the QT client I hope will get good reviews! It started with a "I wonder if would be possible to...." and then boom. I figured out how to do it. "It" is a new balance column in the transaction view that actually reports the correct balance! It's running great now, so people with their own builds and good backup habits please give it a try and let me know your feedback. Have a look at my post: http://yacointalk.grokonet.com/t/balance-column-and-rescan-revamp/90Check out the pull request: https://github.com/yacoin/yacoin/pull/49Or merge from my branch: https://github.com/grokouser/yacoin/tree/balancesAnd one more thing: YBKF8i9LR7ikHwHUqYsRjbxpFzyo4GpM6w Groko does not pump and dump. Groko asks everybody to JUST SAY NO to pumpin and dumping!!! IJD4sXLZpx3iE1mGb/XF9tdlEH7U7xXkKTKwHw3TZCTUjPW5dOKQE9aqlCIrSt234lb3vtFxiajQOqkrVcYxOLk= LOL. We need to get a spell checker in that message signer.
|
|
|
|
mhps
|
|
April 17, 2014, 01:03:25 AM |
|
Looks great. What "bogus transactions " for example ?
|
|
|
|
Groko
Newbie
Offline
Activity: 25
Merit: 0
|
|
April 17, 2014, 04:13:30 AM |
|
Looks great. What "bogus transactions " for example ? I'm not sure their exact origin. But I suspect they are mostly related to mining (PoS and/or PoW) where transactions that were supposed to be deleted due to orphanage were not deleted. I also suspect I had situations where I had two or more clients with copies of the same wallet making PoS blocks simultaneously. There was also that period of time when PoS mined blocks would get automatically orphaned because of the new trust rules automatically orphaning PoS blocks that follow right after other PoS blocks. Whenever a transaction fails to get deleted it becomes permanently inserted into the wallets cache of transactions. I discovered you can erase all cached transactions without loosing the important stuff like the wallet keys and account names. The block chain is after all the real master record of valid transactions.
|
|
|
|
sairon
Sr. Member
Offline
Activity: 406
Merit: 250
One does not simply mine Bitcoins
|
|
April 17, 2014, 08:23:35 AM |
|
block explorer - just need to PM sairon. I see it's erroring, which is frustrating sometimes.
Oh how I hate ubuntu... I guess it broke after I updated some packages. Will fix it in a bit. As far as making the explorer faster goes, well... It's not an easy task as the Abe block exporer source code is a nightmare performance-wise. There's no proper caching, everything is recalculated from raw data on every single page load. Adding caching proved fairly difficult as the code is just not modular enough, so I kinda gave up.
|
GPG key ID: 5E4F108A || BTC: 1hoardyponb9AMWhyA28DZb5n5g2bRY8v
|
|
|
fredeq
Legendary
Offline
Activity: 1537
Merit: 1005
|
|
April 17, 2014, 09:49:53 AM |
|
block explorer - just need to PM sairon. I see it's erroring, which is frustrating sometimes.
Oh how I hate ubuntu... I guess it broke after I updated some packages. Will fix it in a bit. As far as making the explorer faster goes, well... It's not an easy task as the Abe block exporer source code is a nightmare performance-wise. There's no proper caching, everything is recalculated from raw data on every single page load. Adding caching proved fairly difficult as the code is just not modular enough, so I kinda gave up. I dont know squat about python, but isnt there any simple way to memoize? Edit: Seems fast enough for me Will add YAC later today.
|
|
|
|
WindMaster (OP)
|
|
April 17, 2014, 11:27:06 AM |
|
WindMaster, can we get an update to the main post? At least give ThirtyBird his credit. Various tweaks merged to the first post.
|
|
|
|
Sahtor
|
|
April 17, 2014, 01:27:08 PM |
|
block explorer - just need to PM sairon. I see it's erroring, which is frustrating sometimes.
Oh how I hate ubuntu... I guess it broke after I updated some packages. Will fix it in a bit. As far as making the explorer faster goes, well... It's not an easy task as the Abe block exporer source code is a nightmare performance-wise. There's no proper caching, everything is recalculated from raw data on every single page load. Adding caching proved fairly difficult as the code is just not modular enough, so I kinda gave up. Are you running it under FASTCGI ? https://github.com/lirazsiri/blockexplorer might be another choice.
|
|
|
|
fredeq
Legendary
Offline
Activity: 1537
Merit: 1005
|
|
April 17, 2014, 07:19:27 PM |
|
Hello Yacoiners Any eta on block explorer? Knock knock, anyone here? Do you guys gpu mine this efficiently? Or only for sports Yes, block explorer - just need to PM sairon. I see it's erroring, which is frustrating sometimes. GPU mine efficiently - two words "hell yes". I'd tell you how profitable it is, but I would rather you be a buyer of it than a miner I ran some numbers and I just cant see it. Even if you get 6khash from 1000khash scrypt equiv.(what I doubt), you are still going to get 0.003 as opposed to 0.005(VTC). Am I missing something?
|
|
|
|
ivanlabrie
|
|
April 17, 2014, 07:55:41 PM |
|
Hello Yacoiners Any eta on block explorer? Knock knock, anyone here? Do you guys gpu mine this efficiently? Or only for sports Yes, block explorer - just need to PM sairon. I see it's erroring, which is frustrating sometimes. GPU mine efficiently - two words "hell yes". I'd tell you how profitable it is, but I would rather you be a buyer of it than a miner I ran some numbers and I just cant see it. Even if you get 6khash from 1000khash scrypt equiv.(what I doubt), you are still going to get 0.003 as opposed to 0.005(VTC). Am I missing something? Speed is not linear...I get 2.5kh/s out of a 80usd gpu with yac.
|
|
|
|
Thirtybird
|
|
April 17, 2014, 08:25:46 PM |
|
Hello Yacoiners Any eta on block explorer? Knock knock, anyone here? Do you guys gpu mine this efficiently? Or only for sports Yes, block explorer - just need to PM sairon. I see it's erroring, which is frustrating sometimes. GPU mine efficiently - two words "hell yes". I'd tell you how profitable it is, but I would rather you be a buyer of it than a miner I ran some numbers and I just cant see it. Even if you get 6khash from 1000khash scrypt equiv.(what I doubt), you are still going to get 0.003 as opposed to 0.005(VTC). Am I missing something? I get 2.7KH/sec out of a 130 KH/sec scrypt card and 2.9 KH/sec out of a 110 KH/sec scrypt card. Both rigs together with 8 cards would be 1MH/sec scrypt (maybe), but together get 21KH/sec on YACoin.
|
|
|
|
fredeq
Legendary
Offline
Activity: 1537
Merit: 1005
|
|
April 17, 2014, 08:40:08 PM |
|
Crazy. So 270x and nothing "better". Prolly some 750ti love too.
|
|
|
|
ivanlabrie
|
|
April 17, 2014, 09:16:50 PM |
|
Crazy. So 270x and nothing "better". Prolly some 750ti love too.
Only 270x 4gb, 2gb is a bit mediocre...750 ti 2gb is amazing :p
|
|
|
|
Beave162
|
|
April 17, 2014, 09:20:46 PM |
|
Crazy. So 270x and nothing "better". Prolly some 750ti love too.
I'm glad you put "better" in quotes. R7 240 and R7 250 (2GB and 4GB)--these cards are more accessible as they are cheaper and less percentage of your revenue goes to electricity.
|
YaCoin: YL5kf54wPPXKsXd5T18xCaNkyUsS1DgY7z BitCoin: 14PFbLyUdTyxZg3V8hnvj5VXkx3dhthmDj
|
|
|
|