Pages:
Author

Topic: [ANN][SHA-256D] PETRODOLLAR (P$): BIG OIL COMES TO CRYPTO - page 22. (Read 127146 times)

sr. member
Activity: 378
Merit: 250
Yessir.
New site looks great. Very clean.

So has this been forked?
newbie
Activity: 30
Merit: 0
New website released: http://petrodollar.org/

Wallet release & connection resolution coming soon.

site looks good , have you taken over from Bryce as the dev then ?
legendary
Activity: 3486
Merit: 1126
New website released: http://petrodollar.org/

Wallet release & connection resolution coming soon.

And you are?Huh??

Just passing by

Well... at least you respond more than Bryce Wink

Hope it can be kick started.
legendary
Activity: 3486
Merit: 1126
New website released: http://petrodollar.org/

Wallet release & connection resolution coming soon.

And you are?Huh??
legendary
Activity: 3486
Merit: 1126
New problem. Solo mining XPD. Found 3 blocks in the last 2 days, not showing up in wallet. It's a little weird to me because the output is AS:0 and A:3 in bfgminer.

Any insight or help would be appreciated.

Thank you

You need to find 117 more blocks before you will.
hero member
Activity: 831
Merit: 500
BitSong is a decentralized music streaming platfor
New problem. Solo mining XPD. Found 3 blocks in the last 2 days, not showing up in wallet. It's a little weird to me because the output is AS:0 and A:3 in bfgminer.

Any insight or help would be appreciated.

Thank you
legendary
Activity: 3486
Merit: 1126
Hashed all night at your place, crackfoo. Haven't seen anything yet. Wallet is p5ZeM3FpA9XVMBAZnD8Z7btrbF9jryaswz. Only 1.6GH/s, but I should have gotten something. Can you please check it out?

Thank you

I did as well and have been getting payments. The blocks found while you were mining haven't matured yet.
I can't keep mining to try and keep the pool on the right fork. I'll keep petro active for another week but if there are no miners I'll have to shut it down. It wastes too much of my time try to get it back on the proper chain when someone eventually decides to drop by and mine.

hero member
Activity: 831
Merit: 500
BitSong is a decentralized music streaming platfor
Hashed all night at your place, crackfoo. Haven't seen anything yet. Wallet is p5ZeM3FpA9XVMBAZnD8Z7btrbF9jryaswz. Only 1.6GH/s, but I should have gotten something. Can you please check it out?

Thank you
legendary
Activity: 3486
Merit: 1126
looks like I finally have www.hasher.ca mining on a good chain. been receiving xpd to my wallet now. Here are my infos:

pool:

{
    "version" : 91000,
    "protocolversion" : 70001,
    "walletversion" : 60000,
    "balance" : 4332.09427988,
    "blocks" : 58928,
    "timeoffset" : -1,
    "connections" : 5,
    "proxy" : "",
    "difficulty" : 12841.57044488,
    "testnet" : false,
    "keypoololdest" : 1412329882,
    "keypoolsize" : 101,
    "paytxfee" : 0.00000000,
    "errors" : ""
}

wallet:

