Bitcoin Forum
May 26, 2024, 08:28:40 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 72 73 74 75 76 »
1381  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SPR] SpreadCoin | True Decentralization (No Pools) | Logo Contest on: November 28, 2014, 01:58:42 PM
thank you  Smiley
And how would i send my hash to the same wallet from my 2nd computer through the internet ?

Here is how:
Also you can mine to a specific address (this is useful if you are mining on several computers). To do so:
1. Use existing or better generate a new address.
2. Open debug console (Tools -> Debug Console) and enter:
Quote
dumpprivkey SYourSpreadCoinAddress
3. You will get your private key. Then open spreadcoin.conf or create it if it doesn't exist (D:\Users\<username>\AppData\Roaming\SpreadCoin\spreadcoin.conf on Windows) and add the following line:
Quote
miningprivkey=YourPrivateKey
4. Restart your wallet if it was running.
In the Mining tab you will now see notification that all mined coins will go to this address.
Of course you need to generate address and get privkey on one computer and edit spreadcoin.conf on the other.

What is the difference between mining in one wallet with privatekey with several computers and mining with a more wallets especially?
the wallet uses electricity = $

This part confuses me - I need to open my wallet on the second computer in order to solo mine.  If I don't open the wallet I get json errors.  Does the wallet have to be open on both rigs in order to solo mine?  And at this point aren't I still burning electricity?

You only need one wallet running. On the computer running the wallet you point your miner to 127.0.0.1 and on the other computer you point it to the computer that's running the wallet.

Computer 1, with wallet: miner.exe -o 127.0.0.1:41677
Computer 2: miner.exe -o ip.of.wallet.computer:41677

Don't put gen=1 into the conf, that makes the wallet run the internal CPU miner and that's a waste of electricity at these network hash rates. Something like this would do the trick, add the miningprivkey parameter if you want, personally I don't use it.

Code:
server=1
rpcallowip=127.0.0.1
rpcallowip=192.168.1.*
rpcuser=yourrpcusername
rpcpassword=yourrpcpassword

The first rpcallowip allows RPC connections from the same computer that is running the wallet. The second rpcallowip is needed to allow connections from the other computer, change the IP to whatever your local network is.

Or you can run the wallet on both computer, as long as you don't use gen=1 it doesn't really hurt but you'll have to deal with having two separate wallets and moving coins from them separately.

Ok - so just to confirm - I do not need my wallet running on the second machine to get it to mine?  I will try this setup and see if it works - thank you.

Edit - ok I tried it without the wallet on the second machine running and it gets the json error when I open the miner.  I must be missing something?
1382  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SPR] SpreadCoin | True Decentralization (No Pools) | Logo Contest on: November 28, 2014, 02:38:06 AM
thank you  Smiley
And how would i send my hash to the same wallet from my 2nd computer through the internet ?

Here is how:
Also you can mine to a specific address (this is useful if you are mining on several computers). To do so:
1. Use existing or better generate a new address.
2. Open debug console (Tools -> Debug Console) and enter:
Quote
dumpprivkey SYourSpreadCoinAddress
3. You will get your private key. Then open spreadcoin.conf or create it if it doesn't exist (D:\Users\<username>\AppData\Roaming\SpreadCoin\spreadcoin.conf on Windows) and add the following line:
Quote
miningprivkey=YourPrivateKey
4. Restart your wallet if it was running.
In the Mining tab you will now see notification that all mined coins will go to this address.
Of course you need to generate address and get privkey on one computer and edit spreadcoin.conf on the other.

What is the difference between mining in one wallet with privatekey with several computers and mining with a more wallets especially?
the wallet uses electricity = $

This part confuses me - I need to open my wallet on the second computer in order to solo mine.  If I don't open the wallet I get json errors.  Does the wallet have to be open on both rigs in order to solo mine?  And at this point aren't I still burning electricity?
1383  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Diamond (DMD) Evolution v 2.0 | NEW wallet, 50% POS Active on: November 27, 2014, 05:02:48 PM
Damn it - I missed the dump and the buy in the 3's.  That's what I get for sleeping in on Thanksgiving day.  Happy Thanksgiving to all that celebrate.  And Happy Thursday to those that don't!

the dump was some kind of present for us
some low buyorders got fulfilled where noone ever believed he would really be able get someone to give him DMD that cheap

our buyorderbook is really a trap for uninformed dumper
we regulary like 5-10% below sellorderbook thats a pretty big gap
and people who sell instant there instead of place sell orders
make someone smile  Grin

