Bitcoin Forum
May 25, 2024, 03:28:49 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 »
  Print  
Author Topic: 【ANN】BITPOKEMONGO 【YOBIT】【BPOK】【X11】【POW+POS】【MICROSOFT AZURE】  (Read 32771 times)
barrysty1e
Hero Member
*****
Offline Offline

Activity: 636
Merit: 516



View Profile WWW
July 30, 2016, 12:25:57 PM
 #61

Hi guys,

Due to the nonstandard block reward structure - payouts will be slightly delayed:

Code:
2016-07-30 20:24:23 [Payments]  [bitpokemongo] Error detecting number of satoshis in a coin, cannot do payment processing. Tried parsing: {"result":2500.00000000,"error":null,"id":1469881463972}

/root/nomp/node_modules/async/dist/async.js:844
            if (fn === null) throw new Error("Callback was already called.");
                                   ^
Error: Callback was already called.
    at /root/nomp/node_modules/async/dist/async.js:844:36
    at /root/nomp/node_modules/async/dist/async.js:3676:17
    at /root/nomp/node_modules/async/dist/async.js:339:31
    at /root/nomp/libs/paymentProcessor.js:98:21
    at itemFinished (/root/nomp/node_modules/stratum-pool/lib/daemon.js:156:36)
    at /root/nomp/node_modules/stratum-pool/lib/daemon.js:169:17
    at parseJson (/root/nomp/node_modules/stratum-pool/lib/daemon.js:85:17)
    at IncomingMessage.<anonymous> (/root/nomp/node_modules/stratum-pool/lib/daemon.js:95:17)
    at IncomingMessage.emit (events.js:117:20)
    at _stream_readable.js:944:16
2016-07-30 20:24:23 [Master]    [Payment Processor] Payment processor died, spawning replacement...
2016-07-30 20:24:24 [Pool]      [bitpokemongo] (Thread 1) Share accepted at diff 0.81818182/1.38080520 by 8KMnUd2SDo2QqAsfR6QTgs5CCASnGG3jR6 [104.238.158.185]

Will have to manually calculate; all good.

Dev: comments?

James

my father wears sneakers in the pool
Perryl
Sr. Member
****
Offline Offline

Activity: 504
Merit: 250


View Profile
July 30, 2016, 12:38:26 PM
Last edit: July 30, 2016, 12:52:07 PM by Perryl
 #62

So here's what I did for solo-mining

I made a file named bitpokemongo.conf with these entries

server=1
daemon=1
listen=1
maxconnections=1024
rpcuser=user
rpcpassword=password
rpcport=9890

I made up the port number. Obviously, user and password are different.

I placed the .conf in my appdata\roaming\bitpokemongo folder

I used the program cc miner 1.8 with lbry support. you can download it here
http://cryptomining-blog.com/tag/ccminer-1-8/

Then I made a .bat with these entries

ccminer-x64 -a x11 -o http://127.0.0.1:9890 -u user -p password --show-diff --cpu-priority 4
pause

ccminer-x64 - is the program name, you can put .exe if you want.

-a x11 - is telling it what algo to use. This miner can mine most algos.

-0  http://127.0.0.1:9890 - means we're mining on localhost at port 9890. You define the port in the .conf. You can make it up for most coins.

-u user - change this to whatever you want but it has to match the entries in the .conf

-p password - change this to whatever you want but it has to match the entries in the .conf

--show-diff - shows the difficulty line

--cpu-priority 4 - idk what this does

pause - Always add this. So you can see why it fails. If your miner ever crashes and you can't see why all you need to do is add pause in the .bat and you can see it.

Once you have written the .bat you put it in the same folder as your ccminer-x64 is found. You need to start your wallet before you run the .bat.

btw I paid .1 for this miner before it was released publicly, and it's worth every penny.


Edit: Now that the pool is up solo-mining is pretty worthless, but you can join the pool!

ccminer-x64 -a x11 -o stratum+tcp://bazco.in:3333 -u YOURWALLET -p ANYTHING --show-diff --cpu-priority 4
pause
veves1
Legendary
*
Offline Offline

Activity: 1134
Merit: 1005


View Profile
July 30, 2016, 12:46:49 PM
 #63

where is Airdriop ?  Grin
BitPokemonGo (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
July 30, 2016, 12:54:02 PM
 #64

So here's what I did for solo-mining

I made a file named bitpokemongo.conf with these entries

server=1
daemon=1
listen=1
maxconnections=1024
rpcuser=user
rpcpassword=password
rpcport=9890

I made up the port number. Obviously, user and password are different.

I placed the .conf in my appdata\roaming\bitpokemongo folder

I used the program cc miner 1.8 with lbry support. you can download it here
http://cryptomining-blog.com/tag/ccminer-1-8/

Then I made a .bat with these entries

ccminer-x64 -a x11 -o http://127.0.0.1:9890 -u user -p password --show-diff --cpu-priority 4
pause

ccminer-x64 - is the program name, you can put .exe if you want.

-a x11 - is telling it what algo to use. This miner can mine most algos.

-0  http://127.0.0.1:9890 - means we're mining on localhost at port 9890. You define the port in the .conf. You can make it up for most coins.

-u user - change this to whatever you want but it has to match the entries in the .conf

-p password - change this to whatever you want but it has to match the entries in the .conf

--show-diff - shows the difficulty line

--cpu-priority 4 - idk what this does

pause - Always add this. So you can see why it fails. If your miner ever crashes and you can't see why all you need to do is add pause in the .bat and you can see it.

Once you have written the .bat you put it in the same folder as your ccminer-x64 is found. You need to start your wallet before you run the .bat.

btw I paid .1 for this miner before it was released publicly, and it's worth every penny.


Edit: Now that the pool is up solo-mining is pretty worthless, but you can join the pool!

ccminer-x64 -a x11 -o stratum+tcp://bazco.in:3333 -u YOURWALLET -p ANYTHING --show-diff --cpu-priority 4
pause

This is for Nvidia GPU
SushiNoTomato
Hero Member
*****
Offline Offline

Activity: 756
Merit: 500


View Profile
July 30, 2016, 12:56:48 PM
 #65

Hi guys,

Due to the nonstandard block reward structure - payouts will be slightly delayed:

Code:
2016-07-30 20:24:23 [Payments]  [bitpokemongo] Error detecting number of satoshis in a coin, cannot do payment processing. Tried parsing: {"result":2500.00000000,"error":null,"id":1469881463972}

/root/nomp/node_modules/async/dist/async.js:844
            if (fn === null) throw new Error("Callback was already called.");
                                   ^
Error: Callback was already called.
    at /root/nomp/node_modules/async/dist/async.js:844:36
    at /root/nomp/node_modules/async/dist/async.js:3676:17
    at /root/nomp/node_modules/async/dist/async.js:339:31
    at /root/nomp/libs/paymentProcessor.js:98:21
    at itemFinished (/root/nomp/node_modules/stratum-pool/lib/daemon.js:156:36)
    at /root/nomp/node_modules/stratum-pool/lib/daemon.js:169:17
    at parseJson (/root/nomp/node_modules/stratum-pool/lib/daemon.js:85:17)
    at IncomingMessage.<anonymous> (/root/nomp/node_modules/stratum-pool/lib/daemon.js:95:17)
    at IncomingMessage.emit (events.js:117:20)
    at _stream_readable.js:944:16
2016-07-30 20:24:23 [Master]    [Payment Processor] Payment processor died, spawning replacement...
2016-07-30 20:24:24 [Pool]      [bitpokemongo] (Thread 1) Share accepted at diff 0.81818182/1.38080520 by 8KMnUd2SDo2QqAsfR6QTgs5CCASnGG3jR6 [104.238.158.185]

Will have to manually calculate; all good.

Dev: comments?

James

When will payouts commence or are we mining for our coins to disappear into thin air Huh
tomsmith26
Hero Member
*****
Offline Offline

Activity: 1148
Merit: 512


View Profile
July 30, 2016, 12:59:40 PM
 #66

Hi guys,

Due to the nonstandard block reward structure - payouts will be slightly delayed:

Code:
2016-07-30 20:24:23 [Payments]  [bitpokemongo] Error detecting number of satoshis in a coin, cannot do payment processing. Tried parsing: {"result":2500.00000000,"error":null,"id":1469881463972}

/root/nomp/node_modules/async/dist/async.js:844
            if (fn === null) throw new Error("Callback was already called.");
                                   ^
Error: Callback was already called.
    at /root/nomp/node_modules/async/dist/async.js:844:36
    at /root/nomp/node_modules/async/dist/async.js:3676:17
    at /root/nomp/node_modules/async/dist/async.js:339:31
    at /root/nomp/libs/paymentProcessor.js:98:21
    at itemFinished (/root/nomp/node_modules/stratum-pool/lib/daemon.js:156:36)
    at /root/nomp/node_modules/stratum-pool/lib/daemon.js:169:17
    at parseJson (/root/nomp/node_modules/stratum-pool/lib/daemon.js:85:17)
    at IncomingMessage.<anonymous> (/root/nomp/node_modules/stratum-pool/lib/daemon.js:95:17)
    at IncomingMessage.emit (events.js:117:20)
    at _stream_readable.js:944:16
2016-07-30 20:24:23 [Master]    [Payment Processor] Payment processor died, spawning replacement...
2016-07-30 20:24:24 [Pool]      [bitpokemongo] (Thread 1) Share accepted at diff 0.81818182/1.38080520 by 8KMnUd2SDo2QqAsfR6QTgs5CCASnGG3jR6 [104.238.158.185]

Will have to manually calculate; all good.

Dev: comments?

James

When will payouts commence or are we mining for our coins to disappear into thin air Huh
I'm waiting for my rewards but it's nothing . so where is my reward in this pool?
barrysty1e
Hero Member
*****
Offline Offline

Activity: 636
Merit: 516



View Profile WWW
July 30, 2016, 01:00:06 PM
 #67

Hi guys,

Due to the nonstandard block reward structure - payouts will be slightly delayed:

Code:
2016-07-30 20:24:23 [Payments]  [bitpokemongo] Error detecting number of satoshis in a coin, cannot do payment processing. Tried parsing: {"result":2500.00000000,"error":null,"id":1469881463972}

/root/nomp/node_modules/async/dist/async.js:844
            if (fn === null) throw new Error("Callback was already called.");
                                   ^
Error: Callback was already called.
    at /root/nomp/node_modules/async/dist/async.js:844:36
    at /root/nomp/node_modules/async/dist/async.js:3676:17
    at /root/nomp/node_modules/async/dist/async.js:339:31
    at /root/nomp/libs/paymentProcessor.js:98:21
    at itemFinished (/root/nomp/node_modules/stratum-pool/lib/daemon.js:156:36)
    at /root/nomp/node_modules/stratum-pool/lib/daemon.js:169:17
    at parseJson (/root/nomp/node_modules/stratum-pool/lib/daemon.js:85:17)
    at IncomingMessage.<anonymous> (/root/nomp/node_modules/stratum-pool/lib/daemon.js:95:17)
    at IncomingMessage.emit (events.js:117:20)
    at _stream_readable.js:944:16
2016-07-30 20:24:23 [Master]    [Payment Processor] Payment processor died, spawning replacement...
2016-07-30 20:24:24 [Pool]      [bitpokemongo] (Thread 1) Share accepted at diff 0.81818182/1.38080520 by 8KMnUd2SDo2QqAsfR6QTgs5CCASnGG3jR6 [104.238.158.185]

Will have to manually calculate; all good.

Dev: comments?

James

When will payouts commence or are we mining for our coins to disappear into thin air Huh

root@capnmagneto:~/bitpokemongo/src# ./bitpokemongod -server -daemon -rpcuser=barrystyle -rpcpassword= -rpcbind=127.0.0.1 -rpcallowip=127.0.0.1 getbalance
10000.00000000


Coins are currently in pools default address; no need to stress.
I'm currently writing some quick python to parse the stats api (http://bazco.in/api/stats) to send them out evenly.

my father wears sneakers in the pool
Badman0316
Hero Member
*****
Offline Offline

Activity: 569
Merit: 500



View Profile
July 30, 2016, 01:19:02 PM
 #68

woo... Over 80G hashrate now

barrysty1e
Hero Member
*****
Offline Offline

Activity: 636
Merit: 516



View Profile WWW
July 30, 2016, 01:59:38 PM
 #69

hi all,

just did a manual payout.
also cleaned up redis afterwards and kicked pool in the guts; checked config - its all good, however the payment system in nomp doesnt know how to deal with the reward structure.

dev: please pm me.

james

Code:
root@capnmagneto:~/bitpokemongo/src# ./manualpay.sh
3796086e00200a2ad29dbbdfbe5bc3d1be833db5d3cacba57a7ebdf915991d66
2b99d4cd230135bfa16223090dd0b1cb252983044f8cc8840ab5b38d0353cc59
107cf2b03d77ab3537013e25365e4d966e8e30e1fd5c9f5b9cb4838b75c701c0
71102c009e158d8a9cf7689618147263094a024e5b86074528389e1bb0798124
db2c71848a8ebf0b351b0ada380dfa9976c937c0ba99013cc6f63fff4b10713b
97e12b8da3d2d098e6b290f9bf5124828eb7d93e8264b77486780d6c5d44f632
9ed00d058da4ccbe3801bb8c81087d19d9c4daf0b4de07981ec31d36ee46983a
156c85cf6173a51616ef7abc23425ef7c2c005672847e1ea3f88af30a27e2797
7373a21f4845d7f7dd22c1c0baa9b9e0223cf15522e75513e579a11359b1a54d

my father wears sneakers in the pool
Mozdalifa17
Hero Member
*****
Offline Offline

Activity: 746
Merit: 509

TIME and WAVE COINs TO REMEMBER


View Profile
July 30, 2016, 02:01:30 PM
 #70

watching and willing to participate ..
pikkie
Sr. Member
****
Offline Offline

Activity: 924
Merit: 256



View Profile
July 30, 2016, 02:09:47 PM
 #71

whether newbie may participate in airdrop?
BitPokemonGo (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
July 30, 2016, 02:11:50 PM
 #72

whether newbie may participate in airdrop?

AIRDROP SUBMISSION RULES: AUGUST 1
Enjoy low mining difficulty at this early stage.
High block reward now: 100 BPOK
hubballi
Sr. Member
****
Offline Offline

Activity: 882
Merit: 297


View Profile
July 30, 2016, 02:37:18 PM
 #73

can anyone help me how to mine from the wallet , i mean  what command to type in console box

szachta
Hero Member
*****
Offline Offline

Activity: 518
Merit: 500


View Profile
July 30, 2016, 02:41:13 PM
 #74

can anyone help me how to mine from the wallet , i mean  what command to type in console box

setgenerate true -1 hovewer this wallet not support mining stake wallet not supported setgenerate true -1
pikkie
Sr. Member
****
Offline Offline

Activity: 924
Merit: 256



View Profile
July 30, 2016, 02:49:18 PM
 #75

whether newbie may participate in airdrop?

AIRDROP SUBMISSION RULES: AUGUST 1
Enjoy low mining difficulty at this early stage.
High block reward now: 100 BPOK


thank you  Smiley
BionicleBarnicle
Full Member
***
Offline Offline

Activity: 174
Merit: 100

WHAT'S THERE TO KNOW ?


View Profile
July 30, 2016, 02:51:49 PM
 #76

I have pointed my miner to the pool but I haven't received anything yet, is everything ok ?
BitPokemonGo (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
July 30, 2016, 02:56:02 PM
 #77

BPOK on Steemit (thanks to saw1991)
https://steemit.com/pokemon/@saw1991/bitpokemongo

Upvote him
szachta
Hero Member
*****
Offline Offline

Activity: 518
Merit: 500


View Profile
July 30, 2016, 03:01:47 PM
 #78

I have received 442 BPOK
Beachguy
Legendary
*
Offline Offline

Activity: 1019
Merit: 1001

Spectreproject Community Manager


View Profile WWW
July 30, 2016, 03:21:53 PM
 #79

@barrystyle - received the manual payout over an hour ago. Nothing since even though I've increased my hash rate.
Is pool stalled? Miners are saying they're hashing.

For security, your account has been locked. Email acctcomp15@theymos.e4ward.com
barrysty1e
Hero Member
*****
Offline Offline

Activity: 636
Merit: 516



View Profile WWW
July 30, 2016, 03:31:29 PM
 #80

I have pointed my miner to the pool but I haven't received anything yet, is everything ok ?

please read above.

my father wears sneakers in the pool
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 »
  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!