Bitcoin Forum
May 03, 2024, 04:21:59 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 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 »
541  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [NRS|NoirShares] More than a coin, PoS/PoW Equity-linked to Noir DACs/Ventures on: April 30, 2014, 06:27:29 PM

Updated Qt with PoS Fix
32 and 64bit exe and zips
https://github.com/NoirX/NoirShares-Qt

source
https://github.com/NoirX/NRS


Noirshares Upgrade Process

Step 0 Dump Private Keys

Step 1 See if blockchain redownload is needed.
   Help > Debug Window > Console. In the console type "getblock ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffeeee"
   If return is Block not found (code -5) there is no need to re-download the chain proceed to step 5
      1a otherwise backup privatekeys type "dumpprivkey <NRS Address>" and copy down the output some place safe as this is how you will get your coins back.
      1b repeat 1a for each receiving address
Step 2 Shut down NoirShares, verify not still running in background

Step 3 If Block found open application data folder for NoirShares
   Windows default is %appdata%/NoirShares
   Linux default is ~/.NoirShares
   Mac OSx default is /Users/<your-user-name>/Library/NoirShares

Step 4 Delete everything except wallet.dat(unless you dumpedprivkeys in step 1) and (optional)NoirShares.conf

Step 5 Install new QT, unzip new QT, or build new Qt.
   Allow to sync to block height found at http://nrs.argakiig.us

Step 6 If keys were dumped in step 1
   Help > Debug Window > Console type "importprivkey <privkey from 1a>", Repeat for each private key.
   (Note: Qt can appear to hang during import step this is normal as block-chain is being checked for address to update balance with)

Do i really need to dump private keys and all this jazz? I just backed up the wallet file and deleted everything else. New client is installed and re-downloading the blockchain... looks good so far.

If you delete everything but the wallet.dat you shouldnt have any issues. this was more of a CYA then anything else. Plus if you dumpprivkeys you have a backup of your wallet and could essentially make a paper wallet if you wanted. Just a thought
542  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [NRS|NoirShares] PoS/PoW DAC AND MORE - MANDATORY WALLET UPDATE 4/29 on: April 30, 2014, 05:42:21 PM
For everyone with block heights that do not match http://nrs.argakiig.us
Make sure you are using the correct client, links found in OP's
If you are still at wrong height close Noirshares out, open the appdata folder and remove everything but the wallet.dat and NoirShares.conf if you have one, this will force the blockchain to be downloaded again at next launch of NRS.
543  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [NRS|NoirShares] More than a coin, PoS/PoW Equity-linked to Noir DACs/Ventures on: April 30, 2014, 04:22:59 PM
Updated Qt with PoS Fix
32 and 64bit exe and zips
https://github.com/NoirX/NoirShares-Qt
Mac QT DMG
https://docs.google.com/file/d/0B8rWObF4xz1Yd0dXb0tCYUlVQk0/edit

source
https://github.com/NoirX/NRS


Noirshares Upgrade Process

Step 0 Dump Private Keys

Step 1 See if blockchain redownload is needed.
   Help > Debug Window > Console. In the console type "getblock ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffeeee"
   If return is Block not found (code -5) there is no need to re-download the chain proceed to step 5
      1a otherwise backup privatekeys type "dumpprivkey <NRS Address>" and copy down the output some place safe as this is how you will get your coins back.
      1b repeat 1a for each receiving address
Step 2 Shut down NoirShares, verify not still running in background

Step 3 If Block found open application data folder for NoirShares
   Windows default is %appdata%/NoirShares
   Linux default is ~/.NoirShares
   Mac OSx default is /Users/<your-user-name>/Library/NoirShares

...

The correct default for Mac OS X is /Users/<your-username>/Library/Application Support/NoirShares
Updated, thank you
544  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [NRS|NoirShares] PoS/PoW DAC AND MORE - MANDATORY WALLET UPDATE on: April 30, 2014, 04:37:53 AM
NoirSharesd compiles ok, but the qt gives the following error:
Quote
src/qt/qrcodedialog.cpp:12:22: fatal error: qrencode.h: No such file or directory
 #include <qrencode.h>
                      ^
compilation terminated.