DMD/BTC    Diamond    2.16 BTC    0.00038499    0.00047051 BTC    0.00023323 BTC

again a day with over 2 BTC volume
and who had ever dreamed to be able buy DMD at 0.00023 again.....
thx to the dumper

and there is it seems still bots running place a lot automated 0.1 dmd sell orders
so we can still abuse that atempt to lower price to get hands on more cheap DMD

Hehe - I will keep a better eye out.  I have some BTC ready for these types of dumps! :-)
1384  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Diamond (DMD) Evolution v 2.0 | NEW wallet, 50% POS Active on: November 27, 2014, 03:10:50 PM
Damn it - I missed the dump and the buy in the 3's.  That's what I get for sleeping in on Thanksgiving day.  Happy Thanksgiving to all that celebrate.  And Happy Thursday to those that don't!
1385  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SPR] SpreadCoin | True Decentralization (No Pools) on: November 25, 2014, 11:19:44 AM
What happened to the Windows binary download? So, I figure that we have to compile the source code ourselves I guess?
Sorry for this, I messed up something. Now it is there.

I tried GPU mining and it works fine.
Encrypted wallet, now I have to do CPU mining or GPU would not connect.
I don't want to. I need my CPU. I don't want new wallet.
How do I de-encrypt my wallet or is this not possible?
You can mine to a specific address as described in OP. This way you don't need to unlock the wallet. To do so:
1. Use existing or better generate a new address.
2. Open debug console (Tools -> Debug Console) and enter:
Quote
dumpprivkey SYourSpreadCoinAddress
3. You will get your private key. Then open spreadcoin.conf or create it if it doesn't exist (D:\Users\<username>\AppData\Roaming\SpreadCoin\spreadcoin.conf on Windows) and add the following line:
Quote
miningprivkey=YourPrivateKey
4. Restart your wallet if it was running.
In the Mining tab you will now see notification that all mined coins will go to this address.

Mr. Spread - Is there a way to see how many Spreadcoins are in circulation?  The standard getinfo command didn't show it.
1386  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Diamond (DMD) Evolution v 2.0 | NEW wallet, 50% POS Active on: November 25, 2014, 10:32:35 AM
oh yer Smiley Smiley we r on the list thats so cool
in my opinion anyone without a real name on that list is a paradoxon.....
in cryptocoins we trust they write for that award but some nominated people not even show their real name
what kind of trust they have in this business Wink

in my opinion its a competition of fanbase size and nothing else
that u feel we as DMD Diamond Foundation are be worth listed there
honors me but u trust in me is of more value to me than any ranking on that list
Well said Cryptonit!
1387  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Diamond (DMD) Evolution v 2.0 | NEW wallet, 50% POS Active on: November 23, 2014, 04:23:42 PM
I believe there is a difference: wouldn't it also mean that people who buy DMD will get charged 3% on top of exchange fee ?

the 3% would be not at cryptsy but on DMD multipool which is used by DMD Cloudmining for conversion too

but still as i said before im against a double fee of 2% at pool and 3% from us......

a voting propose that would not be started by me

i just have to think i am the miner
i would not use such a service

i would use multipool as it is now because it does the same as i would do
(buy DMD with earned BTC) but once a additional 3% is added
i would just mine into my own BTC wallet and then do the buy DMD on my own

if people want to donate there chilo did show us the ideal way
he bought dmd cloudmining shares and said he want to donate 10% of the shared to the foundation

thats the right way

Ok - Cryptonit - I understand a bit better now.  I agree - We would turn away future investors because a lot of folks want instant profit.  I am in it for the long haul and I voluntarily approve my account to be charged a 3% fee on any conversions of BTC to DMD from Multipool and Cloud Mining production.  Please apply this to my account.  Maybe if we do it this way and people voluntarily donate then we can remove the issue of turning away future investors?
1388  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Diamond (DMD) Evolution v 2.0 | NEW wallet, 50% POS Active on: November 23, 2014, 04:18:15 PM
I would advise you to give them 0.5DMD per dollar invested. The investments will be enormous. As for the pot, just keep it. When it gets to higher values, I am sure someone will take it.
And frankly, pls tax dmd multipool and cloudmining at 3%. Your ressources feel too limited right now Wink Or a least: let the community vote!

I agree - I am reluctant to remove the earning of cloud shares - that is an interest building bonus that lead me to invest in the first place.  I think a tax should be made on the transfer from BTC to DMD side.  Vote it up!  Even though the multipool charges 2% I think Diamond should charge as well.  Just my two satoshi. :-)  

