Pages:
Author

Topic: BipCoin - CryptoNote, profitable to mine [same chain, new dev 2017] - page 8. (Read 32766 times)

member
Activity: 70
Merit: 10
i had been hosting several nodes, i have taken them offline. please remove any reference in the code to them *.werdwerd.us thanks
sr. member
Activity: 291
Merit: 250
is there something wrong with the network?! no peers are connecting and all pools are stuck at block 201817?!

I can sync just fine to 202627 right now.
I don't see a problem, though I'm starting to wonder when we'll see those cool new things the dev mentioned.

i works for a bit and then dies for few hours and then works again ()

so this is what i keep getting ?!

Code:
2017-Oct-16 21:44:26.629626 ERROR   [5.189.135.137:18875 OUT] Failed to invoke COMMAND_HANDSHAKE, closing connection.
2017-Oct-16 21:44:26.629918 WARNING Failed to HANDSHAKE with peer 5.189.135.137:18875
2017-Oct-16 21:44:41.536811 ERROR   [5.189.135.137:18875 OUT] Failed to invoke COMMAND_HANDSHAKE, closing connection.
2017-Oct-16 21:44:41.537119 WARNING Failed to HANDSHAKE with peer 5.189.135.137:18875
2017-Oct-16 21:44:50.780214 ERROR   [5.189.135.137:18875 OUT] Failed to invoke COMMAND_HANDSHAKE, closing connection.
2017-Oct-16 21:44:50.780550 WARNING Failed to HANDSHAKE with peer 5.189.135.137:18875
2017-Oct-16 21:45:48.044471 ERROR   [5.189.135.137:18875 OUT] Failed to invoke COMMAND_HANDSHAKE, closing connection.
2017-Oct-16 21:45:48.044762 WARNING Failed to HANDSHAKE with peer 5.189.135.137:18875
2017-Oct-16 21:46:14.641519 ERROR   [5.189.135.137:18875 OUT] Failed to invoke COMMAND_HANDSHAKE, closing connection.
2017-Oct-16 21:46:14.641771 WARNING Failed to HANDSHAKE with peer 5.189.135.137:18875
2017-Oct-16 21:46:37.086622 WARNING [5.189.135.137:38431 INC] Exception in connectionHandler: TcpConnection::read
2017-Oct-16 21:46:49.837511 ERROR   [5.189.135.137:18875 OUT] Failed to invoke COMMAND_HANDSHAKE, closing connection.
2017-Oct-16 21:46:49.837811 WARNING Failed to HANDSHAKE with peer 5.189.135.137:18875


.... been like this for the last 3 days ....!!
sr. member
Activity: 409
Merit: 250
is there something wrong with the network?! no peers are connecting and all pools are stuck at block 201817?!

I can sync just fine to 202627 right now.
I don't see a problem, though I'm starting to wonder when we'll see those cool new things the dev mentioned.
sr. member
Activity: 291
Merit: 250
i guess just another dead coin!!!
sr. member
Activity: 291
Merit: 250
so this is what i keep getting ?!

Code:
2017-Oct-16 21:44:26.629626 ERROR   [5.189.135.137:18875 OUT] Failed to invoke COMMAND_HANDSHAKE, closing connection.
2017-Oct-16 21:44:26.629918 WARNING Failed to HANDSHAKE with peer 5.189.135.137:18875
2017-Oct-16 21:44:41.536811 ERROR   [5.189.135.137:18875 OUT] Failed to invoke COMMAND_HANDSHAKE, closing connection.
2017-Oct-16 21:44:41.537119 WARNING Failed to HANDSHAKE with peer 5.189.135.137:18875
2017-Oct-16 21:44:50.780214 ERROR   [5.189.135.137:18875 OUT] Failed to invoke COMMAND_HANDSHAKE, closing connection.
2017-Oct-16 21:44:50.780550 WARNING Failed to HANDSHAKE with peer 5.189.135.137:18875
2017-Oct-16 21:45:48.044471 ERROR   [5.189.135.137:18875 OUT] Failed to invoke COMMAND_HANDSHAKE, closing connection.
2017-Oct-16 21:45:48.044762 WARNING Failed to HANDSHAKE with peer 5.189.135.137:18875
2017-Oct-16 21:46:14.641519 ERROR   [5.189.135.137:18875 OUT] Failed to invoke COMMAND_HANDSHAKE, closing connection.
2017-Oct-16 21:46:14.641771 WARNING Failed to HANDSHAKE with peer 5.189.135.137:18875
2017-Oct-16 21:46:37.086622 WARNING [5.189.135.137:38431 INC] Exception in connectionHandler: TcpConnection::read
2017-Oct-16 21:46:49.837511 ERROR   [5.189.135.137:18875 OUT] Failed to invoke COMMAND_HANDSHAKE, closing connection.
2017-Oct-16 21:46:49.837811 WARNING Failed to HANDSHAKE with peer 5.189.135.137:18875

sr. member
Activity: 291
Merit: 250
is there something wrong with the network?! no peers are connecting and all pools are stuck at block 201817?!
sr. member
Activity: 291
Merit: 250
ok .... managed to get payment processed by pool ... here is what I did in case someone wants to build a pool:

run simplewallet with "--DEFAULT_FEE 1000000000" parameter

in the pool config file, set the as the following:

Code:
   "coin": "bipcoin",
    "symbol": "BIP",
    "coinUnits": 1000000000000,
    "coinDifficultyTarget": 120,

....

  "payments": {
        "enabled": true,
        "interval": 600,
        "maxAddresses": 50,
        "mixin": 1,     
        "transferFee": 1000000000,
        "minPayment": 100000000000,
        "maxTransactionAmount": 0,
        "denomination": 1000000000
    },



and that got it going :-)
sr. member
Activity: 291
Merit: 250
a bit off topic question .... im running my own private pool and for some reason the payment is pending and i get this error when pool starts:

Code:
2017-10-14 16:10:58 [payments] Error with send_transaction RPC request to wallet daemon {"code":-4,"message":"Wrong amount"}
2017-10-14 16:10:58 [payments] Payments failed to send to {"amount":63948000000000,"address":""}
2017-10-14 16:10:58 [payments] Payments splintered and 0 successfully sent, 1 failed

this is the pool's configs:

Code:

    "coin": "bipcoin",
    "symbol": "BIP",
    "coinUnits": 1000000000000,
    "coinDifficultyTarget": 45,

....

 "payments": {
        "enabled": true,
        "interval": 600,
        "maxAddresses": 50,
        "mixin": 3,      
        "transferFee": 100000000,
        "minPayment": 10000000000,
        "maxTransactionAmount": 0,
        "denomination": 1000000000
    },

....

on the pool's front end when i check my mining address i get:

Code:
Pending Balance: 63.948432275157 BIP
 Total Paid: 0.000000000000 BIP
 Last Share Submitted: less than a minute ago
 Hash Rate: 812.00 H/sec
 Total Hashes Submitted: 93731120

which is the correct amount for the blocks mined!

update:

im using https://github.com/forknote/cryptonote-forknote-pool and it seems that bip's simplewallet uses a different params to transfer out coins and this is causing the pool's payment to fail!

this is how i run my simplewallet:
Code:
./simplewallet --wallet-file  --password  --daemon-host 127.0.0.1 --daemon-port 8433 --rpc-bind-ip 127.0.0.1 --rpc-bind-port 8434
full member
Activity: 166
Merit: 101
But why buy a deadcoin? I have seen no evidence of development. No development, no future.

I am working on WebApp development so that sites can use the coin and SamuelPickwick is working on changes to the coin to make the hash rate and difficulty more stable. More announcements will be coming soon, this is a good time to buy.

Thanks and good to read!
I should look more often in here :-)
Thought it would be my hardware or the pools go crazy.
newbie
Activity: 35
Merit: 0
Updating the logo is not a bad idea, even if technical development is probably the most important thing at this stage. There are plenty of good graphic designers willing (or having to) work for cheap rates, so getting a professional design would not be difficult. Or a community-driven design might be a way to create some buzz.

Anyway, I am definitely no graphic designer, but here is a (public domain) big cat image with the name of the coin, just my 2 cents: https://imgur.com/a/HAK3J
legendary
Activity: 1382
Merit: 1122
new dev is bipcat still the coin mascot?  Wink

I still enjoy the logo.

Maybe something more along the lines of a large cat would do bipcoin justice (I can picture a purple beveled Lions head on a shield with nogov crypto remaining).  I'm assuming the real bip cat is still alive and well with MWD.

I think the logo needs to be updated if you want any decent exposure. It's okay to have a joke mascot but it needs to look professional (i.e., Doge).

Maybe it should even be something like:



or



Dev. Is it possible you can link up twitter to coinmarketcap.com for updates on the coin and current developments, its also a good indicator that the coin is alive for all those people trawling coinmarketcap for their next move.  also making weekly updates on twitter isn't a bad thing either, id be willing to retweet for you Smiley

cheers

My thoughts exactly. I'm curious as to what's going on right now. Is there anything new and exciting we should know about and spread the good word? Maybe even a basic tutorial on what you can do with your Bipcoin right now.

A design contest with the winner winning BIP would be a great idea too (or even BIP + another coin to entice everyone).
newbie
Activity: 42
Merit: 0
Dev. Is it possible you can link up twitter to coinmarketcap.com for updates on the coin and current developments, its also a good indicator that the coin is alive for all those people trawling coinmarketcap for their next move.  also making weekly updates on twitter isn't a bad thing either, id be willing to retweet for you Smiley

cheers
newbie
Activity: 34
Merit: 0
new dev is bipcat still the coin mascot?  Wink

I still enjoy the logo.

Maybe something more along the lines of a large cat would do bipcoin justice (I can picture a purple beveled Lions head on a shield with nogov crypto remaining).  I'm assuming the real bip cat is still alive and well with MWD.
full member
Activity: 326
Merit: 124
One simple suggestion if you are trying to improve things, put in a ticket/request to have coinmarketcap update the link to the current announcement.
It would be alot nicer to have that announcement link point to this thread directly.

Thanks! CoinMarketCap.com has been updated to the correct announcement thread.

Thanks for sorting that out @KittyCatTech. Little things like that play a big role when people decide whether or not to invest in an ultra microcap like Bipcoin. Really nice to see that the people involved still care about this project.
newbie
Activity: 15
Merit: 0
new dev is bipcat still the coin mascot?  Wink
newbie
Activity: 56
Merit: 0
One simple suggestion if you are trying to improve things, put in a ticket/request to have coinmarketcap update the link to the current announcement.
It would be alot nicer to have that announcement link point to this thread directly.

Thanks! CoinMarketCap.com has been updated to the correct announcement thread.
newbie
Activity: 56
Merit: 0
I am working on WebApp development so that sites can use the coin and SamuelPickwick is working on changes to the coin to make the hash rate and difficulty more stable. More announcements will be coming soon, this is a good time to buy.
Thank you! I believe in you. Do you plan to renew the gui-wallet?

Since the GUI Wallet doesn't have mining it doesn't need to be updated yet and the GUI Wallet can be used as it is now with no problems.
https://bipcoin.org/?page_id=93
newbie
Activity: 35
Merit: 0
I am working on WebApp development so that sites can use the coin and SamuelPickwick is working on changes to the coin to make the hash rate and difficulty more stable. More announcements will be coming soon, this is a good time to buy.
That's great news, thanks a lot. Please let us know if there is something even non-coding community members can do to help.
newbie
Activity: 55
Merit: 0
That sounds cool, I would.
newbie
Activity: 34
Merit: 0
Would anyone be interested in ansible roles for bipcoind and possibly a cpu bipcoind mining role as well?

Might help adoption.
Pages:
Jump to: