Bitcoin Forum
May 03, 2024, 10:02:36 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 [58] 59 60 61 62 63 »
1141  Alternate cryptocurrencies / Altcoin Discussion / Re: General important questions for making pos coin on: June 10, 2015, 05:19:25 AM
thanks, the time required to sync getting smaller if I make min age to be smaller, so the time to sync will be faster?
1142  Alternate cryptocurrencies / Altcoin Discussion / Re: General important questions for making pos coin on: June 10, 2015, 04:31:51 AM
thanks. so if my min age is 3 hours, interest will be generated every 3 hours, and it will be added to the new block, so the new block will be added to the chain each 3 hours, and the sync can be catch up within 3 hours?

Thanks
1143  Alternate cryptocurrencies / Altcoin Discussion / Re: very strange program while mining altcoin on: June 09, 2015, 07:17:54 PM
inline int64_t FutureDrift(int64_t nTime) { return nTime + 10 * 60; } // up to 3 hour from the future

this is in main.h,
if I change 3 * 60 * 60 to 1 or 2 days, that will be better? since I found the out sync problem maybe because the coin is not mined by many people, also stop mining too often
1144  Alternate cryptocurrencies / Altcoin Discussion / Whether I can still change the parameters after I publish on: June 09, 2015, 06:18:48 PM
If I published an altcoin, whether I can still change some parameters such as maturity, min age of pos, and interest rate, and how many coins in  each block in the future, I can upload the new wallet to each node, but I will keep the genesis hash.  Is this possible?
1145  Alternate cryptocurrencies / Altcoin Discussion / Re: General important questions for making pos coin on: June 09, 2015, 06:10:06 PM
also how often the interest coin will be added to my wallet, each day? Which parameter?
Thanks
1146  Alternate cryptocurrencies / Altcoin Discussion / Re: General important questions for making pos coin on: June 09, 2015, 03:49:47 PM
ah。min age means the for a newly mined coin, how long it will start to generate interest? I set it six hours? Correct?
Also max age, if I set max age to be one year, it will generate interest and then after one year it will stop generate interest? Correct? Thanks
1147  Alternate cryptocurrencies / Altcoin Discussion / Re: General important questions for making pos coin on: June 09, 2015, 03:44:34 PM
thanks。what means min age? usually set it how much
1148  Alternate cryptocurrencies / Altcoin Discussion / Re: General important questions for making pos coin on: June 09, 2015, 06:57:29 AM
thanks, yes, I mean POS only coin, what means the min age of POS coin? for examle, if the min age is 3 months and I have 1000 coins, does that mean the coins will generate interest for 3 months and after 3 months the 1000 coins will not generate interest any more?
Thanks
1149  Alternate cryptocurrencies / Altcoin Discussion / Re: General important questions for making pos coin on: June 09, 2015, 05:28:47 AM
Thanks a lot, for pure POS period, how to keep the wallet sync if I do not need to mine? I think the blockchain must keep getting longer for keeping sync? any easy way to keep sync for POS?
1150  Alternate cryptocurrencies / Altcoin Discussion / Re: very strange program while mining altcoin on: June 09, 2015, 04:22:47 AM
is this because the mining time is too long? so the nTime of coinbase is much difference from the current time.
what means coinbase?
1151  Alternate cryptocurrencies / Altcoin Discussion / how to setup conf file for Node and local PC on: June 09, 2015, 03:42:30 AM
1. Do I need to addnode=127.0.0.1 or addnode=my IP address on Node and local PC in conf file?
2 Do I need to put in rpcport and port in the conf file both node and local PC?
3 do I need to put gen=1 ?
4 addnode=127.0.0.1 or addnode=my IP address, which one if I am the node? an IP address of my self? or 127.0.0.1?

Thanks
1152  Alternate cryptocurrencies / Altcoin Discussion / General important questions for making pos coin on: June 08, 2015, 11:35:26 PM
1 what is the best confirmation number? To mature
2 I heard some coin wallet in debug panel has a mining function, which wallet?
3 is there any way to reduce the difficulty in the beginning?
4 if I mined all the pow coins in the beginning, whether I must keep mining in order to keep sync or I can just open the wallet there, or just make a few transactions?
5 generally for pure pos coins, which way it will use in the beginning to mine all the coins by pow?
6 is pos coin easy to lose sync?
7 any beautiful wallet to recommend, I found most of wallets looks like the same, try to find some artist oriented wallets
1153  Alternate cryptocurrencies / Service Discussion (Altcoins) / Any service to put my new altcoin on the trading platforms? on: June 08, 2015, 11:20:42 PM
Thanks
1154  Alternate cryptocurrencies / Altcoin Discussion / Re: One way to take an altcoin on: June 08, 2015, 11:03:28 PM
For altcoin, I must always keep mining in order to get sync for all the people? Sometimes I lose sync if I stop mining, so better to setup miner always mining, so a pos coin better in order to save power?
1155  Alternate cryptocurrencies / Altcoin Discussion / altcoin based on mastercoin discussion (New Topic) on: June 08, 2015, 05:11:30 PM
I have some questions for mastercoin, this coin is different from the other altcoin:
1. Is it possible to make a new coin based on mastercoin? either clone the code of mastercoin or create a coin on top of it, as I know, they can let you create new coin based on it.
2.if mastercoin creator can issue their coins, and these coins can be converted back to bitcoin, whether in fact mastercoin is trading based on bitcoin? that means, they separate the bitcoin into small pieces and give the small a nick name?
3. for each transaction in mastercoin and this transaction is added on bitcoin blockchain, I think this transaction is basically trading in bitcoin, correct?
4. is there any materials I can know more about mastercoin?
5. as I know, people can create new coin on top of mastercoin and exchange with mastercoin and bitcoin, is there any example for doing that?

Thanks
1156  Alternate cryptocurrencies / Altcoin Discussion / Re: very strange program while mining altcoin on: June 08, 2015, 02:50:24 PM
Thanks, I think maybe bitcoin does not have this problem is because there are too many nodes?
So if I set up a few more nodes in the altcoin I can avoid this problem?
For altcoin, keep mining is not easy since there are not so many users, if I change it go pos, can I avoid the error?
1157  Alternate cryptocurrencies / Altcoin Discussion / Re: One way to take an altcoin on: June 08, 2015, 02:44:33 PM
Any way to know the height of the old chain?
I just mine and make the chain longer, that will be enough?
Or I can recompile and change a few parameters in the code such as the time for the block to make it easier to mine in the beginning so I can easilier make the chain long
1158  Alternate cryptocurrencies / Altcoin Discussion / Re: very strange program while mining altcoin on: June 08, 2015, 06:10:43 AM
i found timestamp for coinbase and CBlock, there is more than one hour difference, where is that from? I think coinbase not changed, the CBlock keep changing, make the time difference longer and longer. why this happen? how to fix? Thanks
1159  Alternate cryptocurrencies / Altcoin Discussion / Re: very strange program while mining altcoin on: June 08, 2015, 05:16:17 AM
or I can change in main.h:

inline int64_t FutureDrift(int64_t nTime) { return nTime + 3 * 60 * 60; } // up to 3 hour from the future

change to 3 hours better? originally it is 10 min.
does this mean I can turn off the miner for 3 hours? or any suggestion to fix this?
if I setup more nodes, it will fix this problem? actually this problem happens a lot. I think this will be the key problem for all the coins
1160  Alternate cryptocurrencies / Altcoin Discussion / Re: One way to take an altcoin on: June 08, 2015, 04:26:40 AM
thanks. I just have an idea t discuss the possibility.
Pages: « 1 ... 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 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 [58] 59 60 61 62 63 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!