{
"version" : 91000,
"protocolversion" : 70001,
"walletversion" : 60000,
"balance" : 304446.55368995,
"blocks" : 58928,
"timeoffset" : 0,
"connections" : 9,
"proxy" : "",
"difficulty" : 12841.57044488,
"testnet" : false,
"keypoololdest" : 1393131193,
"keypoolsize" : 101,
"paytxfee" : 0.00000000,
"errors" : ""
}
sr. member
Activity: 542
Merit: 250
The net hashrate for P$ has been between 80-500 g/hs for a while now. I could, hell; anybody could 51% this coin with a single S3. I've been mining with a couple old U2's for fun, and I have been consistently hitting blocks left and right. The reward has been reduced to 30 P$ per block (0.00001500 total at today's prices). If you completely controlled the network, and mined a ton of P$ the market wouldn't be able to bear massive dumping due to lack of overall volume, and  forget the lack of volume, there's a total lack of interest in this coin.

I started mining with Scrypt, and P$ was the reason I started buying ASIC's and mining SHA-256. Its a shame that a coin with such promise has been such a colossal letdown.  

Can you post your conf and bat file? I am trying to get mine to work, but it won't go in CGminer.

Petrodollar .conf = ...

server=1
listen=1
daemon=1
addnode=162.243.147.115
addnode=100.74.48.37:2103
rpcuser=pd
rpcpassword=x
rpcallowip=*
rpcport=23931
netport=23931

My .bat file for solomining looks like this...

bfgminer.exe -o localhost:23931 -u pd -p x

Should be the same with cgminer, just make sure your rpcuser/password in the .conf file match the username/password in your batch file. Good luck!  

Still not working in solomining. The cgminer starts up, says its looking for work from a pool and then times out. The BFGminer is not recognizing the U2. I have the UART USB and Zadig on my PC as well.

Full .bat file using BFGMiner 3.1.0, with U2 overclocked to 2.10 G/Hs...

bfgminer.exe -o localhost:23931 -u pd -p x -S antminer:all --set-device antminer:clock=x0A01

For setting your clock speed on the U2 use the following chart...

Frequency   | Hashrate |  Value| Timeout
125.00 MHz | 1000 MHs | 0481 | 042 ms
137.50 MHz | 1100 MHs | 0501 | 039 ms
150.00 MHz | 1200 MHs | 0581 | 035 ms
162.50 MHz | 1300 MHs | 0601 | 033 ms
175.00 MHz | 1400 MHs | 0681 | 030 ms
187.50 MHz | 1500 MHs | 0701 | 028 ms
200.00 MHz | 1600 MHs | 0781 | 026 ms
212.50 MHz | 1700 MHs | 0801 | 025 ms
225.00 MHz | 1800 MHs | 0881 | 023 ms
237.50 MHz | 1900 MHs | 0901 | 022 ms
250.00 MHz | 2000 MHs | 0981 | 021 ms * STOCK
262.50 MHz | 2100 MHs | 0A01 | 020 ms
275.00 MHz | 2200 MHs | 0A81 | 019 ms


newbie
Activity: 24
Merit: 0
Still not working in solomining. The cgminer starts up, says its looking for work from a pool and then times out. The BFGminer is not recognizing the U2. I have the UART USB and Zadig on my PC as well.

Work with USB erupter and Block Erupter Cube
Quote
bfgminer.exe -o 127.0.0.1:32923 -u user -p pass --http-port 8330 -S all --icarus-options 115200:1:1 --icarus-timing 3.0=100 --no-submit-stale
hero member
Activity: 831
Merit: 500
BitSong is a decentralized music streaming platfor
OK, not I got something with bfgminer. had to re-run the drivers and do a manual detect after reinstalling. It is hashing through bfgminer and at least detected one new block.
hero member
Activity: 831
Merit: 500
BitSong is a decentralized music streaming platfor
The net hashrate for P$ has been between 80-500 g/hs for a while now. I could, hell; anybody could 51% this coin with a single S3. I've been mining with a couple old U2's for fun, and I have been consistently hitting blocks left and right. The reward has been reduced to 30 P$ per block (0.00001500 total at today's prices). If you completely controlled the network, and mined a ton of P$ the market wouldn't be able to bear massive dumping due to lack of overall volume, and  forget the lack of volume, there's a total lack of interest in this coin.

I started mining with Scrypt, and P$ was the reason I started buying ASIC's and mining SHA-256. Its a shame that a coin with such promise has been such a colossal letdown. 

Can you post your conf and bat file? I am trying to get mine to work, but it won't go in CGminer.

Petrodollar .conf = ...

server=1
listen=1
daemon=1
addnode=162.243.147.115
addnode=100.74.48.37:2103
rpcuser=pd
rpcpassword=x
rpcallowip=*
rpcport=23931
netport=23931

My .bat file for solomining looks like this...

bfgminer.exe -o localhost:23931 -u pd -p x

Should be the same with cgminer, just make sure your rpcuser/password in the .conf file match the username/password in your batch file. Good luck! 

Still not working in solomining. The cgminer starts up, says its looking for work from a pool and then times out. The BFGminer is not recognizing the U2. I have the UART USB and Zadig on my PC as well.
sr. member
Activity: 542
Merit: 250
The net hashrate for P$ has been between 80-500 g/hs for a while now. I could, hell; anybody could 51% this coin with a single S3. I've been mining with a couple old U2's for fun, and I have been consistently hitting blocks left and right. The reward has been reduced to 30 P$ per block (0.00001500 total at today's prices). If you completely controlled the network, and mined a ton of P$ the market wouldn't be able to bear massive dumping due to lack of overall volume, and  forget the lack of volume, there's a total lack of interest in this coin.

I started mining with Scrypt, and P$ was the reason I started buying ASIC's and mining SHA-256. Its a shame that a coin with such promise has been such a colossal letdown. 

Can you post your conf and bat file? I am trying to get mine to work, but it won't go in CGminer.

Petrodollar .conf = ...

server=1
listen=1
daemon=1
addnode=162.243.147.115
addnode=100.74.48.37:2103
rpcuser=pd
rpcpassword=x
rpcallowip=*
rpcport=23931
netport=23931

My .bat file for solomining looks like this...

bfgminer.exe -o localhost:23931 -u pd -p x

Should be the same with cgminer, just make sure your rpcuser/password in the .conf file match the username/password in your batch file. Good luck! 
hero member
Activity: 831
Merit: 500
BitSong is a decentralized music streaming platfor
The net hashrate for P$ has been between 80-500 g/hs for a while now. I could, hell; anybody could 51% this coin with a single S3. I've been mining with a couple old U2's for fun, and I have been consistently hitting blocks left and right. The reward has been reduced to 30 P$ per block (0.00001500 total at today's prices). If you completely controlled the network, and mined a ton of P$ the market wouldn't be able to bear massive dumping due to lack of overall volume, and  forget the lack of volume, there's a total lack of interest in this coin.

I started mining with Scrypt, and P$ was the reason I started buying ASIC's and mining SHA-256. Its a shame that a coin with such promise has been such a colossal letdown. 

Can you post your conf and bat file? I am trying to get mine to work, but it won't go in CGminer.
legendary
Activity: 3486
Merit: 1126
The net hashrate for P$ has been between 80-500 g/hs for a while now. I could, hell; anybody could 51% this coin with a single S3. I've been mining with a couple old U2's for fun, and I have been consistently hitting blocks left and right. The reward has been reduced to 30 P$ per block (0.00001500 total at today's prices). If you completely controlled the network, and mined a ton of P$ the market wouldn't be able to bear massive dumping due to lack of overall volume, and  forget the lack of volume, there's a total lack of interest in this coin.

I started mining with Scrypt, and P$ was the reason I started buying ASIC's and mining SHA-256. Its a shame that a coin with such promise has been such a colossal letdown. 

yeah, pretty much any coin this dev touched just got neglected despite people being happy he was the dev.
sr. member
Activity: 542
Merit: 250
The net hashrate for P$ has been between 80-500 g/hs for a while now. I could, hell; anybody could 51% this coin with a single S3. I've been mining with a couple old U2's for fun, and I have been consistently hitting blocks left and right. The reward has been reduced to 30 P$ per block (0.00001500 total at today's prices). If you completely controlled the network, and mined a ton of P$ the market wouldn't be able to bear massive dumping due to lack of overall volume, and  forget the lack of volume, there's a total lack of interest in this coin.

I started mining with Scrypt, and P$ was the reason I started buying ASIC's and mining SHA-256. Its a shame that a coin with such promise has been such a colossal letdown. 
legendary
Activity: 3486
Merit: 1126
Quote
what are your peers and getinfo?

Only added node in petrodollar.conf = ...

addnode=162.243.147.115

Console 'getinfo' = ...

"version" : 91000,
"protocolversion" : 70001,
"walletversion" : 60000,
"balance" : 22347.74369987,
"blocks" : 58693,
"timeoffset" : -27,
"connections" : 4,
"proxy" : "",
"difficulty" : 20352.28386754,
"testnet" : false,
"keypoololdest" : 1397010167,
"keypoolsize" : 101,
"paytxfee" : 0.00000000,
"errors" : ""
}

hard to tell who's on the right chain anymore...

my pool:

{
    "version" : 91000,
    "protocolversion" : 70001,
    "walletversion" : 60000,
    "blocks" : 58700,
    "timeoffset" : 0,
    "connections" : 1,
    "proxy" : "",
    "difficulty" : 27116.33305553,
    "testnet" : false,
    "keypoololdest" : 1412329882,
    "keypoolsize" : 101,
    "paytxfee" : 0.00000000,
    "errors" : ""
}

my wallet:

{
"version" : 91000,
"protocolversion" : 70001,
"walletversion" : 60000,
"balance" : 304443.53735667,
"blocks" : 58700,
"timeoffset" : 0,
"connections" : 9,
"proxy" : "",
"difficulty" : 27116.33305553,
"testnet" : false,
"keypoololdest" : 1393131193,
"keypoolsize" : 101,
"paytxfee" : 0.00000000,
"errors" : ""
}
hero member
Activity: 644
Merit: 500
you can try my pool if you like guys
http://178.62.250.192:8080/
middle port on all coins is varrdiff
my pools up and running if you want to try it out.
sr. member
Activity: 542
Merit: 250
Quote
what are your peers and getinfo?

Only added node in petrodollar.conf = ...

addnode=162.243.147.115

Console 'getinfo' = ...

"version" : 91000,
"protocolversion" : 70001,
"walletversion" : 60000,
"balance" : 22347.74369987,
"blocks" : 58693,
"timeoffset" : -27,
"connections" : 4,
"proxy" : "",
"difficulty" : 20352.28386754,
"testnet" : false,
"keypoololdest" : 1397010167,
"keypoolsize" : 101,
"paytxfee" : 0.00000000,
"errors" : ""
}
Pages:
Jump to: