Bitcoin Forum
May 06, 2024, 04:55:20 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 [16] 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 »
  Print  
Author Topic: [XPM] Pool mining primecoin using DigitalOcean (VPS)  (Read 88501 times)
notlist3d
Legendary
*
Offline Offline

Activity: 1456
Merit: 1000



View Profile
July 11, 2013, 09:12:42 PM
 #301

Looks like coupon code no longer works Sad.
1715014520
Hero Member
*
Offline Offline

Posts: 1715014520

View Profile Personal Message (Offline)

Ignore
1715014520
Reply with quote  #2

1715014520
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
Zalfrin
Sr. Member
****
Offline Offline

Activity: 401
Merit: 250



View Profile
July 11, 2013, 09:15:14 PM
 #302

Looks like coupon code no longer works Sad.

There are other coupon codes if you flex your google-foo. Wink
rethaw (OP)
Sr. Member
****
Offline Offline

Activity: 378
Merit: 255



View Profile
July 11, 2013, 09:37:26 PM
 #303

Looks like coupon code no longer works Sad.

Thanks, I'll remove it from OP.

nabworth
Newbie
*
Offline Offline

Activity: 50
Merit: 0


View Profile
July 11, 2013, 09:55:52 PM
 #304

So I made a snapshot of my orig droplet and spun up a couple new ones from that snapshot and noticed something interesting.
One of them mined a block ( yay! ) but it is showing up in each of the clone droplets. my guess is it's happening because they're all using a cloned wallet aka priv key .
I imagine that is not a big deal ... but my worry is that they may be doing redundant work, and trying to solve for identical things since theyre clones and not unique instances.
Crossing my fingers that since they all read off the blockchain, that they'd be trying to solve for different blocks from each other.
Either way, I'll probably just end up destroying them and compiling primecoin on each one, just to be safe.
Zalfrin
Sr. Member
****
Offline Offline

Activity: 401
Merit: 250



View Profile
July 11, 2013, 09:59:22 PM
 #305

So I made a snapshot of my orig droplet and spun up a couple new ones from that snapshot and noticed something interesting.
One of them mined a block ( yay! ) but it is showing up in each of the clone droplets. my guess is it's happening because they're all using a cloned wallet aka priv key .
I imagine that is not a big deal ... but my worry is that they may be doing redundant work, and trying to solve for identical things since theyre clones and not unique instances.
Crossing my fingers that since they all read off the blockchain, that they'd be trying to solve for different blocks from each other.
Either way, I'll probably just end up destroying them and compiling primecoin on each one, just to be safe.

I've been using the cloned wallet and it's been working fine. Can't say if having separate wallets would give you better performance, but I doubt it.
itod
Legendary
*
Offline Offline

Activity: 1974
Merit: 1076


^ Will code for Bitcoins


View Profile
July 11, 2013, 10:10:18 PM
 #306

wallet location is: ~/.primecoin/wallet.dat

In the same hidden directory you will find (or you can create it) primecoin.conf if you need it.

If you don't want all your droplets to mine with the same address you don't need to recompile anything, on the contrary after the recompile they would still mine with the old addresses from the previously created and unchanged wallet.dat. If you want not to mix found blocks from droplets, it is enough to delete wallet.dat on each droplet, restart the primecoind on each droplet, wallet.dat will be automatically recreated with new addresses, and they will now have found blocks of its own.
nabworth
Newbie
*
Offline Offline

Activity: 50
Merit: 0


View Profile
July 11, 2013, 10:52:28 PM
 #307

wallet location is: ~/.primecoin/wallet.dat

In the same hidden directory you will find (or you can create it) primecoin.conf if you need it.

If you don't want all your droplets to mine with the same address you don't need to recompile anything, on the contrary after the recompile they would still mine with the old addresses from the previously created and unchanged wallet.dat. If you want not to mix found blocks from droplets, it is enough to delete wallet.dat on each droplet, restart the primecoind on each droplet, wallet.dat will be automatically recreated with new addresses, and they will now have found blocks of its own.

