Bitcoin Forum
April 26, 2024, 09:40:13 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 3 4 5 6 7 »
1  Bitcoin / Mining software (miners) / Re: Avalon FMS App. - Commands on: March 25, 2024, 06:24:18 PM
I emailed them and gotten the unPrivileged API

[Edited from quote > code]
Thank you @NotFuzzyWarm

Code:
1. Working mode query
ascset|0,workmode,255 Query the current mode
FMS Diagnose :
[{"command":"ascset","parameter":"0,workmode,255"}]

2. Set the fixed speed of the miner fan
ascset|0,fan-spd,<SPEED>
eg:ascset|0,fan-spd,100
ps:SPEED represent the expected fan rotate precentage,range:0-100
Parameter Description :
-The value of < speed > represents the expected percentage of fan speed, range: 0-100. If
speed is - 1, it means that automatic speed control is restored (version after 2020-02-12
only)
Give an example:ascset|0,fan-spd,100
FMS Diagnose :
[{"command":"ascset","parameter":"0,fan-spd,100"}]

3.Set working voltage of miner
ascset|0,voltage-level,<VOLT>-<0>-<0>
Parameter Description :
The value of < volt > represents the voltage level, the first level represents 40mv (the same
for subsequent voltage levels), and the voltage (MV) = volt × 40 + 11000, the last two
parameters are 0 by default
Give an example:ascset|0,voltage-level,65-0-0
FMS Diagnose :
[{"command":"ascset","parameter":"0,voltage-level,65-0-0"}]

4.Set the hashboard PLL
ascset|0,frequency,<PLL0>:<PLL1>:<PLL2>:<PLL3>-<0>-<MINER_ID>-<ASIC_ID>
Parameter Description :
-<PLL0>:<PLL1>:<PLL2>:<PLL3> The values represent four frequency points respectively -<MINER_ID> represent hashboard Number -<ASIC_ID> represent the chip number
MINER_ ID and ASIC_ ID set to 0 represents all chips in the current range
For example:ascset|0,frequency,0:0:525:575-0-2-1 represent set hash 2 No 1 IC PLL to 0,0,
525,572
FMS Diagnose :

[{"command":"ascset","parameter":"0,frequency,0:0:525:575-0-2-1"}]

5.Comprehensive version query
version
Response example:echo -n "version" | socat -t 300 stdio tcp:10.100.227.152:4028,shut-none
&& echo
Return:STATUS=S,When=10047,Code=22,Msg=CGMiner
versions,Description=cgminer4.11.1|VERSION,CGMiner=4.11.1,API=3.7,STM8=20.08.01,PRO
D=AvalonMiner1246Nxx,MODEL=1246Nxx,HWTYPE=MM3v2_X3,SWTYPE=MM315,VERSIO
N=21092801_4ec6bb0t_59ba312t,LOADER=d0d779de.00,DNA=020100004f55fa20,MAC=b
4a2eb3767a7,UPAPI=2|
FMS Diagnose :
[{"command":"version"}]

6.Restore factory settings
ascset|0,restore
FMS Diagnose :
[{"command":"ascset","parameter":"0,restore"}]

7.Query the reason for the last reboot
ascset|0,bootby
FMS Diagnose :
[{"command":"ascset","parameter":"0,bootby"}]

8.Reboot miner
ascset|0,reboot,<n>
Parameter Description :
-<n> n It can be any integer greater than 0. When the miner's when is less than this n, it will
not restart and return an error (used to realize lax idempotence, allowing repeated calls to
reboot without repeated restart); When when is greater than N, it will restart. When n value is 0, it means forced unconditional restart. For example:ascset|0,reboot,0
FMS Diagnose :
[{"command":"ascset","parameter":"0,reboot,0"}]

9,Control LED
ascset|0,led,<n>
Parameter Description : -<n> can be 0 or a positive integer to flip the LED light
ascset|0,led,n-0 # n is Non-negative integer,it used to turn off LED
ascset|0,led,n-1 # n is Non-negative integer,it used to turn on LED
For example:ascset|0,led,0

FMS Diagnose :
[{"command":"ascset","parameter":"0,led,0"}]

10.Change network setting
ascset|0,ip,static,<ip>,<mask>,<gw> #allocate static ip
ascset|0,ip,dhcp #dynamic obtain ip
ascset|0,dns,<dns1>,<dns2> #set DNS
Parameter Description : -<ip> ip address -<mask>subnetwork mask -<gw>gateway -<dns1>-<dns2>set backup dns
[{"command":"ascset","0,ip,static,<ip>,<mask>,<gw>"}]
[{"command":"ascset","0,ip,dhcp "}]
[{"command":"ascset","0,dns,<dns1>,<dns2> "}]
FMS Diagnose :

11. Configure pool information
ascset|0,setpool,<username>,<password>,<poolnum>,<pooladdr>,<worker>,<workerpass
wd>
Parameter Description : -<username>web login username default:root -<password>web login password default:root -<poolnum>Scope 0-2 to set pool number -<pooladdr>pool address -<worker>Worker name
-<workerpasswd>Worker password
For example :ascset|0,setpool,root,root,2,stratum+tcp://btc.ss.poolin.com:443,cctrix.001,123
FMS Diagnose :
[{"command":"ascset","parameter":"0,softoff"}]

12.Set miner soft shutdown
ascset|0,softoff
FMS Diagnose :
[{"command":"ascset","parameter":"0,softoff"}]
13.Restore the current user and password to the default values
ascset|0,password,default
FMS Diagnose :
[{"command":"ascset","parameter":"0,password,default"}]

14.Change password
ascset|0,password,<num1>,<num2>
Parameter Description:
-<num1> original password
-<num2> new password
For example:ascset|0,password,root,123
FMS Diagnose :
[{"command":"ascset","parameter":"0,password,root,123"}]

15.Read pool information
Pools
Response example:echo -n "pools" | socat -t 300 stdio tcp:10.100.232.117:4028,shut-none
&& echo
Return :
STATUS=S,When=121,Code=7,Msg=3Pool(s),Description=cgminer4.11.1|POOL=0,URL=stra
tum+tcp://btc.ss.poolin.com:443,Status=Alive,Priority=0,Quota=1,Long
Poll=N,Getworks=5,Accepted=0,Rejected=0,Works=0,Discarded=0,Stale=0,Get
Failures=0,Remote Failures=0,User=cctrix.001,Last Share Time=0,Diff1 Shares=0,Proxy
Type=,Proxy=,Difficulty Accepted=0.00000000,Difficulty Rejected=0.00000000,Difficulty
Stale=0.00000000,Last Share Difficulty=0.00000000,Work Difficulty=65536.00000000,Has
Stratum=true,Stratum Active=true,Stratum URL=btc.ss.poolin.com,Stratum
Difficulty=16384.00000000,Has Vmask=true,Has GBT=false,Best Share=0,Pool
Rejected%=0.0000,Pool Stale%=0.0000,Bad Work=0,Current Block Height=653809,Current
BlockVersion=536870912|POOL=1,URL=stratum+tcp://btc.ss.poolin.com:25,Status=Alive,Pri
ority=1,Quota=1,LongPoll=N,Getworks=1,Accepted=0,Rejected=0,Works=0,Discarded=0,St
ale=0,Get Failures=0,Remote Failures=0,User=cctrix.001,Last Share Time=0,Diff1
Shares=0,Proxy Type=,Proxy=,Difficulty Accepted=0.00000000,Difficulty
Rejected=0.00000000,Difficulty Stale=0.00000000,Last Share Difficulty=0.00000000,Work
Difficulty=65536.00000000,Has Stratum=true,Stratum Active=false,Stratum URL=,Stratum
Difficulty=0.00000000,Has Vmask=true,Has GBT=false,Best Share=0,Pool
Rejected%=0.0000,Pool Stale%=0.0000,Bad Work=0,Current Block Height=653809,Current
BlockVersion=536870912|POOL=2,URL=stratum+tcp://btc.ss.poolin.com:1883,Status=Alive, Priority=2,Quota=1,LongPoll=N,Getworks=1,Accepted=0,Rejected=0,Works=0,Discarded=0, Stale=0,Get Failures=0,Remote Failures=0,User=cctrix.001,Last Share Time=0,Diff1
Shares=0,Proxy Type=,Proxy=,Difficulty Accepted=0.00000000,Difficulty
Rejected=0.00000000,Difficulty Stale=0.00000000,Last Share Difficulty=0.00000000,Work
Difficulty=65536.00000000,Has Stratum=true,Stratum Active=false,Stratum URL=,Stratum
Difficulty=0.00000000,Has Vmask=true,Has GBT=false,Best Share=0,Pool
Rejected%=0.0000,Pool Stale%=0.0000,Bad Work=0,Current Block Height=653809,Current
Block Version=536870912|
FMS Diagnose :
[{"command":"Pools"}]

16.Read summary information
Summry
Response example : echo -n "summary" | socat -t 300 stdio
tcp:10.100.232.117:4028,shut-none && echo
Return :
STATUS=S,When=173,Code=11,Msg=Summary,Description=cgminer
4.11.1|SUMMARY,Elapsed=134,MHS av=0.00,MHS 30s=0.00,MHS 1m=0.00,MHS
5m=0.00,MHS 15m=0.00,Found Blocks=0,Getworks=9,Accepted=0,Rejected=0,Hardware
Errors=0,Utility=0.00,Discarded=2501222,Stale=0,Get Failures=0,Local Work=3,Remote
Failures=0,Network Blocks=1,Total MH=0.0000,Work Utility=0.00,Difficulty
Accepted=0.00000000,Difficulty Rejected=0.00000000,Difficulty Stale=0.00000000,Best
Share=0,Device Hardware%=0.0000,Device Rejected%=0.0000,Pool Rejected%=0.0000,Pool
Stale%=0.0000,Last getwork=0|
FMS Diagnose:
[{"command":"Summary"}]

17.Read log Information
Estats
For example:echo -n "estats" | socat -t 300 stdio tcp:10.100.232.117:4028,shut-none &&
echo
FMS Diagnose:
[{"command":"Estats"}]

18.Read Fan Information
ascset|0,setpool, fan-global
Return information:
success: {'session': 1632395154, 'success': [{'ip': '10.100.231.239'}], 'error': [], 'results': [{'node':
{'ip': '10.100.231.239'}, 'result': [{'result': "{'STATUS': [{'STATUS': 'I', 'When': 30, 'Code': 118, 'Msg': 'ASC 0 set info: Fan0[0] Fan1[0] Fan2[0] Fan3[0] ', 'Description': 'cgminer 4.11.1'}], 'id':
1}"}], 'error': False}]}
2  Alternate cryptocurrencies / Bounties (Altcoins) / Re: ⚡[BOUNTY]⚡ ATOMIC SWAPS WALLET - 💰[1 335 000 AWC]💰 REWARD! on: October 02, 2018, 07:51:04 AM
#Proof of authentication
Bitcointalk Username: SimplyEverything
Telegram Username: @SimplyEverything
3  Economy / Services / Re: [Active] SimplyEverything's Escrow | New | Ledger Nano on: June 15, 2018, 04:50:45 PM
Okay, i understand all the fears! But rest assure i will one day prove to you all!
4  Other / Meta / Re: Fairness / Chance to Grow in Forum Suggestions. on: June 09, 2018, 04:14:37 AM
Please note that whatever rating a global moderator leaves for people is not endorsed by this forum. what don hilary has done is the definition of a trustworthy individual, he is trying to protect people from getting scammed and he is trying his best. you could grow in some other area, I'd suggest you trying to criticize people constructively.

I'd suggest to you start reporting garbage posts/off topic posts in Bitcoin discussion board and after a month and after reporting at least 1000 posts accurately ask him for a chance. if by then you have improved your behavior of course.

Cheers.
I did try and will continue in the future but I really hope to get a chance I am really here for long term, I may not be the lucky people who got in early here...
I may not gain reputation from BCT now but I'm trying to gain small reputation from other places and gain vouchs to build my "portfolio" of reputation / vouchs.
5  Other / Meta / Fairness / Chance to Grow in Forum Suggestions. on: June 08, 2018, 08:32:01 PM
Hello people of BitCoinTalk,
I have a suggestion to the trust system / reputation system of this forum.
I know people with ranks like newbies / member are considered the low rank / tier and not to be trusted.
BUT could we give them / me a chance to grow in this forum using our rank and because there is merit system added ranking up is harder and people like me who are really trying to make a decent service instantly gets a distrust from upper tier ranks without proves that i really scam ?
Should we add a feature like proof of scam [ picture / video ] for the community to judge or moderators and then decide them decide if it is a valid reason to f*ck with somebody's reputation system?
It is totally sh*t and unfair that upper ranks just add a distrust on your profile EVEN i try to prove my escrow and not all people have BCT account i asked them to vouch me on my escrow on etherscan comment section and even personally wrote into EtherScan to approve my Comment with my BCT service post. I even posted transactions history on my escrow to make it more transparent and even "pleased" higher ranks or anyone who had not use my service not to distrust me.
I know many scammers are Newbies / Members but you can judge 1 bad apple and assume the whole load are scammers too. seriously? I am just trying to provide a decent service. it is really mad and upset to see the amount of hard work and transparency i place to be ruined by one DISTRUST of an hero. wow....
It is really hard to grow in this forum.... If anyone feels it kindly share your experience down below.
6  Economy / Services / Re: [Active] SimplyEverything's Escrow | New | Ledger Nano on: June 08, 2018, 08:07:11 PM
Yawn. Here we go again.

Please do not give me negative feedback if you have not ESCROW with me just because you judge me by my title / rank.

You obviously know how this works so why have you bothered?


Why am I doing this?
Slowly building a reputation in BCT and hopefully help out the community a little.

You slowly build that rep first, not the other way around. If you want to help out the community then help out in other ways: Bust scammers, offer advice, help newbies etc, but you don't have anywhere near the reputation or trust to be able to offer such services here and using you utterly defeats the purpose of using escrow.


I am here for long, not to scam.

Then prove it. How do we know you're not going to scam? Your name means nothing here so there's no value in your account at all. Let's see if you're still here in three years time. If you've built up a lot of trust and trades and have become a well-known name around here and people start asking you to escrow their transactions because of that then maybe it'll be time to offer such services but doing so at a mere Member account with no trades here at all is either very naive or very scammy. Either way you shouldn't be trusted.

Thanks for the untrust when you did not use my service, if you like you can use my escrow and i will prove it to you, no point judging an account rank and untrust it cause it has "no value" account here are sold everywhere so a legend / hero could not be a scammer?
I am doing my best to prove myself and provide all TXID on the Escrow service to be transparent and you being hilariously an arse to just make a -2 on me, so be it. People like u Toxic AF. i already "pleased" not to untrust me if u have not used my service, this is why Members / Newbies can't grow in this forum, people with hero SR Member / legend make untrust is shown and with that rank it is a privilege of your "power". Forget it i will still do my best to prove and one day you will see.

I am slowly building my rep here by escrow? what else can i "slowly" build it? making fancy post isn't what i am able to, i may be a nobody in this forum but at least i am somebody that people who used my escrow on Ice Rock Mining community. Hope you would consider your distrust to be removed. It is totally unfair for you to just -2 me on something that i am trying to provide and being accused with -2 as a scammer, nobody is going to click on it to see why. This is business a -2 / something indicating bad no body is going to turn in for that product.

Edit [ Reason for the distrust you gave]
Why 0 post reviewed me because i asked if she had a BCT account and she said yes but not posted so i asked to have a vouch to add little reputation of my service?
No past trade history? Look at the 5 escrow i done and my etherscan comment address before saying i didn't done escrow before. Not everyone has BCT account and a higher rank. So any vouch for my service i would be happy AF.
7  Economy / Services / Re: [Active] SimplyEverything's Escrow | New | Ledger Nano on: June 08, 2018, 07:31:05 PM
5 Escrow has been DONE!
Quite a mile stone for me.
Check all the escrow transaction to see it's true and check my etherscan comment section for Vouch!
Pleasure doing escrow for anyone who needs one! Only legal stuffs!
8  Economy / Trading Discussion / Re: How to get paid for my 600 BTC? on: June 06, 2018, 11:40:10 AM
Oh I see. Have you tried paypal? You can also try that or try to ask some money remittances from your country if they are receiving a chinese yuan to euro or vice versa.

NEVER USE PAYPAL for transaction due to chargebacks...
9  Economy / Trading Discussion / Re: How to get paid for my 600 BTC? on: June 06, 2018, 11:30:34 AM
We have BTC and hes got cash, we can send him BTC, but don't have a clue how to get the cash?  Huh
Wire transfer? Use an escrow service for this like localbitcoin or some other services out there.
i do escrow as well, you can choose escrow in BCT.
10  Economy / Services / Re: [Active] SimplyEverything's Escrow | New | Ledger Nano on: June 05, 2018, 04:58:27 PM
Are you serious mate? You are going to provide escrow? How would I believe you at the first place? What guarantee that you will not walk away with the escrowed amount?  Seems like you have spent a fair amount of time to create this topic but unfortunately you are not going to get anything from this.


It is okay, I am providing escrow for Ice Rock Mining community so if they happen to have a BCT account i would ask them to vouch. I am seriously here to help and build my reputation here / in the crypto space.
Just wait for vouch :') then try my escrow. Just dont negative me for my rank and virgin trust...
11  Economy / Services / [Active] SimplyEverything's Escrow | New | Ledger Nano on: June 05, 2018, 04:52:29 PM
Hello BitCoinTalk Community, I am providing Escrow service of 1% fee included.
My BitCoinTalk Trust. So Please Review me here, When we complete a deal!
Please do not give me negative feedback if you have not ESCROW with me just because you judge me by my title / rank.

Why am I doing this?
Slowly building a reputation in BCT and hopefully help out the community a little.
I am here for long, not to scam. I wouldn't want to get tons of money and live a life with guilt and worrying about being caught. I Love helping out that is why i created a youtube channel to teach / share my experience.  

My background
YouTube Content Creator - SimplyEverything YouTube Channel
Past Admin of IceRockMining ICO (Technical / Customer Relation Admin) [Group Link] [UserTag @Za_i_neJJ]

I have done escrow previously for investors at IceRockMining that has tokens for sale for Cryptocurrency. [Vouch is coming soon maybe?]


Please read the rules / Contact


Accepting BTC / LTC / BCH / ETH / DASH For Escrow Only
Contact Only Via Telegram [@Za_i_neJJ]
Only use the link above to open my telegram URL and chat there. I will not PM anyone first to conduct / offer anything "special", If someone using my ProfilePic / Name did try to offer something, ask them to suck on their d1ck thanks.
 
1-If you are buying/selling some ICO coin/token that is not listed on an exchange or it is listed on an exchange and would like to sell it to another person note that i only accept tokens which are ERC-20 on the Ethereum Network/Blockchain.

2-If it is mining equipment / physical items, kindly send tracking info to telegram escrow group. If buyer received the item and says it is empty, i am sorry funds will be issued to seller.
Seller MUST take a video packing the item into box and writing a unique number that i issue in the group on the box to make sure it is dropped off at mailing provider, if possible video of packing and dropping of item.
Accepting escrow for anything that could be escrow and legal... Gift cards / PayPal be careful of charge backs etc... Do it at your own risk.
Not Accepting illegal stuff for escrow...

3-Funds will be stored in a Hardware wallet (LedgerNanoS), rest assure funds cannot be hacked / stolen.

4-1% of escrow amount will be deducted and Used for Transaction Fees.

5-Timezone - +0800 GMT

6- Funds will be issued upon fund received (For ICO Coin) (Or Buyer confirms it's received) or within 24 hours, if whichever parties decided to delay and it's past my bed time or whichever take places, Sorry i have a life as well. Will update in group.

7- Minimum transaction $100 in the cryptocurrency mention above and above, IF it is dealing with ICO Coin / Token (ERC-20) 1% for ETH Transactions, 1.5% for Other Transactions.

I AM NOT RESPONSIBLE FOR ANY FUND THAT ARE SENT INCORRECTLY. Triple check the escrow address before proceeding.


How the escrow works?


1- Buyer or Seller Contact me via telegram @Za_i_neJJbe aware, its @Za_i_neJJ NOT @Za_l_neJJ (May not reply if i am sleeping / busy, once i check i will reply.)
Had people impersonating me to scam investors on IceRock.

2- Create a group with Me[Escrow] [Seller/Buyer] on Telegram.

3- Tell me escrow type (Which Cryptocurrency & Amount Escrowing | Physical Item or Coin or Token | If physical seller kindly update)

4.1- For Coin or Token - Once coin / token are received from seller & buyer sends cryptocurrency to escrow [Me] I will be issuing to the address you guys gave me on telegram upon payment received / within 24 hours
[No Point trying to set up 2 account and flaming me]

4.2- For Physical Item(s) - Buyer send funds to escrow, Seller sends video of packing and delivering / dropping off with tracking number or link into telegram group.

5- Once Physical Item(s) are received Buyer kindly check the goods if it is faulty or anything kindly send back for an exchange before confirming delivery ( Confirming delivery will be releasing the funds to seller )

6- Once deal is done, Vouch for me down below thank you.

My Tipping BTC Address - 3LpGnFvsrJiwZBmqTnnDezvCwnmihn6Vcp
My Tipping ETH Address - 0xC990AA3E7Bc0687389c2ED883E950cF34abc50E6

Going to upgrade to Trezor T in the future. Stay Tune!

Vouch on EtherScan, some escrow i deal they do not have BitCoinTalk Account so i asked them to review me on my etherscan address.
https://etherscan.io/address/0xf913b88e1e4b3329841e427b1bc55b09f4a0505e#comments
be aware, its @Za_i_neJJ NOT @Za_l_neJJ (May not reply if i am sleeping / busy, once i check i will reply.)
Had people impersonating me to scam investors on IceRock.

Past Transaction Not Rigged
Buy / Sell Group https://t.me/ZaineEscrowAnnouncement
Escrow Chat [Some Past Transaction] https://t.me/zaineescrowservice
Quote
Escrow #1 Rock2 for ETH
Receive Token [https://etherscan.io/tx/0xe6b94f03af57bf5394fd62ac26197038b8880cdca2a181df25c9fd39ac3e6f2e]
Receive ETH [https://etherscan.io/tx/0x2a0b947c66a26fb778e8e38ebd9c10641cd14bf1c6135d28b78e39abf17ed022]
Release Token [https://etherscan.io/tx/0xe6b94f03af57bf5394fd62ac26197038b8880cdca2a181df25c9fd39ac3e6f2e]
Release ETH [https://etherscan.io/tx/0xd8548aac376c30abea9c4500ce7c64aa04fe30d217bc276df19c8d35de85c03e]

Escrow #2 Rock2 for ETH
Received ETH [https://etherscan.io/tx/0x9ebe45fe3c5ee7d626209160143103282e9187ed61dc12381fd32c3bc73de6e7]
Received Token [https://etherscan.io/tx/0xff37088751686be232f76e155e611a924778d7725536ecf4283dcb65c51a8ae2]
Release Token [https://etherscan.io/tx/0xffffd7c97bf4c353163e713216b109dcf0425f31931a6edf5c3b52ee1cc6dad2]
Release ETH [https://etherscan.io/tx/0x7fc133579c41ee1a113b04e3fe5a6d8e5476b889c05820adf0372187eb3c57e1]

Escrow #3 Rock2 for BTC
Received Token [https://etherscan.io/tx/0xdc0af4686112f550d4d4da0b3944840c2daca4054be8fe39b40f5c74c16dc642]
Received BTC [https://blockchain.info/tx/30e0e89a2603da20c0e576fcb507c64744305e7235727de9f808231c0613b3b2]
Send Token [https://etherscan.io/tx/0x18598fd4cbb87acb171e0cc7ad2f269a4359d584f21ebfe8aa06b5c173d0ddef]
Send BTC [https://blockchain.info/tx/4a6af34a9f244c4eade5b3231deaa91a434fcb12914e80fb4366998b510e9ade]

Escrow #4 Rock2 for ETH
Received Token [https://etherscan.io/tx/0x9214aebc9413f7018797bd6e5a14061263603d0e36e442cc250476a219035ef8]
Received ETH [https://etherscan.io/tx/0x4188f776caa332a9f5a24d79670e3a614d7ad93c12f4b534e8c80568b86da974]
Send Token [https://etherscan.io/tx/0x76e09cec5a4099972486bf19aeb1acd66d3e2d9d7ac65e291d4688667482d094]
Send ETH [https://etherscan.io/tx/0x186a45feb753993d7ee32d512a644f8066e8483d50b4fc3c97c1d65ccf3e6464]

Escrow #5 Rock2 for ETH *Quite a Delay Different TimeZones Manage to escrow!*
Received ETH [https://etherscan.io/tx/0xae800d7c2dda6c40c1c6501b2e5ac05dcb48405c37089711e85c7260265ba2b5]
Received Token [https://etherscan.io/tx/0xab3caf65d1388d0853843c2c2d081e2fc257b7b2b58ff41ff1ee73b463c3d273]
Send Token [https://etherscan.io/tx/0xc7acf725c80f771d702b1c63b63ad8ce659693ba8513061c101671795dbde20c]
Send ETH [https://etherscan.io/tx/0x93ffd6d0f7658f69ed8a6cf2d3988d5035af940e864adcd70c097338dfac3b0d]

Escrow #6 Rock2 For BTC
Received Token [https://etherscan.io/tx/0x527e586c70e50d346911a41ce39347646ffd7152d52238d94335cc4631e42484]
Received BTC [https://live.blockcypher.com/btc/tx/60a3da56d3e424def85a6ce8d06f0c97cfe98d8c3b2713844154a1af1a172609/]
Release Token [https://etherscan.io/tx/0x3ba4d74c0d507fae1191a615ad59d24b3ad88b07d9bf928e3a7ffe7e242ed7ef]
Rlease BTC [https://blockchain.info/tx/0bff3926cecbb07f2a1a3d568c070ba72a394f643f946b1207c1bfcaeabc7986]

Escrow #7 Rock2 For BTC
Received BTC [ https://live.blockcypher.com/btc/tx/1cdee0171433514f2eb85681dc535f7c89c8411923021a61861d4362c237493c/]
Buyer Received Rock2 [https://etherscan.io/tx/0x3f0b1117b640a15e9c7fa0d2f64660fb0f826ed1dd483ab07602455b512b0c18]
Release BTC To Seller [https://live.blockcypher.com/btc/tx/0875df07436999bde1f2ebb89e2eaa6cd5733c117f37415687bb4ede3790b040/]

Escrow #8 Rock2 For ETH
Received ETH [https://etherscan.io/tx/0x2582c5da51b3344d069019b671a7bf78bb301ed2820f062f1c8aa2d901504c5e]
Seller Sends Tokens [https://etherscan.io/tx/0x9121327c86a8e23ff8b59992f645270ac1dc7327fb79971a235f898e021f3410]
Release ETH To Seller [https://etherscan.io/tx/0xfdb25782242bd5926e1a18151689ac56c3d9c0613d13745845637b58e175ac53]

Escrow #9 Rock2 For ETH
Received ETH [https://etherscan.io/tx/0x3fa932e4d5a60a176af97e000f7dca2d62359c7617e474e809a74be14d5fd26f]
Seller Sends Tokens [https://etherscan.io/tx/0x9b95e4c878d840d815ee11c7ff8beaa360951644776e58b0e931b884266c3ab5]
Release ETH To Seller [https://etherscan.io/tx/0xee0f3e3ee985d36cc05f23886d66e6574db29cb7631a66b8669ff31e243fc7fe]

Escrow #10


More coming soon!



Edit-
Added Etherscan comment vouch.
Added Past transactions
12  Alternate cryptocurrencies / Bounties (Altcoins) / Re: [BOUNTY] [ICO] Puregold - First Payment Gateway using GoldBacked cryptocurrency on: May 11, 2018, 08:53:50 PM
Are bounty approved tokens being sent?
I have not receive 196 PGT .

Received
https://etherscan.io/tx/0x957b58cff5ac6474a9243a8e566ef21f64a0cbb11570e8fbcb5ece716eb06f66
13  Economy / Goods / WTS Miners Hosted At GigaWatt on: May 05, 2018, 09:17:28 PM
I have
1 D3 v2 Mining on GigaWatt [19.25 GH| Power Cons 1265] WTS @ $500
2 L3+ Mining on GigaWatt [504 Mh *2 ++ | Power Cons 800*2 ++] WTS @ $1250 each
1 S9 Mining on GigaWatt [13.5 TH | Power Cons 1455] WTS @ $1500

Their Electricity $0.028 / kW/H
More information check it out @ https://giga-watt.com

You can buy this miners and shipped it to your location after dealing with me with Escrow [GigaWatt's Admin]
PM me on telegram @SimplyEverything
Escrow man is @gigawatt

Accepting BTC / LTC / WTT for payments
14  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Beware GIGAWATT is SCAM!!! on: May 01, 2018, 10:39:28 PM
It's not a scam, but the experience here isn't 5 star.
I did a steemit post about it

Read more here
15  Alternate cryptocurrencies / Altcoin Discussion / Re: A college student bought BTC in 2011(price$3) on: April 04, 2018, 05:43:04 AM
Luckiest man around man Bitcoin made many millionaires,
I wished I knew about Bitcoin I wouldn't spend so much on in game cash and spent it on Bitcoin .
16  Other / Meta / Re: Suggestion for a better forum on: March 31, 2018, 03:14:15 PM
i believe there are more and more shit post flooding to the forum as people wants to try their luck to gain merits...


That sums it up, and the ones that get the merits use their skills.

Yup i understand but what if we could have rMerits? Which helps users who can't really write quality post help them in a way maybe getting Full Members requires 200 rMerits / 100 Merits ?
rMerits is like for the hunters who tracks suspicious activities in the forum and reporting those and gain a fair reputation themselves? 
17  Other / Meta / Re: Suggestion for a better forum on: March 31, 2018, 02:43:23 PM
Why just not remove the possibility to rank up,
existing members keep their rank and all new members becomes newbies (forever).
BCT is about info/knowledges on bitcoin and cryptos, not merit and ranking up
What do you mean? Why would you remove ranking up? This is not fair to new members who write quality posts and contribute a lot to this forum.
Yes, purpose of bitcointalk is that people can learn about bitcoin and everything connected to blockchain, but ranking system also has it's own purpose. For example newbies can't set up avatar, if they could, then there would be too many new accounts which would just spam all threads to show of their avatar and advertise something with their picture. But people who write good posts deserve to have ability to set up avatar, even if they joined only recently. Your suggestion would be discrimination against them.

Exactly the Rank system is to prove that this person is trustable / has quality like a reputation system.
But the Merits are hard to earn, i believe there are more and more shit post flooding to the forum as people wants to try their luck to gain merits...
the above i suggested what do you think? Vote / comment on it thank you Cheesy
18  Alternate cryptocurrencies / Speculation (Altcoins) / Re: Panic Sell ? / Chance on: March 31, 2018, 12:45:24 PM
It's a wise choice to HODL, if you bought BTC at 10k and selling it now it will be a lost for you, if you have spare fiat lying around why not take the chance when it dips low you grab more btc? when you panic sell you lose, you hodl u don't lose anything right? "Of course btc must rise above 10k" Buying at dips is a great opportunity.
19  Alternate cryptocurrencies / Altcoin Discussion / Re: I lost half of my crypto amount! what to do? on: March 30, 2018, 08:27:28 PM
I lost half the value as well, if you sell you lose, why not just hodl and find potential project that will sky rocket in the future and invest a little into it?
20  Alternate cryptocurrencies / Altcoin Discussion / Re: cybermiles or ucoin cash? on: March 30, 2018, 01:34:46 PM
U CoinCash is just another ponzi scheme for lending platforms if you want i would suggest CyberMiles as they are more "real" compared to UCH there is nothing real about UCH. Do your own research
Pages: [1] 2 3 4 5 6 7 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!