Search content
Sort by

Showing 20 of 50 results by danny-rr
Post
Topic
Board Announcements (Altcoins)
Re: ★█ Zeitcoin Movement █★ [ZEIT] POW/POS Join Our Thriving Community ★ 6 EXCHANGES
by
danny-rr
on 16/03/2014, 21:26:47 UTC
I can't find it anywhere anymore, so someone needs to tell me it again: How can I mint my coins? What should I do with my zeit wallet?

Later (in about 1 week or 2 for example) you start your wallet, let it sync and type this into your debug console.

walletpassphrase 9999999
or (for minting only) use this
walletpassphrase 9999999 true


If you want to know how many coins in your wallet can be used for minting type
getinfo
and check the line saying stake:
Those are the coins that have been in your wallet for more than 20 days and give you any minting reward.

I suppose you will have to leave the wallet open for a while. However i dont know what the exact process is and how long it takes.


For a list of walletcommands type:                 help                      in the console.

See also: https://en.bitcoin.it/wiki/Original_Bitcoin_client/API_calls_list
Post
Topic
Board Announcements (Altcoins)
Re: ★█ Zeitcoin Movement █★ [ZEIT] POW/POS Join Our Thriving Community ★ 6 EXCHANGES
by
danny-rr
on 15/03/2014, 22:44:36 UTC
Post
Topic
Board Announcements (Altcoins)
Re: ★█ Zeitcoin Movement █★ [ZEIT] POW/POS Join Our Thriving Community ★ 5 EXCHANGES
by
danny-rr
on 10/03/2014, 18:07:17 UTC
Did you guys unlock your wallet before solo mining? I have been trying to solo mine for about a day, but found no blocks, but whenever I switched for a few hours to pool mining my miners
Did you guys unlock your wallet before solo mining? I have been trying to solo mine for about a day, but found no blocks, but whenever I switched for a few hours to pool mining my miners found 4 blocks... Go figure??
How do yo make solo mining??Can you pm me the procedure if it`s possible because i want to try me too??

Did you create the zeitcoin.conf?

Quote
rpcuser=user
rpcpassword=password
rpcallowip=192.168.1.*
rpcport=44843
server=1
daemon=1
listen=1
rpcconnect=192.168.1.*

Fill in your username, password, router range

Now in your .bat file. Run like this: {Don't forget to add your own miner configuration like -I 13 or whatever}

If your wallet and miner are at the same computer:

Quote
cgminer.exe --scrypt -o localhost:44843 -u user -p password  

Different computer, note the wallet computers IP address; Fill in your own, as this is only an example

Quote
cgminer.exe --scrypt -o http://192.168.1.15:44843 -u user -p password  


The Zeitcoin.conf i put it in to the wallet folder and fix the *.bat file but nothing happens the file doesn`t run

You mean you put it into AppData/Roaming/Zeitcoin - Right?
found 4 blocks... Go figure??
How do yo make solo mining??Can you pm me the procedure if it`s possible because i want to try me too??

Did you create the zeitcoin.conf?

Quote
rpcuser=user
rpcpassword=password
rpcallowip=192.168.1.*
rpcport=44843
server=1
daemon=1
listen=1
rpcconnect=192.168.1.*

Fill in your username, password, router range

Now in your .bat file. Run like this: {Don't forget to add your own miner configuration like -I 13 or whatever}

If your wallet and miner are at the same computer:

Quote
cgminer.exe --scrypt -o localhost:44843 -u user -p password  

Different computer, note the wallet computers IP address; Fill in your own, as this is only an example

Quote
cgminer.exe --scrypt -o http://192.168.1.15:44843 -u user -p password  


The Zeitcoin.conf i put it in to the wallet folder and fix the *.bat file but nothing happens the file doesn`t run

You mean you put it into AppData/Roaming/Zeitcoin - Right?

You can put the wallet content data in any drive or folder.
In your desktop shortcut you should add: -datadir=N:\mywalletfolder\zeit

Maybe hackers (or malware) wil look in the normal folder and find nothing.

