Bitcoin Forum
May 26, 2024, 12:41:23 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 64 65 66 67 68 69 70 [71] 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 ... 135 »
1401  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ★★ DigiByte ★★ [DGB] ✈ DigiShield ✔ Watch our NYC Convention Presentation! on: April 23, 2014, 02:05:11 PM
update 2.1.1

promo video digibyte

what's new in version 2.1.1?
-all the animations are new (some videos are the same)
-not one moment that the digibyte logo turned!
-digibyte media teaser is added to the end of the video
-black ground is a little bit more gray. (some times blue)

do you like the video
give a donation:
DGB:D5SU47NvEHjuRsgrKyPWiCnV8M27vSUFr9

if you don't like some parts I change it. feedback is always welcome

Very awesome improvements good sir! What are other peoples feedback? This is very close to where we need to be with the video!
1402  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ★★ DigiByte ★★ [DGB] ✈ DigiShield ✔ Watch our NYC Convention Presentation! on: April 23, 2014, 01:17:01 PM
@Bitock

Reddit Post building on Ubuntu 14.04:
http://www.reddit.com/r/Digibyte/comments/238w0e/hey_the_ubuntu_wallet_download_is_broken/
1403  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ★★ DigiByte ★★ [DGB] ✈ DigiShield ✔ Watch our NYC Convention Presentation! on: April 23, 2014, 01:15:13 PM
What about "HEFTY1", is it possible to implementation?
Do you have any documentation on it?


Nop , but we can ask devs about it, I think for now this is best algo, silent, less power, low temp. I just want to see new amazing changes, and feel "safe" ( anti asic ), coz I still buying and mining this coin , don't want to lose it !
Cheers
Which coin implemented it?
1404  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ★★ DigiByte ★★ [DGB] ✈ DigiShield ✔ Watch our NYC Convention Presentation! on: April 23, 2014, 01:14:41 PM
@Bitock, here is a post from a user (sovereignindividual) on Reddit.

Quote
this procedure worked for me:
if you don’t download and install Berkeley db 4.8 you will get an error during configure like this:
configure: error: Found Berkeley DB other than 4.8, required for portable wallets
so, install it as follows:
wget http://download.oracle.com/berkeley-db/db-4.8.30.NC.tar.gz

tar -xzvf db-4.8.30.NC.tar.gz

cd db-4.8.30.NC/build_unix

../dist/configure --enable-cxx

make

sudo make install
then you need to make a couple of symlinks so that the make process and resulting wallet can find this version of the DB:
sudo ln -s /usr/local/BerkeleyDB.4.8/lib/libdb-4.8.so /usr/lib/libdb-4.8.so

