Search content
Sort by

Showing 10 of 10 results by bingo5555
Post
Topic
Board Mining (Altcoins)
Re: Can anyone help me on POS mining?
by
bingo5555
on 08/07/2014, 02:25:33 UTC
Thanks for your reply.  Two nodes already set up. I've mined 100 POW blocks already.

But, where's my POS block?   Maybe I have to wait an altcoin dev to help me out.
Post
Topic
Board Mining (Altcoins)
Re: Can anyone help me on POS mining?
by
bingo5555
on 07/07/2014, 16:17:17 UTC
bump for help   Cry Cry Cry
Post
Topic
Board Mining (Altcoins)
Re: Can anyone help me on POS mining?
by
bingo5555
on 07/07/2014, 09:27:30 UTC
bump  Cry
Post
Topic
Board Mining (Altcoins)
Topic OP
Can anyone help me on POS mining?
by
bingo5555
on 07/07/2014, 02:08:15 UTC
I created my own altcoin by cloning from another POW+POS altcoin.  Everything goes smoothly except for the POS minting.

For quickly figuring out how POS works, I have change follow four variables in main.cpp & main.h before building this altcoin.


1.  LAST_POW_BLOCK = 100;  // POW mining stops at the 100 block   

2.  nStakeMinAge = 10 * 60;  // POS mint starts when holding coins over 10 mins

3.  MAX_MINT_PROOF_OF_STAKE = 10 * COIN;  // 1000% annual interest

4.  MODIFIER_INTERVAL_SWITCH = 50;  // POS starts at the 50 block


POW mining was pretty successful. 100 POW blocks created on my schedule.   

The only problem now is the POW minting.  At the right corner of my wallet, it says as following:

 
Staking
Your weight is 745276
Network weight is 0
Excepted time to earn reward is 0 seconds


One whole day almost passed, the weight is keep increasing.  My wallet still couldn't find a POS block.

Anyone can tell me how can I find a POS block ASAP?  Anything I need to change in the source code?   
Post
Topic
Board Mining (Altcoins)
Topic OP
How do I know my POS Mint is working
by
bingo5555
on 06/07/2014, 15:20:26 UTC


I created my own altcoin by cloning from another POW+POS altcoin.  Everything goes smoothly except for the POS minting.

For quickly figuring out how POS works, I have change follow four variables in main.cpp & main.h before building this altcoin.


1.  LAST_POW_BLOCK = 100;  // POW mining stops at the 100 block   

2.  nStakeMinAge = 10 * 60;  // POS mint starts when holding coins over 10 mins

3.  MAX_MINT_PROOF_OF_STAKE = 10 * COIN;  // 1000% annual interest

4.  MODIFIER_INTERVAL_SWITCH = 50;  // POS starts at the 50 block


POW mining was pretty successful. 100 POW blocks created on my schedule.   

The only problem now is the POW minting.  At the right corner of my wallet, it says as following:

 
Staking
Your weight is 745276
Network weight is 0
Excepted time to earn reward is 0 seconds


One whole day almost passed, the weight is keep increasing.  My wallet still couldn't find a POS block.

Anyone can tell me how can I find a POS block ASAP?  Anything I need to change in the source code?   




 
Post
Topic
Board Altcoin Discussion
Topic OP
Building X13 altcoin windows daemon failed. Anyone help?
by
bingo5555
on 25/06/2014, 04:05:56 UTC
I followed the instructions in "Building headless Bitcoin and Bitcoin-qt on Windows" ( https://bitcointalk.org/index.php?topic=149479.0 )

I have successfully complied Bitcoind.exe (0.8.6) at first.  But, when I tried compile an X13 coin - BountyCoin  ( https://bitcointalk.org/index.php?topic=656663.0 ),  it shows me followings error messages:

http://2.bp.blogspot.com/-m9Szxj9SnQ0/U6pKOrqzXBI/AAAAAAAAAgo/118-63iiMYg/s1600/01.jpg

http://4.bp.blogspot.com/-U7WMAFVTP10/U6pKOsCuKnI/AAAAAAAAAgk/RxLhnDQPkl8/s1600/02.jpg


Please help!  Thanks in adv.
Post
Topic
Board Altcoin Discussion
Re: error: Host not found (authoritative)
by
bingo5555
on 18/03/2014, 13:07:39 UTC
I am trying to compile an altcoin in my AMware hosted Ubuntu.  The xxxcoind already generated and it seemed was working fine.  But the problem is when I tried to get the current altcoin address by entering   xxxcoind getaccountaddress "" ,  It showed me the error message:error: Host not found (authoritative)

rpcconnect=192.168.11.*

rpcconnect instructs the client to connect to this address. Since 192.168.11.* is not an IP address it tries to resolve this as a hostname. Obviously, this fails.


You Rock Man! problem solved.  Thank you so much!
Post
Topic
Board Altcoin Discussion
Re: error: Host not found (authoritative)
by
bingo5555
on 16/03/2014, 07:40:35 UTC
 Cry Cry Cry
Post
Topic
Board Altcoin Discussion
Topic OP
error: Host not found (authoritative)
by
bingo5555
on 16/03/2014, 05:31:18 UTC
Hi all,

I am trying to compile an altcoin in my AMware hosted Ubuntu.  The xxxcoind already generated and it seemed was working fine.  But the problem is when I tried to get the current altcoin address by entering   xxxcoind getaccountaddress "" ,  It showed me the error message:error: Host not found (authoritative)


Can anyone help me out?   Thanks in adv.


P.S   

xxxcoind.conf

server=1
daemon=1
listen=1
rpcuser=test
rpcpassword=test123
rpcallowip=192.168.11.*
rpcconnect=192.168.11.*
rpcport=9334
addnode=192.168.11.1
bind=192.168.11.129
Post
Topic
Board 中文 (Chinese)
Topic OP
[原创] 亚洲首台比特币售卖机(ATM)试用体验
by
bingo5555
on 14/03/2014, 02:51:37 UTC

这是我在本站的首次发帖,请多支持支持!

本文首发是在比特币贴吧,因为上传图片不方便,我在次就只给大家提供链接:

http://tieba.baidu.com/p/2919448203


发次文的目的是一起探讨比特币ATM的应用前景, 欢迎讨论!