Search content
Sort by

Showing 20 of 22 results by pracutian
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [HVC] Heavycoin - CPU-only, Ultra-secure, Decentralized Voting
by
pracutian
on 08/03/2014, 18:09:55 UTC
someone is using cpuminer-heavycoin to mine?

I'm trying to use it, but it returns HTTP request failed: The requested URL returned error: 401

The ip is right and rpcport is 7202

and with -P option?
it works with the patches I provided a little time ago.
do you have minerd compiled on windows version?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [HVC] Heavycoin - CPU-only, Ultra-secure, Decentralized Voting
by
pracutian
on 08/03/2014, 14:54:17 UTC
Someone got any coins?

really sad Sad not yet..
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [HVC] Heavycoin - CPU-only, Ultra-secure, Decentralized Voting
by
pracutian
on 08/03/2014, 14:48:11 UTC
Mining but it's slow to get HVC (even 0 HVC with mining) Sad waiting for alive pool
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [HVC] Heavycoin - CPU-only, Ultra-secure, Decentralized Voting
by
pracutian
on 08/03/2014, 14:38:56 UTC
TO GET HVC from IPO
importprivkey

then restart wallet with -rescan
heavycoin-qt -rescan

after balance loaded
restart again
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [HVC] Heavycoin - CPU-only, Ultra-secure, Decentralized Voting
by
pracutian
on 08/03/2014, 14:02:49 UTC
Now that it is launched where are all the people who said it was a scam? Silence fills the room....

Cheesy
Post
Topic
Board Announcements (Altcoins)
Re: [PRE-ANN][HVC] Heavycoin - CPU-only, Ultra-secure, Decentralized Voting
by
pracutian
on 08/03/2014, 12:28:18 UTC
Post
Topic
Board Announcements (Altcoins)
Re: [PRE-ANN][HVC] Heavycoin - CPU-only, Ultra-secure, Decentralized Voting
by
pracutian
on 08/03/2014, 11:51:32 UTC
here we go...
 Grin
Post
Topic
Board Announcements (Altcoins)
Re: [PRE-ANN][HVC] Heavycoin - CPU-only, Ultra-secure, Decentralized Voting
by
pracutian
on 07/03/2014, 15:14:07 UTC
you dont get it, few tens of computers, or even hundreds are not going to influence total network hashing power NOWHERE near as gpu or asic farms, where gpu is worth several cpus alone, not to mention ridiculous disproportion when it comes to asic farms.
this allows general population not only to mine but also seriously contribute to network security, power in numbers and decentralization.
i'd say bitcoin is no longer as secure as it was during cpu mining period. because most of hashing power is getting centralized firmly in the hands of several asic mining cartels, who can manipulate both price and security.

"General population" is going to mine nothing from this coin...unless you count "general population" as being someone who owns 100+ cpus.

Hell, I just got done reading about some guy who spent thousands of dollars on amazon instances for a coin launch.  He got something like 5% of all coins by himself, but barely broke even selling them all after paying his bills.  His dump did manage to crash the market though.  I'm sure he'll be back for this coin since he hasn't lost any money yet and just keep doing it till he strikes it rich on one of them.  The joy of CPU coins.

if you dont know what youre talking about then theres no need to blabblab. Grin

The instance limit of amazon AWS will never allow you to mine "like 5% of all coins" by yourself, thats plain BS. if someone likes to spend a lot of money on instances then that person will be able to mine the coins he deserves. like I said I have mined a great deal on my simple i7's and usual CPU cloud mining on 2x 4 core CPU droplets has been profitable for me too so no need to fud around baby Grin


Let me give you a for instance. I work for a company that has more than 100,000 multicore computers in one county. They could be deployed to mine this coin with just a few mouse clicks. That's just 1 company. Now do you get the picture. I wish you good luck with your i7s but I'm afraid you're going to be in for a big reality check within a few days of launch. Over and out.

are you missing vote features? you can't do that. Cheesy
Post
Topic
Board Development & Technical Discussion
Re: Make P2P application from scratch
by
pracutian
on 06/03/2014, 18:27:14 UTC
Thanks for ur reply,

yes at the first time I always proud with nodejs Cheesy but, lot of modules will attached to the project, and js doesn't support big integer (I know there is a node module which can do that). I think the best method, to do this is using all of them, such as golang is nodejs competitor. Both python and c++ has powerful ability in other way.
Post
Topic
Board Announcements (Altcoins)
Re: [PRE-ANN][HVC] Heavycoin - CPU-only, Ultra-secure, Decentralized Voting
by
pracutian
on 06/03/2014, 14:25:50 UTC
i want to do solo mining to start with as I have a pc with 2x 12 core xeons, but the problem I always get with solo mining with the qt wallets is that it only ends up using 67% of the cpus. anyone have any suggestions on how I can fix this?

Thanks for your help guys I appreciate it

all the best

Ben

using daemon will be more efficient, I don't know how many percent, but without GUI is better

hi mate thanks for the reply, sorry i'm not very technical, what is daemon, can i solo mine using that without the wallet?

Thanks

A daemon is a program that works in the background to perform some task(s). Most commonly found in Unix-derived operating systems such as Linux and MacOS.

http://en.wikipedia.org/wiki/Daemon_(computing)


Yep. I mention to the topic we talk about Smiley and thanks for wiki link.
Post
Topic
Board Development & Technical Discussion
Topic OP
Make P2P application from scratch
by
pracutian
on 06/03/2014, 13:05:13 UTC
Hello guys,

I want to ask you, if you want to create completely new cryptocurrency concept, what programming language you will suggests to me, according with current technology, my options were :

  • NodeJS
  • GoLang
  • Python
  • C++

And if you have great resources for me, please let me know (p2p library/wrapper or economic algorithm or another great ideas that supports p2p, etc) .
I'm noob developer Grin so just relax and be kind to me  Grin
Post
Topic
Board Announcements (Altcoins)
Re: [PRE-ANN][HVC] Heavycoin - CPU-only, Ultra-secure, Decentralized Voting
by
pracutian
on 06/03/2014, 12:54:54 UTC
i want to do solo mining to start with as I have a pc with 2x 12 core xeons, but the problem I always get with solo mining with the qt wallets is that it only ends up using 67% of the cpus. anyone have any suggestions on how I can fix this?

Thanks for your help guys I appreciate it

all the best

Ben

using daemon will be more efficient, I don't know how many percent, but without GUI is better

hi mate thanks for the reply, sorry i'm not very technical, what is daemon, can i solo mine using that without the wallet?

Thanks

Cheesy i don't know if my answer is correct but, cryptocoin usually have a daemon (not all cryptocoin), etc, bitcoin has bitcoind on their application folder, it's the core application, QT client just grab response from daemon, but not all cryptocoin has daemon, sometimes they build become single application (only QT client).
Post
Topic
Board Announcements (Altcoins)
Re: [PRE-ANN][HVC] Heavycoin - CPU-only, Ultra-secure, Decentralized Voting
by
pracutian
on 06/03/2014, 12:33:13 UTC
i want to do solo mining to start with as I have a pc with 2x 12 core xeons, but the problem I always get with solo mining with the qt wallets is that it only ends up using 67% of the cpus. anyone have any suggestions on how I can fix this?

Thanks for your help guys I appreciate it

all the best

Ben

using daemon will be more efficient, I don't know how many percent, but without GUI is better
Post
Topic
Board Announcements (Altcoins)
Re: [PRE-ANN][HVC] Heavycoin - CPU-only, Ultra-secure, Decentralized Voting
by
pracutian
on 02/03/2014, 17:07:55 UTC
Heavycoin Public Key: 048efac43c7e64009db3715f602762a393332502c8cd6c201ce7bcef07304e2280733935034ceb4 2ec0483aa4d290c220267d78e4e4d8c1361196dfa837a7a61b3
Bitcoin Transaction ID: 144c229b2e51578a8b15d581f4ee6179a26f34a4ded4bfee7173ea657302a2ea
Amount sent: 0.29198071 BTC

please confirm,tranks,and i want to know how can i get the heaveyCoin to my wallet on March 8th? import my private key to my heavycoin wallet?

Your payment has shown up and, thus, is now confirmed!

Thank you for joining the Heavycoin IPO.  We will send you another PM later today with more details.

PM me too, just want to know about everything. I love CPU Power, just like XRP
Post
Topic
Board Announcements (Altcoins)
Re: [PRE-ANN][HVC] Heavycoin - CPU-only, Ultra-secure, Decentralized Voting
by
pracutian
on 02/03/2014, 17:01:27 UTC
Heavycoin Public Key: 04e35be5288273e39084498bee3c021a642166a92018626a8250b7c21c9dcb98fc89faaec328295 84e039105310c49af2d305f15e0e6e5b049a7a54d9512a9c7ef
Bitcoin Transaction ID: 23a912698a308f6ba98ede254f3d64796584302500f2534ca3612ea32a0cc0a8
Amount sent: 0.03660227 BTC
Post
Topic
Board Investor-based games
Re: Crypto Doubler - coin2x - coin2x.com
by
pracutian
on 25/02/2014, 13:42:09 UTC
they're not scammer, they just want to save prince of zimbawe. please help them.
Post
Topic
Board Investor-based games
Re: Crypto Doubler - coin2x - coin2x.com
by
pracutian
on 24/02/2014, 13:44:20 UTC
You're probably just confused by mtgox  Wink
Well no  Cheesy

Yesterday there were 4 replys on their last twitter post, today they disappeared?

yes, they're definetly scam Cheesy
Post
Topic
Board Investor-based games
Re: Crypto Doubler - coin2x - coin2x.com
by
pracutian
on 24/02/2014, 10:32:00 UTC
Post
Topic
Board Investor-based games
Re: Crypto Doubler - coin2x - coin2x.com
by
pracutian
on 24/02/2014, 10:23:45 UTC
Post
Topic
Board Investor-based games
Re: Crypto Doubler - coin2x - coin2x.com
by
pracutian
on 23/02/2014, 16:06:22 UTC
 Grin they won't back, and if you are god let's kill them all  Smiley