Bitcoin Forum
May 09, 2024, 01:09:57 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 [54] 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 ... 196 »
  Print  
Author Topic: www.gcn.zone or www.gcncoin.com our exchange is called www.ircex.com  (Read 210812 times)
Dekker3D
Sr. Member
****
Offline Offline

Activity: 434
Merit: 250


★YoBit.Net★ 350+ Coins Exchange & Dice


View Profile
October 17, 2014, 09:10:50 PM
 #1061

I've been working on a proper accounts system lately. Figured I'd give a heads-up. Nothing too fascinating to discuss though. To make map selection and other stuff work, I'll need to rewrite the network code a bit and I figured I might as well handle proper logins if I do that.

After this, the low-hanging fruit is:
- Map selection / general matchmaker and queueing stuff
- Basic betting/payout stuff
- Custom paddles/skins
- Ingame shop stuff
- Simple ranked play

Further down the road:
- Actual GCoin integration (cash out, cash in)
- Proper ranked play, with ELO-style ratings and such.

1715216997
Hero Member
*
Offline Offline

Posts: 1715216997

View Profile Personal Message (Offline)

Ignore
1715216997
Reply with quote  #2

1715216997
Report to moderator
There are several different types of Bitcoin clients. The most secure are full nodes like Bitcoin Core, but full nodes are more resource-heavy, and they must do a lengthy initial syncing process. As a result, lightweight clients with somewhat less security are commonly used.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715216997
Hero Member
*
Offline Offline

Posts: 1715216997

View Profile Personal Message (Offline)

Ignore
1715216997
Reply with quote  #2

1715216997
Report to moderator
DeezBTC
Full Member
***
Offline Offline

Activity: 237
Merit: 100


View Profile
October 18, 2014, 03:33:27 PM
 #1062

i think there is a problem with the wallet. I am mining and not receiving coins i withdrew from wallet and it has still yet to reach exchange it has been 24 hrs

Dekker3D
Sr. Member
****
Offline Offline

Activity: 434
Merit: 250


★YoBit.Net★ 350+ Coins Exchange & Dice


View Profile
October 18, 2014, 03:54:35 PM
 #1063

If you can tell us the transaction ID or the address you sent it to/from, we can find out more.

DeezBTC
Full Member
***
Offline Offline

Activity: 237
Merit: 100


View Profile
October 18, 2014, 09:17:07 PM
Last edit: October 18, 2014, 09:31:47 PM by DeezBTC
 #1064

If you can tell us the transaction ID or the address you sent it to/from, we can find out more.

Status: 0/offline, has not been successfully broadcast yet
Date: 10/17/2014 19:05
To: GZGw6M3F1BzBtjmDanzgzjz1gY3Waoofod
Debit: -50000000.00 GCN
Transaction fee: -65.00 GCN
Net amount: -50000065.00 GCN
Transaction ID: bb3e07dfc238d445919651df64444ce4bd94eb3b24e93cfdfd76ed1fb39f4b9b

i am mining from 7000 pool and the other pools and have not received any coins aswell

wallet appears to be in sync

DeezBTC
Full Member
***
Offline Offline

Activity: 237
Merit: 100


View Profile
October 18, 2014, 09:32:25 PM
 #1065

Restarted computer and wallet now wallet is not connecting to network stuck at 25 hrs ago

macsga
Legendary
*
Offline Offline

Activity: 1484
Merit: 1002


Strange, yet attractive.


View Profile
October 18, 2014, 09:34:37 PM
 #1066

Restarted computer and wallet now wallet is not connecting to network stuck at 25 hrs ago
Try resetting your blockchain. Also verify you do not have a problem on your HDD. Good luck!

Chaos could be a form of intelligence we cannot yet understand its complexity.
Dekker3D
Sr. Member
****
Offline Offline

Activity: 434
Merit: 250


★YoBit.Net★ 350+ Coins Exchange & Dice


View Profile
October 18, 2014, 10:46:44 PM
Last edit: October 18, 2014, 11:16:12 PM by Dekker3D
 #1067

I can see the transaction on gcoinchain.info. It's transmitted. Your problem would probably be fixed with macsga's instructions.

Breakout project news: I just got a first attempt at level selection to work. Logging in to accounts works, registering isn't implemented yet. Server won't be aware of your passwords, your client will just send a SHA-256 hash of your password instead. Currently dealing with some problems caused by the change in how network stuff is handled. Another problem with uncontrolled paddles has appeared, and it seems I can use this as a consistent way to reproduce an earlier bug.. so I can fix both Smiley

