Bitcoin Forum
May 21, 2024, 06:42:29 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 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 ... 107 »
  Print  
Author Topic: [ANN] RazorLove Cryptocurrency Services - DBL, CENT, & FOO/BAR Updates  (Read 153351 times)
dragon695
Full Member
***
Offline Offline

Activity: 449
Merit: 103


Decentralized Ascending Auctions on Blockchain


View Profile
January 21, 2014, 03:07:59 PM
 #861

I noticed a fix for the sync issue is in git, but I feel the underlying problem (which you are just papering over) is that you should be checking the transaction nTime as opposed the current time. This is how other coins (like NVC) have done it, so I adapted the same thing for pennies when I was having problems syncing a fresh blockchain after the stake switch. I've been running the following patch since then without stake verification issues:
http://pastebin.com/kZn5jb4q

This also has the added benefit of being useful in the future if another stake change is needed. Cool

The github does not have the latest changes yet, that was just a bit that I pulled over as a starting point. I already have the main issue fixed, I just need to figure out which fork cryptsy's on so I can insert the right checkpoints.

Edit: I just pushed the functioning code to the github, still needs the checkpoints and a bit of cleaning up though.
In main.cpp, is this correct?
Code:
            if (nStakeReward > GetProofOfStakeReward(nCoinAge, pindexBlock->nHeight) - GetMinFee() + MIN_TX_FEE)
                return DoS(100, error("ConnectInputs() : %s stake reward exceeded", GetHash().ToString().substr(0,10).c_str()));

Shouldn't you be passing this->nTime as the second argument to GetProofOfStakeReward()?

iBid     ▐     Decentralized Auctions on Blockchain    (    About us    Telegram   )
▬▬▬▬▬▬▬▬▬▬▬▬▬             AN  AUCTION    ❱   All auctions start at     $0

[  ◥   Google Play      ◥   App Store  ]   ██ SIGN UP ██        with no minimum reserve
dragon695
Full Member
***
Offline Offline

Activity: 449
Merit: 103


Decentralized Ascending Auctions on Blockchain


View Profile
January 21, 2014, 03:13:44 PM
 #862

Pennies v0.10.2.1-abe released!
Download (Alt)

Changes:
 - Properly built as release instead of debug (doesn't need those ridiculously large files anymore)
 - New checkpoints
 - Minor splash screen modification (now you can read the bright yellow text at the bottom)
 - Released on MediaFire as well for those who can't access google (hopefully you can access this, I have no idea)

Let me know if this fixes your crashes for those who had that problem when it tries to connect. Don't forget to try wiping the blockchain first.
Is this in git yet?

iBid     ▐     Decentralized Auctions on Blockchain    (    About us    Telegram   )
▬▬▬▬▬▬▬▬▬▬▬▬▬             AN  AUCTION    ❱   All auctions start at     $0

[  ◥   Google Play      ◥   App Store  ]   ██ SIGN UP ██        with no minimum reserve
undeadbitcoiner
Sr. Member
****
Offline Offline

Activity: 896
Merit: 272


Undeadbitcoiner Will not DIE until 1BTC=50K


View Profile WWW
January 21, 2014, 03:31:36 PM
 #863

Pennies v0.10.2.1-abe released!
Download (Alt)

Changes:
 - Properly built as release instead of debug (doesn't need those ridiculously large files anymore)
 - New checkpoints
 - Minor splash screen modification (now you can read the bright yellow text at the bottom)
 - Released on MediaFire as well for those who can't access google (hopefully you can access this, I have no idea)

Let me know if this fixes your crashes for those who had that problem when it tries to connect. Don't forget to try wiping the blockchain first.


I really didn't have problems with older versions crashing, more like freezing.

That being said, the new client (v0.10.2.1-abe) synchronized very fast (25 mins.), all my funds are there and test transfers of 10,000,000 were sent back and forth between cryptsy without any problems.

Thank you sir!
Can you please post your conf details.
synchronized very fast (25 mins.)
I am running since 1 hrs and its too slow, not yet stuck but too much slow.

Be glad to, but can you tell me how to find them?
C:\Users\Your Computer´s User Name\AppData\Roaming\Pennies
in that folder you will get your pennies.cof file open that in notepad you could find data.
didn't you configure your conf file?

The_Catman (OP)
Full Member
***
Offline Offline

Activity: 168
Merit: 100


Captain Jack Fenderson


View Profile WWW
January 21, 2014, 03:45:42 PM
 #864

Is this in git yet?

Sorry, forgot to push it last night. It'll be in the 'stakefixfix' branch.

The_Catman (OP)
Full Member
***
Offline Offline

Activity: 168
Merit: 100


Captain Jack Fenderson


View Profile WWW
January 21, 2014, 03:48:25 PM
 #865

Now need to fix some transfer issuees and stakes issuees.

Yeah, I'm working on it. Probably have something done  by the end of the week.

The stake issues have already been fixed though?

JimmyS
Member
**
Offline Offline

Activity: 107
Merit: 10


View Profile
January 21, 2014, 04:08:09 PM
 #866

Pennies v0.10.2.1-abe released!
Download (Alt)

Changes:
 - Properly built as release instead of debug (doesn't need those ridiculously large files anymore)
 - New checkpoints
 - Minor splash screen modification (now you can read the bright yellow text at the bottom)
 - Released on MediaFire as well for those who can't access google (hopefully you can access this, I have no idea)

Let me know if this fixes your crashes for those who had that problem when it tries to connect. Don't forget to try wiping the blockchain first.


I really didn't have problems with older versions crashing, more like freezing.

That being said, the new client (v0.10.2.1-abe) synchronized very fast (25 mins.), all my funds are there and test transfers of 10,000,000 were sent back and forth between cryptsy without any problems.

Thank you sir!
Can you please post your conf details.
synchronized very fast (25 mins.)
I am running since 1 hrs and its too slow, not yet stuck but too much slow.

Be glad to, but can you tell me how to find them?
C:\Users\Your Computer´s User Name\AppData\Roaming\Pennies
in that folder you will get your pennies.cof file open that in notepad you could find data.
didn't you configure your conf file?
Never configured anything.  The folder you mentioned is the first place I looked but only have: database folder, .lock,blk0001.dat, blkindex.dat, db.log, debug.log, peers.dat and wallet.dat

Am I missing something? Appreciate any information if I messed up somewhere.  Everything does seem to be working fine, including transfers in and out of cryptsy.
undeadbitcoiner
Sr. Member
****
Offline Offline

Activity: 896
Merit: 272


Undeadbitcoiner Will not DIE until 1BTC=50K


View Profile WWW
January 21, 2014, 05:11:05 PM
 #867

Never configured anything.  The folder you mentioned is the first place I looked but only have: database folder, .lock,blk0001.dat, blkindex.dat, db.log, debug.log, peers.dat and wallet.dat

Am I missing something? Appreciate any information if I messed up somewhere.  Everything does seem to be working fine, including transfers in and out of cryptsy.
I think you didn't Configured your conf file
as normally conf file is
Quote
listen=1
server=1
daemon=1
rpcallowip=10.0.0.
rpcuser=x
rpcpassword=x
rpcport=7997
addnode=node.cryptsy.com
in C:\Users\Your Computer´s User Name\AppData\Roaming\Pennies
we need to create a new notepad file and rename it to pennies.conf
i am running with conf and without conf file but its too slow i dont know what is happening.

ciklop1974
Sr. Member
****
Offline Offline

Activity: 276
Merit: 250



View Profile
January 21, 2014, 05:43:47 PM
 #868



How can this be? Blocks are not considered further.
Jonesd
Legendary
*
Offline Offline

Activity: 1876
Merit: 1014



View Profile
January 21, 2014, 05:58:59 PM
 #869

I don't read Russian, but I can imagine it is American time?

Co-Founder and Managing Partner of Block Bastards
ciklop1974
Sr. Member
****
Offline Offline

Activity: 276
Merit: 250



View Profile
January 21, 2014, 06:16:07 PM
 #870

Wallet work only with piggy.exe -repairwallet. With this function work well!!
Sonatix
Member
**
Offline Offline

Activity: 118
Merit: 100


View Profile
January 21, 2014, 06:30:24 PM
 #871

Now need to fix some transfer issuees and stakes issuees.

Yeah, I'm working on it. Probably have something done  by the end of the week.

The stake issues have already been fixed though?
No more crashes, thank you Cheesy

WEX.NZ yкpaл y мeня нa 0.5 BTC
dragon695
Full Member
***
Offline Offline

Activity: 449
Merit: 103


Decentralized Ascending Auctions on Blockchain


View Profile
January 21, 2014, 06:32:28 PM
 #872

Now need to fix some transfer issuees and stakes issuees.

Yeah, I'm working on it. Probably have something done  by the end of the week.

The stake issues have already been fixed though?
What about the code I mentioned in main.cpp?

iBid     ▐     Decentralized Auctions on Blockchain    (    About us    Telegram   )
▬▬▬▬▬▬▬▬▬▬▬▬▬             AN  AUCTION    ❱   All auctions start at     $0

[  ◥   Google Play      ◥   App Store  ]   ██ SIGN UP ██        with no minimum reserve
PoolMinor
Legendary
*
Offline Offline

Activity: 1843
Merit: 1338


XXXVII Fnord is toast without bread


View Profile
January 21, 2014, 07:06:36 PM
 #873



How can this be? Blocks are not considered further.

The checkpoints put in place only go to block 261000, the wallet should continue to sync after that number.
See here

Btc=C2MF       Free BTC Poker
Being defeated is often a temporary condition. Giving up is what makes it permanent. -Marilyn vos Savant
JimmyS
Member
**
Offline Offline

Activity: 107
Merit: 10


View Profile
January 21, 2014, 07:16:59 PM
 #874

Never configured anything.  The folder you mentioned is the first place I looked but only have: database folder, .lock,blk0001.dat, blkindex.dat, db.log, debug.log, peers.dat and wallet.dat

Am I missing something? Appreciate any information if I messed up somewhere.  Everything does seem to be working fine, including transfers in and out of cryptsy.
I think you didn't Configured your conf file
as normally conf file is
Quote
listen=1
server=1
daemon=1
rpcallowip=10.0.0.
rpcuser=x
rpcpassword=x
rpcport=7997
addnode=node.cryptsy.com
in C:\Users\Your Computer´s User Name\AppData\Roaming\Pennies
we need to create a new notepad file and rename it to pennies.conf
i am running with conf and without conf file but its too slow i dont know what is happening.

I added that file,and now the program loads instantly, instead of having me wait five minutes before I'm able to use that program.
I added the file, restarted and everything seems to be the same as earlier, getinfo and speed.  I'm not certain if it's needed but how will all of the new people downloading the wallet know about this?
undeadbitcoiner
Sr. Member
****
Offline Offline

Activity: 896
Merit: 272


Undeadbitcoiner Will not DIE until 1BTC=50K


View Profile WWW
January 21, 2014, 08:09:42 PM
 #875

Quote
listen=1
server=1
daemon=1
rpcallowip=10.0.0.
rpcuser=x
rpcpassword=x
rpcport=7997
addnode=node.cryptsy.com
C:\Users\Your Computer´s User Name\AppData\Roaming\Pennies

I added that file,and now the program loads instantly, instead of having me wait five minutes before I'm able to use that program.
I added the file, restarted and everything seems to be the same as earlier, getinfo and speed.  I'm not certain if it's needed but how will all of the new people downloading the wallet know about this?
Pennies need's an alert system that tell people to download the newest client.
Now that would be a innovative feature.
Thats Fine Atleast its working for some people, but i am having problem of Slow Synchronizing issuee
Anyone could tell me how long it took to synchronize entire wallet?
NOTE: Synchronizing after deleting all files from C:\Users\Your Computer´s User Name\AppData\Roaming\Pennies  Rather then Pennies.conf and Wallet.dat

The_Catman (OP)
Full Member
***
Offline Offline

Activity: 168
Merit: 100


Captain Jack Fenderson


View Profile WWW
January 21, 2014, 08:55:18 PM
 #876

Pennies need's an alert system that tell people to download the newest client.
Now that would be a innovative feature.

I wouldn't call that innovative, other coins already have that.
It would also require setting up an announcement server, which I have no desire of doing. At least not anytime soon.
I may set something up with twitter at some point if i can figure that out though.

bikerleszno
Hero Member
*****
Offline Offline

Activity: 656
Merit: 501


XBY - New Tech Coin (POSIGN) xtrabytes.global


View Profile WWW
January 22, 2014, 12:40:11 AM
 #877

What is wrong with my wallet ?

I sent out 999 m to cryptsy and i get error, after i restarted it is not synced and showing me next error about time.


XBY - New Technology Coin (POSIGN) - https://xtrabytes.global
Telegram Group - https://t.me/xtrabytes_official
bikerleszno
Hero Member
*****
Offline Offline

Activity: 656
Merit: 501


XBY - New Tech Coin (POSIGN) xtrabytes.global


View Profile WWW
January 22, 2014, 07:23:56 AM
 #878

Could someone put to any ftp server the newest files with blocks (blk0001.dat and blkindex.dat) that everyone can download it and check wallets faster? Downloading by client is taking so long on weak computers ;/

XBY - New Technology Coin (POSIGN) - https://xtrabytes.global
Telegram Group - https://t.me/xtrabytes_official
Jonesd
Legendary
*
Offline Offline

Activity: 1876
Merit: 1014



View Profile
January 22, 2014, 10:19:52 AM
 #879

Hi,

My wallet cannot synchronize the last block. Sad

Anybody knows how to fix it?

Already tried adding the pennies.con to the appdata:
listen=1
server=1
daemon=1
rpcallowip=10.0.0.
rpcuser=x
rpcpassword=x
rpcport=7997
addnode=node.cryptsy.com

Co-Founder and Managing Partner of Block Bastards
Beoga
Legendary
*
Offline Offline

Activity: 2646
Merit: 1141


View Profile
January 22, 2014, 10:23:39 AM
 #880

Could someone put to any ftp server the newest files with blocks (blk0001.dat and blkindex.dat) that everyone can download it and check wallets faster? Downloading by client is taking so long on weak computers ;/

I can do that, but it is no sense.

I downloaded new version of wallet (v0.10.2.1-abe) and now it synchronized. But seems it has not the same blockchain with Cryptsy.
Last few days I have sent 4 deposits to Cryptsy (18,18,21 and 22 Jan).
All of them are confirmed in new wallet, but only 1 was received by Cryptsy. This one was sent 18 Jan. and it is from the input that was generated before 8 Jan.
Another ones are from inputs was generated after 8 January and I haven't got them on Cryptsy.

Are anyone in the same chain with Crypsy now?
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 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 ... 107 »
  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!