Bitcoin Forum
May 09, 2024, 05:20: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 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 »
421  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN] [DVC] ASCMDVCPT Cryptostock Investment on: July 12, 2013, 07:39:16 PM
Tenth Dividend Payout

The Tenth dividends have been paid out to the investors of Asic Miner DVC Passthrough (ASCMDVCPT) each share paid 27.17240263 DVC.

Thank you to all the investors in ASCMDVCPT

Do these dividends go in to the crypto-stock's balance wallet or directly to the DVC wallet (ala Devtome)?
These dividends are paid direct into the cryptostock balance wallet
422  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN] [DVC] ASCMDVCPT Cryptostock Investment on: July 12, 2013, 07:22:16 PM
Tenth Dividend Payout

The Tenth dividends have been paid out to the investors of Asic Miner DVC Passthrough (ASCMDVCPT) each share paid 27.17240263 DVC.

Thank you to all the investors in ASCMDVCPT
423  Alternate cryptocurrencies / Altcoin Discussion / Re: [Primecoin] How to build the client from source on Linux (Ubuntu 12.04) on: July 11, 2013, 12:58:21 PM
Nice guide. Two small points, maybe add 'make' to the RPM list. EC2's do not come with make as does the 'server' release of ubuntu. With that small addition it all went through for me.

Also its better to run as a daemon

Code:
./primecoind --daemon

Also if anyone is using headless this will set up your conf:

Code:
cat << 'EOF' > ~/.primecoin/primecoin.conf 
# bitcoin.conf configuration file. Lines beginning with # are comments.
# server=1 tells Bitcoin to accept JSON-RPC commands.
server=1

# You must set rpcuser and rpcpassword to secure the JSON-RPC api
rpcuser=USERNAME
rpcpassword=PASSWORD

# Listen for RPC connections on this TCP port:
rpcport=9000

# You can use Bitcoin or bitcoind to send commands to Bitcoin/bitcoind
# running on another host using this option:
rpcconnect=127.0.0.1

# Set gen=1 to attempt to generate bitcoins
gen=1
EOF

Save the above as conf.sh and then do

$ chmod u+x  conf.sh

and finally..

./conf.sh

EDIT:

You can't compile on a EC2 micro instance:

[652846.409725] Out of memory: Kill process 14520 (cc1plus) score 921 or sacrifice child
[652846.409740] Killed process 14520 (cc1plus) total-vm:587212kB, anon-rss:555376kB, file-rss:124kB


Brilliant thank you for the feedback, added the run as daemon change to the doc, and what did you have to do to install make?? just run
Code:
sudo make install
if so i'll add that the the doc. Many thanks again for the feedback and hope you are getting lots of coins now.... I seem to have stopped getting them as my PC's are all very old Sad
424  Alternate cryptocurrencies / Altcoin Discussion / Re: Story telling (Moderated) on: July 11, 2013, 10:59:16 AM
You lost me at 5d content Roll Eyes
co-existing realities, existing side by side but unaware of one another.... but yeah in this context.. hmm?
425  Alternate cryptocurrencies / Altcoin Discussion / Re: 2nd Round Voting for Peercoin Logo Design Contest on: July 11, 2013, 10:45:30 AM
1. What is the entry # for your favorite design?
 #199 has my vote as well I believe

2. What is the reason you chose to vote for this design?

I do really like the feel of #197 but I feel that there is just too much bright gold on it and the detail gets lost,

#199 combines a nice level of "gleem" or shine off the coin while maintaining that the coin can be recognized when made small to an icon.  The leaf in the center of the P is perfect, though #21 has an equally nice twist on this and it was a close call between these two for me, but I'll stick with #199

Any one else wanting to help raise awareness to this vote please upvote the thread on http://www.reddit.com/r/ppcoin/comments/1i2dgq/final_voting_round_please_place_your_final_vote/

Many thanks to  Sentinelrv for again all your hard work in keeping this vote / contest running.... would not have happened without you so the community owes you... except for the developers who will now have to make all new builds and website icons and logos!! but seriously thank you from everyone over at http://www.ppcointalk.org/ as well Smiley

FuzzyBear
426  Alternate cryptocurrencies / Altcoin Discussion / Re: [XPM] Primecoin Built-in Miner Sieve Performance Issue on: July 10, 2013, 11:58:29 PM
Ok i'll post a few builds I have here so people can test for themselves.... I'm on the 2nd  build and i gone from 10-20 PPS to 210 and still rising!!
All these are builds for linux. Those of you who been round a while should know me and know i'm not a scammer, but encrypt and backup ur wallets. Note these are just daemon builds not Qt
http://donate.ppcointalk.org/primecoind.zip - code with first fix and compiled under make -f makefile.unix
http://donate.ppcointalk.org/primecoind.tar.gz - latest code fix and compiled under make -f makefile.unix

building one now under  make -O3 -march=native -f makefile.unix as this supposed to be better??

All tips appreciated: APkVyn9uJ8LvkGgkQeyamUig4h2bFew8AD
427  Alternate cryptocurrencies / Altcoin Discussion / Re: [Primecoin] How to build the client from source on Linux (Ubuntu 12.04) on: July 10, 2013, 11:55:27 PM
Ok i'll post a few builds I have here so people can test for themselves.... I'm on the 2nd  build and i gone from 10-20 PPS to 210 and still rising!!

http://donate.ppcointalk.org/primecoind.zip - code with first fix and compiled under make -f makefile.unix
http://donate.ppcointalk.org/primecoind.tar.gz - latest code fix and compiled under make -f makefile.unix

building one now under  make -O3 -march=native -f makefile.unix
428  Alternate cryptocurrencies / Altcoin Discussion / Re: [XPM] Primecoin Built-in Miner Sieve Performance Issue on: July 10, 2013, 07:14:01 PM
How to use it?


Quote
cd ~/ ; git clone https://github.com/primecoin/primecoin ; cd ~/primecoin/src ; make -j8 -f makefile.unix ; mv primecoind ~/ ; rm -Rf ~/primecoin/

What is the -j8 parameter on the make command?
429  Alternate cryptocurrencies / Altcoin Discussion / Re: [Primecoin] How to build the client from source on Linux (Ubuntu 12.04) on: July 10, 2013, 06:53:18 PM
ok yeah so just running it now myself and my laptop gone from 10-20 PPS to 100-110 PPS so looks like this guide will hopefully let some non devs get some coins!!
430  Alternate cryptocurrencies / Altcoin Discussion / [Primecoin] How to build the client from source on Linux (Ubuntu 12.04) on: July 10, 2013, 06:44:53 PM
Hey everyone,

Had a few requests from people for help in building Primecoin from source on a linux OS so I decided to write up this handy guide so that everyone could do it themselves Smiley

http://www.devtome.com/doku.php?id=install_primecoin_ubuntu

If you have any problems then please post in this thread and i'll look into them or update the post as needs be.

Guide was requested as apparently you can get 3x more PPS building from source (maybe needs further optimisation?) but hope this gets some people some more coins.

FuzzyBear
431  Alternate cryptocurrencies / Altcoin Discussion / Re: Primecoin Giveaway .1 XPM on: July 10, 2013, 06:19:47 PM
Received many many thanks Smiley
432  Alternate cryptocurrencies / Altcoin Discussion / Re: Primecoin Giveaway .1 XPM on: July 10, 2013, 05:51:32 PM
AShfbFKbrWPeHmRuJXyskhYaaHauQVHF4b

PrimalFuzz!!

TY very much Smiley
433  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN] PrimeCoin Block Explorer on: July 07, 2013, 09:16:25 PM
Glad to see Block Crawler get more use! Nice work!
Smiley well there is http://bitcoin.21stcenturymoneytalk.org .. but shhhh this just a sneak peek at a prerelease Cheesy big things in the pipework!!
434  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XPM] [ANN] Primecoin Release - First Scientific Computing Cryptocurrency on: July 07, 2013, 09:14:01 PM
Block Explorer is up and running for Primecoin http://primecoin.21stcenturymoneytalk.org

Point out the block that u mined Cheesy

here is the list of my mined blocks.....





Sad

Donations appreciated!!

APkVyn9uJ8LvkGgkQeyamUig4h2bFew8AD
435  Alternate cryptocurrencies / Altcoin Discussion / [ANN] PrimeCoin Block Explorer on: July 07, 2013, 09:09:46 PM
Hello Everyone,

Just wanted to announce there is a Block explorer up and running for Primecoin hosted on the 21stCenturyMoneyTalk forum

http://primecoin.21stcenturymoneytalk.org

Feel free to post comments on this thread and join us in the forum for full support Smiley

FuzzyBear

Donations appreciated

APkVyn9uJ8LvkGgkQeyamUig4h2bFew8AD
436  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XPM] [ANN] Primecoin Release - First Scientific Computing Cryptocurrency on: July 07, 2013, 07:24:52 PM
All I ask is that people share the primes please Smiley

AShfbFKbrWPeHmRuJXyskhYaaHauQVHF4b

Many thanks
437  Alternate cryptocurrencies / Altcoin Discussion / Re: [XPM] [ANN] Primecoin Prerelease Announcement - Introducing Prime Proof-of-Work on: July 07, 2013, 06:04:12 PM
Well that was an anti-climax...
"tentatively scheduled"
438  Alternate cryptocurrencies / Altcoin Discussion / Re: [XPM] [ANN] Primecoin Prerelease Announcement - Introducing Prime Proof-of-Work on: July 07, 2013, 06:01:34 PM


Hahah that's amazing!!
439  Alternate cryptocurrencies / Altcoin Discussion / Re: [XPM] [ANN] Primecoin Prerelease Announcement - Introducing Prime Proof-of-Work on: July 07, 2013, 12:00:34 PM
Just to get you all excited!! https://github.com/FuzzyBearBTC/Primecoin

But serious note i'll be putting a copy of the original source there as well for people to build from and I'll see if I can add any compiled binaries and conf file examples etc and node list Cool
440  Alternate cryptocurrencies / Altcoin Discussion / Re: [XPM] [ANN] Primecoin Prerelease Announcement - Introducing Prime Proof-of-Work on: July 07, 2013, 09:37:20 AM

http://www.youtube.com/watch?v=TmSyzqoo17c&noredirect=1
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 65 66 67 68 69 70 71 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!