Bitcoin Forum
September 28, 2025, 10:25:04 PM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 3 4 »
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ★█ Zeitcoin Movement █★ [ZEIT] POW/POS Join Our Thriving Community ★ 6 EXCHANGES on: March 16, 2014, 09:26:47 PM
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 <your password> 9999999
or (for minting only) use this
walletpassphrase <your password> 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
2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ★█ Zeitcoin Movement █★ [ZEIT] POW/POS Join Our Thriving Community ★ 6 EXCHANGES on: March 15, 2014, 10:44:36 PM
I like this coin.



3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ★█ Zeitcoin Movement █★ [ZEIT] POW/POS Join Our Thriving Community ★ 5 EXCHANGES on: March 10, 2014, 06:07:17 PM
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

4  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ★█ Zeitcoin Movement █★ [ZEIT] POW/POS Join Our Thriving Community ★ 5 EXCHANGES on: March 10, 2014, 12:30:35 PM
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
5  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ★█ Zeitcoin Movement █★ [ZEIT] POW/POS Join Our Thriving Community ★ 5 EXCHANGES on: March 10, 2014, 11:31:57 AM
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.
6  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ★█ Zeitcoin Movement █★ [ZEIT] POW/POS Join Our Thriving Community ★ 5 EXCHANGES on: March 10, 2014, 11:21:44 AM
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.
7  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ★█ Zeitcoin Movement █★ [ZEIT] POW/POS Join Our Thriving Community ★ 5 EXCHANGES on: March 09, 2014, 07:25:50 PM
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.
8  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ZEIT] ZEITCOIN -- 5 EXCHANGES POW/POS 11 Ghs Nethash on: March 08, 2014, 10:45:13 AM
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.



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.
9  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ZEIT] ZEITCOIN -- 5 EXCHANGES POW/POS 11 Ghs Nethash on: March 08, 2014, 06:03:24 AM
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.



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.
10  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ZEIT] ZEITCOIN -- 5 EXCHANGES POW/POS 11 Ghs Nethash on: March 07, 2014, 02:08:48 PM
2 Satoshi level is reached.

Be aware of marked manipulators.
They work like this: https://www.dropbox.com/s/juo3aeskh6sflhc/god.pdf
11  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ZEIT] ZEITCOIN -- 5 EXCHANGES POW/POS 11 Ghs Nethash on: March 05, 2014, 08:51:33 PM
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?
12  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ZEIT] ZEITCOIN -- 5 EXCHANGES POW/POS 11 Ghs Nethash on: March 05, 2014, 07:02:02 PM


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)
13  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [pandacoin] The Panda Coin ♥ Scrypt Adaptive-N w/Kimotos Gravity Well ★ on: February 22, 2014, 04:29:26 PM
What is the mathematical defenition of:
Dump: =? Purpose =?
Pump: =? Purpose =?

What is 51% problem?

Somebody clearly explain.
14  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [pandacoin] The Panda Coin ♥ Scrypt Adaptive-N w/Kimotos Gravity Well ★ on: February 21, 2014, 10:26:06 PM
Wolong can be "dead". What about Wolong2 to be born, with a total different name?
15  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [pandacoin] The Panda Coin ♥ Scrypt Adaptive-N w/Kimotos Gravity Well ★ on: February 21, 2014, 09:52:41 PM
In this text is found Dutch text.
This language is from Holland (The Netherlands) between Germany and England or Belgium upper part.
Dag, Hoi, Wat, de zeehond is Dutch. Zee = Sea; Hond = Dog. Wat is What or What do you say?

<@sevoque> hoi dag hoi hoi
[17:56] <james_brown> how long until panda hits 100 sat again
[17:56] <tehcrs> ahoi
[17:56] <tehcrs> meng
[17:56] <@sevoque> knueken de zeehond
[17:56] <tehcrs> james_brown do you frequently bang your head against walls?
[17:56] <loqdoq> sevoque
[17:56] <tehcrs> like on occasion
[17:56] <loqdoq> how is it
[17:56] <@sevoque> hoi
[17:56] <loqdoq> to be part of a scamgroup?
[17:56] <james_brown> wat
[17:56] <loqdoq> :>
[17:57] <tehcrs> wat

Source: http://pastebin.com/GNGapmNP

Personaly i think sevoque had good intentions, BTW. It turned out in the wrong direction.

lol im not dutch, i have a lot of dutch friends online =)

So i said Dutch text. Not that you are from The Netherlands or Belgium.