@TheMightyKnight my experiment https://bitcointalk.org/index.php?topic=580725.msg9628757#msg9628757
is already over 0.5 DMD per share still no one did go for it..... (600DMD at a 1000 shares invest)
i am a man who stand to his word so i will increase the DMD each day by 100 i just hope someone buy before i will lose a shitload of DMD on this experiment

@pokeytex so ur idea is keep bonus shares as marketing instrument and include a 3% fee at BTC/DMD exchange
which would flat hit anybody because Multipool and Cloudmining use the same mechanism?

because i got some PM already where people fear about their free reinvest shares
we never would remove the free reinvest shares they are as u said correct
one of the points why invest in DMD Cloudmining is a great idea

True. But that is for 1000$. I think for 100$ to 300$ investments, it could help maximise the number of investers. As for the flat rate pokeytex, I think it is a very bad idea Sad. I think 3% on both multipool and cloudmining would just be fine. As for the pot: the fact you have to put your own DMD is already a good reason for the DMD foundation to get higher revenues. Charge us 3% on multipool and cloudmining. In my opinion, DMD corp. should get at least 1000 DMD per day, not 70 as it is the case now.

ok ok get our numbers straight...... 1000DMD for DMD corp will never happen....... whole network produce ~1500

the 70 DMD we earn now are not that bad we have to look in the future where 1 DMD might be 10$ or more.......

the reason we think about a longterm income for dmd foundation is not because we not happy with the 70 DMD we earn now
but because at 1000000 total coins it will reduce to like 15 DMD a day.....

u can never use actual DMD value or all we do here would make no sence
20cent a DMD is a joke nowhere close to the value that would make the work we invest making anything else than wasted

i think u misunderstand poketex the 3% at btc/dmd conversion would be exactly that
Quote
Charge us 3% on multipool and cloudmining. In my opinion,

I believe there is a difference: wouldn't it also mean that people who buy DMD will get charged 3% on top of exchange fee ?
Or maybe poleytex was talking of the DMD/BTC conversion that only concerns Multipool and Cloudmining. Then I would support his idea Wink
I see your point about the 70DMD of course. What I meant is that DMD corp should find a way to get at least a steady income of 200$ a day and I think 3% on Cloudmining and Multipool would be a good start.

This is definitely what I mean - 3% on all conversions from multipool and cloud mining.  I think it is fair and would help increase the account for furthering DMD.  As far as the $1000 cloud mining shares go I want to do it but the wallet is a bit tight this month - Christmas is on the way :-) Kids come first.  It I find myself with an extra $1000 I will be mopping up those extra DMD's and Cloud Mining shares for sure! :-)
1389  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Diamond (DMD) Evolution v 2.0 | NEW wallet, 50% POS Active on: November 23, 2014, 01:13:20 PM
regarding cloudmining isnestments i can see most go with values between 100$ and 300$
but some already invested the third time......
so this might be the reason the catch a whale and the last pot for 1000 DMD shares action are not successfull

help me to find a way how we can attract and reward people (new people and existing ones) to invest into DMD Cloudmining

without bonus shares

im willing to use a part of my own DMD earnings for it so it can be DMD driven rewards

give me ur input what would be interesting packages?

(just a sidenode me aways seeking new investors might look like we fail to attract new thats not true but i want more...
...more because more DMD Cloudmining power = more buy pressure on DMD and this way a self fulfilling prophecy
(until 23. we attracted in alone in november already 3477$ new investments))

I would advise you to give them 0.5DMD per dollar invested. The investments will be enormous. As for the pot, just keep it. When it gets to higher values, I am sure someone will take it.
And frankly, pls tax dmd multipool and cloudmining at 3%. Your ressources feel too limited right now Wink Or a least: let the community vote!

I agree - I am reluctant to remove the earning of cloud shares - that is an interest building bonus that lead me to invest in the first place.  I think a tax should be made on the transfer from BTC to DMD side.  Vote it up!  Even though the multipool charges 2% I think Diamond should charge as well.  Just my two satoshi. :-)   
1390  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Diamond (DMD) Evolution v 2.0 | NEW wallet, 50% POS Active on: November 22, 2014, 06:41:08 PM
So I chose x11 on wafflepool and how to split my earnings now. It's a first time when I see this type of multipool so I need a guide Smiley

if u use the BTC address u got on dmd multipool for mining then everything else will work on its own