Greglab (OP)
Legendary
*
Offline Offline

Activity: 1472
Merit: 1001

www.gcn.zone


View Profile WWW
October 19, 2014, 04:32:43 PM
 #1068

I can see the transaction on gcoinchain.info. It's transmitted. Your problem would probably be fixed with macsga's instructions.

Breakout project news: I just got a first attempt at level selection to work. Logging in to accounts works, registering isn't implemented yet. Server won't be aware of your passwords, your client will just send a SHA-256 hash of your password instead. Currently dealing with some problems caused by the change in how network stuff is handled. Another problem with uncontrolled paddles has appeared, and it seems I can use this as a consistent way to reproduce an earlier bug.. so I can fix both Smiley


Hi Dekker3D

Good news so. We'll be competing soon !!!!

Best
Greg

Join www.daddycow.com when we have enough users we will accept gCn coin as payment for advertisements
Dekker3D
Sr. Member
****
Offline Offline

Activity: 434
Merit: 250


★YoBit.Net★ 350+ Coins Exchange & Dice


View Profile
October 20, 2014, 12:06:23 PM
Last edit: October 20, 2014, 03:23:08 PM by Dekker3D
 #1069

Registering is implemented. One bug was fixed, the other one just vanished somehow.

I've been working on actual GCoin integration. So far I've managed to make it retrieve simple values. This is going to take a bit of thinking to do it in an elegant way.

Greglab (OP)
Legendary
*
Offline Offline

Activity: 1472
Merit: 1001

www.gcn.zone


View Profile WWW
October 22, 2014, 10:59:20 AM
 #1070

Payouts on http://casino.gcoin.us/ are down to move to a new server. Back in a while.

The spin button should now be fast all the time

We're working on the issue. We're setting up a new dedicated server to handle the volume.

email greg@greglab.com if you are missing any GCoin

Join www.daddycow.com when we have enough users we will accept gCn coin as payment for advertisements
Greglab (OP)
Legendary
*
Offline Offline

Activity: 1472
Merit: 1001

www.gcn.zone


View Profile WWW
October 22, 2014, 11:03:15 AM
 #1071

Restarted computer and wallet now wallet is not connecting to network stuck at 25 hrs ago

Instructions are at http://www.gcoin.us/index.php/2-uncategorised/2-solo-mining
on the bottom on how to reset your wallet blockchain Smiley

Best
Greg

Join www.daddycow.com when we have enough users we will accept gCn coin as payment for advertisements
Greglab (OP)
Legendary
*
Offline Offline

Activity: 1472
Merit: 1001

www.gcn.zone


View Profile WWW
October 22, 2014, 11:04:25 AM
 #1072

Hi Guys

Please note:

First point of note for bigger problems will be at www.gcoin.us

Best
Greg.

Join www.daddycow.com when we have enough users we will accept gCn coin as payment for advertisements
Dekker3D
Sr. Member
****
Offline Offline

Activity: 434
Merit: 250


★YoBit.Net★ 350+ Coins Exchange & Dice


View Profile
October 22, 2014, 03:04:56 PM
 #1073

I've been coding on GCoin integration. It's slow and not very fascinating, so I don't have much news for you right now. It can currently get a list of receiving addresses from the wallet, and it can check that a gcoin address is valid (checksum correct, and starts with the right version byte causing the address to start with a G). Checking for cashins will be tricky, but I'm confident I can do it. Cashouts will be much easier.

Greglab (OP)
Legendary
*
Offline Offline

Activity: 1472
Merit: 1001

www.gcn.zone


View Profile WWW
October 22, 2014, 10:09:40 PM
 #1074

I've been coding on GCoin integration. It's slow and not very fascinating, so I don't have much news for you right now. It can currently get a list of receiving addresses from the wallet, and it can check that a gcoin address is valid (checksum correct, and starts with the right version byte causing the address to start with a G). Checking for cashins will be tricky, but I'm confident I can do it. Cashouts will be much easier.


All a step closer Smiley

Join www.daddycow.com when we have enough users we will accept gCn coin as payment for advertisements
Greglab (OP)
Legendary
*
Offline Offline

Activity: 1472
Merit: 1001

www.gcn.zone


View Profile WWW
October 22, 2014, 10:13:43 PM
 #1075

http://casino.gcoin.us/ has new servers. Let us know what you think.
(2 dedicated units)

email greg@greglab.com if you are missing any GCoin Smiley


I think server speed has been a problem in quite a few areas.

http://www.gcoinchain.info/

and