chances are you are going to need to modify *.pro to goto the correct libraries before qmake step
545  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [NRS|NoirShares] More than a coin, PoS/PoW Equity-linked to Noir DACs/Ventures on: April 30, 2014, 02:53:46 AM
Updated Qt with PoS Fix
32 and 64bit exe and zips
https://github.com/NoirX/NoirShares-Qt
Mac QT DMG
https://docs.google.com/file/d/0B8rWObF4xz1Yd0dXb0tCYUlVQk0/edit

source
https://github.com/NoirX/NRS


Noirshares Upgrade Process

Step 0 Dump Private Keys

Step 1 See if blockchain redownload is needed.
   Help > Debug Window > Console. In the console type "getblock ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffeeee"
   If return is Block not found (code -5) there is no need to re-download the chain proceed to step 5
      1a otherwise backup privatekeys type "dumpprivkey <NRS Address>" and copy down the output some place safe as this is how you will get your coins back.
      1b repeat 1a for each receiving address
Step 2 Shut down NoirShares, verify not still running in background

Step 3 If Block found open application data folder for NoirShares
   Windows default is %appdata%/NoirShares
   Linux default is ~/.NoirShares
   Mac OSx default is /Users/<your-user-name>/Library/Application Support/NoirShares

Step 4 Delete everything except wallet.dat(unless you dumpedprivkeys in step 1) and (optional)NoirShares.conf

Step 5 Install new QT, unzip new QT, or build new Qt.
   Allow to sync to block height found at http://nrs.argakiig.us

Step 6 If keys were dumped in step 1
   Help > Debug Window > Console type "importprivkey <privkey from 1a>", Repeat for each private key.
   (Note: Qt can appear to hang during import step this is normal as block-chain is being checked for address to update balance with)
546  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [NRS|NoirShares] More than a coin, PoS/PoW Equity-linked to Noir DACs/Ventures on: April 24, 2014, 05:16:41 AM
Ypool.net is up and operational for NRS mining.
547  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [NRS|NoirShares] More than a coin, PoS/PoW Equity-linked to Noir DACs/Ventures on: April 24, 2014, 02:09:36 AM
Can anyone explain me this:

In http://nrs.argakiig.us, I've checked for example:

Block Height: 21359
Block Time: April 23, 2014, 19:55:44

And the previous block:

Block Height: 21358
Block Time: April 23, 2014, 20:04:54


If we look at the Block Time, something wrong?

If we take a look at previous blocks, this is happening several times.

There is no offsettime variable in the daemon, so it has no way of knowing which timezone it is submitting from, as a result the block times are submitted in local time.
548  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [NRS|NoirShares] More than a coin, Equity-linked gateway to Noir DACs/Ventures on: April 14, 2014, 05:27:41 AM
Any idea what I'm doing wrong?  Have 2 x 280x...

http://puu.sh/87Vcg.png


Maybe the wrong device number?  You can try running ptsminer -list-devices to see what device number to use for each gpu.  With the -d flag you can enter multiple devices separated by a ,

So it might be -d 1,2 for example.  

You may also need to try a different algorithm.  The -a gpu flag can be used to specify this.  For example one person testing had to specify -a gpuv6 to get his card to work in Linux.  In most cases it should not be necessary but gpuv2 through gpuv9 is available.  

per ptsminer -help use -device instead of -d
549  Alternate cryptocurrencies / Announcements (Altcoins) / Re: █ NoirShares █NRS█ More than a coin, Equity-linked gateway to Noir DACs/Ventures on: April 10, 2014, 10:46:09 PM
NoirShares Patch Notes 4/10/14
============

1. High performance mining on 64 bit Windows
2. Coin control
3. New Noir look
4. Available on Mac (10.6-10.9) and Windows 32 & 64 bit (Windows 2000 and up)
5. Native 64 bit on Mac and Windows (if your OS supports it)
6. Qr Code generation for sending & receiving
5. Easy installation
6. Improved stability
7. Easier connection to the network
8. Other minor improvements such as dynamic peer control (addnode rpc)

