Author

Topic: Historic Cryptogenic Bullion thread - CLOSED - page 162. (Read 286609 times)

legendary
Activity: 1696
Merit: 1008
Thank you Merc! OP updated.
sr. member
Activity: 364
Merit: 250
OP updated with solo mining info. Still bounties available for someone who has time and wants to make a step by step guide for solo mining CGB. This manual should be easy enough for someone new to computers to be able to follow and get mining. My wife will test it out, lol. 50 CGB for Mac and 50 CGB for Windows, or 100 CGB if you do both.

Solo mining info is below.  I don't need the bounty.

Getting Started:

1. Start up CryptogenicBullion-qt, wait for it to load, then exit.

2. open a new notepad file and copy/paste the following info:

rpcuser=*username*  (make up your own username, and do not include *)
rpcpassword=*password*  (make up your own password, and do not include *)
rpcallowip=127.0.0.1
rpcconnect=127.0.0.1
rpcport=8395
daemon=1
server=1
gen=0
testnet=0
listen=0
maxconnections=100
addnode=46.150.89.173
addnode=70.98.114.229
addnode=76.102.71.50
addnode=143.238.65.108
addnode=76.10.153.119
addnode=97.89.174.206
addnode=69.85.86.195


3. Save the above notepad file with the name: CryptogenicBullion.conf and place it in your c:/users/**yourcomputername**/appdata/roaming/CryptogenicBullion  (alternatively, you can search by going to start->search "%APPDATA%" without quotations)

4. restart CryptogenicBullion-qt, and you should connect and sync.

5. For solo mining, launch cgminer or whatever mining program you like and begin mining.
      cgminer example: cgminer.exe --scrypt -o localhost:8395 -u **yourusername** -p **password** (without **)
legendary
Activity: 1696
Merit: 1008
OP updated with solo mining info. Still bounties available for someone who has time and wants to make a step by step guide for solo mining CGB. This manual should be easy enough for someone new to computers to be able to follow and get mining. My wife will test it out, lol. 50 CGB for Mac and 50 CGB for Windows, or 100 CGB if you do both.
hero member
Activity: 532
Merit: 500
Ok I should be able to run a git pull correct ? Or do I need to download the file from Google docs?

Please dl from Dropbox link.
Ok I don't see the link for that, so I can't use the source from git hub thought that was updated also

Sorry, too many things at once. Github is up to date. I was talking about Maxpower's Mac wallet.
Ok thanks
legendary
Activity: 1696
Merit: 1008
Ok I should be able to run a git pull correct ? Or do I need to download the file from Google docs?

Please dl from Dropbox link.
Ok I don't see the link for that, so I can't use the source from git hub thought that was updated also

Sorry, too many things at once. Github is up to date. I was talking about Maxpower's Mac wallet.
hero member
Activity: 532
Merit: 500
Ok I should be able to run a git pull correct ? Or do I need to download the file from Google docs?

Please dl from Dropbox link.
Ok I don't see the link for that, so I can't use the source from git hub thought that was updated also
legendary
Activity: 1696
Merit: 1008
Ok I should be able to run a git pull correct ? Or do I need to download the file from Google docs?

Please dl from Dropbox link.
hero member
Activity: 532
Merit: 500
Ok I should be able to run a git pull correct ? Or do I need to download the file from Google docs?
legendary
Activity: 1696
Merit: 1008
Mac client updated on OP
sr. member
Activity: 308
Merit: 250
FlutterCoin Developer
yessir I helped out on this one LOL the IRC server being used originally was banning everyone (thought they were bots)
hero member
Activity: 532
Merit: 500
legendary
Activity: 1696
Merit: 1008
sr. member
Activity: 308
Merit: 250
FlutterCoin Developer
Also the warning is still there, though your also right I did see it was removed at one time if you look at the history of that piece of code.
sr. member
Activity: 308
Merit: 250
FlutterCoin Developer
Seems to be a non-issue.  The old checkpoint.  The client is still connected to the network and recieving payouts from pool. :}