sudo ln -s /usr/local/BerkeleyDB.4.8/lib/libdb_cxx-4.8.so /usr/lib/libdb_cxx-4.8.so
Next get the system ready to build the wallet (i hope, but cannot promise, that this list is complete, as I have been compiling other wallets as well. If not you will soon find out what's missing...):
sudo apt-get install qt4-qmake libqt4-dev build-essential \
    libboost-dev libboost-system-dev libboost-filesystem-dev \
    libboost-program-options-dev libboost-thread-dev \
    libssl-dev build-essential libtool autotools-dev autoconf \
    protobuf-compiler libboost-all-dev
download and extract the v2.9.1 tar.gz package from here.
cd to the extracted directory, then
cd src/qt

protoc --cpp_out=./ paymentrequest.proto

cd ../../
the regeneration step above is important or else the compile will fail horribly.
once back in the main directory:
./autogen.sh

./configure CPPFLAGS="-I/usr/local/BerkeleyDB.4.8/include -O2" LDFLAGS="-L/usr/local/BerkeleyDB.4.8/lib"

make
after a LONG build process, the wallet binary is "digibyte-qt" to be found in src/qt
to make it like it "used to be" I copy it out to the root of the extracted folder
cp src/qt/digibyte-qt .
As I've said in another comment, the digibyte-qt binary builds as a elf shared library (approx 100mb, even when stripped) instead of an elf executable, which can be seen using the file command. Whether it builds this way because of something incorrectly set up on my system, I am unable to say, but I don't see how.
Whatever the case, the digibyte code is significantly different to 2.0 which I built on my old ubuntu (raring), which I cannot seem to do again.
If I have been doing this wrong, I'll be glad to be set on the right path.
Regards.
1405  Alternate cryptocurrencies / Altcoin Discussion / Re: What is the current state of the X11 algo? What is your favorite mining algo? on: April 23, 2014, 01:11:12 PM
Yup... kicks butt and very stable compared to scrypt of scrypt-n.
We are very seriously considering a switch to X11, thanks for the feedback!

Go for it.... once someone goes from scrypt to x11, they never return back to scrypt. Im seeing a lot of requests for changing the algo to x11 in newly ANN scrypt coins. Thre is a strong demand for valuable x11 coins and right now people are limited to just a handful of choices.
Do you know what the current X11 coins are?
1406  Alternate cryptocurrencies / Altcoin Discussion / Re: What is the current state of the X11 algo? What is your favorite mining algo? on: April 23, 2014, 01:02:08 PM
Yup... kicks butt and very stable compared to scrypt of scrypt-n.
We are very seriously considering a switch to X11, thanks for the feedback!
1407  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ★★ DigiByte ★★ [DGB] ✈ DigiShield ✔ Watch our NYC Convention Presentation! on: April 23, 2014, 12:57:55 PM
What about "HEFTY1", is it possible to implementation?
Do you have any documentation on it?
1408  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ★★ DigiByte ★★ [DGB] ✈ DigiShield ✔ Watch our NYC Convention Presentation! on: April 23, 2014, 12:57:37 PM
Where I get a normal working wallet for ubuntu?HuhHuhHuhHuhHuhHuhHuhHuhHuhHuh From github nothing works.
Have you followed the guide here: https://github.com/digibyte/DigiByteProject/blob/master/doc/build-unix.md

If so which step are you getting stuck on?

Code:
./autogen.sh
./configure
make

Should be all you need to run if the dependencies are in the right place.
1409  Alternate cryptocurrencies / Altcoin Discussion / What is the current state of the X11 algo? What is your favorite mining algo? on: April 23, 2014, 12:42:36 PM
What is your experience with the X11 algo? Are your GPU's still running cooler? IE has someone released some updated mining software that more efficiently utilizes the GPU?

Are there any other algorithms your would recommend that are more ASIC resistant?

Any feedback, links to documentation or other info is greatly appreciated!

We also want to start a poll, so please list your favorite mining algorithm and we will create a poll later today.
1410  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ★★ DigiByte ★★ [DGB] ✈ DigiShield ✔ Watch our NYC Convention Presentation! on: April 23, 2014, 12:37:34 PM
Change simple scrypt to other metod  NOW, coz as we see on cryptys, big asic miners attacking ! >
014-04-23 03:59:36   Sell   0.00000031   4972.15164604   0.00154137
2014-04-23 03:59:36   Sell   0.00000031   7801.99002191   0.00241862
2014-04-23 03:59:36   Sell   0.00000031   7801.99002164   0.00241862
2014-04-23 03:59:36   Sell   0.00000031   4423.86831041   0.00137140
2014-04-23 03:59:36   Sell   0.00000031   7801.99002396   0.00241862
2014-04-23 03:58:43   Sell   0.00000031   7801.99002100   0.00241862
2014-04-23 03:58:42   Sell   0.00000031   7801.99002143   0.00241862
2014-04-23 03:58:41   Sell   0.00000031   7801.99002164   0.00241862
2014-04-23 03:58:41   Sell   0.00000031   7801.99002191   0.00241862
2014-04-23 03:58:41   Sell   0.00000031   7801.99002396   0.00241862
2014-04-23 03:58:41   Sell   0.00000031   7801.99002296   0.00241862
2014-04-23 03:58:41   Sell   0.00000031   7801.99002228   0.00241862
2014-04-23 03:57:51   Sell   0.00000031   7801.99002191   0.00241862
2014-04-23 03:57:51   Sell   0.00000031   7801.99002100   0.00241862
2014-04-23 03:57:50   Sell   0.00000031   7801.99002143   0.00241862
2014-04-23 03:57:49   Sell   0.00000031   7801.99002164   0.00241862
2014-04-23 03:57:49   Sell   0.00000031   7801.99002296   0.00241862
2014-04-23 03:57:49   Sell   0.00000031   7801.99002396   0.00241862
2014-04-23 03:57:49   Sell   0.00000031   7801.99002228   0.00241862
2014-04-23 03:56:53   Sell   0.00000031   7801.99002191   0.00241862
2014-04-23 03:56:49   Sell   0.00000031   7219.91217977   0.00223817
2014-04-23 03:56:50   Sell   0.00000031   7801.99002100   0.00241862
2014-04-23 03:56:50   Sell   0.00000031   7801.99002143   0.00241862
2014-04-23 03:56:49   Sell   0.00000031   7801.99002396   0.00241862
2014-04-23 03:56:49   Sell   0.00000031   582.07784319   0.00018044
2014-04-23 03:56:49   Sell   0.00000031   7801.99002164   0.00241862
2014-04-23 03:56:49   Sell   0.00000031   7801.99002228   0.00241862
2014-04-23 03:54:31   Sell   0.00000031   7801.99002100   0.00241862
2014-04-23 03:54:30   Sell   0.00000031   7801.99002143   0.00241862
2014-04-23 03:54:29   Sell   0.00000031   7801.99002191   0.00241862

Asics, maybe, but i'm not sure for DGB. It's multipools who are usually doing this on DGB markets.

This is not multipools coz as U see there is amount of one block ( 7801.99002191 ) in every 5-10 sec. , on cryptsy is option " auto selling" that's why we see this ( and now is time for ASIC ... ). I think this is unfair ASIC VS simple GPU, DEVS just talking about changing but soo far nothing really happend, and ASIC miners makeing milions per day when I making 20 000 per day with GPU ... .

We have to wait, dev's are working hard on their project. You have (like for us) to wait. Digibyte has said few days ago that some interesting news will be revealed soon. And, moreover, DGB is a coin with long term view... so, be patient enough.
This is interesting, after looking at the Hash Rate history this does appear to be a an auto selling bot. But the block times to not match up directly with blocks as they were discovered. We will look more into this.

As to the algorithm change we are looking very hard at several options. We still have time as the KNC miners are not expected until the June/ July time frame.

The truth is by switching algos we are simply delaying the inevitable. Which could be a wise choice to take right now.

We are still looking at the X11 algo. What are peoples feedback on it? Are your GPU's running cooler, or has someone released updated mining software yet?
1411  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ★★ DigiByte ★★ [DGB] ✈ DigiShield ✔ Watch our NYC Convention Presentation! on: April 22, 2014, 06:42:08 PM
Best coin around. Watched the convention video and bought more coins.
If there is anything I can do PM me.

Based in China.

Ateneto:
Multilingual (German, Chinese, English)
Multinational CEO experience
International consulting company partner
Marketing and sales expert

Thank you for the support!
1412  Alternate cryptocurrencies / Altcoin Discussion / Re: Want to know the future of DigiByte? Watch our NYC presentation! on: April 22, 2014, 05:00:02 AM
DigiByte is here for the long term!
1413  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ★★ DigiByte ★★ [DGB] ✈ DigiShield ✔ Watch our NYC Convention Presentation! on: April 22, 2014, 04:26:09 AM
A compliment for your talk at the convention!
You have a very respectable presence which will help gain trust in institutional thinking people. Keep on going and don't get worried if some noname coins get more attention from time to time  Wink
Thank you very much for the support! Smiley
Where should we make the main DigiByte forum? This place is now so over run with clutter.
1414  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ★★ DigiByte ★★ [DGB] ✈ DigiShield ✔ Watch our NYC Convention Presentation! on: April 22, 2014, 01:27:13 AM
A compliment for your talk at the convention!
You have a very respectable presence which will help gain trust in institutional thinking people. Keep on going and don't get worried if some noname coins get more attention from time to time  Wink
Thank you very much for the support! Smiley
1415  Alternate cryptocurrencies / Altcoin Discussion / Want to know the future of DigiByte? Watch our NYC presentation! on: April 21, 2014, 10:27:20 PM
Jared's DigiByte presentation at the 1st ever Cryptocurrency convention in NYC! Next convention will be held in London this October!

https://www.youtube.com/watch?v=JkWVD8MJlS0


Let us know your thoughts!

Main DigiByte thread:
https://bitcointalk.org/index.php?topic=408268.0
1416  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ★★ DigiByte ★★ [DGB] ✈ DigiShield ✔ Digi-Awareness Campaign ✔ USD-DGB on: April 21, 2014, 10:20:02 PM
Jared speaking about #DigiByte at the NYC @CryptoEvents Convention! #bitcoin https://www.youtube.com/watch?v=JkWVD8MJlS0

Digibyte, I think you can put the video on the first post of this topic... because it's a way like another for people to understand what digibyte is. This is only a suggestion.

Regards.
Very good suggestion! We will do that, thank you!
We just posted at the top of the 1st page and changed the thread title! Thanks again for the suggestion!
1417  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ★★ DigiByte ★★ [DGB] ✈ DigiShield ✔ Digi-Awareness Campaign ✔ USD-DGB on: April 21, 2014, 10:17:10 PM
Jared speaking about #DigiByte at the NYC @CryptoEvents Convention! #bitcoin https://www.youtube.com/watch?v=JkWVD8MJlS0

Digibyte, I think you can put the video on the first post of this topic... because it's a way like another for people to understand what digibyte is. This is only a suggestion.

Regards.
Very good suggestion! We will do that, thank you!
1418  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ★★ DigiByte ★★ [DGB] ✈ DigiShield ✔ Digi-Awareness Campaign ✔ USD-DGB on: April 21, 2014, 10:16:43 PM
@digibyte

must I be add the DigiByte Social Media Teaser to the promo video?
Feel free to for sure!
1419  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ★★ DigiByte ★★ [DGB] ✈ DigiShield ✔ Digi-Awareness Campaign ✔ USD-DGB on: April 21, 2014, 08:25:09 PM
Jared speaking about #DigiByte at the NYC @CryptoEvents Convention! #bitcoin https://www.youtube.com/watch?v=JkWVD8MJlS0
1420  Alternate cryptocurrencies / Altcoin Discussion / Re: 5% Trade Bonus @ AGX.io For DigiByte & NobleCoin! on: April 20, 2014, 02:44:05 AM
Perhaps when there is more feedback Cheesy
Would be great to hear peoples feedback on AGX.io Smiley
Pages: « 1 ... 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 64 65 66 67 68 69 70 [71] 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 ... 135 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!