Bitcoin Forum
May 25, 2024, 10:24:52 PM *
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 »
161  Bitcoin / Bitcoin Discussion / Re: This Might Sounds Strange: Bitcoin Violates the Principle of Money Fungibility on: October 20, 2015, 12:28:56 PM
If Bitcoin wants to be the best that a currency can possibly be, then surely we need:

1. As close as possible to 100% fungibility.
2. Privacy in transactions - the same as cash transactions.

Anything less than both of these is probably some kind of compromise and/or influenced by institutions (banks, gov, etc). Without the best efforts to achieve these two things, Bitcoin will never be as good as it could be. But that's OK, there is another.
162  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] AEON 2nd gen cryptonote, anon, mobile-friendly, scalable, pruning on: October 16, 2015, 09:39:47 AM
For reference, running the AMD GPU on Linux Mint 17.2, 7950 gives me 700H/s with the following config:

Code:
				{
"index": 0,
"corefreq": 1000,
"memfreq": 1250,
"fanspeed": 65,
"powertune": 20,
"threads": 1,
"rawintensity": 2048,
"worksize": 32
}

It crashes eventually in all circumstances, but as stated it's a work in progress.
163  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] AEON 2nd gen cryptonote, anon, mobile-friendly, scalable, pruning on: October 13, 2015, 08:45:44 PM
Anyone else have an issue with the new AMD miner in that it does start hashing, confirmed by hashrate on the pool, but after a while seems to stop finding/submitting shares?

The miner appear to be hashing, but the pool hashrate drops to zero. Is there some way to turn on logging?

Cheers
Bosco
164  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency - 0.8.8.6 on: October 13, 2015, 08:39:27 PM

I will start downloading the monero wallet now so I can compare.


If you are on Windows make to sure to use the official beta of the new release that is comming: https://downloads.getmonero.org/monero.win.x64.v0-9-beta.zip

On linux, compile from git  Smiley

ps: don't troll, we'll find out @_@  Cheesy

So I feel completely idiotic right now Tongue ... this whole time I've been having trouble running these programs on my windows for 64-bit because that's what I thought I had, only to realize that I think I have a 32-bit because when I finally took time to read the error message that comes up when trying to extract bitmonerod.exe or something of the sort it says that "this application is not Win32 compatible" ... sigh, I guess that's what I get for being very impatient with things.

So I guess my question would be, is it worth it to try and run this stuff on my computer? Or should I just stick with buying monero and putting it into mymonero for holding?

If you have "C:\Program Files\" and "C:\Program Files (x86)\" then you have a 64 bit installation.

If you have only "C:\Program Files\" then you have a 32 bit installation.

Just use MyMonero. It's simple and secure in my opinion, but of course do your own due diligence Wink
165  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] AEON 2nd gen cryptonote, anon, mobile-friendly, scalable, pruning on: October 12, 2015, 09:12:23 PM
Without making any changes to default settings or clocking the card, my 7950 is giving 343 H/s
166  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] AEON 2nd gen cryptonote, anon, mobile-friendly, scalable, pruning on: October 12, 2015, 09:08:39 PM
Thanks for the help folks. Got it working.

Arux, you were correct, bar a small typo (missing the SDK directory). My libs line looks like:

Quote
LIBS   = -ljansson -Wl,./lib/x86_64/sdk/libOpenCL.so -ldl
167  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] AEON 2nd gen cryptonote, anon, mobile-friendly, scalable, pruning on: October 12, 2015, 06:43:35 PM

I'm on Mint 17.2. I've installed GCC 4.9 and followed your instructions, but get this after running make:

Code:
...../wolf-aeon-miner/main.c:735: undefined reference to `clCreateCommandQueueWithProperties'
collect2: error: ld returned 1 exit status
168  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency - 0.8.8.6 on: October 12, 2015, 05:03:16 PM

And just merged into both the master and development branches.

As well as being default, is it an enforced minimum?
169  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] AEON 2nd gen cryptonote, anon, mobile-friendly, scalable, pruning on: October 10, 2015, 10:58:15 AM
It just needs cloned, then make, yeah? I assume I'm missing some dependencies. Error on Mint 17.2:

Code:
log.c:25:3: warning: format not a string literal and no format arguments [-Wformat-security]
   printf(timebuf);
   ^
gcc -D_POSIX_SOURCE -D_GNU_SOURCE -O0 -ggdb3 -std=c11 -pthread -c net.c -o net.o
gcc -D_POSIX_SOURCE -D_GNU_SOURCE -O0 -ggdb3 -std=c11 -pthread -c minerutils.c -o minerutils.o
gcc -D_POSIX_SOURCE -D_GNU_SOURCE -O0 -ggdb3 -std=c11 -pthread -c gpu.c -o gpu.o
gcc -D_POSIX_SOURCE -D_GNU_SOURCE -O0 -ggdb3 -std=c11 -pthread -c main.c -o main.o
main.c:9:23: fatal error: stdatomic.h: No such file or directory
 #include <stdatomic.h>
                       ^
compilation terminated.

Google says I have to old a version of GCC maybe? I'm running 4.8.2.
170  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] AEON 2nd gen cryptonote, anon, mobile-friendly, scalable, pruning on: October 04, 2015, 03:04:14 PM
Good news from the Monero thread. Wolf0 is going to work on an open source AMD miner for CryptoNight. I hope someone is then able to tweak it for the CryptoNight-Lite algo.

Wolf0 has taken up working on an AMD open source miner!

https://forum.getmonero.org/7/open-tasks/2400/open-source-amd-miner-by-wolf0

Please check out the getmonero.org forum thread and add your comments or suggestions.
171  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] AEON 2nd gen cryptonote, anon, mobile-friendly, scalable, pruning on: October 03, 2015, 09:00:08 PM

Good development of XDN won't undo the poor choice for the emission curve.
172  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Kryptohash | Brand new PoW algo | 320bit hash | ed25519 | PID algo for dif on: September 28, 2015, 08:08:17 PM
I'm not going away  Cheesy

It's good to know my hashes aren't being wasted  Cheesy
173  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] AEON 2nd gen cryptonote, anon, mobile-friendly, scalable, pruning on: September 21, 2015, 08:08:55 PM
At the current value, it makes no sense for an investor to mine at this scale than to buy from an exchange.

I'm not so sure. To buy the number of coins they are mining would push the prices up at the exchange quite a lot (maybe - haven't done the sums), and in turn the hashrate would go up, and then price up more, etc. Maybe it makes sense to take an apparent hit by mining with a low difficulty/price....
174  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] AEON 2nd gen cryptonote, anon, mobile-friendly, scalable, pruning on: September 05, 2015, 08:01:37 PM
I really wish some of the folks on Moo's pool would move over to Arux's.  If you're concerned about the pool not paying out as much, don't be.  Instead of getting lots of 1 AEON payouts, you'll get less frequent, but much higher payouts.  It works out to be just about the same.

+1

I've moved over myself
175  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] AEON 2nd gen cryptonote, anon, mobile-friendly, scalable, pruning on: September 03, 2015, 09:50:52 AM
Network update

It seems to be the case now that there was no network problem after all, just a problem with MoneroMooo's node. It wasn't able to propagate any bad transactions or blocks to any other nodes, so only his was affected. This was likely triggered by problem with one of the new features or possibly the upgrade process, combined with the way the pool submits payment transactions to the node.

To prevent this from happening again, I'm creating a new bug fix release that unfortunately reverts all the recent changes that relate to blockchain and transaction processing (including the reduced memory usage). That will restore things to a stable state while I continue to investigate the underlying cause. The other changes such as fixing the mining performance on Windows, transaction fees, improved anonymity, etc. will remain in the new release.

Once the exact cause of the bug is determined the remaining feature improvements can be fixed if necessary and then restored.

I'm finishing final testing on the new release, ETA 1-2 hours.

Good work! Keep it up dude
176  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] AEON 2nd gen cryptonote, anon, mobile-friendly, scalable, pruning on: August 29, 2015, 12:46:25 PM
It's working on Ubuntu 14 x64. RAM usage down from 4.8GB to 2.4GB and blockchain file size down from 3.2GB to 1.7GB.
177  Alternate cryptocurrencies / Mining (Altcoins) / Re: Claymore CryptoNote GPU Miner v9.3 on: August 28, 2015, 04:40:22 PM
How's the CryptoNight-Lite update coming along?
178  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [BBR] Boolberry: Privacy and Security - Guaranteed[Bittrex/Poloniex]GPU Released on: August 27, 2015, 09:58:46 AM
Oh oh, cncoin.farm got hacked or cz finally renamed bbr? ;-)


It's nothing new. Something on the site is broken which is causing it to display Rune Berry, which was suggested at one point as a name for this coin. Just search this forum for Rune. For example:



Boolberry or Rune Berry?

Plz the end soon discuss coin name

179  Alternate cryptocurrencies / Mining (Altcoins) / Re: Claymore CryptoNote GPU Miner v9.3 on: August 26, 2015, 10:45:11 PM
Hmm so in my batch file I have

Code:
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1

and they return successful but miner is always stuck at 64%

Using catalyst 15.7.1 and 9.3 of miner

Any ideas?

Tried running as admin...

Thanks

I think I remember reading that once GPU_MAX_ALLOC_PERCENT is set, you must launch the miner from another cmd/terminal instance, not the same one you just used. Give that a go.
180  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency - 0.8.8.6 on: August 24, 2015, 07:14:03 AM
I got this error after completed 90% of compiling Monero:

Code:
[ 90%] Building CXX object tests/unit_tests/CMakeFiles/unit_tests.dir/blockchain_db.cpp.o
In file included from /home/***/bitmonero/tests/unit_tests/blockchain_db.cpp:40:0:
/home/***/bitmonero/src/blockchain_db/berkeleydb/db_bdb.h:28:20: fatal error: db_cxx.h: No such file or directory
 #include <db_cxx.h>
                    ^
compilation terminated.
tests/unit_tests/CMakeFiles/unit_tests.dir/build.make:100: recipe for target 'tests/unit_tests/CMakeFiles/unit_tests.dir/blockchain_db.cpp.o' failed
make[3]: *** [tests/unit_tests/CMakeFiles/unit_tests.dir/blockchain_db.cpp.o] Error 1
make[3]: Leaving directory '/home/***/bitmonero/build/release'
CMakeFiles/Makefile2:1880: recipe for target 'tests/unit_tests/CMakeFiles/unit_tests.dir/all' failed
make[2]: *** [tests/unit_tests/CMakeFiles/unit_tests.dir/all] Error 2
make[2]: Leaving directory '/home/***/bitmonero/build/release'
Makefile:127: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/home/***/bitmonero/build/release'
Makefile:58: recipe for target 'release-all' failed
make: *** [release-all] Error 2

Happened on both my VM and Azure VPS.

Berkeley DB not installed maybe? Try:

sudo apt-get install -y libdb++-dev libdb-dev

Then compile again.
Pages: « 1 2 3 4 5 6 7 8 [9] 10 11 12 13 14 15 16 17 18 19 20 21 22 23 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!