the btc u earn at waffle will be send to dmd multipool
there we gather until all users BTC is above 0.03 btc
then we start a exchange round send the btc to cryptsy
buy dmd send dmd to dmd multipool
split between the people who where part of this round and
send to their dmd wallet address

and we do all that without any fee on top what waffle asks from u


ok, let see

that is the thing which needs to be done

Cryptonit - Put it up for community vote - I vote yes to a 3% fee on Multipool - I am an active miner on it. - pokeytex
1391  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Diamond (DMD) Evolution v 2.0 | NEW wallet, 50% POS Active on: November 22, 2014, 12:47:18 PM

There's another one for Cryptonit
1392  Alternate cryptocurrencies / Altcoin Discussion / Re: 2014 Proof of Honor (POH) Awards - Nominate an Individual! on: November 22, 2014, 12:42:33 PM
I nominate Cryptonit (Helmut Seidl) from DMD - Diamond dev team.  He is a stand up guy, he is always there promoting the coin and his efforts are reassuring.  There are others on the Dev team (Danbi & Popshot) that I can't say get enough credit, however, Cryptonit is our PR person and I think he is a good choice for nomination.

Thread: https://bitcointalk.org/index.php?topic=580725.0
Website: http://bit.diamonds
1393  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Diamond (DMD) Evolution v 2.0 | NEW wallet, 50% POS Active on: November 20, 2014, 04:02:01 PM
mining hint for AMD card users try out yaamp.com lookls like they payout at NeoScypt far above nicehash

and use this mining software https://nicehash.com/software/#sgminer (the latests 5.1 dev branch

start with bat:
sgminer.exe --neoscrypt -i 14 -w 32 -g1 -o stratum+tcp://yaamp.com:4233 -u DMDMULTIPOOL_BTC_WALLET -p xx

Really wish someone can create a good Cuda miner for Neo-Scrypt :-)  I tried the cgminer but it is not good at all.
1394  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Diamond (DMD) Evolution v 2.0 | NEW wallet, 50% POS Active on: November 20, 2014, 01:18:07 PM
Hello - I would have no problem paying a commission/fee or the transactional end of every payment you make to me.  I would be comfortable up to 5% of the transaction that would go to the foundation wallet.  I do not have marketing skills but I would say don't randomly change contracts that are in place - that spooks me.  I would accept a transaction percent since you convert our BTC to DMD daily.  Between multipool and cloud mining I usually get about 25 DMD per day.  A 5% commision on that is about 1.25 DMD's in the foundations wallet.  I am ok with that.  

ok thx for ur feedback

please more voices from community speak up

we did read now values between 3% and 10%
on services that the company would provide

services at begin would be dmd cloudmining and dmd multipool
later on trading dmd cloudmining shares

keep in mind the company would use this earnings to maintain
and improve dmd diamond wallet code and network infrastructure mostly

we dont create a company with focus to earn a profit (even if laws force us to try so)
we create a company to give DMD Diamond a legal backbone and make sure we can longterm maintain and improve it



I am not sure about other countries but a business in the US can open up as a non-profit entity.  I am not sure of the legal process though and/or the requirements to stay non-profit.
1395  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Diamond (DMD) Evolution v 2.0 | NEW wallet, 50% POS Active on: November 20, 2014, 11:44:54 AM

I have to say I was quite shocked when you told me the daily budget of the DMD foundation is 70 DMD. Therefore, I strongly believe you should create a company and charge us 5% fee on all your pools and services. This may permit you to hire a paid team to work on DMD to ensure long-term viabilty, security and growth.

i think 5% is to much
but how about 3%
as the dmd cloudmining contract state at the moment that we guarantee
never more than  to 3% of total shares are bonus shares

now nearly the whole 3% of bonus shares are split as bonus shares between the investor as referral bonus (for investor and referrer)

we could future created bonus shares use to power the company

question is a referral program needed to reach new dmd cloudmining investors
if yes how we can power it if we dont have any bonus shares to offer any longer?

if there people in community who want to help than marketing and salesmen skillset would be very valuable

our core team is 100% at V3 preparations create whitepaper prioritize backlog items and new features and creating work-packages for coding

we could really need a helping hand at DMD Cloudmining promotion marketing.

another skillset we would find use is accountant.


so what skill we can use:

marketing
sales
accounting
lawyer
UI coding
wallet coding
web(webshop)
security(two way authentication...)
community management and support
and and and............

