ivanlabrie
|
|
July 15, 2013, 04:29:15 AM |
|
Is there a way with listtransaction to only see mined coins?
I checked before bur might have missed it.
Not without a separate script, they are labeled as being mined when you listtransactions. Let me ask again...do I need to do anything else other than sharing the same wallet.dat between my instances and main rig to get the coins in my main wallet? Do I need to watch all the instances, or is having one with putty opened displaying watch 'primecoind getbalance "" & primecoind getmininginfo' enough?
|
|
|
|
rethaw (OP)
|
|
July 15, 2013, 05:07:56 AM |
|
Is there a way with listtransaction to only see mined coins?
I checked before bur might have missed it.
Not without a separate script, they are labeled as being mined when you listtransactions. Let me ask again...do I need to do anything else other than sharing the same wallet.dat between my instances and main rig to get the coins in my main wallet? Do I need to watch all the instances, or is having one with putty opened displaying watch 'primecoind getbalance "" & primecoind getmininginfo' enough? I don't suggest sharing the wallet.dat, but it will probably work fine if you aren't mining too many. My suggestion on how to move mined coins around is in the OP.
|
|
|
|
ivanlabrie
|
|
July 15, 2013, 05:42:37 AM |
|
Is there a way with listtransaction to only see mined coins?
I checked before bur might have missed it.
Not without a separate script, they are labeled as being mined when you listtransactions. Let me ask again...do I need to do anything else other than sharing the same wallet.dat between my instances and main rig to get the coins in my main wallet? Do I need to watch all the instances, or is having one with putty opened displaying watch 'primecoind getbalance "" & primecoind getmininginfo' enough? I don't suggest sharing the wallet.dat, but it will probably work fine if you aren't mining too many. My suggestion on how to move mined coins around is in the OP. Thanks again rethaw...I did read it, but wasn't sure I was doing everything right.
|
|
|
|
jubalix
Legendary
Offline
Activity: 2632
Merit: 1023
|
|
July 15, 2013, 06:04:48 AM |
|
will sending XPM that is confirmed, while there is unconfirmed XPM in the qt-wallet cause a problem?
|
|
|
|
glongsword
|
|
July 15, 2013, 06:33:01 AM |
|
will sending XPM that is confirmed, while there is unconfirmed XPM in the qt-wallet cause a problem?
No, but there's a 0.01 XPM fee involved either way.
|
|
|
|
adambeazley
Newbie
Offline
Activity: 17
Merit: 0
|
|
July 15, 2013, 01:23:43 PM |
|
is anyone else getting compiler errors with the mikaelh2 build? In file included from main.cpp:16:0: prime.h:10:17: fatal error: gmp.h: No such file or directory compilation terminated. make: *** [obj/mail.o] Error 1
|
|
|
|
notlist3d
Legendary
Offline
Activity: 1456
Merit: 1000
|
|
July 15, 2013, 01:35:46 PM |
|
Can someone please post a guide step by step (sorry for asking :/) on upgrading to mikaelh2 build from original?
Thank you!
|
|
|
|
bidji29
|
|
July 15, 2013, 01:53:10 PM |
|
How do i replace the ancient version with the new one, without delete/recreate my droplet? And keeping the same wallet
I replace it. Here, lete me help you out some on linux. I move the old files out and then create a new section. primecoind stop cd ~ mv primecoin old4 git clone https://github.com/mikaelh2/primecoincd ~/primecoin/src make -f makefile.unix USE_UPNP=- mkdir ~/.primecoin echo "rpcuser=miner2 rpcpassword=test2 gen=1" > ~/.primecoin/primecoin.conf sudo mv primecoind /usr/local/bin/. primecoind --daemon
|
|
|
|
Mrko
Newbie
Offline
Activity: 20
Merit: 0
|
|
July 15, 2013, 01:55:55 PM |
|
How do i replace the ancient version with the new one, without delete/recreate my droplet? And keeping the same wallet
I replace it. Here, lete me help you out some on linux. I move the old files out and then create a new section. primecoind stop cd ~ mv primecoin old4 git clone https://github.com/mikaelh2/primecoincd ~/primecoin/src make -f makefile.unix USE_UPNP=- mkdir ~/.primecoin echo "rpcuser=miner2 rpcpassword=test2 gen=1" > ~/.primecoin/primecoin.conf sudo mv primecoind /usr/local/bin/. primecoind --daemon You need to do "mingw-get install mingw32-gmp" before compiling, else you get this error message: In file included from main.cpp:16:0: prime.h:10:17: fatal error: gmp.h: No such file or directory compilation terminated. make: *** [obj/mail.o] Error 1
|
|
|
|
bidji29
|
|
July 15, 2013, 01:57:21 PM |
|
i get this error on some of my instance :
root@een-11:~# primecoind: checkqueue.h:167: CCheckQueueControl<T>::CCheckQueueControl(CCheckQueue<T>*) [with T = CScriptCheck]: Assertion `pqueue->nTotal == pqueue->nIdle' failed
Everytime, i need to restart the process. Any idea how to auto-restart a process when it crashes?
|
|
|
|
notlist3d
Legendary
Offline
Activity: 1456
Merit: 1000
|
|
July 15, 2013, 02:03:28 PM |
|
How do i replace the ancient version with the new one, without delete/recreate my droplet? And keeping the same wallet
I replace it. Here, lete me help you out some on linux. I move the old files out and then create a new section. primecoind stop cd ~ mv primecoin old4 git clone https://github.com/mikaelh2/primecoincd ~/primecoin/src make -f makefile.unix USE_UPNP=- mkdir ~/.primecoin echo "rpcuser=miner2 rpcpassword=test2 gen=1" > ~/.primecoin/primecoin.conf sudo mv primecoind /usr/local/bin/. primecoind --daemon You need to do "mingw-get install mingw32-gmp" before compiling, else you get this error message: In file included from main.cpp:16:0: prime.h:10:17: fatal error: gmp.h: No such file or directory compilation terminated. make: *** [obj/mail.o] Error 1 I get a error when trying to use "mingw-get install mingw32-gmp" . Specifically "mingw-get: command not found"
|
|
|
|
de_xt
|
|
July 15, 2013, 02:05:54 PM |
|
When adding a payment method (either Credit card or Paypal) there's no place to put a coupon code. Is the promotion gone?
|
|
|
|
notlist3d
Legendary
Offline
Activity: 1456
Merit: 1000
|
|
July 15, 2013, 02:09:06 PM |
|
When adding a payment method (either Credit card or Paypal) there's no place to put a coupon code. Is the promotion gone?
Yes it is gone.
|
|
|
|
notlist3d
Legendary
Offline
Activity: 1456
Merit: 1000
|
|
July 15, 2013, 02:19:57 PM |
|
Any help with I get a error when trying to use "mingw-get install mingw32-gmp" . Specifically "mingw-get: command not found. Thanks!
|
|
|
|
itod
Legendary
Offline
Activity: 1974
Merit: 1077
^ Will code for Bitcoins
|
|
July 15, 2013, 02:58:24 PM |
|
is anyone else getting compiler errors with the mikaelh2 build? In file included from main.cpp:16:0: prime.h:10:17: fatal error: gmp.h: No such file or directory compilation terminated. make: *** [obj/mail.o] Error 1
sudo apt-get install libgmp-dev
|
|
|
|
subwolf
Newbie
Offline
Activity: 25
Merit: 0
|
|
July 15, 2013, 05:07:50 PM |
|
Last found block earlier today got me 12.78 XPM, and the difficulty is heading towards 9. Quickly becoming too expensive to run without specialist hardware or GPU power, I imagine in a week or two the average block will be worth about 6 XPM and too difficult to find without a whole lot of luck.
|
|
|
|
n4ru
|
|
July 15, 2013, 05:44:19 PM |
|
Last found block earlier today got me 12.78 XPM, and the difficulty is heading towards 9. Quickly becoming too expensive to run without specialist hardware or GPU power, I imagine in a week or two the average block will be worth about 6 XPM and too difficult to find without a whole lot of luck.
We have a very, very long time to go before the block reward hits 6 XPM.
|
|
|
|
adambeazley
Newbie
Offline
Activity: 17
Merit: 0
|
|
July 15, 2013, 05:52:16 PM |
|
How do i replace the ancient version with the new one, without delete/recreate my droplet? And keeping the same wallet
I replace it. Here, lete me help you out some on linux. I move the old files out and then create a new section. primecoind stop cd ~ mv primecoin old4 git clone https://github.com/mikaelh2/primecoincd ~/primecoin/src make -f makefile.unix USE_UPNP=- mkdir ~/.primecoin echo "rpcuser=miner2 rpcpassword=test2 gen=1" > ~/.primecoin/primecoin.conf sudo mv primecoind /usr/local/bin/. primecoind --daemon You need to do "mingw-get install mingw32-gmp" before compiling, else you get this error message: In file included from main.cpp:16:0: prime.h:10:17: fatal error: gmp.h: No such file or directory compilation terminated. make: *** [obj/mail.o] Error 1 I cannot get mingw installed.... mingw-get is not a valid command. downloaded the tar.zx, unpacked, but the make -f Makefile doesnt seem to do anything. cant figure this out, been googling all day
|
|
|
|
subwolf
Newbie
Offline
Activity: 25
Merit: 0
|
|
July 15, 2013, 05:54:07 PM |
|
We have a very, very long time to go before the block reward hits 6 XPM.
I dunno, reward was 15 XPM yesterday.
|
|
|
|
blackboy
|
|
July 15, 2013, 06:02:25 PM |
|
Hey, all setup and running now!
I have 10 droplets yielding about 300pps each. How much could I make daily with my setup?
|
Resistance is futile. Embrace cryptocurrencies.
|
|
|
|