meeh (OP)
|
 |
January 08, 2014, 09:42:55 AM |
|
Trying to send some Anoncoins and I have been waiting for one confirmation for over an hour. Doing some reading on the anoncoin.net forums and it looks like there may be a problem with the new client? How do I get some confirmations to get my coins out of limbo here?
How many connections do you have? - and please continue this in chat thread.
|
|
|
|
meeh (OP)
|
 |
January 08, 2014, 09:46:25 AM |
|
Thanks for the settings. I am getting another error while trying to run Abe using this command " python -m Abe.abe --config abe-my.conf --commit-bytes 100000 --no-serve " : File "/usr/lib/python2.7/dist-packages/MySQLdb/connections.py", line 187, in __init__ super(Connection, self).__init__(*args, **kwargs2) TypeError: keywords must be strings
Here is my configuration for MYSQL in abe-my.conf file # MySQL example; see also README-MYSQL.txt: dbtype MySQLdb connect-args {'user':'abe','db':'abe','password':'XBKvkmIRWz5P'} upgrade port 2750
use " not ' I did. Still shows the same. I'm gonna check the config at my server after dayjob, please PM me if I forget it. And ofc reward you for designing 
|
|
|
|
meeh (OP)
|
 |
January 08, 2014, 09:46:46 AM |
|
As said in the chat thread: Many has wondered and asked about whats Anoncoin going to do when v2 of zerocoin is released, if it's gonna affect it's development, etc etc etc. And it's not time effective to answer one at a time  I will write a blog entry about it, where I will answer where,what,when,why and hopefully the rest of w's :p We're about to release a new site as well. I'll get back to you in short time! Also, I think Matthew is going to give a talk on Monday at New York City College, so I think I post the blog entry after that, in case he says anything that could become a question.
|
|
|
|
geekz
Full Member
 
Offline
Activity: 189
Merit: 100
जगत् िमत
|
 |
January 09, 2014, 12:01:55 PM |
|
Thank you @Meeh and @K1773R.  Finally i got it working. Using 0.7.5 version of code . Will soon have a well designed blockexplorer ready. I may disturb you guys a few more times, if i get staled again.. 
|
|
|
|
BroTroxer
|
 |
January 09, 2014, 11:16:12 PM |
|
It has been brought to our attention that the pool anc.usr.io is under new management, and they are _not_ paying out requested withdrawals for an extended period. Find yourself another pool or you risk losing coins.
|
|
|
|
K1773R
Legendary
Offline
Activity: 1792
Merit: 1008
/dev/null
|
 |
January 10, 2014, 07:47:29 AM |
|
It has been brought to our attention that the pool anc.usr.io is under new management, and they are _not_ paying out requested withdrawals for an extended period. Find yourself another pool or you risk losing coins.
thats why ppl should use p2pool. technology cant be flawed by some administrator/stupid-human-being 
|
[GPG Public Key]BTC/DVC/TRC/FRC: 1 K1773RbXRZVRQSSXe9N6N2MUFERvrdu6y ANC/XPM A K1773RTmRKtvbKBCrUu95UQg5iegrqyeA NMC: N K1773Rzv8b4ugmCgX789PbjewA9fL9Dy1 LTC: L Ki773RBuPepQH8E6Zb1ponoCvgbU7hHmd EMC: E K1773RxUes1HX1YAGMZ1xVYBBRUCqfDoF BQC: b K1773R1APJz4yTgRkmdKQhjhiMyQpJgfN
|
|
|
meeh (OP)
|
 |
January 10, 2014, 10:56:39 AM |
|
It has been brought to our attention that the pool anc.usr.io is under new management, and they are _not_ paying out requested withdrawals for an extended period. Find yourself another pool or you risk losing coins.
thats why ppl should use p2pool. technology cant be flawed by some administrator/stupid-human-being  Somehow I just knew that post would come 
|
|
|
|
geekz
Full Member
 
Offline
Activity: 189
Merit: 100
जगत् िमत
|
 |
January 10, 2014, 09:40:06 PM |
|
Two small bugs i have found in windows client.
1. When i copy transaction id by right clicking any transaction in transaction details in Anoncoin Client , it adds "-000" in the end. 2. When i change I2P setting of the client , it says , "This setting will take effect after restarting Bitcoin." It should be Anoncoin.
|
|
|
|
|
K1773R
Legendary
Offline
Activity: 1792
Merit: 1008
/dev/null
|
 |
January 11, 2014, 04:29:51 PM |
|
prop, really? pool hopping 
|
[GPG Public Key]BTC/DVC/TRC/FRC: 1 K1773RbXRZVRQSSXe9N6N2MUFERvrdu6y ANC/XPM A K1773RTmRKtvbKBCrUu95UQg5iegrqyeA NMC: N K1773Rzv8b4ugmCgX789PbjewA9fL9Dy1 LTC: L Ki773RBuPepQH8E6Zb1ponoCvgbU7hHmd EMC: E K1773RxUes1HX1YAGMZ1xVYBBRUCqfDoF BQC: b K1773R1APJz4yTgRkmdKQhjhiMyQpJgfN
|
|
|
geekz
Full Member
 
Offline
Activity: 189
Merit: 100
जगत् िमत
|
 |
January 12, 2014, 02:34:55 AM |
|
I finally understood that , Its really not easy to get a php based blockchain exprloer up and running.. Here is what i have achieved till now : http://95.85.62.252/index.php/block/fce58f21e2e55d48cfb53e25f55023772bbc960f7cf26930b51a0ae551a0f445Currently it gets data from mysql database. I think we can get abe to update data in background and use php to display frontend. But there is a lot of data thats missing.. Like difficulty.. Can you please help me with formula for difficulty calculation of anoncoin? I would also like to know whats the scrypt parameters for Anoncoin. for example , for Litecoin , its N = 1024, r = 1 , p = 1 and salt is same as input. Looking forward to answers.
|
|
|
|
meeh (OP)
|
 |
January 13, 2014, 12:37:07 PM |
|
I finally understood that , Its really not easy to get a php based blockchain exprloer up and running.. Here is what i have achieved till now : http://95.85.62.252/index.php/block/fce58f21e2e55d48cfb53e25f55023772bbc960f7cf26930b51a0ae551a0f445Currently it gets data from mysql database. I think we can get abe to update data in background and use php to display frontend. But there is a lot of data thats missing.. Like difficulty.. Can you please help me with formula for difficulty calculation of anoncoin? I would also like to know whats the scrypt parameters for Anoncoin. for example , for Litecoin , its N = 1024, r = 1 , p = 1 and salt is same as input. Looking forward to answers. Awsome! It's the same, we use N = 1024, r = 1 , p = 1 as well 
|
|
|
|
geekz
Full Member
 
Offline
Activity: 189
Merit: 100
जगत् िमत
|
 |
January 18, 2014, 03:56:49 AM |
|
I finally learnt python and completed the design.  unfortunately , i am having issues setting up it in my server. But the new design is ready. Will provide update soon. 
|
|
|
|
geekz
Full Member
 
Offline
Activity: 189
Merit: 100
जगत् िमत
|
 |
January 20, 2014, 04:21:34 AM Last edit: January 20, 2014, 05:50:33 AM by geekz |
|
Finally , Here the link to new blockchain design : http://95.85.62.252:2750/chain/AnoncoinStill making a lot of improvements in it. I couldn't get it working with fastcgi and python. So , now its running just on python. But this can be implemented with fastcgi in any server for high traffic. Feel free to give feedback on design.
|
|
|
|
geekz
Full Member
 
Offline
Activity: 189
Merit: 100
जगत् िमत
|
 |
January 20, 2014, 05:49:51 AM |
|
I have created following function to calculate block reward. Please verify and let me know , if its as per specification. Block reward calculation function : def block_reward(blocknumber): if blocknumber < 77777 : return 7 else: return 5 / (2 ** int((blocknumber + 1) / 306600))
|
|
|
|
FusionHash
Newbie
Offline
Activity: 10
Merit: 0
|
 |
January 22, 2014, 07:25:30 AM |
|
New pool added: FusionHash Anoncoin Pool- New Venture-Backed Mining Pool
- Dedicated 12-Core/32GB Server
- PPLNS Payout, Stratum, VarDiff
- DDOS Protection
- 0% Pool Fee
|
|
|
|
geekz
Full Member
 
Offline
Activity: 189
Merit: 100
जगत् िमत
|
 |
January 24, 2014, 08:49:14 AM |
|
Please support development of new design for blockchain explorer of anoncoin with your donations ( demo url : http://95.85.62.252:2750 ).. I want to add more features to it and i also want to launch it a new domain with a dedicated server if possible.
|
|
|
|
meeh (OP)
|
 |
January 24, 2014, 10:27:59 PM |
|
Please support development of new design for blockchain explorer of anoncoin with your donations ( demo url : http://95.85.62.252:2750 ).. I want to add more features to it and i also want to launch it a new domain with a dedicated server if possible. Done.
|
|
|
|
geekz
Full Member
 
Offline
Activity: 189
Merit: 100
जगत् िमत
|
 |
January 25, 2014, 06:50:52 AM |
|
Please support development of new design for blockchain explorer of anoncoin with your donations ( demo url : http://95.85.62.252:2750 ).. I want to add more features to it and i also want to launch it a new domain with a dedicated server if possible. Done. Thank you  I will provide the code once i fix all the pages and then this can be implement this official server at explorer.anoncoin.net 
|
|
|
|
|
|