u might ask if we need so much what we have already
its not like we have nothing of the list above
we have just not enough of it because people fulfill multiple roles at once and only have limited time in each area
or some people have just a limited pool of hours they can spend

example daniel is a great coder but his time is very limited
so even we have a great coder we still seek new coder

Hello - I would have no problem paying a commission/fee on the transactional end of every payment you make to me.  I would be comfortable up to 5% of the transaction that would go to the foundation wallet.  I do not have marketing skills but I would say don't randomly change contracts that are in place - that spooks me.  I would accept a transaction percent since you convert our BTC to DMD daily.  Between multipool and cloud mining I usually get about 25 DMD per day.  A 5% commision on that is about 1.25 DMD's in the foundations wallet.  I am ok with that.  
1396  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Diamond (DMD) Evolution v 2.0 | NEW wallet, 50% POS Active on: November 20, 2014, 12:15:09 AM
Well actually I proposed some patches (some months ago) for non-x86 compiling but they were never integrated.
pallas u are of part of the extended circle u dont count as someone outside Wink

Well I sure as heck like to think I am a member of this community.  I am not technical in anyway that could help develop the coin but I have had my miners on DMD since 4-29-14.  I haven't sold a single diamond and like to think I am helping secure the network.  I know that my hash is small now considering what I see on Danbi's pool and what is showing in the overall network rate.  If an asic or change in algorithm comes out I will switch my asics to DMD instead of multipool to help secure it still.  If there is any other way I can contribute besides power for my gpus and asics please let me know.

Nobody will forget how you contributed to the voting on Usecryptos.

;-) Thanks
1397  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Diamond (DMD) Evolution v 2.0 | NEW wallet, 50% POS Active on: November 20, 2014, 12:14:08 AM
Well actually I proposed some patches (some months ago) for non-x86 compiling but they were never integrated.
pallas u are of part of the extended circle u dont count as someone outside Wink

Well I sure as heck like to think I am a member of this community.  I am not technical in anyway that could help develop the coin but I have had my miners on DMD since 4-29-14.  I haven't sold a single diamond and like to think I am helping secure the network.  I know that my hash is small now considering what I see on Danbi's pool and what is showing in the overall network rate.  If an asic or change in algorithm comes out I will switch my asics to DMD instead of multipool to help secure it still.  If there is any other way I can contribute besides power for my gpus and asics please let me know.

excuse my harsh word before
the bitter words are just the addition of stuff that gathered together and its a burden i carry around

i know a lot people contribute in a way they can





Not a problem Cryptonit - But I am serious - If I can help in some way whether it be beta testing or provide feedback of any kind let me know - In real life I am a salesman for a sign company and I tinker with computers on the side.  If any of that fits in to your plan let me know if I can contribute any time to help.
1398  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Diamond (DMD) Evolution v 2.0 | NEW wallet, 50% POS Active on: November 19, 2014, 11:40:36 PM
Well actually I proposed some patches (some months ago) for non-x86 compiling but they were never integrated.
pallas u are of part of the extended circle u dont count as someone outside Wink

Well I sure as heck like to think I am a member of this community.  I am not technical in anyway that could help develop the coin but I have had my miners on DMD since 4-29-14.  I haven't sold a single diamond and like to think I am helping secure the network.  I know that my hash is small now considering what I see on Danbi's pool and what is showing in the overall network rate.  If an asic or change in algorithm comes out I will switch my asics to DMD instead of multipool to help secure it still.  If there is any other way I can contribute besides power for my gpus and asics please let me know.
1399  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX] on: November 19, 2014, 12:15:50 AM
Latest driver (344.75) gave me +50kh per 750ti, so it's worth the update for once ^^
Probably more on the newer Maxwells Wink

Which algorithm?

Also what settings are you using?
X11, +60/+100

Latest driver (344.75) gave me +50kh per 750ti, so it's worth the update for once ^^
Probably more on the newer Maxwells Wink

Great, thanks for mentioning it, I've not updated the drivers for awhile  Smiley
If you're outdated, don't forget to check the latest improvements by tpruvot or sp_ Wink

Is it only x11 that is faster?  Or can other algos get an increase with the new driver and updates by tpruvot and sp_?  I am currently running dmd-gr (groestl) on ccminer 1.4.9
1400  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX] on: November 18, 2014, 11:53:31 PM
Latest driver (344.75) gave me +50kh per 750ti, so it's worth the update for once ^^
Probably more on the newer Maxwells Wink

Which algorithm?

Also what settings are you using?
Pages: « 1 ... 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 72 73 74 75 76 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!