Bitcoin Forum
July 02, 2024, 09:30:09 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 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 »
301  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][NYAN] NyanCoin - ★★★V1.2 Released! Now Listed on Cryptsy! ★★★ on: June 30, 2015, 07:05:12 PM
Hi Coinaday,

Glad to see you are back in good spirits. You should be able to update Nyancoin to the latest Litecoin codebase without doing a hardfork. I have seen you mention that signature thing before. You shouldn't have to do anything with that to use the code from Litecoin.

Also, although it would be nice to get Nyancoin updated to the latest Litecoin codebase I don't think there is any urgency to do so.

If you find it taking too much time and effort you might want to consider hiring it out to someone experienced with doing these things.
302  Bitcoin / Pools / Re: [1500 TH] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: June 30, 2015, 06:55:30 AM
Stratum Mining on Litecoin appears broken?

i get nearly 100% DoA
and lots of messages:

Hmm, thank you for reporting this. Some ... interesting things ... got merged in in pull request #210. Can you make an issue on GitHub? I'll look into it soon. For now, I don't recommend anyone besides Bitcoin users to use 14.0.

forrestv, I saw his github issue and replied there before I saw it was being discussed in this thread (spent the better part of the day catching up).

As I replied on github I believe it is ce9e5a2 causing the problem as reverting that got him (and one other person) working. I myself saw this happening when trying to use that commit (with alts) some time ago and had to revert it.
303  Bitcoin / Pools / Re: [1500 TH] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: June 30, 2015, 06:43:09 AM
just thought I'd pop by here and post a little "keep a local copy of
p2pool up to date" I noticed windpath back there with a
rm -rf p2pool ; git clone p2pool - shocking display man!

Wow, good stuff Polyatomic...Thank you! Been looking for something like this.
304  Bitcoin / Hardware / Re: [ANN] Sfards: SF100-the first 28nm Dual-Mode Miner gets into mass production on: June 27, 2015, 02:56:47 AM
I wonder if it will be possible to tune Scrypt and SHA256 separately?  I'm guessing that it's just based on the frequency of the whole chip, so probably not, but it would be neat if we could crank up the hashrate on the Scrypt side while keeping SHA256 side more power efficient if Scrypt were to be paying better...

I've never even tried to dual mine with my original five chip gridseed, so this is hearsay at best, but it was my understanding that the two modes are completely separate and can be tuned as such. Can anyone confirm or clarify this? (tempted to try)

I have a bit of experience dual mining with Greedseeds 5 chip product. Each side can be "tuned" individually but they do NOT work reliably in "dual" mode. Miners will slowly start dying over time requiring a power cycle to get them going again. Since I mine in a remote datacenter without the ability to easily power cycle equipment I resulted to only using the scrypt side. On scrypt they are very stable running for months without fail. I have had mine running non-stop since they first came out.

Having just read the first 40 pages of this thread I am reminded of what Gridseed did with the release of their 5 chip product. They will absolutely try to maximize profits. Expect these new miners to initially be priced at a premium. There will be a limited number available and people will buy them. Once they ramp up production pricing will start to come down quickly.

The original 5 chip Gridseed was brought to market at around $300 and quickly declined from there. I am not at all surprised at the $1,129 price being discussed here. If they do not sell enough of their initial limited quantity it is very easy for them to adjust down.

It would be interesting to try and determine their cost including development and production to get an idea how low they can go before it stops making sense to produce them.

Edit: These would have to be priced at $183.41 for them to compete with the $999 ALCHEMIST 256 Mh/s miner since power cost is not a concern for me...strictly thinking about scrypt of course.  Wink
305  Alternate cryptocurrencies / Mining (Altcoins) / Re: [GUIDE] GridSeed GC3355 5 Chip Setup/power/windows/linux/rpi by UnicornHasher on: June 22, 2015, 06:48:13 PM
Anyone want to donate 8 gridseeds so I can fill up my rack (just got another 10 port hub):



I'll pay for shipping! Wink
306  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [GLC] Globalcoin | 1 Year Anniversary 1.5.4! | NO IPO, NO PREMINE | [SCRYPT] on: June 18, 2015, 06:23:50 PM
Bad news....tried to build the latest version from github on Linux and deleted the old binary before testing the new one.

The new binary seems to run for two minutes and then it exits. The GLC pool at xpool.net is down until further notice  Cry