http://gcoinpool.com/

need that same style servers.

I set up the servers here as dedicated servers. Not Virtual Private Servers hosted in a data centre.

Another lesson learned Smiley

best
Greg

Join www.daddycow.com when we have enough users we will accept gCn coin as payment for advertisements
794259332
Sr. Member
****
Offline Offline

Activity: 462
Merit: 251



View Profile
October 25, 2014, 08:08:23 AM
 #1076

windows wallet can't sync!

nodes info? 
Matt9301
Legendary
*
Offline Offline

Activity: 1554
Merit: 1008


View Profile
October 25, 2014, 08:54:37 AM
 #1077

windows wallet can't sync!

nodes info?  
My wallet syncs very well.. This is my peerinfo..

Quote
10:54:00

[
{
"addr" : "66.45.241.213:3908",
"services" : "00000003",
"lastsend" : 1414227240,
"lastrecv" : 1414227240,
"bytessent" : 509083,
"bytesrecv" : 3121334,
"blocksrequested" : 0,
"conntime" : 1414227148,
"version" : 80007,
"subver" : "/Satoshi:0.8.6.2/",
"inbound" : false,
"startingheight" : 118979,
"banscore" : 0,
"syncnode" : true
},
{
"addr" : "206.72.194.199:3908",
"services" : "00000003",
"lastsend" : 1414227237,
"lastrecv" : 1414227239,
"bytessent" : 68096,
"bytesrecv" : 694902,
"blocksrequested" : 0,
"conntime" : 1414227172,
"version" : 80007,
"subver" : "/Satoshi:0.8.6.2/",
"inbound" : false,
"startingheight" : 118979,
"banscore" : 0
},
{
"addr" : "209.188.18.188:3908",
"services" : "00000000",
"lastsend" : 1414227240,
"lastrecv" : 0,
"bytessent" : 126,
"bytesrecv" : 0,
"blocksrequested" : 0,
"conntime" : 1414227240,
"version" : 0,
"subver" : "",
"inbound" : false,
"startingheight" : -1,
"banscore" : 0
}
]
doremi
Hero Member
*****
Offline Offline

Activity: 654
Merit: 500


View Profile
October 25, 2014, 09:03:40 AM
 #1078

browser casino down?
bitkokos
Hero Member
*****
Offline Offline

Activity: 490
Merit: 500

0_0


View Profile
October 25, 2014, 02:58:26 PM
 #1079

gcoinpool efficiency is too low. too many invalids, also only 5 blocks found in one hour.
goldmin.es is horrible. I was mining for about one hour with 4mh/s and pool stats were showing 68kh/s (other users were too low too)
solo is almost impossible. Too many rejects

Something goes wrong.

O_o
Greglab (OP)
Legendary
*
Offline Offline

Activity: 1472
Merit: 1001

www.gcn.zone


View Profile WWW
October 25, 2014, 07:53:35 PM
 #1080

windows wallet can't sync!

nodes info?  
My wallet syncs very well.. This is my peerinfo..

Quote
10:54:00

[
{
"addr" : "66.45.241.213:3908",
"services" : "00000003",
"lastsend" : 1414227240,
"lastrecv" : 1414227240,
"bytessent" : 509083,
"bytesrecv" : 3121334,
"blocksrequested" : 0,
"conntime" : 1414227148,
"version" : 80007,
"subver" : "/Satoshi:0.8.6.2/",
"inbound" : false,
"startingheight" : 118979,
"banscore" : 0,
"syncnode" : true
},
{
"addr" : "206.72.194.199:3908",
"services" : "00000003",
"lastsend" : 1414227237,
"lastrecv" : 1414227239,
"bytessent" : 68096,
"bytesrecv" : 694902,
"blocksrequested" : 0,
"conntime" : 1414227172,
"version" : 80007,
"subver" : "/Satoshi:0.8.6.2/",
"inbound" : false,
"startingheight" : 118979,
"banscore" : 0
},
{
"addr" : "209.188.18.188:3908",
"services" : "00000000",
"lastsend" : 1414227240,
"lastrecv" : 0,
"bytessent" : 126,
"bytesrecv" : 0,
"blocksrequested" : 0,
"conntime" : 1414227240,
"version" : 0,
"subver" : "",
"inbound" : false,
"startingheight" : -1,
"banscore" : 0
}
]

Mine seem fine too
Best
Greg

Join www.daddycow.com when we have enough users we will accept gCn coin as payment for advertisements
Pages: « 1 ... 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 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 [54] 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 ... 196 »
  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!