Message has been corrected in the code, just need to build and release new binaries. Stay tuned

Thanks for staying on top of this, those messages are really annoying.  DGC wallet says it's synced but permanently looks like it is in the middle of downloading 100k blocks.  That kind of crap will make general users feel like they are using shoddy or broken software, and doesn't instill confidence. FWIW.

Please download to correct the "Checkpoint too old warning":

https://docs.google.com/file/d/0B_N4P72HWplSWkw3cnBEel96cVU/edit?usp=sharing

Let me know if anyone has issues with this. Will be making a unique thread to announce this soon with another promotional giveaway shortly...

There was no checkpoint "FIX" the warning message was removed from the source. The warning is there for a reason. It is good to see the new dev put it back in
The warning wasn't removed... checkpoints were added

static MapCheckpoints mapCheckpoints =
        boost::assign::map_list_of
        ( 0, hashGenesisBlockOfficial )
        ( 1, uint256("0x00000c98ca5027576dcdf662cedd271db881f5fe6e781a220bdd08e11da1a094") )
      ( 2048, uint256("0x00000000f15435e7fbc783c2de4650ede9bcbdcf91cfcd405491e33ce73a4a4b") )
      ( 4096, uint256("0x00000002451e25091ad7b0f21952f720886da0633800208498a570845a485f9e") )
      ( 8048, uint256("0x00000001093928ee031247e1f96790cd61357d3bc6fe3b740c4ee9c0cdb28c02") )
      ( 12000, uint256("0x00000004243e17f9b8606dd1858c1f6a246066179f80e49216f8cb5de3b29b7d") )
      ( 15000, uint256("0x00000006d149e96f86a350a1e901d1b4c695e63984279998f39c0a0e068d4bc8") )
      ( 16622, uint256("0x00000002ec3a12b81047695f6b91a1f96110ce552e148e7d4b8fd4795879de11") )
      ( 20000, uint256("0x0000000289d00ba307f8757a52d4ebe7a913426ceb614496a969c669eab52cc5") )
      ( 21250, uint256("0x0000000110bdaf64c6e2937798bac702f169f24181eed8a618c1c7b5ae5060bb") )
        ;
legendary
Activity: 1904
Merit: 1005
PGP ID: 78B7B84D
hero member
Activity: 868
Merit: 1000
new dev?
legendary
Activity: 1064
Merit: 1002
Seems to be a non-issue.  The old checkpoint.  The client is still connected to the network and recieving payouts from pool. :}


Message has been corrected in the code, just need to build and release new binaries. Stay tuned

Thanks for staying on top of this, those messages are really annoying.  DGC wallet says it's synced but permanently looks like it is in the middle of downloading 100k blocks.  That kind of crap will make general users feel like they are using shoddy or broken software, and doesn't instill confidence. FWIW.

Please download to correct the "Checkpoint too old warning":

https://docs.google.com/file/d/0B_N4P72HWplSWkw3cnBEel96cVU/edit?usp=sharing

Let me know if anyone has issues with this. Will be making a unique thread to announce this soon with another promotional giveaway shortly...

There was no checkpoint "FIX" the warning message was removed from the source. The warning is there for a reason. It is good to see the new dev put it back in
member
Activity: 84
Merit: 10
could someone give me an example of the conf for this im pretty new to mining?

running w7

edit: i fixed this part Smiley

just having trouble setting up solo on cg Sad

you using cgminer mate? or just cpu?  You can not have the client encrypted to solo.   If you have gpus, you should join the pool.



it ok i fixed it i can solo now but i joined the pool anyway Smiley
hero member
Activity: 868
Merit: 1000
could someone give me an example of the conf for this im pretty new to mining?

running w7

edit: i fixed this part Smiley

just having trouble setting up solo on cg Sad

you using cgminer mate? or just cpu?  You can not have the client encrypted to solo.   If you have gpus, you should join the pool.

member
Activity: 84
Merit: 10
could someone give me an example of the conf for this im pretty new to mining?

running w7

edit: i fixed this part Smiley

just having trouble setting up solo on cg Sad
Jump to: