Bitcoin Forum
October 10, 2024, 10:36:34 AM *
News: Latest Bitcoin Core release: 28.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Mining (Altcoins) / Re: Can anyone help me on POS mining? on: July 08, 2014, 02:25:33 AM
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.
2  Alternate cryptocurrencies / Mining (Altcoins) / Re: Can anyone help me on POS mining? on: July 07, 2014, 04:17:17 PM
bump for help   Cry Cry Cry
3  Alternate cryptocurrencies / Mining (Altcoins) / Re: Can anyone help me on POS mining? on: July 07, 2014, 09:27:30 AM
bump  Cry
4  Alternate cryptocurrencies / Mining (Altcoins) / Can anyone help me on POS mining? on: July 07, 2014, 02:08:15 AM
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?   
5  Alternate cryptocurrencies / Mining (Altcoins) / How do I know my POS Mint is working on: July 06, 2014, 03:20:26 PM


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?   




 
6  Alternate cryptocurrencies / Altcoin Discussion / Building X13 altcoin windows daemon failed. Anyone help? on: June 25, 2014, 04:05:56 AM
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:






Please help!  Thanks in adv.
7  Alternate cryptocurrencies / Altcoin Discussion / Re: error: Host not found (authoritative) on: March 18, 2014, 01:07:39 PM
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!
8  Alternate cryptocurrencies / Altcoin Discussion / Re: error: Host not found (authoritative) on: March 16, 2014, 07:40:35 AM
 Cry Cry Cry
9  Alternate cryptocurrencies / Altcoin Discussion / error: Host not found (authoritative) on: March 16, 2014, 05:31:18 AM
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
10  Local / 中文 (Chinese) / [原创] 亚洲首台比特币售卖机(ATM)试用体验 on: March 14, 2014, 02:51:37 AM

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

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

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


发次文的目的是一起探讨比特币ATM的应用前景, 欢迎讨论!
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!