Example content shortcut: N:\mywalletfolder\zeit\Zeitcoin-qt.exe -datadir=N:\mywalletfolder\zeit

Replace N: with your drive letter.

I put the file at the correct place but still the *.bat file doesn`t run.

What is happening? Is a window opening and closing?

My bat file content:

@echo off
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
COLOR E1
timeout /t 6
C:\cgminer372\cgminer.exe  --config C:\cgminer372\subfolder\zeit.conf

Well i put your bat file and change it but now it tells me that the system cannot find the path.Can you put me here and your config file Huh

This i an example path. Create your own and put the files in.

C:\yourfolderwithcgminer\cgminer.exe  --config C:\yourfolderwithcgminer\yourconfigfile.conf

Post
Topic
Board Announcements (Altcoins)
Re: ★█ Zeitcoin Movement █★ [ZEIT] POW/POS Join Our Thriving Community ★ 5 EXCHANGES
by
danny-rr
on 10/03/2014, 12:30:35 UTC
Did you guys unlock your wallet before solo mining? I have been trying to solo mine for about a day, but found no blocks, but whenever I switched for a few hours to pool mining my miners
Did you guys unlock your wallet before solo mining? I have been trying to solo mine for about a day, but found no blocks, but whenever I switched for a few hours to pool mining my miners found 4 blocks... Go figure??
How do yo make solo mining??Can you pm me the procedure if it`s possible because i want to try me too??

Did you create the zeitcoin.conf?

Quote
rpcuser=user
rpcpassword=password
rpcallowip=192.168.1.*
rpcport=44843
server=1
daemon=1
listen=1
rpcconnect=192.168.1.*

Fill in your username, password, router range