Edit: I lost only some electricity in this coin.
16  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [pandacoin] The Panda Coin ♥ Scrypt Adaptive-N w/Kimotos Gravity Well ★ on: February 21, 2014, 09:39:34 PM
In this text is found Dutch text.
This language is from Holland (The Netherlands) between Germany and England or Belgium upper part.
Dag, Hoi, Wat, de zeehond is Dutch. Zee = Sea; Hond = Dog. Wat is What or What do you say?

<@sevoque> hoi dag hoi hoi
[17:56] <james_brown> how long until panda hits 100 sat again
[17:56] <tehcrs> ahoi
[17:56] <tehcrs> meng
[17:56] <@sevoque> knueken de zeehond
[17:56] <tehcrs> james_brown do you frequently bang your head against walls?
[17:56] <loqdoq> sevoque
[17:56] <tehcrs> like on occasion
[17:56] <loqdoq> how is it
[17:56] <@sevoque> hoi
[17:56] <loqdoq> to be part of a scamgroup?
[17:56] <james_brown> wat
[17:56] <loqdoq> :>
[17:57] <tehcrs> wat

Source: http://pastebin.com/GNGapmNP

Personaly i think sevoque had good intentions, BTW. It turned out in the wrong direction.
17  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [pandacoin] The Panda Coin ♥ Scrypt Adaptive-N w/Kimotos Gravity Well ★ on: February 20, 2014, 04:29:27 PM

cryptorush.in back on. https://cryptorush.in/index.php?p=trading&m=PANDA&b=BTC
18  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [pandacoin] The Panda Coin ♥ Scrypt Adaptive-N w/Kimotos Gravity Well ★ on: February 20, 2014, 01:12:14 AM
Why does Bitdefender block the official site? Is there a web wallet?

Here are the wallets:
Windows: http://mxtm.me/dl/thepandacoin-0.8.6.2-win.zip
Mac: http://mxtm.me/dl/thepandacoin-0.8.6-mac.zip
GNU / Linux: http://mxtm.me/dl/thepandacoin-0.8.6.2.tar.gz
Arch Linux Aur: https://aur.archlinux.org/packages/thepandacoin-qt
19  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [pandacoin] The Panda Coin ♥ Scrypt Adaptive-N w/Kimotos Gravity Well ★ on: February 19, 2014, 05:07:42 PM
P2Pool rate at 115mh/s!!

Let us grow!

http://panda.gr2pool.eu:9190/static/

I have done so. Computer freezes every 1-2 hours. Same settings on other pool not.
20  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [pandacoin] The Panda Coin ♥ Scrypt Adaptive-N w/Kimotos Gravity Well ★ on: February 18, 2014, 07:37:49 PM
We  unleashed the Panda-Beast on the p2pool network..

In times of pools getting hashrates above of 2gh/s (by a total net hashrate @ 4.2 gh/s) its time to prevent the 51% by using a decentralized way of mining.

In short: "Mining solo in a group" :-)
For everyone who never heard about p2ool and for everyone who wanna escape pool operators, ddos attacks and high pool and transaction fees:

read: https://en.bitcoin.it/wiki/P2Pool

Just point your miners to one of the two nodes by using your ThePandaCoin WalletAddress as your Username

example:

"vertminer --scrypt-vert -Q 0 -o stratum+tcp://.....:9190 -u PayoutAddress -p anything"

http://bk-eu.cloudapp.net:9190  -> stratum+tcp://bk-eu.cloudapp.net:9190 -> EUROPE
http://bk-us.cloudapp.net:9190  -> stratum+tcp://bk-us.cloudapp.net:9190 -> US (Westcoast)
http://bk-asia.cloudapp.net:9190  -> stratum+tcp://bk-us.cloudapp.net:9190 -> ASIA (South-East)

You cant ping the nodes because windows azure has disabled ICMP :-( ... just give it a shot and watch the stale rate!

Or just setup your local node by using this:

https://github.com/TheoRettisch/p2pool-panda

A 1mhash/s user on my node made in 20hrs 169929.31765675 PANDAS ( http://panda-explorer.pool.minercoop.org/address/Pq1aqQF3Dph5WM1BPraZg4TPjhJXuScUFb )

BOOM!

joined ur p2pool..lets see if I can mine more with 1mh/s Smiley

edit
What does -Q 0 do? and what is the settings for the config?

Are the cardsettings the same?
How many payments, amount en when?


-Q 0 in batchfile
is
"queue" : "0" in configfile
Pages: [1] 2 3 4 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!