Bitcoin Forum
May 03, 2024, 11:46:08 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 6 7 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 »
1101  Alternate cryptocurrencies / Altcoin Discussion / what means the parameter nStakeSplitAge in POS coin on: July 24, 2015, 02:41:40 AM
what means the parameter nStakeSplitAge in POS coin
1102  Alternate cryptocurrencies / Altcoin Discussion / POS rewards slow for poure POS coin on: July 24, 2015, 02:24:30 AM
I created a pure POS coin and I mined all the POW coins, left in the wallet to generate reward and wait sync, although the weight keep going up, the rewards still not generated, so it will not sync, how to let the rewards generated faster so that i can sync
1103  Alternate cryptocurrencies / Altcoin Discussion / howcan i move the coins from stake back to pendable in wallet on: July 22, 2015, 09:46:58 PM
I created a wallet, but a lot of coins moved from spendable to stake, how can I move back from stake to spendable?
1104  Alternate cryptocurrencies / Altcoin Discussion / Total of coins that was staked, and do not yet count toward the current balance on: July 22, 2015, 06:51:40 AM
what means "Total of coins that was staked, and do not yet count toward the current balance" ? when it will be spendable?
1105  Alternate cryptocurrencies / Altcoin Discussion / Re: For pure POS coin, how often a new block will be created? on: July 22, 2015, 03:10:46 AM
actually i created a coin and leave the wallet open, mined all the pow coins, the coin lost sync after I open it since no new blocks generated, I wait but no new blocks, that is why lost sync, any way to fix
1106  Alternate cryptocurrencies / Altcoin Discussion / For pure POS coin, how often a new block will be created? on: July 21, 2015, 05:58:38 PM
For pure POS coin, how often a new block will be created?
1107  Alternate cryptocurrencies / Altcoin Discussion / Re: how did POS wallet work? on: July 21, 2015, 05:20:12 PM
thanks

1. If all the miners stop, whether the new block will also be generated by POS stake and added to the blockchain?

2. If all the POW coins mined, only left POS coins, the new block will still be generated after some time interval? usually how to set this time interval?

3. unsigned int nTargetSpacing = 1 * 60; // 60 seconds
unsigned int nStakeMinAge = 1 * 30 * 60; // 30 min
unsigned int nStakeMaxAge = -1;           // forever
unsigned int nModifierInterval = 10 * 60; // time to elapse before new modifier is computed

whether the above setting correct? I want the new pure POS block generated every 30 minutes.

also, the setting static const int MODIFIER_INTERVAL_SWITCH = 35; in this way, I can let the stake work after 35 blocks?
1108  Alternate cryptocurrencies / Altcoin Discussion / altcoin on: July 19, 2015, 07:47:42 AM
i created an altcoin the problem is even I am mining on my computer, the wallet on the other computer still shows out of sync, my computer can sync, also on node it shows all the connections, what is the problem?
1109  Alternate cryptocurrencies / Altcoin Discussion / Re: Question about compiling a coin under windows on: July 19, 2015, 02:49:47 AM
Thanks. Can you give a typical command to compile in windows. Also set the environmental variables
1110  Bitcoin / Bitcoin Discussion / anywhere to get cheap windows VPS to run wallet and miner? on: July 19, 2015, 12:45:14 AM
anywhere to get cheap windows VPS to run wallet and miner?
1111  Alternate cryptocurrencies / Mining (Altcoins) / Re: how can I find a linux version of x11 miner? on: July 19, 2015, 12:32:23 AM
how to build from source? x11 linux version
1112  Alternate cryptocurrencies / Mining (Altcoins) / how can I find a linux version of x11 miner? on: July 19, 2015, 12:20:26 AM
right now I am using windows version:
minerd -a X11 -o http://127.0.0.1:22222 -u user -p pass -t 3 -q

and ubuntu version of this miner?
1113  Alternate cryptocurrencies / Altcoin Discussion / Re: For mining on ubuntu,how can I limit the CPU load? on: July 19, 2015, 12:04:05 AM
or any way just to limit the cpu usage of my whole account
1114  Alternate cryptocurrencies / Altcoin Discussion / For mining on ubuntu,how can I limit the CPU load? on: July 18, 2015, 11:58:30 PM
Since the VPS limit the usage for the cpu, I have to limit the usage of miner when I setup the miner on ubuntu server, I installed cpulimit but it looks like not easy to use:
cpulimit -P /mycoin/src/myminer -l 25
I try to run this on ubuntu but it looks like it will not run background, any way to let this run on background?
also, I must run myminer first, and then run cpulimit command, is this any way I can just limit my cpu usuage first and then the miner later?
because if I run miner first, it will take lot of the cpu usage immediately
1115  Alternate cryptocurrencies / Altcoin Discussion / any lesson for how to publish coin on github? on: July 18, 2015, 11:14:54 PM
any lesson for how to publish coin on github?
1116  Alternate cryptocurrencies / Altcoin Discussion / Re: Question about compiling a coin under windows on: July 18, 2015, 11:13:06 PM
thanks, based on the explanation in the file, it does not mention where to save the dependencies
1117  Alternate cryptocurrencies / Altcoin Discussion / how did POS wallet work? on: July 18, 2015, 10:58:38 PM
I try to create a POS coin, after all POW coins mined, if I want the POS coin interest generated ever 1 hour, and keep interest generating forever, should I set nStateMinAge=60*60 //1 hour and also nStateMinAge=-1 ?
Is this correct? Thanks
any other setting?
1118  Alternate cryptocurrencies / Altcoin Discussion / Re: Question about compiling a coin under windows on: July 18, 2015, 10:55:32 PM
any update
1119  Alternate cryptocurrencies / Altcoin Discussion / Question about compiling a coin under windows on: July 13, 2015, 11:00:14 PM

I try to compile the egoldcoin, it looks like I need to download:
OpenSSL         \openssl-1.0.1b-mgw        http://www.openssl.org/source/
Berkeley DB     \db-4.8.30.NC-mgw          http://www.oracle.com/technology/software/products/berkeley-db/index.html
Boost           \boost-1.47.0-mgw          http://www.boost.org/users/download/
miniupnpc       \miniupnpc-1.6-mgw         http://miniupnp.tuxfamily.org/files/

after I download, do I need to save the files dorectly under C drive? like:
C:\openssl-1.0.1b-mgw
c:\db-4.8.30.NC-mgw
c:\boost-1.47.0-mgw 
c:\miniupnpc-1.6-mgw   

also, the versions hard to find?
OpenSSL      1.0.1b
Berkeley DB  4.8.30.NC
Boost        1.47.0
miniupnpc    1.6



///////////////////////////////////////////////////////////////////////

Copyright (c) 2009-2012 Bitcoin Developers
Distributed under the MIT/X11 software license, see the accompanying
file license.txt or http://www.opensource.org/licenses/mit-license.php.
This product includes software developed by the OpenSSL Project for use in
the OpenSSL Toolkit (http://www.openssl.org/).  This product includes
cryptographic software written by Eric Young (eay@cryptsoft.com) and UPnP
software written by Thomas Bernard.


See readme-qt.rst for instructions on building E-Gold QT, the
graphical user interface.

WINDOWS BUILD NOTES
===================

Compilers Supported
-------------------
TODO: What works?
Note: releases are cross-compiled using mingw running on Linux.


Dependencies
------------
Libraries you need to download separately and build:

                default path               download
OpenSSL         \openssl-1.0.1b-mgw        http://www.openssl.org/source/
Berkeley DB     \db-4.8.30.NC-mgw          http://www.oracle.com/technology/software/products/berkeley-db/index.html
Boost           \boost-1.47.0-mgw          http://www.boost.org/users/download/
miniupnpc       \miniupnpc-1.6-mgw         http://miniupnp.tuxfamily.org/files/

Their licenses:
OpenSSL        Old BSD license with the problematic advertising requirement
Berkeley DB    New BSD license with additional requirement that linked software must be free open source
Boost          MIT-like license
miniupnpc      New (3-clause) BSD license

Versions used in this release:
OpenSSL      1.0.1b
Berkeley DB  4.8.30.NC
Boost        1.47.0
miniupnpc    1.6


OpenSSL
-------
MSYS shell:
un-tar sources with MSYS 'tar xfz' to avoid issue with symlinks (OpenSSL ticket 2377)
change 'MAKE' env. variable from 'C:\MinGW32\bin\mingw32-make.exe' to '/c/MinGW32/bin/mingw32-make.exe'

cd /c/openssl-1.0.1b-mgw
./config
make

Berkeley DB
-----------
MSYS shell:
cd /c/db-4.8.30.NC-mgw/build_unix
sh ../dist/configure --enable-mingw --enable-cxx
make

Boost
-----
DOS prompt:
downloaded boost jam 3.1.18
cd \boost-1.47.0-mgw
bjam toolset=gcc --build-type=complete stage

MiniUPnPc
---------
UPnP support is optional, make with USE_UPNP= to disable it.

MSYS shell:
cd /c/miniupnpc-1.6-mgw
make -f Makefile.mingw
mkdir miniupnpc
cp *.h miniupnpc/

BlackCoin
-------
DOS prompt:
cd \e-goldcoin\src
mingw32-make -f makefile.mingw
strip egdd.exe
1120  Alternate cryptocurrencies / Altcoin Discussion / Re: how does pos work? on: July 12, 2015, 02:55:21 PM
thanks
Sometime it will take a long time for the coins to generate a new block, so it will take a long time to sync, how to make the sync time faster? Since it will sync after a new pos block generated, so if I make the new pos blocks generated faster, it will sync faster, I think the nStateMinAge is for this?
After a nStateMinAge time passed, the interest will be generated so a new block will be generated?
If I set nStateMinAge to 10 min, so after 10 min, interest generated and a new block created?
I am not sure whether a new block must keep adding content until it reach the max size to generate a new pos block or it will generate a new block each time interest generated

Thanks
Pages: « 1 ... 6 7 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!