Now in your .bat file. Run like this: {Don't forget to add your own miner configuration like -I 13 or whatever}

If your wallet and miner are at the same computer:

Quote
cgminer.exe --scrypt -o localhost:44843 -u user -p password  

Different computer, note the wallet computers IP address; Fill in your own, as this is only an example

Quote
cgminer.exe --scrypt -o http://192.168.1.15:44843 -u user -p password  


The Zeitcoin.conf i put it in to the wallet folder and fix the *.bat file but nothing happens the file doesn`t run

You mean you put it into AppData/Roaming/Zeitcoin - Right?
found 4 blocks... Go figure??
How do yo make solo mining??Can you pm me the procedure if it`s possible because i want to try me too??

Did you create the zeitcoin.conf?

Quote
rpcuser=user
rpcpassword=password
rpcallowip=192.168.1.*
rpcport=44843
server=1
daemon=1
listen=1
rpcconnect=192.168.1.*

Fill in your username, password, router range

Now in your .bat file. Run like this: {Don't forget to add your own miner configuration like -I 13 or whatever}

If your wallet and miner are at the same computer:

Quote
cgminer.exe --scrypt -o localhost:44843 -u user -p password  

Different computer, note the wallet computers IP address; Fill in your own, as this is only an example

Quote
cgminer.exe --scrypt -o http://192.168.1.15:44843 -u user -p password  


The Zeitcoin.conf i put it in to the wallet folder and fix the *.bat file but nothing happens the file doesn`t run

You mean you put it into AppData/Roaming/Zeitcoin - Right?

You can put the wallet content data in any drive or folder.
In your desktop shortcut you should add: -datadir=N:\mywalletfolder\zeit

Maybe hackers (or malware) wil look in the normal folder and find nothing.

Example content shortcut: N:\mywalletfolder\zeit\Zeitcoin-qt.exe -datadir=N:\mywalletfolder\zeit

Replace N: with your drive letter.

I put the file at the correct place but still the *.bat file doesn`t run.

What is happening? Is a window opening and closing?

My bat file content:

@echo off
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
COLOR E1
timeout /t 6
C:\cgminer372\cgminer.exe  --config C:\cgminer372\subfolder\zeit.conf
Post
Topic
Board Announcements (Altcoins)
Re: ★█ Zeitcoin Movement █★ [ZEIT] POW/POS Join Our Thriving Community ★ 5 EXCHANGES
by
danny-rr
on 10/03/2014, 11:31:57 UTC
Did you guys unlock your wallet before solo mining? I have been trying to solo mine for about a day, but found no blocks, but whenever I switched for a few hours to pool mining my miners found 4 blocks... Go figure??
How do yo make solo mining??Can you pm me the procedure if it`s possible because i want to try me too??

Did you create the zeitcoin.conf?

Quote
rpcuser=user
rpcpassword=password
rpcallowip=192.168.1.*
rpcport=44843
server=1
daemon=1
listen=1
rpcconnect=192.168.1.*

Fill in your username, password, router range

Now in your .bat file. Run like this: {Don't forget to add your own miner configuration like -I 13 or whatever}

If your wallet and miner are at the same computer:

Quote
cgminer.exe --scrypt -o localhost:44843 -u user -p password 

Different computer, note the wallet computers IP address; Fill in your own, as this is only an example

Quote
cgminer.exe --scrypt -o http://192.168.1.15:44843 -u user -p password 


The Zeitcoin.conf i put it in to the wallet folder and fix the *.bat file but nothing happens the file doesn`t run

You mean you put it into AppData/Roaming/Zeitcoin - Right?
eeee no.Where is the appdata??

Normally the walletdata is in:

C:\Users\youraccountname\AppData\Roaming\Zeitcoin

Type %appdata% in your windows searchbox to end up there.
Post
Topic
Board Announcements (Altcoins)
Re: ★█ Zeitcoin Movement █★ [ZEIT] POW/POS Join Our Thriving Community ★ 5 EXCHANGES
by
danny-rr
on 10/03/2014, 11:21:44 UTC
Did you guys unlock your wallet before solo mining? I have been trying to solo mine for about a day, but found no blocks, but whenever I switched for a few hours to pool mining my miners
Did you guys unlock your wallet before solo mining? I have been trying to solo mine for about a day, but found no blocks, but whenever I switched for a few hours to pool mining my miners found 4 blocks... Go figure??
How do yo make solo mining??Can you pm me the procedure if it`s possible because i want to try me too??

Did you create the zeitcoin.conf?

Quote
rpcuser=user
rpcpassword=password
rpcallowip=192.168.1.*
rpcport=44843
server=1
daemon=1
listen=1
rpcconnect=192.168.1.*

Fill in your username, password, router range

Now in your .bat file. Run like this: {Don't forget to add your own miner configuration like -I 13 or whatever}

If your wallet and miner are at the same computer:

Quote
cgminer.exe --scrypt -o localhost:44843 -u user -p password  

Different computer, note the wallet computers IP address; Fill in your own, as this is only an example

Quote
cgminer.exe --scrypt -o http://192.168.1.15:44843 -u user -p password  


The Zeitcoin.conf i put it in to the wallet folder and fix the *.bat file but nothing happens the file doesn`t run

You mean you put it into AppData/Roaming/Zeitcoin - Right?
found 4 blocks... Go figure??
How do yo make solo mining??Can you pm me the procedure if it`s possible because i want to try me too??

Did you create the zeitcoin.conf?

Quote
rpcuser=user
rpcpassword=password
rpcallowip=192.168.1.*
rpcport=44843
server=1
daemon=1
listen=1
rpcconnect=192.168.1.*

Fill in your username, password, router range

Now in your .bat file. Run like this: {Don't forget to add your own miner configuration like -I 13 or whatever}

If your wallet and miner are at the same computer:

Quote
cgminer.exe --scrypt -o localhost:44843 -u user -p password  

Different computer, note the wallet computers IP address; Fill in your own, as this is only an example

Quote
cgminer.exe --scrypt -o http://192.168.1.15:44843 -u user -p password  


The Zeitcoin.conf i put it in to the wallet folder and fix the *.bat file but nothing happens the file doesn`t run

You mean you put it into AppData/Roaming/Zeitcoin - Right?

You can put the wallet content data in any drive or folder.
In your desktop shortcut you should add: -datadir=N:\mywalletfolder\zeit

Maybe hackers (or malware) wil look in the normal folder and find nothing.

Example content shortcut: N:\mywalletfolder\zeit\Zeitcoin-qt.exe -datadir=N:\mywalletfolder\zeit

Replace N: with your drive letter.
Post
Topic
Board Announcements (Altcoins)
Re: ★█ Zeitcoin Movement █★ [ZEIT] POW/POS Join Our Thriving Community ★ 5 EXCHANGES
by
danny-rr
on 09/03/2014, 19:25:50 UTC
I am new to this coin and to mining. Can anyone explain how to mine with AMD card?
I have Windows. Where can I download miner? Why isn't anything said about mining in OP?

Download miner for scrypt windows only here: http://johnsesl.com/software/.

This is version 3.7.2. do not use a different one. higher versions do not support scrypt.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][ZEIT] ZEITCOIN -- 5 EXCHANGES POW/POS 11 Ghs Nethash
by
danny-rr
on 08/03/2014, 10:45:13 UTC
Record your transactions!

There is a free screenrecording program: http://camstudio.org.

If you do transactions on an exchange, you better screenrecord your actions and store the movie on your harddrive.
So if something goes wrong you have prove of your transactions.

http://i1113.photobucket.com/albums/k513/Radius239/camstudiocryptorushtest_zps040c5aef.jpg

I am an inventor, you see. Always traced by good ideas. PM me if you want me to come up with good ideas. I like to sit for good ideas. Invest in it.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][ZEIT] ZEITCOIN -- 5 EXCHANGES POW/POS 11 Ghs Nethash
by
danny-rr
on 08/03/2014, 06:03:24 UTC
FYI https://www.cryptorush.in is working again..