good point . thanks!
soulmann
Full Member
***
Offline Offline

Activity: 221
Merit: 100


View Profile
July 12, 2013, 12:04:30 AM
 #308

Does the copy paste work? I can not paste code in ubuntu console.
Teka
Hero Member
*****
Offline Offline

Activity: 840
Merit: 1000



View Profile
July 12, 2013, 12:11:11 AM
 #309

I've upgraded to the 16 core for the night and my pps is : 2391
OnlyC
Full Member
***
Offline Offline

Activity: 154
Merit: 100


View Profile
July 12, 2013, 12:14:20 AM
 #310

Does the copy paste work? I can not paste code in ubuntu console.

right-mouse click, paste
jubalix
Legendary
*
Offline Offline

Activity: 2618
Merit: 1022


View Profile WWW
July 12, 2013, 12:27:45 AM
 #311

I've upgraded to the 16 core for the night and my pps is : 2391

I tried the 16 core and get 0-5 pps

the 1 core 20 pps

what am I doing wrong???

Admitted Practicing Lawyer::BTC/Crypto Specialist. B.Engineering/B.Laws

https://www.binance.com/?ref=10062065
jubalix
Legendary
*
Offline Offline

Activity: 2618
Merit: 1022


View Profile WWW
July 12, 2013, 12:29:52 AM
 #312

I have been unable to get a block in two days. Now I am only getting 1 and 0 PPS. I rebooted the drop, but it didn't help.

I have the same problem as you really low PPS

Admitted Practicing Lawyer::BTC/Crypto Specialist. B.Engineering/B.Laws

https://www.binance.com/?ref=10062065
Teka
Hero Member
*****
Offline Offline

Activity: 840
Merit: 1000



View Profile
July 12, 2013, 12:31:59 AM
 #313

I've upgraded to the 16 core for the night and my pps is : 2391

I tried the 16 core and get 0-5 pps

the 1 core 20 pps

what am I doing wrong???

Compile and run the update in the original op:

Code:
apt-get install git
git clone https://github.com/primecoin/primecoin.git
apt-get install build-essential libssl-dev libboost-all-dev libdb5.3++-dev -y
cd ~/primecoin/src
make -f makefile.unix USE_UPNP=-
mkdir ~/.primecoin
echo "rpcuser=ARPCUserName
rpcpassword=SomethingReallyLongOK
gen=1" > ~/.primecoin/primecoin.conf
sudo mv primecoind /usr/local/bin/.
primecoind --daemon
watch 'primecoind listtransactions & primecoind getmininginfo'

Also apparently New York servers have the best performance.
soulmann
Full Member
***
Offline Offline

Activity: 221
Merit: 100


View Profile
July 12, 2013, 12:35:10 AM
Last edit: July 12, 2013, 12:51:02 AM by soulmann
 #314

Does the copy paste work? I can not paste code in ubuntu console.

right-mouse click, paste

I press right mouse click and see nothing, ctrl+v doesnt work too.

I used putty and it works.
jubalix
Legendary
*
Offline Offline

Activity: 2618
Merit: 1022


View Profile WWW
July 12, 2013, 12:56:54 AM
 #315

I've upgraded to the 16 core for the night and my pps is : 2391

I tried the 16 core and get 0-5 pps

the 1 core 20 pps

what am I doing wrong???

Compile and run the update in the original op:

Code:
apt-get install git
git clone https://github.com/primecoin/primecoin.git
apt-get install build-essential libssl-dev libboost-all-dev libdb5.3++-dev -y
cd ~/primecoin/src
make -f makefile.unix USE_UPNP=-
mkdir ~/.primecoin
echo "rpcuser=ARPCUserName
rpcpassword=SomethingReallyLongOK
gen=1" > ~/.primecoin/primecoin.conf
sudo mv primecoind /usr/local/bin/.
primecoind --daemon
watch 'primecoind listtransactions & primecoind getmininginfo'

Also apparently New York servers have the best performance.

I did that !!!!!

Admitted Practicing Lawyer::BTC/Crypto Specialist. B.Engineering/B.Laws

