Bitcoin Forum
May 10, 2024, 06:58:30 AM *
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 »
  Print  
Author Topic: [ANN] Triangles [TRI] Now Stable & Working Anonymous Cloak over TOR - ON BITTREX  (Read 90216 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
wurstgelee
Hero Member
*****
Offline Offline

Activity: 840
Merit: 500


View Profile
August 11, 2014, 12:20:59 PM
Last edit: August 11, 2014, 02:07:48 PM by wurstgelee
 #561

soooo.....network seems stable - but no pos minting happens.

problem is most likely the coin maturity which is way to high for the relatively small amount of nodes.

when i brought online my wallet after a few days, i almost immediately minted a pos block with 300 TRI (i could have quickly set reservebalance but who thinks of that?) - so those coins are on stake for over 50 blocks and unusable for staking currently. i figure that this is what happened to most of you guys: all coins on stake, no balance for staking available.

most of you - like me - also probably tried to transfer additional coins from bittrex since this would only need 4 confirmations - unfortunately these confirmations wont happen. the reason is whenever someone brings online a wallet with some coins to stake in it (because maybe he downloads the blk0001.dat), he most likely doesnt have your transaction from bittrex in his mempool because his wallet wasnt online when you submitted your withdrawal (you can check your mempool with 'getrawmempool' in debug console - you should see all your unconfirmed transactions there). this means your transaction doesnt get included in blocks he possibly mints. the "new player" then mints maybe a few blocks until his coins are on all stake - but all without your transaction - and we would be stuck again. so no help from there.


so currently we have a deadlock.

one way to resolve this would be to drastically reduce coin maturity (maybe 10 or even lower) to reflect the relatively small amount of nodes/wallets online. also raise protocol version and min_proto_version, add synccheckpoint. maybe add some gui option to set the amount of coins you want to put on stake with default value (percentage, total, minimum - sth like that) - the method to do that is already available (reservebalance), or even hardcode that. so basically instantly hardfork it.

tell bittrex to shutdown wallet, release updated sources, wallets, network should immediately pick up pace with a few wallets online because coins for staking avaliable, check if stable, tell bittrex to bring online new wallet. something like that.


//my 2 cents

1715324310
Hero Member
*
Offline Offline

Posts: 1715324310

View Profile Personal Message (Offline)

Ignore
1715324310
Reply with quote  #2

1715324310
Report to moderator
1715324310
Hero Member
*
Offline Offline

Posts: 1715324310

View Profile Personal Message (Offline)

Ignore
1715324310
Reply with quote  #2

1715324310
Report to moderator
"In a nutshell, the network works like a distributed timestamp server, stamping the first transaction to spend a coin. It takes advantage of the nature of information being easy to spread but hard to stifle." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715324310
Hero Member
*
Offline Offline

Posts: 1715324310

View Profile Personal Message (Offline)

Ignore
1715324310
Reply with quote  #2

1715324310
Report to moderator
pseudonymdude
Legendary
*
Offline Offline

Activity: 896
Merit: 1000


View Profile
August 11, 2014, 01:58:09 PM
 #562

I never checked if reserve balance would work with this coin, but wurstglee says it would.

So, a second option for anyone knows how to set reserve balance and hasn't gotten their wallet up to 10879 and staked their coins; you could try to mint 40 blocks by yourself with a low number of coins.  (The number is actually a little less than 40.  I think I need 32 more confirmations.)  It would probably be somewhat annoying and take awhile.

I've never used reserve balance, but this is how you do it with Windows and 42 coins, I think.  Wurstglee, correct me if I'm wrong.
First, you need to enable hidden files and folders and go to your Users\AppData\Roaming\triangles folder
Create a triangles.txt file and rename it to .conf (you need to have the Windows option enabled to actually changes the file when you alter the extension) and copy and paste the following into the file and save the file:
server=1
rpcuser=trianglesuser
rpcpassword=trianglesusertest
reservebalance=41

Follow the instructions on the first page to sync up your client.  If you're doing the loadblock command correctly, it takes a few minutes to load.

After you mint a block, change the .conf to
server=1
rpcuser=trianglesuser
rpcpassword=trianglesusertest
reservebalance=40

etc.

Thanks

wurstgelee
Hero Member
*****
Offline Offline

Activity: 840
Merit: 500


View Profile
August 11, 2014, 02:06:25 PM
 #563

I never checked if reserve balance would work with this coin, but wurstglee says it would.

So, a second option for anyone knows how to set reserve balance and hasn't gotten their wallet up to 10879 and staked their coins; you could try to mint 40 blocks by yourself with a low number of coins.  (The number is actually a little less than 40.  I think I need 32 more confirmations.)  It would probably be somewhat annoying and take awhile.

I've never used reserve balance, but this is how you do it with Windows and 42 coins, I think.  Wurstglee, correct me if I'm wrong.
First, you need to enable hidden files and folders and go to your Users\AppData\Roaming\triangles folder
Create a triangles.txt file and rename it to .conf (you need to have the Windows option enabled to actually changes the file when you alter the extension) and copy and paste the following into the file and save the file:
server=1
rpcuser=trianglesuser
rpcpassword=trianglesusertest
reservebalance=41

Follow the instructions on the first page to sync up your client.  If you're doing the loadblock command correctly, it takes a few minutes to load.

After you mint a block, change the .conf to
server=1
rpcuser=trianglesuser
rpcpassword=trianglesusertest
reservebalance=40

etc.

Thanks

oh...tbh....i ASSUME reservebalance would work since its there.

3angle? would it work?

and this would probably help short term (in a very annoying way) - but things have to be changed anyways to work permanently.

romeshomey
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500


View Profile
August 11, 2014, 02:43:27 PM
 #564

I've followed the instructions on the updated ANN and was synced before doing that.  Now I am unable to get synched again.

I had coins that were sent to Bittrex that had over 200+ confirmations and now they show as 0 confirmations and have been sitting pending at Bittrex for 3 days.

Anyhow, Ive tried going through it multiple times and end up at the same place.. 

All of my minting from staking seems to be wiped out, 0 confirmations, and not sure whats up with the coins I sent to Bittrex, they obviously aren't able to get their wallet synched either or something.

..confused..
romeshomey
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500


View Profile
August 11, 2014, 02:59:26 PM
 #565

Seems I get to the right block but I get stuck here.

My balance should be 0.00000000, not 0.19640100

My coins were sent to Bittrex which are pending there as a deposit with 0 confirmations.

Net amount: -8.66036 TRI
Transaction ID: 1ce74fad54d344626953412d709fe20a7f69d78fcb04ede1dc0f5061f32b049d

{
"version" : "v3.3.4.4",
"protocolversion" : 70101,
"walletversion" : 60000,
"balance" : 0.19640100,
"newmint" : 0.00000000,
"stake" : 0.00000000,
"blocks" : 10879,
"moneysupply" : 49506.06519900,
"connections" : 2,
"proxy" : "",
"ip" : "3aphugm42am7m6a3.onion",
"difficulty" : 125.80864323,
"testnet" : false,
"keypoololdest" : 1405616421,
"keypoolsize" : 109,
"paytxfee" : 0.00000000,
"errors" : ""
}
romeshomey
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500


View Profile
August 11, 2014, 03:05:15 PM
 #566

I did a repair wallet and now have this...

Coins show back in my balance but also show pending at Bittrex. 

{
"version" : "v3.3.4.4",
"protocolversion" : 70101,
"walletversion" : 60000,
"balance" : 8.66036000,
"newmint" : 0.00000000,
"stake" : 0.00000000,
"blocks" : 10879,
"moneysupply" : 49506.06519900,
"connections" : 2,
"proxy" : "",
"ip" : "0.0.0.0",
"difficulty" : 125.80864323,
"testnet" : false,
"keypoololdest" : 1405616421,
"keypoolsize" : 109,
"paytxfee" : 0.00000000,
"errors" : ""
}


pseudonymdude
Legendary
*
Offline Offline

Activity: 896
Merit: 1000


View Profile
August 11, 2014, 03:24:22 PM
 #567

I did a repair wallet and now have this...

Coins show back in my balance but also show pending at Bittrex.  

{
"version" : "v3.3.4.4",
"protocolversion" : 70101,
"walletversion" : 60000,
"balance" : 8.66036000,
"newmint" : 0.00000000,
"stake" : 0.00000000,
"blocks" : 10879,
"moneysupply" : 49506.06519900,
"connections" : 2,
"proxy" : "",
"ip" : "0.0.0.0",
"difficulty" : 125.80864323,
"testnet" : false,
"keypoololdest" : 1405616421,
"keypoolsize" : 109,
"paytxfee" : 0.00000000,
"errors" : ""
}




If your coins didn't stake yet, can you try the reserve balance thing and then loadblock?  You might have sent them on the wrong fork.

edit: Actually, I'm not sure why they would continue to show as pending unless the block you sent them on was orphaned.  Either way, they should be back in your wallet.

romeshomey
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500


View Profile
August 11, 2014, 03:47:54 PM
 #568

I did try the reserve balance thing but Im still stuck and wallet not synching.

It shows I have 8 active connections to the network but does not sync.

This is what shows at Bittrex.

Last checked:
08/11/2014 11:48:49 AM   TRI   8.66026000   0 / 6

When I initially sent, it showed

TRI   8.66026000   1 / 6

I also had like 256 confirmations in my wallet on the transaction.

Then I saw the updated ANN and did the new steps to open the wallet and have been having issues and haven't been able to sync since.
pseudonymdude
Legendary
*
Offline Offline

Activity: 896
Merit: 1000


View Profile
August 11, 2014, 03:52:14 PM
 #569

I did try the reserve balance thing but Im still stuck and wallet not synching.

It shows I have 8 active connections to the network but does not sync.

Block 10879 is the last block.  That's the one you're on, right?  If so, just leave your wallet open.  It might just say out of sync because it's been awhile since the last block was generated.

romeshomey
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500


View Profile
August 11, 2014, 03:53:57 PM
 #570

I did try the reserve balance thing but Im still stuck and wallet not synching.

It shows I have 8 active connections to the network but does not sync.

Block 10879 is the last block.  That's the one you're on, right?  If so, just leave your wallet open.  It might just say out of sync because it's been awhile since the last block was generated.

This is current status of my wallet...



{
"version" : "v3.3.4.4",
"protocolversion" : 70101,
"walletversion" : 60000,
"balance" : 8.66036000,
"newmint" : 0.00000000,
"stake" : 0.00000000,
"blocks" : 10879,
"moneysupply" : 49506.06519900,
"connections" : 8,
"proxy" : "",
"ip" : "3aphugm42am7m6a3.onion",
"difficulty" : 125.80864323,
"testnet" : false,
"keypoololdest" : 1405616421,
"keypoolsize" : 109,
"paytxfee" : 0.00000000,
"errors" : ""
}
romeshomey
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500


View Profile
August 11, 2014, 03:56:09 PM
 #571

I guess I was staking on the wrong fork or something, I have like a dozen mined transactions from staking that seemed to be wiped out.   Changed from confirmed to unconfirmed and unaccepted. 

pseudonymdude
Legendary
*
Offline Offline

Activity: 896
Merit: 1000


View Profile
August 11, 2014, 03:58:04 PM
 #572

I did try the reserve balance thing but Im still stuck and wallet not synching.

It shows I have 8 active connections to the network but does not sync.

Block 10879 is the last block.  That's the one you're on, right?  If so, just leave your wallet open.  It might just say out of sync because it's been awhile since the last block was generated.

This is current status of my wallet...



{
"version" : "v3.3.4.4",
"protocolversion" : 70101,
"walletversion" : 60000,
"balance" : 8.66036000,
"newmint" : 0.00000000,
"stake" : 0.00000000,
"blocks" : 10879,
"moneysupply" : 49506.06519900,
"connections" : 8,
"proxy" : "",
"ip" : "3aphugm42am7m6a3.onion",
"difficulty" : 125.80864323,
"testnet" : false,
"keypoololdest" : 1405616421,
"keypoolsize" : 109,
"paytxfee" : 0.00000000,
"errors" : ""
}


That seems right.

I guess I was staking on the wrong fork or something, I have like a dozen mined transactions from staking that seemed to be wiped out.   Changed from confirmed to unconfirmed and unaccepted. 



Yeah.

wurstgelee
Hero Member
*****
Offline Offline

Activity: 840
Merit: 500


View Profile
August 11, 2014, 06:15:58 PM
Last edit: August 11, 2014, 08:47:20 PM by wurstgelee
 #573

those  bittrex transactions not being confirmed is the phenomenon i described earlier (see 'mempool').

the good news is no coins are lost.

in the worst case, your transactions to and from bittrex start getting confirmations as soon as you mine the next block yourself because those transaction would be included in this  block then ("getrawmempool" in wallet debug console - all you unconfirmed transactions should be listed there. these transactions are what your wallet would include in the next PoS block if it mints one).

your wallet should repopulate those unconfirmed transactions in a certain interval - about that part im not 100% sure.

somebody correct me please if im misguided here.

is anybody here who has confirmed coins in his wallet (not stake!) and hasn't synced to block 10879 yet? if so, reveal yourself please. Tongue
DONT SYNC - JUST POST HERE FIRST. Smiley




edit: all this dumping again. you guys are fckn impatient. Wink

wurstgelee
Hero Member
*****
Offline Offline

Activity: 840
Merit: 500


View Profile
August 11, 2014, 08:53:03 PM
Last edit: August 11, 2014, 09:07:14 PM by wurstgelee
 #574

I did try the reserve balance thing but Im still stuck and wallet not synching.

It shows I have 8 active connections to the network but does not sync.

Block 10879 is the last block.  That's the one you're on, right?  If so, just leave your wallet open.  It might just say out of sync because it's been awhile since the last block was generated.

This is current status of my wallet...



{
"version" : "v3.3.4.4",
"protocolversion" : 70101,
"walletversion" : 60000,
"balance" : 8.66036000,
"newmint" : 0.00000000,
"stake" : 0.00000000,
"blocks" : 10879,
"moneysupply" : 49506.06519900,
"connections" : 8,
"proxy" : "",
"ip" : "3aphugm42am7m6a3.onion",
"difficulty" : 125.80864323,
"testnet" : false,
"keypoololdest" : 1405616421,
"keypoolsize" : 109,
"paytxfee" : 0.00000000,
"errors" : ""
}


IMPORTANT!

(this is may be the chance to get things moving again)

so you have a balance of 8.3 something - your wallet says youre staking then i guess?

@ EVERYONE:

PLEASE DROP A NOTE HERE IF YOURE CURRENTLY MINTING SO OTHERS CAN SEND COINS FROM BITTREX! BRING WALLET ONLINE - DROP NOTE!


this way those bittrex transactions would be included in the block which will be minted by your wallet and therefore confirmed in all subsequent blocks! so this has to happen before you actually mine the block(s)!


@romeshomey:

whats the highlight text of the red "minting" icon (the triangle in the lower right corner of the wallet) if you hover your mouse pointer over it?

after that please type "reservebalance true, 7" in the debug console of your wallet.
whats the highlight text now?




edit: i just sent some more coins from bittrex....just in case. Wink

irlandescoin
Hero Member
*****
Offline Offline

Activity: 567
Merit: 502

Hey yo let's go


View Profile
August 12, 2014, 05:35:43 PM
Last edit: August 12, 2014, 06:13:03 PM by irlandescoin
 #575

AND FOR MAC?[/color]

what command line to open on terminal??

riangles-qt.exe -loadblock=<path to extracted blk0001.dat from archive>            (like c:\blk0001.dat)
HuhHuh?


how to use peers.dat and blk0001.dat:

- (close wallet if not done already)
- replace your peers.dat @ %userprofile%\appdata\Roaming\triangles (windows) with the one from the archive.
- delete or rename your blk*.dat files in the same folder (both) and start your wallet like this:

triangles-qt.exe -loadblock=<path to extracted blk0001.dat from archive>            (like c:\blk0001.dat)

takes a few secs but your wallet should come up with 10868 blocks.
wait another few mins and you should have some connections.



TRADE ON BITTREX: https://bittrex.com/Market/Index?MarketName=BTC-TRI

UPDATE: NEW WEBSITE: http://www.triangles.club/

Cryptographic Triangles (TRI)
Because you know why



SOURCE: https://github.com/TrianglesProject/triangles (UPDATED)



use the source-code for now until the network is stable on the new fork, wallets will be compiled one at a time - we are breaking new ground and solving brand new issues, this is extremely experimental software - Updated, all networks are now operational and oiled for smoothness.

peers.dat and blk00001.dat (10868 blocks):

https://mega.co.nz/#!ZQUCzILB!8w0obeEDOKyr-R7VWqaUbt6qyn3lUMspFD8F089xC2A

how to use peers.dat and blk0001.dat:

- (close wallet if not done already)
- replace your peers.dat @ %userprofile%\appdata\Roaming\triangles (windows) with the one from the archive.
- delete or rename your blk*.dat files in the same folder (both) and start your wallet like this:

triangles-qt.exe -loadblock=<path to extracted blk0001.dat from archive>            (like c:\blk0001.dat)

takes a few secs but your wallet should come up with 10868 blocks.
wait another few mins and you should have some connections.


use these wallets:

WINDOWS wallet, v 3.3.4.4 "illuminatus":

https://mega.co.nz/#!9J9DFZYa!YnJ8FShl774_z7YI4kFEdt6GeyPFz1jkNh1VWvnRXR8


MAC wallet, v 3.3.4.4 "illuminatus":

https://mega.co.nz/#!sdAkjAhJ!J6wbStpOSxq3PToEZD08hv0278eMTVqrQyIhyqFYsGk




Triangles Block Explorer


http://162.243.238.12:9999



ipoMiner has added Triangles on direct port 3717. Just register at ipoMiner and then use stratum+tcp://pool.ipominer.com:3717 (They seem to have some Pool-issues)


http://www.hashharder.com/x13/triangles IS UP



Good Luck

PS: 2 blocks has been pre-mined (2 coins)
Because you know why




UPDATE:

Triangles.....:                   49,497 Coins PoW
Plutonium....:                 109,980 Coins PoW
Unobtanium.:                 250,000 Coins PoW
Arcoin.........:                 500,000 Coins PoW
Bitcoin........:             21,000,000 Coins PoW
Litecoin.......:            44,000,000 Coins PoW
BankNote....:      30,000,000,000 Coins PoW
DogeCoin....:    100,000,000,000 Coins PoW
DimeCoin....:    460,000,000,000 Coins PoW
sCoin..........: 1,000,000,000,000 Coins PoW


Support the network with triangles to PoS Wallet: TQHZPz75UmorQbsfDYDwsNEiAakJDWjxKF
A few coins here and there will oil things smooth - do not forget to stake your coins also - you know why.

back here after the boom in 2013
wurstgelee
Hero Member
*****
Offline Offline

Activity: 840
Merit: 500


View Profile
August 12, 2014, 09:18:43 PM
Last edit: August 13, 2014, 07:16:43 PM by wurstgelee
 #576

Same way you start a wallet from the terminal but with commandline switches. Switches should be the same for al platforms.

STOP!

But before you do that (only in case you have coins in your wallet!):

Please add an additonal comand line switch ans start the wallet like this via terminal:  <-- That should be the answer to your question, right?

/path/to/<macexecutable> -loadblock=/path/to/block -reservebalance=100000

This way your wallet would sync but wouldnt start staking (since 100000 coins would be excluded from staking - double the amount of all TRI). If everything works leave your wallet online that way.

Post here stating that you have an online wallet ready to stake and give others a few hours to send coins from bittrex. If your wallet is online while these transactions are initiated, these transaction are known to your wallet and are included in the 1st block you are gonna mine.

Also other users should do "resendtx" via debug console to repopulate the unconfirmed transactions they have in their wallets. (im not sure if this works  - it should. or not? could someone confirm?)

After you left the wallet online without staking for a while (a whole day would be superb if possible - different timezones of users... Smiley ), the actual staking begins:


The goal is mining at least 5 blocks (4, but 5 is better) with your TRI balance - to do this, you only put 20% of your coins on stake for each block. this is how you do it:

Lets say you have 100 TRI.

-close your wallet
-start it again, tihs time with: /path/to<macexecutable> -loadblock=/path/to/block -reservebalance=80 -> only 20 TRI on stake
-when block mined (+5 mins or more), close your wallet
-start it again, tihs time with: /path/to<macexecutable> -loadblock=/path/to/block -reservebalance=60 -> only 20 TRI on stake
-when block mined (+5 mins or more), close your wallet
-start it again, tihs time with: /path/to<macexecutable> -loadblock=/path/to/block -reservebalance=60 -> only 20 TRI on stake

And so on. You get the drill.

If this works out, some people should have "fresh" coins for minting in their wallet and the blockchain should start moving again.

TRI would be forever in your debt. You know why. Wink

edit: I hope I'm right about the mac terminal commandline part - someone correct me if I'm not.


croTek4
Sr. Member
****
Offline Offline

Activity: 392
Merit: 250


the Cat-a-clysm.


View Profile
August 12, 2014, 10:53:02 PM
Last edit: August 12, 2014, 11:12:08 PM by croTek4
 #577

Whats this i see?? 2 new blocks?!!
newer transactions still have 0 confirms, but mined transactions show 2 more confirms. Only 36 more blocks to go!

Catether is an open source mineable ERC20 Token, powered by Cates.
wurstgelee
Hero Member
*****
Offline Offline

Activity: 840
Merit: 500


View Profile
August 13, 2014, 05:32:31 AM
 #578

wow, lots of transactions..... - see "getrawmempool". Wink

pseudonymdude
Legendary
*
Offline Offline

Activity: 896
Merit: 1000


View Profile
August 13, 2014, 04:35:27 PM
 #579

I might be first, but if anyone needs less than 27 transactions, make sure to set reserve balance as per wurstgelee's instructions

wurstgelee
Hero Member
*****
Offline Offline

Activity: 840
Merit: 500


View Profile
August 13, 2014, 04:37:55 PM
 #580

Whats this i see?? 2 new blocks?!!
newer transactions still have 0 confirms, but mined transactions show 2 more confirms. Only 36 more blocks to go!

you would have confirmations on those transactions if someone  had followed what i wrote above.... :/

@pseudonymdude: i doubt that we will get another 27 blocks with current coin maturity settings. This is the time for the dev to do something.

@3angle: do it!

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 »
  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!