record your transactions!

There is a free screenrecording program: http://camstudio.org.

If you do transactions on an exchange, you better screenrecord your actions and store the movie on your harddrive.
So if something goes wrong you have prove of your transactions.

http://i1113.photobucket.com/albums/k513/Radius239/camstudiocryptorushtest_zps040c5aef.jpg

I am an inventor, you see. Always traced by good ideas. PM me if you want me to come up with good ideas. I like to sit for good ideas. Invest in it.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][ZEIT] ZEITCOIN -- 5 EXCHANGES POW/POS 11 Ghs Nethash
by
danny-rr
on 07/03/2014, 14:08:48 UTC
2 Satoshi level is reached.

Be aware of marked manipulators.
They work like this: https://www.dropbox.com/s/juo3aeskh6sflhc/god.pdf
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][ZEIT] ZEITCOIN -- 5 EXCHANGES POW/POS 11 Ghs Nethash
by
danny-rr
on 05/03/2014, 20:51:33 UTC
Do any of you even blockexplorer?
Seems like a clone of mint, possibly same "dev". Same obfuscation of where premine went. Dev instamined. Anyone know exactly how pos will work?
Very similar. Just saying. Sure mine but don't buy this pos.
Just my 2 cents, maybe somebody cares to prove me wrong?

oops, I meant to write ZEITCOIN TO DA MOOOOON! ITS DA NEXT BITCOIN OMG!  Grin

here is where the current premine balance is at
http://bt.nice-media.ru/address/MZn6wP7poHRuhUucgEBqUkth8L4NTYf9zL

i followed through the giveaway transactions to get there, seems to add up to the 1/3 premine considering some initial transactions that seem to have been put aside for giveaways.


you generate PoS blocks if you have coins with coin-age > 20 days,
you could have your wallet offline for a whole year and then start it up to generate a PoS block and get the reward on the accumulated coin-age.

What is PoS or pos stand for?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][ZEIT] ZEITCOIN -- 5 EXCHANGES POW/POS 11 Ghs Nethash
by
danny-rr
on 05/03/2014, 19:02:02 UTC
http://i57.tinypic.com/9ite69.jpg

2.83G - what's the G stand for? Tongue


More on cgminer: type in the folder where the miner is located:
cgminer --help                or  cgminer -h


Also many issues and FAQs are covered in the forum thread
dedicated to this program,
   http://forum.bitcoin.org/index.php?topic=28402.0

The output line shows the following:
 (5s):223.5G (avg):219.6Gh/s | A:330090  R:0  HW:6904  WU:3027.6/m