Patch Notes 4/29/14
================
Updated Qt with PoS Fix
added option to disable PoS run Qt with -noposgen, ex. Noirshares.exe -noposgen
32 and 64bit exe and zips
https://github.com/NoirX/NoirShares-Qt
https://docs.google.com/file/d/0B8rWObF4xz1Yd0dXb0tCYUlVQk0/edit
source
https://github.com/NoirX/NRS
-------------------------
Noirshares Upgrade Process
--Step 0 Dump Private Keys
--Step 1 See if blockchain redownload is needed.
     Help > Debug Window > Console. In the console type "getblock ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffeeee"
     If return is Block not found (code -5) there is no need to re-download the chain proceed to step 5
        1a otherwise backup privatekeys type "dumpprivkey <NRS Address>" and copy down the output some place safe as this is how you will get your coins back.
        1b repeat 1a for each receiving address
--Step 2 Shut down NoirShares, verify not still running in background
--Step 3 If Block found open application data folder for NoirShares
     Windows default is %appdata%/NoirShares
     Linux default is ~/.NoirShares
     Mac OSx default is /Users/<your-user-name>/Library/Application Support/NoirShares
--Step 4 Delete everything except wallet.dat(unless you dumpedprivkeys in step 1) and (optional)NoirShares.conf
--Step 5 Install new QT, unzip new QT, or build new Qt.
     Allow to sync to block height found at http://nrs.argakiig.us
--Step 6 If keys were dumped in step 1
     Help > Debug Window > Console type "importprivkey <privkey from 1a>", Repeat for each private key.
     (Note: Qt can appear to hang during import step this is normal as block-chain is being checked for address to update balance with)

     (Note: If you want to disable stake generation and keep all of your balance active add "reservebalance=999999999" to your NoirShares.conf file)



Patch Notes 6/23/14
================
End PoW at block 50k
source
https://github.com/NoirX/NRS
Windows
zip-https://drive.google.com/file/d/0BwGL9FkcBurEeDRvQnRDT1pFc1U/edit?usp=sharing
exe-https://drive.google.com/file/d/0BwGL9FkcBurEc21tTk8wMzFZemM/edit?usp=sharing
MAC
dmg-Incoming
550  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] ★★ EBT Coin - PoW/PoS - EBT Qt 2.0 Wallets Hardened against Heartbleed!!★★ on: April 10, 2014, 08:40:07 AM


All EBT wallets are now hardened against the heartbleed OpenSSL security vulnerability.

The Mac wallet was already hardened. If you have a windows wallet, please update it as soon as possible.

Windows Downloads

Auto Install: https://drive.google.com/file/d/0B8rWObF4xz1YdDZFQzM3TTlQRGM/edit?usp=sharing
Virus Total http://tinyurl.com/k446twt (0/51)

Manual Install: https://drive.google.com/file/d/0B8rWObF4xz1YVzREY1NKcEhMYjQ/edit?usp=sharing
Virus Total http://tinyurl.com/mrz2dll (0/51)
be still my bleeding heart :X
551  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] ★★ EBT Coin - PoW/PoS - New EBT Qt 2.0 Wallets Available!!★★ on: April 07, 2014, 08:43:01 PM
Is the Dev still around? EBT?

We're around! We have been coding like crazy, implementing many cool new features and adding more stability to the wallet. We expect a new wallet update within three or four weeks. We plan on making a mobile wallet as soon as the new features for the desktop wallet have been incorporated into the codebase. Coding on the mobile wallet will likely happen before the desktop wallet release, so that the two are released simultaneously.

We are also aware of the low price of EBT. EBT suffers from a common PoW/PoS malaise where speculators judge the value of a coin by the hash rate, drawing conclusions about the stability and health of the block chain. As it stands, over 75% of EBT's maximum PoW (proof of work) money has been mined, which means that over 75% of EBT's maximum PoW money is eligible to stake and find blocks. Compounding this phenomenon is that many, many inputs (which get used for staking) exist from mining payouts, each with a separate coin age. Thus, it is as if each input is its own separate miner looking for PoS (proof of stake) blocks.

With PoW/PoS coins, a critical moment happens in the life of a coin where the PoS blocks begin to outnumber PoW blocks. At that point, mining becomes very inefficient and miners move to passively collecting dividends on stake. Staking keeps the blockchain very healthy, as it is designed to do, but dramatically reduces the profitability of pure mining. The result is that a PoW/PoS coin gradually looses hashes as if it were dying. However, nothing could be further from the truth. PoS blockchains are extremely robust. For example, check http://www.argakiig.us/blockchain/ebt/index.php to see that blocks are continuously being found at an average of 30 seconds per block, with the only deviation from 30s coming from unavoidable random variation. (So, if we seem like we are missing, it's only because we have such a healthy blockchain that we don't perceive any problems and therefore forget to venture into the community to give feedback.)