Anyone compile the latest version on Ubuntu server? Can anyone share how the syntax to grab an earlier build from the source? I forget....  Roll Eyes

Well, figured out how to compile from earlier commits:

Code:
sudo git checkout -b new_branch abbe9c9a5d28492fd75affd04df636cc432a928b

"new_branch" is anything you want to call it. The long string is the commit ID.
The commit ID above seems to be the last commit that works on Linux (didn't try later ones as I suspect something in the next one is what broke it). It is GLC version 1.5.3.

Here are the commands I now use to compile version 1.5.3 (without the dependencies):

Code:
sudo git clone git://github.com/CryptoParts/GlobalCoin.git globalcoin
cd globalcoin
sudo git checkout -b new_branch abbe9c9a5d28492fd75affd04df636cc432a928b

cd src
sudo mkdir obj
sudo make -f makefile.unix USE_UPNP=-

sudo cp globalcoind /usr/bin

In the process of trying to get 1.5.4.1 to work I deleted the blockchain to see if that was the problem. GLC on xpool.net will be back once it is done DL'ing.
307  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [GLC] Globalcoin | 1 Year Anniversary 1.5.4! | NO IPO, NO PREMINE | [SCRYPT] on: June 18, 2015, 06:14:38 AM
Was able to grab an error message. Anyone compile the latest version on Ubuntu server? Can anyone share how the syntax to grab an earlier build from the source? I forget....  Roll Eyes

Code:
 *** glibc detected *** globalcoind: double free or corruption (out): 0x00007fb1b000c950 ***
======= Backtrace: =========
/lib/x86_64-linux-gnu/libc.so.6(+0x7e846)[0x7fb1cabb4846]
globalcoind[0x4ed3d0]
globalcoind[0x4d08a6]
globalcoind[0x4cffcb]
globalcoind[0x4cffcb]
globalcoind[0x4cffcb]
globalcoind[0x4cffcb]
globalcoind[0x4cffcb]
globalcoind[0x4cffcb]
globalcoind[0x4cffcb]
globalcoind[0x4cffcb]
globalcoind[0x4cffcb]
/lib/x86_64-linux-gnu/libpthread.so.0(+0x7e9a)[0x7fb1cb70ee9a]
/lib/x86_64-linux-gnu/libc.so.6(clone+0x6d)[0x7fb1cac2a2ed]
======= Memory map: ========
00400000-0062a000 r-xp 00000000 fc:00 3422544                            /usr/bin/globalcoind
00829000-0082b000 r--p 00229000 fc:00 3422544                            /usr/bin/globalcoind
0082b000-0082c000 rw-p 0022b000 fc:00 3422544                            /usr/bin/globalcoind
0082c000-0082f000 rw-p 00000000 00:00 0
00a35000-00a79000 rw-p 00000000 00:00 0                                  [heap]
00a79000-02bee000 rw-p 00000000 00:00 0                                  [heap]
02bee000-02bef000 rw-p 00000000 00:00 0                                  [heap]
02bef000-02bf5000 rw-p 00000000 00:00 0                                  [heap]
02bf5000-02bf6000 rw-p 00000000 00:00 0                                  [heap]
02bf6000-02bfb000 rw-p 00000000 00:00 0                                  [heap]
02bfb000-02bfc000 rw-p 00000000 00:00 0                                  [heap]
02bfc000-02bfe000 rw-p 00000000 00:00 0                                  [heap]
02bfe000-02bff000 rw-p 00000000 00:00 0                                  [heap]
02bff000-02c64000 rw-p 00000000 00:00 0                                  [heap]
7fb198000000-7fb198021000 rw-p 00000000 00:00 0
7fb198021000-7fb19c000000 ---p 00000000 00:00 0
7fb19c000000-7fb19c021000 rw-p 00000000 00:00 0
7fb19c021000-7fb1a0000000 ---p 00000000 00:00 0
7fb1a0000000-7fb1a0021000 rw-p 00000000 00:00 0
7fb1a0021000-7fb1a4000000 ---p 00000000 00:00 0
7fb1a4000000-7fb1a4021000 rw-p 00000000 00:00 0
7fb1a4021000-7fb1a8000000 ---p 00000000 00:00 0
7fb1a8000000-7fb1a8021000 rw-p 00000000 00:00 0
7fb1a8021000-7fb1ac000000 ---p 00000000 00:00 0
7fb1ac000000-7fb1ac021000 rw-p 00000000 00:00 0
7fb1ac021000-7fb1b0000000 ---p 00000000 00:00 0
7fb1b0000000-7fb1b0021000 rw-p 00000000 00:00 0
7fb1b0021000-7fb1b4000000 ---p 00000000 00:00 0
7fb1b4000000-7fb1b4021000 rw-p 00000000 00:00 0
7fb1b4021000-7fb1b8000000 ---p 00000000 00:00 0
7fb1b8000000-7fb1b8021000 rw-p 00000000 00:00 0
7fb1b8021000-7fb1bc000000 ---p 00000000 00:00 0
7fb1bc000000-7fb1bc021000 rw-p 00000000 00:00 0
7fb1bc021000-7fb1c0000000 ---p 00000000 00:00 0
7fb1c01c8000-7fb1c01e0000 r-xp 00000000 fc:00 6557481                    /lib/x86_64-linux-gnu/libresolv-2.15.so
7fb1c01e0000-7fb1c03e0000 ---p 00018000 fc:00 6557481                    /lib/x86_64-linux-gnu/libresolv-2.15.so
7fb1c03e0000-7fb1c03e1000 r--p 00018000 fc:00 6557481                    /lib/x86_64-linux-gnu/libresolv-2.15.so
7fb1c03e1000-7fb1c03e2000 rw-p 00019000 fc:00 6557481                    /lib/x86_64-linux-gnu/libresolv-2.15.so
7fb1c03e2000-7fb1c03e4000 rw-p 00000000 00:00 0
7fb1c03e4000-7fb1c03eb000 r-xp 00000000 fc:00 6557489                    /lib/x86_64-linux-gnu/libnss_dns-2.15.so
7fb1c03eb000-7fb1c05ea000 ---p 00007000 fc:00 6557489                    /lib/x86_64-linux-gnu/libnss_dns-2.15.so
7fb1c05ea000-7fb1c05eb000 r--p 00006000 fc:00 6557489                    /lib/x86_64-linux-gnu/libnss_dns-2.15.so
7fb1c05eb000-7fb1c05ec000 rw-p 00007000 fc:00 6557489                    /lib/x86_64-linux-gnu/libnss_dns-2.15.so
7fb1c05ec000-7fb1c05f8000 r-xp 00000000 fc:00 6557492                    /lib/x86_64-linux-gnu/libnss_files-2.15.so
7fb1c05f8000-7fb1c07f7000 ---p 0000c000 fc:00 6557492                    /lib/x86_64-linux-gnu/libnss_files-2.15.so
7fb1c07f7000-7fb1c07f8000 r--p 0000b000 fc:00 6557492                    /lib/x86_64-linux-gnu/libnss_files-2.15.so
7fb1c07f8000-7fb1c07f9000 rw-p 0000c000 fc:00 6557492                    /lib/x86_64-linux-gnu/libnss_files-2.15.so
7fb1c07f9000-7fb1c07fa000 ---p 00000000 00:00 0
7fb1c07fa000-7fb1c0ffa000 rw-p 00000000 00:00 0                          [stack:49922]
7fb1c0ffa000-7fb1c0ffb000 ---p 00000000 00:00 0
7fb1c0ffb000-7fb1c17fb000 rw-p 00000000 00:00 0                          [stack:49921]
7fb1c17fb000-7fb1c17fc000 ---p 00000000 00:00 0
7fb1c17fc000-7fb1c1ffc000 rw-p 00000000 00:00 0                          [stack:49920]
7fb1c1ffc000-7fb1c1ffd000 ---p 00000000 00:00 0
7fb1c1ffd000-7fb1c27fd000 rw-p 00000000 00:00 0                          [stack:49919]
7fb1c27fd000-7fb1c27fe000 ---p 00000000 00:00 0
7fb1c27fe000-7fb1c2ffe000 rw-p 00000000 00:00 0                          [stack:49918]
7fb1c2ffe000-7fb1c2fff000 ---p 00000000 00:00 0
7fb1c2fff000-7fb1c37ff000 rw-p 00000000 00:00 0                          [stack:49917]
7fb1c37ff000-7fb1c3800000 ---p 00000000 00:00 0
7fb1c3800000-7fb1c4000000 rw-p 00000000 00:00 0                          [stack:49924]
7fb1c4000000-7fb1c4021000 rw-p 00000000 00:00 0
7fb1c4021000-7fb1c8000000 ---p 00000000 00:00 0
7fb1c8002000-7fb1c8003000 ---p 00000000 00:00 0
7fb1c8003000-7fb1c8803000 rw-p 00000000 00:00 0                          [stack:49915]
7fb1c8803000-7fb1c8804000 ---p 00000000 00:00 0
7fb1c8804000-7fb1c9004000 rw-p 00000000 00:00 0                          [stack:49914]
7fb1c9004000-7fb1c9005000 ---p 00000000 00:00 0
7fb1c9005000-7fb1c9805000 rw-p 00000000 00:00 0
7fb1c9805000-7fb1c9806000 ---p 00000000 00:00 0
7fb1c9806000-7fb1ca452000 rw-p 00000000 00:00 0                          [stack:49901]
7fb1ca452000-7fb1ca71b000 r--p 00000000 fc:00 3413970                    /usr/lib/locale/locale-archive
7fb1ca71b000-7fb1ca731000 r-xp 00000000 fc:00 6553829                    /lib/x86_64-linux-gnu/libz.so.1.2.3.4
7fb1ca731000-7fb1ca930000 ---p 00016000 fc:00 6553829                    /lib/x86_64-linux-gnu/libz.so.1.2.3.4
7fb1ca930000-7fb1ca931000 r--p 00015000 fc:00 6553829                    /lib/x86_64-linux-gnu/libz.so.1.2.3.4
7fb1ca931000-7fb1ca932000 rw-p 00016000 fc:00 6553829                    /lib/x86_64-linux-gnu/libz.so.1.2.3.4
7fb1ca932000-7fb1ca934000 r-xp 00000000 fc:00 6557494                    /lib/x86_64-linux-gnu/libdl-2.15.so
7fb1ca934000-7fb1cab34000 ---p 00002000 fc:00 6557494                    /lib/x86_64-linux-gnu/libdl-2.15.so
7fb1cab34000-7fb1cab35000 r--p 00002000 fc:00 6557494                    /lib/x86_64-linux-gnu/libdl-2.15.so
7fb1cab35000-7fb1cab36000 rw-p 00003000 fc:00 6557494                    /lib/x86_64-linux-gnu/libdl-2.15.so
7fb1cab36000-7fb1caceb000 r-xp 00000000 fc:00 6557495                    /lib/x86_64-linux-gnu/libc-2.15.so
7fb1caceb000-7fb1caeea000 ---p 001b5000 fc:00 6557495                    /lib/x86_64-linux-gnu/libc-2.15.so
7fb1caeea000-7fb1caeee000 r--p 001b4000 fc:00 6557495                    /lib/x86_64-linux-gnu/libc-2.15.so
7fb1caeee000-7fb1caef0000 rw-p 001b8000 fc:00 6557495                    /lib/x86_64-linux-gnu/libc-2.15.so
7fb1caef0000-7fb1caef5000 rw-p 00000000 00:00 0
7fb1caef5000-7fb1caf0a000 r-xp 00000000 fc:00 6553644                    /lib/x86_64-linux-gnu/libgcc_s.so.1
7fb1caf0a000-7fb1cb109000 ---p 00015000 fc:00 6553644                    /lib/x86_64-linux-gnu/libgcc_s.so.1
7fb1cb109000-7fb1cb10a000 r--p 00014000 fc:00 6553644                    /lib/x86_64-linux-gnu/libgcc_s.so.1
7fb1cb10a000-7fb1cb10b000 rw-p 00015000 fc:00 6553644                    /lib/x86_64-linux-gnu/libgcc_s.so.1
7fb1cb10b000-7fb1cb206000 r-xp 00000000 fc:00 6557490                    /lib/x86_64-linux-gnu/libm-2.15.so
7fb1cb206000-7fb1cb405000 ---p 000fb000 fc:00 6557490                    /lib/x86_64-linux-gnu/libm-2.15.so
7fb1cb405000-7fb1cb406000 r--p 000fa000 fc:00 6557490                    /lib/x86_64-linux-gnu/libm-2.15.so
7fb1cb406000-7fb1cb407000 rw-p 000fb000 fc:00 6557490                    /lib/x86_64-linux-gnu/libm-2.15.so
7fb1cb407000-7fb1cb4e9000 r-xp 00000000 fc:00 3412846                    /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16
7fb1cb4e9000-7fb1cb6e8000 ---p 000e2000 fc:00 3412846                    /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16
7fb1cb6e8000-7fb1cb6f0000 r--p 000e1000 fc:00 3412846                    /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16
7fb1cb6f0000-7fb1cb6f2000 rw-p 000e9000 fc:00 3412846                    /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16
7fb1cb6f2000-7fb1cb707000 rw-p 00000000 00:00 0
7fb1cb707000-7fb1cb71f000 r-xp 00000000 fc:00 6557484                    /lib/x86_64-linux-gnu/libpthread-2.15.so
7fb1cb71f000-7fb1cb91e000 ---p 00018000 fc:00 6557484                    /lib/x86_64-linux-gnu/libpthread-2.15.so
7fb1cb91e000-7fb1cb91f000 r--p 00017000 fc:00 6557484                    /lib/x86_64-linux-gnu/libpthread-2.15.so
7fb1cb91f000-7fb1cb920000 rw-p 00018000 fc:00 6557484                    /lib/x86_64-linux-gnu/libpthread-2.15.so
7fb1cb920000-7fb1cb924000 rw-p 00000000 00:00 0
7fb1cb924000-7fb1cbad6000 r-xp 00000000 fc:00 6553642                    /lib/x86_64-linux-gnu/libcrypto.so.1.0.0
7fb1cbad6000-7fb1cbcd5000 ---p 001b2000 fc:00 6553642                    /lib/x86_64-linux-gnu/libcrypto.so.1.0.0
7fb1cbcd5000-7fb1cbcf0000 r--p 001b1000 fc:00 6553642                    /lib/x86_64-linux-gnu/libcrypto.so.1.0.0
7fb1cbcf0000-7fb1cbcfb000 rw-p 001cc000 fc:00 6553642                    /lib/x86_64-linux-gnu/libcrypto.so.1.0.0
7fb1cbcfb000-7fb1cbcff000 rw-p 00000000 00:00 0
7fb1cbcff000-7fb1cbd53000 r-xp 00000000 fc:00 6553640                    /lib/x86_64-linux-gnu/libssl.so.1.0.0
7fb1cbd53000-7fb1cbf53000 ---p 00054000 fc:00 6553640                    /lib/x86_64-linux-gnu/libssl.so.1.0.0
7fb1cbf53000-7fb1cbf56000 r--p 00054000 fc:00 6553640                    /lib/x86_64-linux-gnu/libssl.so.1.0.0
7fb1cbf56000-7fb1cbf5d000 rw-p 00057000 fc:00 6553640                    /lib/x86_64-linux-gnu/libssl.so.1.0.0
7fb1cbf5d000-7fb1cc0e5000 r-xp 00000000 fc:00 3422533                    /usr/lib/x86_64-linux-gnu/libdb_cxx-4.8.so
7fb1cc0e5000-7fb1cc2e4000 ---p 00188000 fc:00 3422533                    /usr/lib/x86_64-linux-gnu/libdb_cxx-4.8.so
7fb1cc2e4000-7fb1cc2e7000 r--p 00187000 fc:00 3422533                    /usr/lib/x86_64-linux-gnu/libdb_cxx-4.8.so
7fb1cc2e7000-7fb1cc2e8000 rw-p 0018a000 fc:00 3422533                    /usr/lib/x86_64-linux-gnu/libdb_cxx-4.8.so
7fb1cc2e8000-7fb1cc2ff000 r-xp 00000000 fc:00 3422448                    /usr/lib/libboost_thread.so.1.46.1
7fb1cc2ff000-7fb1cc4fe000 ---p 00017000 fc:00 3422448                    /usr/lib/libboost_thread.so.1.46.1
7fb1cc4fe000-7fb1cc500000 r--p 00016000 fc:00 3422448                    /usr/lib/libboost_thread.so.1.46.1
7fb1cc500000-7fb1cc501000 rw-p 00018000 fc:00 3422448                    /usr/lib/libboost_thread.so.1.46.1
7fb1cc501000-7fb1cc562000 r-xp 00000000 fc:00 3422299                    /usr/lib/libboost_program_options.so.1.46.1
7fb1cc562000-7fb1cc762000 ---p 00061000 fc:00 3422299                    /usr/lib/libboost_program_options.so.1.46.1
7fb1cc762000-7fb1cc765000 r--p 00061000 fc:00 3422299                    /usr/lib/libboost_program_options.so.1.46.1
7fb1cc765000-7fb1cc766000 rw-p 00064000 fc:00 3422299                    /usr/lib/libboost_program_options.so.1.46.1
7fb1cc766000-7fb1cc783000 r-xp 00000000 fc:00 3421865                    /usr/lib/libboost_filesystem.so.1.46.1
7fb1cc783000-7fb1cc982000 ---p 0001d000 fc:00 3421865                    /usr/lib/libboost_filesystem.so.1.46.1
7fb1cc982000-7fb1cc983000 r--p 0001c000 fc:00 3421865                    /usr/lib/libboost_filesystem.so.1.46.1
7fb1cc983000-7fb1cc984000 rw-p 0001d000 fc:00 3421865                    /usr/lib/libboost_filesystem.so.1.46.1
7fb1cc984000-7fb1cc987000 r-xp 00000000 fc:00 3421863                    /usr/lib/libboost_system.so.1.46.1
7fb1cc987000-7fb1ccb86000 ---p 00003000 fc:00 3421863                    /usr/lib/libboost_system.so.1.46.1
7fb1ccb86000-7fb1ccb87000 r--p 00002000 fc:00 3421863                    /usr/lib/libboost_system.so.1.46.1
7fb1ccb87000-7fb1ccb88000 rw-p 00003000 fc:00 3421863                    /usr/lib/libboost_system.so.1.46.1
7fb1ccb88000-7fb1ccbaa000 r-xp 00000000 fc:00 6557485                    /lib/x86_64-linux-gnu/ld-2.15.so
7fb1ccc1a000-7fb1ccd97000 rw-p 00000000 00:00 0
7fb1ccd97000-7fb1ccda1000 rw-p 00000000 00:00 0
7fb1ccda1000-7fb1ccda8000 r--s 00000000 fc:00 3410185                    /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache
7fb1ccda8000-7fb1ccdaa000 rw-p 00000000 00:00 0
7fb1ccdaa000-7fb1ccdab000 r--p 00022000 fc:00 6557485                    /lib/x86_64-linux-gnu/ld-2.15.so
7fb1ccdab000-7fb1ccdad000 rw-p 00023000 fc:00 6557485                    /lib/x86_64-linux-gnu/ld-2.15.so
7fffe29f4000-7fffe2a28000 rw-p 00000000 00:00 0                          [stack]
7fffe2b9f000-7fffe2ba1000 r-xp 00000000 00:00 0                          [vdso]
ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0                  [vsyscall]
308  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [GLC] Globalcoin | 1 Year Anniversary 1.5.4! | NO IPO, NO PREMINE | [SCRYPT] on: June 18, 2015, 01:29:05 AM
Bad news....tried to build the latest version from github on Linux and deleted the old binary before testing the new one.

The new binary seems to run for two minutes and then it exits. The GLC pool at xpool.net is down until further notice  Cry


for ref here are my Linux commands to build:

Code:
globalcoin build:
cd ~
sudo apt-get install build-essential
sudo apt-get install libssl-dev
sudo apt-get install libboost-all-dev
sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt-get update
sudo apt-get install libdb4.8-dev
sudo apt-get install libdb4.8++-dev

sudo git clone git://github.com/CryptoParts/GlobalCoin.git globalcoin

cd globalcoin/src
sudo mkdir obj
sudo make -f makefile.unix USE_UPNP=-

sudo cp globalcoind /usr/bin
309  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [GLC] Globalcoin | 1 Year Anniversary 1.5.4! | NO IPO, NO PREMINE | [SCRYPT] on: June 16, 2015, 09:09:30 PM
Possible fork in the blockchain  Undecided

I'm on block 1236998 with 7 connections and a diff of 0.21698032
cryptoid is on 1237167 with 5 connections and a diff of .04301

Lets see who wins Smiley
310  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [GLC] Globalcoin | 1 Year Anniversary 1.5.4! | NO IPO, NO PREMINE | [SCRYPT] on: May 20, 2015, 03:11:38 AM
Good work!

Guess it should be stated that this is not a mandatory update (hardfork). The fix to the diff will be...da da dum.
done

Whoops, didn't mean on the OP...just here in the thread...but do what you think is best. Sorry..been a long day  Embarrassed
311  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [GLC] Globalcoin | 1 Year Anniversary 1.5.4! | NO IPO, NO PREMINE | [SCRYPT] on: May 19, 2015, 06:47:29 PM
Good work!

Guess it should be stated that this is not a mandatory update (hardfork). The fix to the diff will be...da da dum.
312  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [GLC] Globalcoin | 1 Year Anniversary | NO IPO, NO PREMINE | [SCRYPT] on: May 18, 2015, 10:48:07 PM
See two IP's with Globalcoin:1.5.4

Must be the new version? They are both still DL'ing blockchain.

"startingheight" : 1027717,
"startingheight" : 75661,

Current:
 "blocks" : 1194880,
313  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [GLC] Globalcoin | 1 Year Anniversary | NO IPO, NO PREMINE | [SCRYPT] on: May 15, 2015, 09:45:03 PM
AUXPOW is still my favorite.  It takes GLC to the next level.  Pool adoption is easy Wink 

Second Smiley

I have also moved 7+Mh/s to GLC.
314  Alternate cryptocurrencies / Mining (Altcoins) / Re: Alcheminer was Re: [ANN] HashCoins - Cryptocurrency Mining Hardware Manufacturer on: April 17, 2015, 10:13:36 PM
Thinking of getting one of these. Why? Well, it's been a while since I got anything and I'm kinda bored  Smiley


Is there something else out there that I should consider instead?
315  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [GLC] Globalcoin | 1 Year Anniversary | NO IPO, NO PREMINE | [SCRYPT] on: March 04, 2015, 12:33:28 AM
Other than SHA256 Scrypt has the largest hashrate. I would gather we would want to be in the largest potential pool of available hashrate.

As a side note...you do not need permission from litecoin to use AuxPOW with them...you can choose to merge mine any POW coin without them having to "allow" it. Multiple POW coins can be merge mined with any AuxPOW enabled coin.
316  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [GLC] Globalcoin | 1 Year Anniversary | NO IPO, NO PREMINE | [SCRYPT] on: February 12, 2015, 12:46:09 AM
Only Engine-IT has responded to the request for quotation.  Anyone else know a developer who can make these changes happen?


You could try ahmed. He is the main dev for DGC and recently (successfully) forked their blockchain to support multi algos. Don't know if he has the availability (time) to help.
317  Alternate cryptocurrencies / Service Discussion (Altcoins) / Re: hashra.com asic scrypt.... scam? on: February 12, 2015, 12:40:42 AM
Thats very frustrating news. My wife has been harping on me to get this machine and has told me to switch to a Antiminer S5. If we had taken our money back we could have been mining bitcoin and bought our altcoins. I'm still hoping but with 4 days left I'm not hoping that hard.

Wow, what a great wife! She sounds like a keeper Smiley
318  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [GLC] Globalcoin | 1 Year Anniversary | NO IPO, NO PREMINE | [SCRYPT] on: February 05, 2015, 05:09:24 AM
AuxPOW

 Cool
319  Alternate cryptocurrencies / Mining (Altcoins) / Re: [GUIDE] GridSeed GC3355 5 Chip Setup/power/windows/linux/rpi by UnicornHasher on: February 04, 2015, 10:20:07 PM
Hey guys! Can I use single 350w 12V 30A power supply for 10 5chip gridseeds in scrypt only mode? Thank you!
(This power supply)

Heard those power supplies were highly inefficient.
320  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [VIA] ★ Viacoin ★ ~ the future of digital currency ~ ★ on: February 04, 2015, 10:11:49 PM
Hold shit.. why don't you guys list the ports on the main post?!

Because there is no need to list them when they are set by default.


I disagree. (Held off using an expletive Wink I think my last post was the first time ever on BTCTalk.)
RPC and P2P ports need to be stated so pool operators, solo miners, and anyone wanting to open firewall ports know what to use.

I was perturbed that it took so much effort to find them and was not in the best of moods when I posted my complaint but still stand by my statement that they should be clearly posted in the original post. Easy to do and it will help others trying to support this coin.

Enterprise firewalls don't and shouldn't support upnp so you have to set them manually.

In my case I was setting up merged mining using p2pool and needed to open up ports on the firewall. Neither one of those are "set by default".
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 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 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!