Each column is as follows:
5s:  A 5 second exponentially decaying average hash rate
avg: An all time average hash rate
A:   The number of Accepted shares
R:   The number of Rejected shares
HW:  The number of HardWare errors
WU:   The Work Utility defined as the number of diff1 equivalent shares / minute

 AVA 0: 23C/ 47C 2280R | 77.10G/83.20Gh/s | A:120029 R:0 HW:2295 WU:1162.5/m

Each column is as follows:
Temperature (if supported)
Fanspeed (if supported)
A 5 second exponentially decaying average hash rate
An all time average hash rate
The number of accepted shares
The number of rejected shares
The number of hardware erorrs
The Work Utility defined as the number of diff1 equivalent shares / minute

The cgminer status line shows:
 TQ: 1  ST: 1  SS: 0  DW: 0  NB: 1  LW: 8  GF: 1  RF: 1

TQ is Total Queued work items.
ST is STaged work items (ready to use).
SS is Stale Shares discarded (detected and not submitted so don't count as rejects)
DW is Discarded Work items (work from block no longer valid to work on)
NB is New Blocks detected on the network
LW is Locally generated Work items
GF is Getwork Fail Occasions (server slow to provide work)
RF is Remote Fail occasions (server slow to accept work)
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][PandaCoin] The Official PandaCoin Launch thread! [Scrypt][NO PREMINE!]
by
danny-rr
on 14/02/2014, 22:36:01 UTC
panda 3.0 will beat panda 2.0.

Panda 2.0 has 3% premine
Panda 3.0 has 0% premine

Thats all thats needed to be said here.

Is this number 1, 2 or 3?

http://i39.photobucket.com/albums/e173/roelkisteman/pandacoin_zps6cbe5ad1.jpg
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][COYE] Coinye Coin - v3.0 ADDED BOUNTIES 50M & TWO NEW EXCHANGES
by
danny-rr
on 09/02/2014, 21:00:55 UTC
The Koi is a sleep for now. Wait...

It took Bitcoin many years. That was in a time nobody knew about cryptocoin(s).

http://i39.photobucket.com/albums/e173/roelkisteman/koimetgoudenzilver_zps953aa4c4.jpg

Feel free to donate...
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][COYE] Coinye Coin - v3.0 ADDED BOUNTIES 50M & TWO NEW EXCHANGES
by
danny-rr
on 05/02/2014, 08:47:22 UTC
why can not find coye on  poloniex.com ?

They stopped trading it on 30 january. See: https://bitcointalk.org/index.php?topic=396068.msg4829804#msg4829804
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][COYE] Coinye Coin - v3.0 ADDED BOUNTIES 50M & TWO NEW EXCHANGES
by
danny-rr
on 04/02/2014, 23:45:17 UTC
How to calculate KOI on China exchange to Bitcoin (BTC):

In China the rate is at 1.4 satoshi.

Pitifully Google Finance has no market variable for BTC. I cant find it till now. Somebody can?

http://i39.photobucket.com/albums/e173/roelkisteman/KOIBTC1_zps8d90d0ff.jpg
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][COYE] Coinye Coin - v3.0 ADDED BOUNTIES 50M & TWO NEW EXCHANGES
by
danny-rr
on 01/02/2014, 13:18:15 UTC
Download for the wallet is here (click on [windows] of [mac]): http://coinyecoin.org/

Be sure to create a configfile see: https://bitcointalk.org/index.php?topic=396068.msg4704982;topicseen#msg4704982
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][COYE] Coinye Coin - v3.0 ADDED BOUNTIES 50M & TWO NEW EXCHANGES
by
danny-rr
on 30/01/2014, 12:39:56 UTC
cryptorush.in

.in

ist that in India?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][COYE] Coinye Coin - v3.0 ADDED BOUNTIES 50M & TWO NEW EXCHANGES
by
danny-rr
on 30/01/2014, 10:46:35 UTC
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][COYE] Coinye Coin - v3.0 ADDED BOUNTIES 50M & TWO NEW EXCHANGES
by
danny-rr
on 30/01/2014, 09:29:45 UTC