https://www.binance.com/?ref=10062065
Teka
Hero Member
*****
Offline Offline

Activity: 840
Merit: 1000



View Profile
July 12, 2013, 12:59:28 AM
 #316

I've upgraded to the 16 core for the night and my pps is : 2391

I tried the 16 core and get 0-5 pps

the 1 core 20 pps

what am I doing wrong???

Compile and run the update in the original op:

Code:
apt-get install git
git clone https://github.com/primecoin/primecoin.git
apt-get install build-essential libssl-dev libboost-all-dev libdb5.3++-dev -y
cd ~/primecoin/src
make -f makefile.unix USE_UPNP=-
mkdir ~/.primecoin
echo "rpcuser=ARPCUserName
rpcpassword=SomethingReallyLongOK
gen=1" > ~/.primecoin/primecoin.conf
sudo mv primecoind /usr/local/bin/.
primecoind --daemon
watch 'primecoind listtransactions & primecoind getmininginfo'

Also apparently New York servers have the best performance.

I did that !!!!!


Hmmm...

Try moving all of your coins to your local wallet and then delete your droplet and start all over again.
maco
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250



View Profile
July 12, 2013, 01:55:44 AM
 #317

sudo mv primecoind /usr/local/bin/.

^^ Not working

/primecoin/src# sudo mv primecoind /usr/local/bin/.
mv: cannot stat `primecoind': No such file or directory


I am on ubuntu-12.04-x86_64

Zalfrin
Sr. Member
****
Offline Offline

Activity: 401
Merit: 250



View Profile
July 12, 2013, 01:58:11 AM
 #318

sudo mv primecoind /usr/local/bin/.

^^ Not working

/primecoin/src# sudo mv primecoind /usr/local/bin/.
mv: cannot stat `primecoind': No such file or directory


I am on ubuntu-12.04-x86_64



See this post on the previous page, and the following posts where he fixes the problem. Can't remember if he said explicitly what his issue was for that particular hangup.

https://bitcointalk.org/index.php?topic=252944.msg2707718#msg2707718
RandyFolds
Sr. Member
****
Offline Offline

Activity: 448
Merit: 250



View Profile
July 12, 2013, 02:12:36 AM
 #319

Well, I managed to get the optimized client compiled. It's running about 100-200pps on four instances. I'm pretty proud of myself...linux is kind of frustrating when you're just learnin'. Thanks for everyone throwing it down in this thread. Super helpful!
maco
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250



View Profile
July 12, 2013, 02:14:41 AM
 #320

I see. That's why.. primecoind not in there. Where did I go wrong? back up and install it again?

addrman.cpp         clientversion.h  leveldb.cpp           obj-test               sync.h
addrman.h           compat.h         leveldb.h             prime.cpp              test
alert.cpp           crypter.cpp      limitedmap.h          prime.h                threadsafety.h
alert.h             crypter.h        main.cpp              protocol.cpp           txdb.cpp
allocators.h        db.cpp           main.h                protocol.h             txdb.h
base58.h            db.h             makefile.linux-mingw  qt                     ui_interface.h
bignum.h            hash.cpp         makefile.mingw        rpcblockchain.cpp      uint256.h
bitcoinrpc.cpp      hash.h           makefile.osx          rpcdump.cpp            util.cpp
bitcoinrpc.h        init.cpp         makefile.unix         rpcmining.cpp          util.h
bloom.cpp           init.h           mruset.h              rpcnet.cpp             version.cpp
bloom.h             json             net.cpp               rpcrawtransaction.cpp  version.h
checkpoints.cpp     key.cpp          net.h                 rpcwallet.cpp          wallet.cpp
checkpoints.h       key.h            netbase.cpp           script.cpp             wallet.h
checkpointsync.cpp  keystore.cpp     netbase.h             script.h               walletdb.cpp
checkpointsync.h    keystore.h       noui.cpp              serialize.h            walletdb.h
checkqueue.h        leveldb          obj                   sync.cpp
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 [16] 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!