Were these properties (blockchain health combined with increasing difficulty of PoW blocks) recognized by speculators, the value of EBT would be much higher because simply buying and holding EBT would be the preferable means of increasing value. Unfortunately, for short-term value, speculators do not seem to recognize the PoW aspect of PoW/PoS coins. With these facts in mind, holders of EBT may expect to see a long stretch of low value as the PoW blocks become increasingly difficult to find. Please bear this possibility in mind.

The policy of the EBT Development Team is to fight short-term low value by taking long term approaches to value building. These approaches include continuing to improve the technology surrounding EBT, increasing its exposure, and reaching out to businesses and exchanges.

And, as always, we appreciate comments and participation from the EBT community because community support is essential for the value and long-term success of any coin.


Thank you for that explanation and update
552  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BLA] BLADE | POW TO POS | NOW ON CRYPTORUSH! on: March 31, 2014, 10:23:48 PM
bla.argakiig.us is not mineable, waiting for response from dev as to why there are no connections on the daemon but the qt's all work fine.
553  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BLA] BLADE | POW TO POS | NOW ON CRYPTORUSH! on: March 30, 2014, 10:56:36 PM
So it appears when the dev hardcoded a checkpoint we got forked. :/
looking into it now
updated, combination of hardfork and stuck crons
update crons stuck due to hardfork with checkpoint hash
200+ blocks from wrong chain got removed.
554  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BLA] BLADE | POW TO POS | NOW ON CRYPTORUSH! on: March 30, 2014, 07:33:39 PM
daemon updated at bla.argakiig.us sorry for any downtime in mining.
555  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BLA] BLADE | POW TO POS | NOW ON CRYPTORUSH! on: March 30, 2014, 02:45:37 AM
actually proof of work blocks are still coming up , difficulty not very high either,
This coin is pure Proof of Stake now for all practical purposes.

Getting any payouts? I've got some coins stuck in the pool.
I am still getting payouts on bla.argakiig.us when I mine. if you are having issues with stuck transactions or something feel free to either pm me or post up here. I would need username at the very least to look anything up. Thank you.

556  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] √ [GOX] MtGoxCoin Launched: Recover Loses & Earn Big √ [POOLS] Mine Here! on: March 17, 2014, 07:42:14 PM
We are entering CoinMarketCap and are looking for a new Block Explorer.

CoinMarketCap asks this for the block explorer to have:

Please provide a URL that shows the total number of coins in real time. Required. For example, Feathercoin's total number of coins can be found at: http://ftc.cryptocoinexplorer.com/chain/feathercoin/q/totalbc

As soon as we have the new block explorer we will submit the formal request for CoinMarketCap. This will increase the visibility of the coin a lot!
The current daemon could easily be modified to include the coinsupply just saying.
If I had more time I would gladly do it, best thing would be for you to get your dev to add it to the daemon.
557  Alternate cryptocurrencies / Altcoin Discussion / Re: Any altcoins worth mining now? on: March 13, 2014, 09:36:04 PM
Zeitcoin block reward halves tomorrow, start mining now!

You saying they'll start dishing out more then 1 zeta per block?
your refering to zeta he was talking about zeitcoin. different coin notice spelling
558  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] ★★ EBT Coin - PoW/PoS - 30+btc volume in first 24 hours on Poloniex!!★★ on: March 13, 2014, 09:35:12 PM
Argh, I forgot that pool counts blocks as they are 1000 coins. It is still enough for the coin to be in the top of CoinWarz. Smiley

P.S. Dev, will the pool operators fix that?
Some of us already have, back when the reward halved....
559  Alternate cryptocurrencies / Altcoin Discussion / Re: Any altcoins worth mining now? on: March 13, 2014, 07:46:05 PM
Lovin the EBT, been mining it off and on for a while. even at current market price I would consider it undervalued.
560  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][PAND] Original/Rare Pandacoin! [COINEDUP/CRYPTORUSH/SWISSCEX/OPENEX] on: March 12, 2014, 09:15:30 PM
The oldest and greatest is still kicking, lets keep it up :p
Pages: « 1 2 3 4 5 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 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!